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, 2540🔥, 0💬
Popular Posts:
What Is Transport Network Substrate (TNS) in Oracle? TNS, Transport Network Substrate, is a foundati...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
How To Fix the INSERT Command Denied Error in MySQL? The reason for getting the "1142: INSERT comman...
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...