Data Replication
- Data Replication 9.8.0 HotFix 2
- All Products
Field
| Description
| Default Value
|
---|---|---|
Operation time and date on source
| The name of the metadata column that contains the date and time of an operation.
| OP_TIME
|
Operation code on source
| The name of the metadata column that contains the operation type code.
| OP_CODE
|
SCN of commit point
| The name of the metadata column that contains the SCN of the operation commit.
| OP_CMT_SCN
|
Low SCN of commit point
| For Microsoft SQL Server sources, the name of the audit log table metadata column that contains the first part of LSN of the operation commit.
| No default
|
Transaction commit time
| The name of the metadata column that contains the commit time of the operation.
| OP_CMT_TIME
|
Transaction ID
| The name of the metadata column that contains the transaction ID.
| OP_XID
|
Sequence number of an operation in a transaction
| The name of the metadata column that contains the sequence number of an operation in a transaction.
| OP_NUM_IN_TX
|
User ID
| For DB2, Microsoft SQL Server, and Oracle sources, the name of the audit log table metadata column that contains the user ID of the database user who performed a DML operation, as recorded in the transaction log record for the operation.
If you leave the field blank, the Data Replication Console does not include this column when generating audit log tables.
| No default
|
User name
| For DB2, Microsoft SQL Server, and Oracle sources, the name of the audit log table metadata column that contains the name of the database user who performed a DML operation, as recorded in the transaction log record for the operation.
If you leave the field blank, the Data Replication Console does not include this column when generating audit log tables.
| No default
|
Before image column name ending
| The column name suffix for columns that contain the before-image values for Update and Delete operations. For Merge Apply, the column name suffix for audit log table columns that contain values from after-image primary key columns for Insert operations.
For Kafka targets, this field is ignored. To change the suffix of the field in Kafka messages that contain the before-image data, use the apply.avro.avro_before_image_suffix runtime parameter.
| _OLD
|
After image column name ending
| The column name suffix for columns that contain the after-image values for Insert and Update operations.
| _NEW
|
Log table suffix for merge apply
| A suffix for audit log table names.
| _LOG
|
Log table schema for merge apply
| When Merge Apply is used, a target schema for audit log tables.
| No default
|
Recursive level for row key changes
| When Merge Apply is used, the name of the audit log table metadata column that contains the first value for a key mutation trace.
This field is ignored for configurations that do not use Merge Apply.
| OP_KEY_LEVEL
|
Root ID for recursive key changes
| When Merge Apply is used, the name of the audit log table metadata column that contains the second value for a key mutation trace.
This field is ignored for configurations that do not use Merge Apply.
| OP_ROOT_KEY_ROWID
|