3.199 ALL_GG_AUTO_CDR_TABLES
ALL_GG_AUTO_CDR_TABLES provides details about tables configured for Oracle GoldenGate automatic conflict detection and resolution (CDR) that are owned by the current user.
               
Related View
DBA_GG_AUTO_CDR_TABLES provides details about all the tables configured for Oracle GoldenGate automatic conflict detection and resolution (CDR).
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the table | 
| 
 | 
 | 
 | Table name | 
| 
 | 
 | 
 | Resolution granularity: 
 | 
| 
 | 
 | 
 | Extract fetchcols configuration: 
 | 
| 
 | 
 | 
 | Monitoring of conflicts:
                                  
 | 
| 
 | 
 | 
 | Use of customized or automatic conflict handlers: 
 | 
| 
 | 
 | Indicates which row-level conflict resolution method to use when the old value of the logical change record (LCR) timestamp column is different from the timestamp column value in the table. Possible values: 
 | |
| 
 | 
 | When a conflict occurs between a delete operation and another operation, a  | |
| 
 | 
 | When a conflict occurs between a target table change and a source table change, and  | |
| 
 | 
 | 
 | Tombstone table name (if table has delete tombstoning enabled) | 
| 
 | 
 | 
 | Name of row-level timestamp column | 
| 
 | 
 | Indicates whether the table contains a hidden column named  Possible values: 
 | |
| 
 | 
 | 
 | Timestamp to give existing rows when a new timestamp column is added | 
Footnote 1 This column is available starting with Oracle Database 21c.
See Also: