What is system catalog?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is system catalog?
Rating:
System catalog, also known as mini database, is nothing but a set of tables. It is created and maintained for each database. The contents of the system catalog are listed below:
- It includes the definitions of the database objects, such as tables, views, indexes, packages, etc.
- It contains security information related to the type of access that users have to the database objects.
- It contains a list of system tables.
- It stores meta-data that includes the physical layout (schema) of the database.
Rating:
Was this information helpful?
Other articles
- What is SQL*Plus?
- Tip on using views.
- Skills required for Oracle test 1Z0-047
- What is the DBA_OBJECTS data dictionary view?
- Tip on data dictionary.