Restoring a snapshot from clone
Prerequisites
Perform the following steps for LVM, ASM, and file system setups before restoring a snapshot from a clone:
Ensure that you stop all the Remote copy groups before initiating a snapshot restore operation.
Ensure that you dismount the database ASM disk groups from one or more cluster nodes. Also, ensure that you drop the disk groups from one of the cluster nodes servers if ASM is in use when you do not select the Automate Restore option.
- Ensure to export the database volume groups from the database server if volume groups are in use. For example, for Linux logical volume groups:
# lvchange -an /dev/rh6lvm-data/lvol0 # lvchange -an /dev/rh6lvm-data/lvol1 # vgexport rh6lvm-datavg
Ensure that you remove the volumes exported as physical Raw Device Mapping from Oracle server for databases with volumes exported as physical RDM.
Ensure that all the prerequisites listed are performed for the cloned database except for dropping the diskgroups for ASM. On the cloned database, all the diskgroups must be only dismounted and not dropped.
Procedure