Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, gopi.

Asked: January 24, 2017 - 11:59 pm UTC

Last updated: January 25, 2017 - 1:56 am UTC

Version: 11g

Viewed 1000+ times

You Asked

I have question as i am using 4tb database how can i switch from rman backup to snap/san backup. Please advise

and Connor said...

You need to let Oracle know that you are taking a backup, so you can do

1) alter database begin backup;
2) take your snapshot
3) alter database end backup;

Some of the SAN vendors have plugins/tools to handle this for you, and/or register the snapshots as backups with RMAN.



Is this answer out of date? If it is, please let us know via a Comment

More to Explore

Backup/Recovery

Check out the complete guide to all of the Backup & Recovery techniques in the Oracle Database.