Re: [HACKERS] Q about read committed in Oracle...

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: "Dr(dot) Michael Meskes" <meskes(at)online-club(dot)de>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Q about read committed in Oracle...
Date: 1998-07-27 20:31:38
Message-ID: 35BCE3AA.61812B0D@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Johnson 1998-07-27 21:06:25 Re: [GENERAL] Re: [HACKERS] [Fwd: SGVLLUG Oracle and Informix on Linux]
Previous Message Vadim Mikheev 1998-07-27 16:04:56 Re: [HACKERS] OR clause issues