Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: isolation level being set millions of times
In article <6e82fbab.0112190608.1d7acc6_at_posting.google.com>, mpaige_at_prosrm.com
says...
>
>while testing recently, we encountered the following statement:
>
>alter session set isolation-level = read committed
>
>this statement was executed millions of time during the test. there is
>no code in our application that issues this statement. can someone
>tell me where this comes from? one suggestion so far has been jdbc,
>but i find no confirmation from searching the web, including otn.
>
>tia - m
whats the app written in. EJB's with generated CMP are famous (infamous?) for putting lots of stuff in your code....
-- Thomas Kyte (tkyte@us.oracle.com) http://asktom.oracle.com/ Expert one on one Oracle, programming techniques and solutions for Oracle. http://www.amazon.com/exec/obidos/ASIN/1861004826/ Opinions are mine and do not necessarily reflect those of Oracle CorpReceived on Wed Dec 19 2001 - 18:36:15 CST
![]() |
![]() |