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

Term: ALL_REPDDL

Definition:
In Oracle PL/SQL, ALL_REPDDL stores a DDL statement for all the replication objects which can be accessed by the current logged in user.

The structure of the ALL_REPDDL view is as below.

LOG_ID [NUMBER] - ID from ALL_REPCATLOG view
SOURCE [VARCHAR2(128)] - Database name which generates the request.
ROLE [VARCHAR2(1)] - Determines, if the database is a master definition site or master site.
MASTER [VARCHAR2(128)] - Database name, processing the request.
LINE [NUMBER(38)] - Record line number in a request
TEXT [VARCHAR2(2000)] - DDL statement
DDL_NUM [NUMBER(38)] - Order of execution of the DDL statements


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