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

Term: ALL_REPCAT

Definition:
In Oracle PL/SQL, the ALL_REPCAT table is used to maintain the status of administrative requests generated at the master site.

The structure of the ALL_REPCAT dictionary view is shown below.

SNAME[VARCHAR2 (30)] - Schema name containing the replicated object
MASTER[VARCHAR2 (1)] - Determines whether current site is a master site or not
STATUS[VARCHAR2 (9)] - Status of the administrative request
SCHEMA_COMMENT[VARCHAR2 (80)] - User comments, if any
GNAME[VARCHAR2 (30)] - Replicated group name
FNAME[VARCHAR2 (30)] - Flavor name
RPC_PROCESSING_DISABLED[VARCHAR2 (1)] - Determines whether processing through a Remote Procedure Call is enabled or disabled
OWNER[VARCHAR2 (30)] - Owner of the replicated group


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