HP 3PAR Recovery Manager 4.5.0 for Oracle on Solaris, Red Hat Linux, and Oracle Enterprise Linux User's Guide (QL226-97705, May 2014)

REASON
Trying to clone a database using the specific Virtual Copy fails as it only contains datafiles. A
Virtual Copy created with the datafile type occurs when the database is open and in archive log
mode. Archive log files are required to create a consistent point-in-time database image.
SOLUTION
Use online/offline Virtual Copies to clone a database. Manually copy over all necessary archive
log files. Modify the init.ora file on the backup server. Use associated saved files in the backup
repository to manually clone the database.
MESSAGE ID
1273
SYMBOLIC NAME
RMO_ERROR_RETRIEVE_DBNAME
MESSAGE
3PAR1273: ERROR: Could not retrieve the current database name.
REASON
During rmora_restore, Recovery Manager for Oracle failed to retrieve the name of the database
to be restored.
SOLUTION
Make sure the database to be restored to is started in started mode to be able to query the
v$instance view.
MESSAGE ID
1274
SYMBOLIC NAME
RMO_ERROR_VC_NOT_BACKUP
MESSAGE
3PAR1274: ERROR: The Virtual Copy <name> has no backup image.
REASON
Trying to restore using a specific Virtual Copy failed as the Virtual Copy has not been backed up
to media yet.
SOLUTION
Perform media backup first using NetBackup or Oracle RMAN to produce the backup image. Then
issue the rmora_restore command again to perform the media restore.
MESSAGE ID
1275
SYMBOLIC NAME
RMO_ERROR_VC_CONTAIN_ARCHLOG
MESSAGE
3PAR1275: ERROR: The Virtual Copy <name> contains only archive logs.
REASON
This error happens in one of the following cases:
1. Trying to clone a database using a specific Virtual Copy which contains only archive log files.
2. Trying to restore a control file which will require later recover operations from the Virtual Copy
only containing archive log destinations.
3. Trying to use RMAN to restore archive log files.
SOLUTION
211