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