RESTORE DATABASE USING NETAPP SNAPSHOTS

Shutdown the database first:

sqlplus / as sysdba
shutdown immediate

Grab the name of the snapshots and do this:

snap restore -s <snapshot-name> <vol-name>
snap restore –s <snapshot> <volume>

Bring up the database instance

sqlplus / as sysdba
startup

Leave Comment

Your email address will not be published. Required fields are marked *