Another Oracle blog

  • Home
  • About
  • About

Tag Archives: snapshot

Home / Posts Tagged: snapshot

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

October 23, 2015mardaffNetappnetapp, restore, snapshot
ora-base.com