Software Suite for Oracle Instruction Manual

8.5
Database Volumes Under Veritas VxVM Control
Recovery Manager for Oracle User’s Guide
3 Perform rollback on the backup host by executing the Recovery Manager
vcdba_rollback -s <oracle_sid> -p <primary_host> -t <timestamp> -v
–w
command to roll back the read-write copy which is based on point-in-time, read-only
snapshot when performing a database backup.
Example:
4 On the InServ Storage Server, recreate all of the VLUNs, which were removed earlier. Us the
same VLUN information by issuing the
createvlun <vvname> <lun> <host>
command.
5 On the primary host, run the
vxdctl enable command and import the disk groups with
the original names, and start all VM volumes. Wait until all disks are online.
Example:
d Run the vxdisk list command to see if all volume disks are online and belong to the
original names.
NOTE: If all VLUNs used by the database are removed, remember to recreate all
of them after the rollback. Rollback only overrides virtual volumes used by
datafiles and/or archive log destination (depending on which backup option the
user performed for the specific timestamp).
vcdba_rollback -s TEST920 -p pilot -t 042903142921 -v -w
vxdg -fC -n orcl920dg import orcl920dg_042903142921
vxdg -fC -n arch920dg import arch920dg_042903142921
vxvol -g orcl920dg startall
vxvol -g arch920dg startall