Quick Search:
 
 The Oracle PL/SQL ALL_REPKEY_COLUMNS Keyword      [Return To Index] Jump to:  

Term: ALL_REPKEY_COLUMNS

Definition:
In Oracle PL/SQL, ALL_REPKEY_COLUMNS dictionary view stores the information about the replication key columns, which can be accessed by the current user. During row level replication, replicating key columns determine the columns for comparison. Note that LOB type, collection type, REF type and object type columns cannot be the part of replication key column group.

The structure of the view is as below.

SNAME [VARCHAR2(30)] - Schema name containing the table
ONAME [VARCHAR2(30)] - Table name
COL [VARCHAR2(4000)] - Column name

 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org