DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_CATALOG

Object Details
Object Name: ALL_CATALOG
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All tables, views, synonyms, sequences accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the object
TABLE_NAME VARCHAR2 (128) Yes Name of the object
TABLE_TYPE VARCHAR2 (11)
Type of the object
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TABLE_NAME
,      TABLE_TYPE
FROM SYS.ALL_CATALOG;

Dependencies

[top of page]

SYS.ALL_CATALOG references the following:

SchemaSYS
TableOBJAUTH$
TableTAB$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.ALL_CATALOG is referenced by following:

SchemaPUBLIC
SynonymALL_CATALOG