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


VIEW: SYS.CDB_COL_COMMENTS

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

Comments on columns of all tables and views in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Name of the owner of the object
TABLE_NAME VARCHAR2 (128) Yes Name of the object
COLUMN_NAME VARCHAR2 (128) Yes Name of the column
COMMENTS VARCHAR2 (4000)
Comment on the object
ORIGIN_CON_ID NUMBER

ID of Container where row originates
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      COMMENTS
,      ORIGIN_CON_ID
,      CON_ID
FROM SYS.CDB_COL_COMMENTS;

Dependencies

[top of page]

SYS.CDB_COL_COMMENTS does not reference any database object

SYS.CDB_COL_COMMENTS is referenced by following:

SchemaPUBLIC
SynonymCDB_COL_COMMENTS