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


VIEW: SYS.CDB_LOG_GROUPS

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

Log group definitions on all tables in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the table
LOG_GROUP_NAME VARCHAR2 (128) Yes Name associated with log group definition
TABLE_NAME VARCHAR2 (128) Yes
LOG_GROUP_TYPE VARCHAR2 (19)
ALWAYS VARCHAR2 (11)
Is this an ALWAYS or a CONDITIONAL supplemental log group?
GENERATED VARCHAR2 (14)
Was the name of this supplemental log group system generated?
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
,      LOG_GROUP_TYPE
,      ALWAYS
,      GENERATED
,      CON_ID
FROM SYS.CDB_LOG_GROUPS;

Dependencies

[top of page]

SYS.CDB_LOG_GROUPS does not reference any database object

SYS.CDB_LOG_GROUPS is referenced by following:

SchemaPUBLIC
SynonymCDB_LOG_GROUPS