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


VIEW: SYS.USER_LOG_GROUPS

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

Log group definitions on user's own tables

[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 Name of the table on which this log group is defined
LOG_GROUP_TYPE VARCHAR2 (19)
Type of the log group
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?
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
FROM SYS.USER_LOG_GROUPS;

Dependencies

[top of page]

SYS.USER_LOG_GROUPS references the following:

SchemaSYS
TableCDEF$
TableCON$
TableOBJ$
TableUSER$
SYS.USER_LOG_GROUPS is referenced by following:

SchemaPUBLIC
SynonymUSER_LOG_GROUPS