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 22-27 GRANT_DB_ACCESS Parameters
Parameter | Description |
---|---|
|
The name of the Recovery Appliance user account. |
|
The protected database for which the privilege is being granted. |
|
Optional user supplied comment describing reason for executing this command. |