Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_CATALOG
displays the tables, clusters, views, synonyms, and sequences accessible to the current user.
DBA_CATALOG
displays all tables, clusters, views, synonyms, and sequences in the entire database.
USER_CATALOG
displays the tables, clusters, views, synonyms, and sequences in the current user's schema. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the TABLE , CLUSTER , VIEW , SYNONYM , SEQUENCE , or UNDEFINED |
TABLE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the TABLE , CLUSTER , VIEW , SYNONYM , SEQUENCE , or UNDEFINED |
TABLE_TYPE |
VARCHAR2(11) |
Type of the TABLE , CLUSTER , VIEW , SYNONYM , SEQUENCE , or UNDEFINED |