Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Isolation Level

Re: Isolation Level

From: Lothar Armbrüster <lothar.armbruester_at_rheingau.netsurf.de>
Date: 25 Nov 99 20:02:21 +0100
Message-ID: <454.998T1050T12023657@rheingau.netsurf.de>


Tobias wrote at 23-Nov-99 18:31:02
on the subject Isolation Level:

>Is it possible to set up the isolation level to read-only for only one
>transaction. When it's possible please send me a short example.

Hello Tobias,
try the following:

commit;
set transaction read only;

Hope that helps,
Lothar

--

Lothar Armbrüster       | lothar.armbruester_at_rheingau.netsurf.de
Hauptstr. 26            | lothar.armbruester_at_t-online.de
D-65346 Eltville        |

Received on Thu Nov 25 1999 - 13:02:21 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US