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


VIEW: SYS.ALL_TAB_COMMENTS

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

Comments on tables and views 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
COMMENTS VARCHAR2 (4000)
Comment on the object
ORIGIN_CON_ID NUMBER

ID of Container where row originates
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      TABLE_TYPE
,      COMMENTS
,      ORIGIN_CON_ID
FROM SYS.ALL_TAB_COMMENTS;

Dependencies

[top of page]

SYS.ALL_TAB_COMMENTS references the following:

SchemaSYS
ViewINT$DBA_TAB_COMMENTS
TableOBJAUTH$
SYS.ALL_TAB_COMMENTS is referenced by following:

SchemaPUBLIC
SynonymALL_TAB_COMMENTS