Quick Search:
 
 The Oracle PL/SQL USER_REPAUDIT_COLUMN View      [Return To Index] Jump to:  

Term: USER_REPAUDIT_COLUMN

Definition:
In Oracle, the USER_REPAUDIT_COLUMN table is used to maintain the column's metadata in shadow tables for replicated tables which are owned by the current user.
The structure of the view is shown below.

ONAME [VARCHAR2 (30)] - Name of the shadow table
COLUMN_NAME [VARCHAR2 (30)] - Name of the column in the shadow table
BASE_SNAME [VARCHAR2 (30)] - Owner of replicated table
BASE_ONAME [VARCHAR2 (30)] - Name of the replicated table
BASE_CONFLICT_TYPE [VARCHAR2 (10)] - Type of conflict
BASE_REFERENCE_NAME [VARCHAR2 (30)] - Table name, unique constraint name, or column group name
ATTRIBUTE [VARCHAR2 (30)] - Description of the attribute

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