Basic Oracle Concepts and Programming Question:

How To Build Data Dictionary View an New Database?

Tweet Share WhatsApp

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


Read All 430 Oracle Database Questions
Previous QuestionNext Question
How To Create Additional Tablespaces for an New Database?What Is PL/SQL?