Basic Oracle Concepts and Programming Question:

How To Build Data Dictionary View an New Database?

Oracle Database Interview Question
Oracle Database Interview Question

Answer:

This is Step 9. The Oracle Administrator Guide suggests to run two SQL scripts provided by Oracle as shown bellow:

SQL> @/u01/oracle/rdbms/admin/catalog.sql

SQL> @/u01/oracle/rdbms/admin/catproc.sql



Previous QuestionNext Question
How To Create Additional Tablespaces for an New Database?What Is PL/SQL?