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, 2696🔥, 0💬
Popular Posts:
How To List All Stored Procedures in the Current Database in SQL Server Transact-SQL? If you want to...
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...
How to obtain the version number of the ICU (International Components for Unicode) library using the...
How To Calculate Age in Days, Hours and Minutes in SQL Server Transact-SQL? On many Web sites, news ...
How To Convert a Unicode Strings to Non-Unicode Strings in SQL Server Transact-SQL? Since Unicode ch...