GRANT_DB_ACCESS

This procedure grants the necessary privileges to the specified recovery Appliance user account to enable this account to back up, restore, and access recovery catalog metadata for the specified protected database.

Syntax

PROCEDURE grant_db_access (
   username           IN VARCHAR2,
   db_unique_name     IN VARCHAR2,
   comments           IN VARCHAR2 DEFAULT NULL);

Parameters

Table 27 GRANT_DB_ACCESS Parameters

Parameter Description
username The name of the Recovery Appliance user account.
db_unique_name The protected database for which the privilege is being granted.
comments Optional user supplied comment describing reason for executing this command.