Oracle Database Architecture Question: Download Database Architecture PDF

What is an Oracle Data Dictionary?

Tweet Share WhatsApp

Answer:

The data dictionary of an ORACLE database is a set of tables and views that are used as a read-only reference about the database.
It stores information about both the logical and physical structure of the database, the valid users of an ORACLE database, integrity constraints defined for tables in the database and space allocated for a schema object and how much of it is being used.

Download Database Architecture PDF Read All 18 Database Architecture Questions
Previous QuestionNext Question
Describe the different type of Integrity Constraints supported by ORACLE?What is an Oracle SYSTEM tablespace and when is it Created?