Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
ALL_CATALOG
lists all indexes, tables, clusters, views, synonyms, and sequences accessible to the current user.
Related Views
DBA_CATALOG
lists all indexes, tables, clusters, views, synonyms, and sequences in the entire database.
USER_CATALOG
lists all indexes, 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 INDEX , TABLE , CLUSTER , VIEW , SYNONYM , SEQUENCE , or UNDEFINED |
TABLE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the INDEX , TABLE , CLUSTER , VIEW , SYNONYM , SEQUENCE , or UNDEFINED |
TABLE_TYPE |
VARCHAR2(11) |
Type of the INDEX , TABLE , CLUSTER , VIEW , SYNONYM , SEQUENCE , or UNDEFINED |