Re: [HACKERS] Q about read committed in Oracle... - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] Q about read committed in Oracle...
Date
Msg-id 35BCE3AA.61812B0D@krs.ru
Whole thread Raw
In response to Q about read committed in Oracle...  (Vadim Mikheev <vadim@krs.ru>)
Responses Re: [HACKERS] Q about read committed in Oracle...  ("Dr. Michael Meskes" <meskes@online-club.de>)
List pgsql-hackers
Dr. Michael Meskes wrote:
>
> On Tue, Jul 14, 1998 at 07:14:10PM +0800, Vadim Mikheev wrote:
> > Could someone run in Oracle test below?
>
> I could, but how do I make Oracle use read committed mode?

"...You can set the isolation level of a transaction by using
one of these commands at the beginning of a transaction:

SET TRANSACTION ISOLATION LEVEL READ COMMITTED;

SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;

SET TRANSACTION ISOLATION LEVEL READ ONLY;
..."

TIA,
    Vadim

pgsql-hackers by date:

Previous
From: "Dr. Michael Meskes"
Date:
Subject: Re: [HACKERS] Re: Linux Oracle! (fwd)
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Bogus "Non-functional update" notices