RE: Building Slow Development Systems (On Purpose)
- From: Yong Huang <yong321@xxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Thu, 28 May 2009 09:34:32 -0700 (PDT)
The commit options actually exist in 10gR2 and up, not 10gR1. Also
explicitly setting commit_write = 'immediate,wait' (e.g. with alter
session) has the same effect.
Yong Huang
----- Yong Huang wrote -----
If you need each log file sync for each commit inside PL/SQL, you can try
commit write immediate wait if you're on 10g and up. The test below is on
10.2.0.1 (my session is 92).
...
--
http://www.freelists.org/webpage/oracle-l
Other related posts:
- » Building Slow Development Systems (On Purpose) - Kerry Osborne
- » RE: Building Slow Development Systems (On Purpose) - Goulet, Richard
- » Re: Building Slow Development Systems (On Purpose) - Stephane Faroult
- » Re: Building Slow Development Systems (On Purpose) - Mathias Magnusson
- » Re: Building Slow Development Systems (On Purpose) - Cary Millsap
- » Re: Building Slow Development Systems (On Purpose) - kyle Hailey
- » Re: Building Slow Development Systems (On Purpose) - Kerry Osborne
- » Re: Building Slow Development Systems (On Purpose) - Yong Huang
- » RE: Building Slow Development Systems (On Purpose) - Yong Huang