Oracle® Database Advanced Replication Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
Describes the replication key column(s) accessible to the current user in each table.
The replication key column(s) is an alternate column or group of columns, instead of the primary key, used to determine which columns of a table to compare when using row-level replication. You can set the replication key columns using the SET_COLUMNS
procedure in the DBMS_REPCAT
package.
The following types of columns cannot be replication key columns:
REF
DBA_REPKEY_COLUMNS
describes the replication key column(s) in each table in the database.USER_REPKEY_COLUMNS
describes the replication key column(s) in each table owned by the current user.