Oracle9i Replication Management API Reference
Release 1 (9.0.1)

Part Number A87502-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

DBMS_REPCAT_RGT, 26 of 33


DROP_USER_AUTHORIZATION Procedure

This procedure removes a user authorization entry from the DBA_REPCAT_USER_AUTHORIZATIONS view. This procedure is used when removing a user's template authorization. If a user's authorization is removed, then the user is no longer able to instantiate the target deployment template.

See Also:

"DROP_ALL_USER_AUTHORIZATIONS Procedure" 

Syntax

DBMS_REPCAT_RGT.DROP_USER_AUTHORIZATION (
   refresh_template_name   IN   VARCHAR2,
   user_name               IN   VARCHAR2);

Parameters

Table 23-56 DROP_USER_AUTHORIZATION Procedure Parameters
Parameter  Description 
refresh_template_name
 

Name of the deployment template from which the user's authorization is being removed. 

user_name
 

Name of the user whose authorization is being removed. 

Exceptions

Table 23-57 DROP_USER_AUTHORIZATION Procedure Exceptions
Exception  Description 
miss_user
 

Specified user name is invalid or does not exist. 

miss_user_authorization
 

Specified user and deployment template combination does not exist. Query the DBA_REPCAT_USER_AUTHORIZATIONS view to see a list of user/deployment template authorizations. 

miss_refresh_template
 

Specified deployment template name is invalid or does not exist. 


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback