Name
DBMS_REPCAT_AUTH.REVOKE_SURROGATE_REPCAT
Synopsis
REVOKE_SURROGATE_REPCAT revokes from userid all privileges required to perform required replication activities on behalf of the SYS user at remote masters. Note that these privileges will be revoked regardless of whether they were obtained via GRANT_SURROGATE_REPCAT. In addition, any private synonyms with the same name as those created by REVOKE_SURROGATE_REPCAT will also be dropped.
PROCEDURE DBMS_REPCAT_AUTH.REVOKE_SURROGATE_REPCAT
(userid IN VARCHAR2);userid is the Oracle user ID for whom you are revoking privileges.
There are no restrictions on calling REVOKE_SURROGATE_REPCAT.
Exceptions
The REVOKE_SURROGATE_REPCAT procedure may raise exception ORA-01917 if the specified user does not exist.