<<Previous Next>>
Oracle - What
is Data-Dictionary Cache? - June 27, 2009
at 11:00 AM
What is Data-Dictionary
Cache?
Data-Dictionary Cache keeps information
about the logical and physical structure of the database.
The data dictionary contains information such as the following:
User information, such as user privileges Integrity
constraints defined for tables Names and data types of all
columns in database tables Information on space allocated and
used for schema objects
Also read
Data Dictionary is used to store information about various
physical and logical Oracle structures, e.g.Tables, Tablespaces,
datafiles, etc.........
It is the rules that prevent the invalid entry into the table.
They are stored in the data dictionary. They can be defined either
at column level or table level...........
The information in data dictionary can be accessed through data
dictionary views as they are not directly accessible............
Database buffer cache is a component of SGA. It has the
responsibility to cache most recent accessed data. It keeps the
transaction in the buffer cache till it is written on the
disk............
|