Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 151 of 179


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 for more information. 

Syntax

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

Parameters

Table 8-286 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 8-287 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. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index