How to Setup Data Guard with alter tablespace..begin backup approach
862643Mar 16 2012 — edited Mar 17 2012HI!
I am writing this compilation of documents in creating a daata guard in 10g. I was tasked to present different approches in setting it up on Rhel 5.
I have come across 3 procedures ( all of which is using RMAN to duplicate a database, then configure it for Data Guard functionality). I have read one procedure which uses (we'll that's what the article said, but to procedure was presented):
alter tablespace ...begin backup;
alter tablespace ...end backup;
then copy the generated files and configure for data guard functionality.
Does anyone help he out with this? Is there like a blogsite or steps that I can follow for this scenario?