9 database rollback from a virtual copy, 1 the database rollback utility, Database rollback from a virtual copy – HP 3PAR Application Software Suite for Oracle User Manual
Page 32: The database rollback utility
2.16
Database Rollback from a Virtual Copy
Recovery Manager 3.0.3/3.0.4 for Oracle User’s Guide
2.9 Database Rollback from a Virtual Copy
When a database is corrupted, you can restore the database to the most recent database
images from the most recently created virtual copy by using the rollback utility.
2.9.1 The Database Rollback Utility
3PAR Recovery Manager’s database rollback utility (
vcdba_rollback
) promotes a virtual
copy's volumes back to its base virtual volumes. In other words, the base virtual volumes used
by the database are rolled back to the virtual copy volumes. Once the rollback process
completes successfully, the base virtual volumes are exactly the same as the virtual copy
volumes. If the base volume size has been changed since the virtual copy was taken, the
rollback process will not affect the new size.
■
When rolling back from an online virtual copy, both datafile and archive log virtual
volumes are rolled back by default. Use the
-o
option to rollback only datafile virtual
volumes or only archive log virtual volumes.
■
When rolling back from an offline virtual copy, only datafile virtual volumes are rolled
back.
■
When rolling back from an archive log virtual copy, only archive log virtual volumes are
rolled back.
The following restrictions apply when rolling back a virtual copy:
■
The online redo logs and control file should not reside on the same virtual volumes used by
the datafiles and archive logs. Otherwise, they will be rolled back along with the datafile
and archive log virtual volumes.
■
The database instance must be CLOSED for this operation. If the database is an RAC
database, all RAC instances must be CLOSED.
■
The base (datafile and/or archive log) virtual volumes must be temporarily removed from
the original database host.
NOTE: Rollback read-only snapshot does not have this limitation, rollback read-
write requires this.