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 21-45 REVOKE_DB_ACCESS Parameters

Parameter Description

username

The name of the user account from which to revoke the privilege.

db_unique_name

The protected database for which the privilege is being revoked.

comments

Optional user supplied comment describing reason for executing this command.