Multiple choice technology databases

Data Dictionary in oracle is used to store information about various physical and logical Oracle structures e.g.Tables, Tablespaces, datafiles, etc

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Oracle data dictionary is a collection of read-only tables and views that store metadata about the database structure. It contains information about all physical and logical structures including tables, tablespaces, datafiles, users, privileges, and other database objects. This metadata is essential for the database to function and manage itself efficiently.