Troubleshooting clone issues
You can find information about that might occur during clone operations and how you can resolve them.
Symptom | Explanation | Workaround |
---|---|---|
The clone operation fails when the archive destination is set to |
When the archive destination is referring to USE_DB_RECOVERY_FILE_DEST, Flash recovery area (FRA) actively manages the archive log. SnapManager does not use the FRA location during clone or restore operations and thus the operations fail. |
Change the archive destination to actual archive log location instead of the FRA location. |
The clone operation fails with the following error message: |
This issue occurs if Oracle listener fails to connect to the database. |
If you are using SnapManager GUI to clone a backup, perform the following actions:
If you are using CLI to clone a backup, you must include the following information in the <parameters> tag of the clone specification file: <parameters> <parameter> <name>local_listener</name> <value>(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<hostname>)(PORT=<port#>)))</value> </parameter> </parameters> |
The clone operation fails with an error message saying that the mountpoint you are using is already in use. |
SnapManager does not let you mount a clone over an existing mountpoint. So an incomplete clone did not remove the mountpoint. |
Specify a different mountpoint to be used by the clone, or unmount the problematic mountpoint. |
The clone operation fails with an error message about data files not having a .dbf extension. |
Some versions of the Oracle NID utility do not work with data files unless the files use a .dbf extension. |
|
The clone operation fails due to unmet requirements. |
You are attempting to create a clone; however, some of the prerequisites have not been met. |
Proceed as described in Creating a clone to meet the prerequisites. |
SnapManager for SAP fails to clone Oracle 10gR2 (10.2.0.5) physical Oracle Data Guard Standby databases. |
SnapManager for SAP does not disable the managed recovery mode while performing an offline backup of the Oracle 10gR2 (10.2.0.5) physical standby databases created using Oracle Data Guard services. Due to this issue, the offline backup taken is inconsistent. When SnapManager for SAP tries to clone the offline backup, it does not even try to perform any recovery on the cloned database. Because the backup is inconsistent, the cloned database requires recovery, and thus SAP fails to create the clone successfully. |
Upgrade the Oracle database to the Oracle 11gR1 (11.1.0.7 patch). |