Your browser does not support JavaScript. This help page requires JavaScript to render correctly.
Previous
Previous
 
Next
Next

Configuring Timestamp Resolution

If the target table does not already contain a timestamp column, then you need to add an additional column to your table to record the timestamp value when a row is inserted or updated. Additionally, you must use the Alter Object functionality of the replicated object to apply the DDL to the target table.

Simply issuing the DDL in SQL*Plus (or equivalent tool) may cause the replicated object to become invalid. If you prefer to use SQL*Plus to make such an alteration, then make sure that you use the DBMS_REPCAT.ALTER_MASTER_REPOBJECT procedure to execute the altering DDL.

The following are the steps to configure a timestamp resolution:

Related Topics

About Conflict Resolution Methods