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


VIEW: SYS.CDB_LOG_GROUP_COLUMNS

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

Information about columns in log group definitions in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the log group definition
LOG_GROUP_NAME VARCHAR2 (128) Yes Name associated with the log group definition
TABLE_NAME VARCHAR2 (128) Yes Name associated with table with log group definition
COLUMN_NAME VARCHAR2 (4000)
Name associated with column or attribute of object column specified in the log group definition
POSITION NUMBER

Original position of column or attribute in definition
LOGGING_PROPERTY VARCHAR2 (6)
Whether the column or attribute would be supplementally logged
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      LOG_GROUP_NAME
,      TABLE_NAME
,      COLUMN_NAME
,      POSITION
,      LOGGING_PROPERTY
,      CON_ID
FROM SYS.CDB_LOG_GROUP_COLUMNS;

Dependencies

[top of page]

SYS.CDB_LOG_GROUP_COLUMNS does not reference any database object

SYS.CDB_LOG_GROUP_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymCDB_LOG_GROUP_COLUMNS