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, 2107🔥, 0💬
Popular Posts:
What Is an Oracle Tablespace in Oracle? An Oracle tablespace is a big unit of logical storage in an ...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
How To Generate Random Numbers with the RAND() Function in SQL Server Transact-SQL? Random numbers a...
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...