Oracle7 Server Distributed Systems Volume II: Replicated Data
DBMS_REPCAT_AUTH.GRANT_SURROGATE_REPCAT
Purpose
To grant the privileges needed by the symmetric replication facility to a user. For additional information, refer to .
Syntax
The parameter for the GRANT_SURROGATE_REPCAT procedure is described in Table 12 - 183, and the exception is listed in Table 12 - 184. The syntax for this procedure is shown below:
DBMS_REPCAT_AUTH.GRANT_SURROGATE_REPCAT(userid IN VARCHAR2)
Parameter
Description
userid
The name of the user to whom you wish to grant the necessary privileges.
Table 12 - 183. Parameter for GRANT_SURROGATE_REPCAT
Exception
Description
ORA-01917
The user does not exist
Table 12 - 184. Exception for GRANT_SURROGATE_REPCAT