Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Q: elementary transaction question
On 14 Dec 2004 10:46:51 -0800, yf110_at_vtn1.victoria.tc.ca (Malcolm
Dew-Jones) wrote:
>
>What IS the correct way to prevent this?
alter session set isolation_level = serializable (default : read_comitted)
Will savepoint do this, do I even
>need to do anything? The oracle manual has lots of examples of multiple
>updates , or read-only consistancy, but I don't see this.
>
>
>
>(not correct plsql, just outline)
Even as outline horrible code. Never do anything procedurally, if it can be accomplished by SQL.
-- Sybrand Bakker, Senior Oracle DBAReceived on Tue Dec 14 2004 - 14:39:52 CST