Disaster Recovery solution

My colleagues and I are currently working on a disaster recovery solution that would allow us to bring a mirror up of our production database off campus within minutes of it failing. The best DR solution would be to implement Oracle's Data Guard, however we aren't licensed for it because of the cost.

So...our Unix administrator is going to use a program that will copy an entire mount-point anytime a file is changed, added, or removed. We're going to multiplex the files we want mirrored to a new mount-point so we don't grab a bunch of unnecessary things: the controlfiles, online redo-logs, and archived redo-logs. The datafiles will be copied over every night. We should be able to then recover the stale datafiles using the redo-logs that accumulated during the day. Anything I might be missing?

I'll post an update when we've tested.

Comments

Popular posts from this blog

Auditing user logon and logoff in Oracle

RMAN Restore vs. Recovery - what's the difference?

Use rsync on Unix to backup your archive logs