Entering content frame

Procedure documentation recover_volume Locate the document in the library structure

Use

With this DBM command, you return a damaged volume of a volume pair to operation.

If you are running the log volumes of a database instance in mirrored form, and a single log volume fails while the database is running, then there are functions available that enable you to recover the failed volume.

Note

Entries that were written to the intact volume while the damaged volume was out of action are not copied.

Note that the mirrored log volume is only secure once the recovered volume is operating again. You should therefore backup the log entries that only occur once with the help of a log backup (see: backup_start).

Prerequisites

·        You have the server authorization Recovery.

·        You are operating the database instance with mirrored log volumes. (LOG_MODE: DUAL).

·        You have opened a database session (see: db_connect).

·        You have executed the DBM command for recovering the database instance (see recover_start).

Syntax

recover_volume <vol_no> [<vol_mode>]

Options

Option

Description

<vol_no>

Number of the volume

<vol_mode>

Volume mode. Here, LOG is the only possible entry.

Reply

OK

In the event of errors, see Reply Format

 

 

Leaving content frame