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, 2811🔥, 0💬
Popular Posts:
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...
How To Insert New Line Characters into Strings in SQL Server Transact-SQL? If you want to break a st...
How To Format Time Zone in +/-hh:mm Format in SQL Server Transact-SQL? From the previous tutorial, y...
How to check if two JSON values have overlaps using the JSON_OVERLAPS() function? JSON_OVERLAPS(json...
How To Convert a Unicode Strings to Non-Unicode Strings in SQL Server Transact-SQL? Since Unicode ch...