MOVE_BACKUP_PIECE
This procedure moves a single long-term archival backup piece from the Recovery Appliance to an SBT destination.
The Recovery Appliance copies the specified backup piece to the
location specified with the format
and template_name
parameters.
After the Recovery Appliance copies the backup piece successfully, the Recovery Appliance
deletes the backup piece from its original location.
Syntax
PROCEDURE move_backup_piece ( bp_key IN NUMBER, format IN VARCHAR2, template_name IN VARCHAR2, compression_algorithm IN VARCHAR2 DEFAULT NULL, encryption_algorithm IN VARCHAR2 DEFAULT NULL, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-33 MOVE_BACKUP_PIECE Parameters
Parameter | Description |
---|---|
|
The unique key of the backup piece to move. Obtain this key
from the |
|
The naming format of the backup pieces to create.
This parameter follows the same rules as the RMAN If not specified, default format is |
|
The name of the SBT job library template. The Recovery Appliance copies the backup piece to tape, using the media pool referenced in the SBT template name as the copy destination. |
|
Specifies the compression algorithm.
If
|
|
Specifies the encryption algorithm If Valid values are 'AES128', 'AES192', 'AES256', 'OFF', 'CLIENT', or the constant equivalents ENC_OFF, ENC_AES128, ENC_AES192, ENC_AES256, ENC_CLIENT. Note: A value ofCLIENT or ENC_CLIENT requires the client to generate encrypted backups. Failure to do so will result in cloud backup job failures on the Recovery Appliance.
|
|
Optional user supplied comment describing reason for executing this command. |