By iamnothomer
via alberton.info
Submitted: Jun 27 2007 / 05:27
While Oracle doesn't implement the INFORMATION_SCHEMA SQL-92 standard, there are several methods to get metadata information, such as using SQL *Plus and DESCRIBE, or using the the PL/SQL metadata API and the DBMS_METADATA package (available since Oracle 9i), or using the data dictionary views.
This tutorial shows how to get metadata information from an Oracle database using the Oracle Data Dictionary views.
Add your comment