RESUME_DB
This procedure restores a suspended database to normal operation. Only suspended databases may be resumed.
Suspended databases must be resumed before they can be backed up. A new reserved space value is required if the database is suspended in order to state how much space the newly reinstated database now requires. The reserved space value is not required if the protection policy for the database has autotune_reserved_space='YES'
.
When renaming a databse in a replication configuration, make sure to call this command on both Recovery Appliances involved with replication.
Syntax
PROCEDURE resume_db ( db_unique_name IN VARCHAR2, reserved_space IN VARCHAR2 DEFAULT NULL, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-42 RESUME_DB Parameters
Parameter | Description |
---|---|
|
The |
|
Refer to ADD_DB |
|
Optional user supplied comment describing reason for executing this command. |