Oracle8i Replication Management API Reference
Release 2 (8.1.6)

Part Number A76958-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Replication Management API Reference, 119 of 179


REVOKE_ADMIN_SCHEMA procedure

This procedure revokes the privileges and roles from the replication administrator that were granted by GRANT_ADMIN_SCHEMA.


Note:

Identical privileges and roles that were granted independently of GRANT_ADMIN_SCHEMA are also revoked. 


Syntax

DBMS_REPCAT_ADMIN.REVOKE_ADMIN_SCHEMA (
   username IN VARCHAR2);

Parameters

Table 8-216 REVOKE_ADMIN_SCHEMA Procedure Parameters
Parameter  Description 
username
 

Name of the replication administrator whose privileges you want to revoke. 

Exceptions

Table 8-217 REVOKE_ADMIN_SCHEMA Procedure Exceptions
Exception  Description 
ORA-01917
 

User does not exist. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index