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

Term: USER_REPGROUP

Definition:
In Oracle, the USER_REPGROUP dictionary view maintains information about all of the replication groups in the database which are owned by the current user. The structure of the view is shown below.

SNAME [VARCHAR2(30)] - The name of the replicated schema.
MASTER [VARCHAR2(1)] - Determines, if the current site is master site or materialized view for the replicated group
STATUS [VARCHAR2(9)] - Master site status [NORMAL | QUIESCING | QUIESCED]
SCHEMA_COMMENT [VARCHAR2(80)] - User comments
GNAME [VARCHAR2(30)] - Replication group name
FNAME [VARCHAR2(30)] - Flavor name
RPC_PROCESSING_DISABLED [VARCHAR2(1)] - Determines, whether current site can receive or apply deferred RPC(s)
OWNER [VARCHAR2(30)] - Replication group owner

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