Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: standby config --> FAL_SERVER / FAL_CLIENT
Just clearing up a point on Maximum Protection and the meaning of "(does not wait till its applied)".
Isn't this the option where lgwr has to wait for confirmation that the redo has been written into the standby log on the standby database before writing to the online log on the primary and acknowledging the commit.
One thing to watch out for with standby and
this option is the effect on commits within
pl/sql calls. Oracle does not wait for sync
if you issue a commit inside a pl/sql call,
issuing only one log sync write at the end
of the call - but if you switch to maximum protection,
then every commit inside the call becomes a
log sync call, and performance get much
worse. (I've had one report of a factor of
three for a piece of code doing lots of commits
inside a pl/sql loop).
Regards
Jonathan Lewis
http://www.jlcomp.demon.co.uk
The educated person is not the person who can answer the questions, but the person who can question the answers -- T. Schick Jr
Next public appearances:
March 2004 Hotsos Symposium - The Burden of Proof
March 2004 Charlotte NC OUG - CBO Tutorial
April 2004 Iceland
One-day tutorials:
http://www.jlcomp.demon.co.uk/tutorial.html
Three-day seminar:
see http://www.jlcomp.demon.co.uk/seminar.html
____UK___February
____UK___June
The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html
Hi Prem,
Yes there is a performance overhead with maximize protection. As I said = earlier, the LGWR process is going to ship the log changes to the = standby database (does not wait till its applied) and hence It boils = down to the network connectivity that exists between the primary and the = standby database. Your overhead is proportional to the network = bandwidth. Pls test it with a real load before you put in production.
Best Regards
Sriram Kumar
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Feb 10 2004 - 14:15:06 CST
![]() |
![]() |