First page Back Continue Last page Graphics

Data Dictionary Cache


Notes:

The data dictionary cache caches the Oracle data dictionary. This increases the efficiency of accessing the data dictionary. This is important because of the frequency of accessing the data dictionary. Just think, every time an SQL DML statement is parsed the dictionary is accessed to validate table and column references, privileges and to check for indexes.