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

Term: ALL_REPGROUP_PRIVILEGES

Definition:
In Oracle PL/SQL, the ALL_REPGROUP_PRIVILEGES dictionary view contains the user information which has access to replication groups. The view contains list of only those replication groups which can be accessed by the current user. The structure of the view is shown below.

USERNAME [VARCHAR2(30)] - User
GNAME [VARCHAR2(30)] - Replicating object group
CREATED [DATE] - Created date
RECEIVER [VARCHAR2(1)] - Receiver privilege
PROXY_SNAPADMIN [VARCHAR2(1)] - Proxy snap admin privileges
OWNER [VARCHAR2(30)] - Replicated object group owner

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