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


VIEW: SYS.DBA_CATALOG

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

All database Tables, Views, Synonyms, Sequences

[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.DBA_CATALOG;

Dependencies

[top of page]

SYS.DBA_CATALOG references the following:

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

SchemaPUBLIC
SynonymDBA_CATALOG