Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_LOG_GROUPS

ALL_LOG_GROUPS describes the log group definitions on the tables accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the log group definition
LOG_GROUP_NAME VARCHAR2(30) NOT NULL Name of the log group definition
TABLE_NAME VARCHAR2(30) NOT NULL Name of the table on which the log group is defined
LOG_GROUP_TYPE VARCHAR2(19)   Type of the log group:
  • PRIMARY KEY LOGGING

  • UNIQUE KEY LOGGING

  • FOREIGN KEY LOGGING

  • ALL COLUMN LOGGING

  • USER LOG GROUP

ALWAYS VARCHAR2(11)   Y indicates the log group is logged any time a row is updated; N indicates the log group is logged any time a member column is updated
GENERATED VARCHAR2(14)   Indicates whether the name of the supplemental log group was system generated (GENERATED NAME) or not (USER NAME)