Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 73 of 179
This procedure lets you compare old column values at each master site for each non-key column of a replicated table for updates and deletes. The default is to compare old values for all columns. You can change this behavior at all master and snapshot sites by invoking DBMS_REPCAT
.COMPARE_OLD_VALUES
at the master definition site.
DBMS_REPCAT.COMPARE_OLD_VALUES( sname IN VARCHAR2, oname IN VARCHAR2, { column_list IN VARCHAR2, | column_table IN DBMS_REPCAT.VARCHAR2s,} operation IN VARCHAR2 := `UPDATE', compare IN BOOLEAN := TRUE );
Note:
The See Oracle8i Replication for information about reduced data propagation before changing the default behavior of Oracle. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|