Collections:
Build Data Dictionary View in Oracle
How To Build Data Dictionary View of an New Database in Oracle?
✍: FYIcenter.com
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
⇒ Introduction to Oracle PL/SQL
⇐ Create Additional Tablespaces in Oracle
2019-03-27, 2812🔥, 0💬
Popular Posts:
How To Change the Password for Your Own User Account in MySQL? If you want to change the password of...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...
How To Select All Columns of All Rows from a Table with a SELECT statement in SQL Server? The simple...
How To Create a Stored Program Unit in Oracle? If you want to create a stored program unit, you can ...
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...