Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: RAC standby

RE: RAC standby

From: <oracle-l-bounce_at_freelists.org>
Date: Tue, 16 Aug 2005 13:13:07 -0400
Message-ID: <ABB9D76E187C5146AB5683F5A07336FF35FB03@EXCNYSM0A1AJ.nysemail.nyenet>


Nobody on this list would *ever* judge you! :)

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Marquez, Chris Sent: Tuesday, August 16, 2005 11:54 AM
To: peterdixon001_at_hotmail.com; oracle-l_at_freelists.org Subject: RE: RAC standby

Peter,

For one client I have built and run a "poor mans Standby database"

<SIDE NOTE>
OK list, don't judge me. There is very good/real reason for this home grown standby.
I have used and like Oracle Data Guard...it works well...I'm not against DG, so please no flame.
<SIDE NOTE>

Basically a shell script that does {RMAN restore database, then periodic synchronization};

The hardest part about this whole task is *knowing* (in the script) what is the last log you have switched on prod (and scp'ed) and what is the last log you (the script) will apply...meaning my script applies *or* recovers to a log sequence number defined as a variable. If that log is not on the standby server the whole script / process fails...the database might not be recovered far enough, can not be put in read only mode and tempfile failes to be added (alert.log error seen).

This "synchronization" and "point of recovery" issue is good reason to use tried and true Oracle Data Guard.
However, with a solid script, network, disk space a good shell script is all you need for a "poor man's Standby database".

hth

Chris Marquez
Oracle DBA

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Peter Dixon Sent: Tuesday, August 16, 2005 11:14 AM
To: oracle-l_at_freelists.org
Subject: RAC standby

Created a two node RAC instance (10g) , want to create a standby database but not via dataguard.
Anybody got any good docs on how to create the standby manually, as I am abit concerned that it might be slightly different to a normal standby database.

Regards

--
http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Aug 16 2005 - 12:15:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US