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

Term: ALL_REPGROUP

Definition:
In Oracle PL/SQL, teh ALL_REPGROUP dictionary view maintains information about all the replication groups in the database, which can be accessed by the current user. The structure of the view is as 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