REVOKE_DB_ACCESS
This procedure revokes privileges on one protected database from the specified Recovery Appliance user account.
Syntax
PROCEDURE revoke_db_access ( username IN VARCHAR2, db_unique_name IN VARCHAR2, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-46 REVOKE_DB_ACCESS Parameters
Parameter | Description |
---|---|
|
The name of the user account from which to revoke the privilege. |
|
The protected database for which the privilege is being revoked. |
|
Optional user supplied comment describing reason for executing this command. |