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'.

Syntax

PROCEDURE resume_db (
   db_unique_name IN VARCHAR2,
   reserved_space IN VARCHAR2 DEFAULT NULL,
   comments IN VARCHAR2 DEFAULT NULL);

Parameters

Table 21-41 RESUME_DB Parameters

Parameter Description

db_unique_name

The DB_UNIQUE_NAME of the database to be resumed.

reserved_space

Refer to ADD_DB

comments

Optional user supplied comment describing reason for executing this command.