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, 1794🔥, 0💬
Popular Posts:
How To Round a Numeric Value To a Specific Precision in SQL Server Transact-SQL? Sometimes you need ...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
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 Start MySQL Server in MySQL? If you want to start the MySQL server, you can run the "mysqld" ...