MIGRATE_TAPE_BACKUP
This procedure makes pre-migration tape backups
accessible to the Recovery Appliance through the specified SBT
library. You must first import metadata about the tape backups
into the Recovery Appliance catalog using the RMAN
IMPORT CATALOG
command.
This procedure performs the metadata adjustments required to access pre-existing tape backups, but does not physically move backups. The pre-existing backups must already be accessible by the specified SBT library.
Syntax
PROCEDURE migrate_tape_backup( db_unique_name IN VARCHAR2, sbt_lib_name IN VARCHAR2, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-31 MIGRATE_TAPE_BACKUP Parameters
Parameter | Description |
---|---|
|
The comma-delimited list of protected databases whose backups
are to be migrated. You must already have registered each |
|
The SBT library that the Recovery Appliance uses to access existing tape backups
for the specified protected database. See |
|
Optional user supplied comment describing reason for executing this command. |