Oracle Database Architecture Question:
Download Questions PDF

What is an Oracle Data Dictionary?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Describe the different type of Integrity Constraints supported by ORACLE?What is an Oracle SYSTEM tablespace and when is it Created?