Re: update select problem
I think you have to check your transaction isolation level, if it is 'repeatable read', and you are using autocommit=0 then, your single query act as a transaction thus you have to manually 'commit' it.
try using autocommit=1 if it is feasible in your application.
Thanks
Rushik.
Subject
Views
Written By
Posted
2844
May 28, 2005 02:42AM
Re: update select problem
1990
May 29, 2005 11:27PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.