| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
ALL_LOG_GROUPS describes the log group definitions on the tables accessible to the current user.
DBA_LOG_GROUPS describes the log group definitions on all tables in the database.
USER_LOG_GROUPS describes the log group definitions on the tables owned by the current user.
| 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: 
 | |
| ALWAYS | VARCHAR2(11) | Yindicates the log group is logged any time a row is updated;Nindicates 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) |