Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_REPGROUP

Purpose

To grant the necessary privileges to the replication administrator to administer any replicated object group at the current site. For additional information, refer to [*].

Syntax

The parameter for the GRANT_ADMIN_ANY_REPGROUP procedure is described in Table 12 - 175, and the exception is listed in Table 12 - 176. The syntax for this procedure is shown below:

DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_REPGROUP(
						userid IN VARCHAR2)

Parameter Description
userid The name of the replication administrator to whom you want to grant the necessary privileges and roles to administer any replicated object groups at the current site.
Table 12 - 175. Parameter for GRANT_ADMIN_ANY_REPGROUP

Exception Description
ORA-01917 The user does not exist.
Table 12 - 176. Exception for GRANT_ADMIN_ANY_REPGROUP


Contents Index Home Previous Next