ZEUGSWETTER Andreas IZ5 wrote:
>
> In Informix:
> > set transaction isolation level serializable;
> Informix needs: ^^^^^ level not mode
This was my fault...
> > session-1:
> > insert into f values (1);
> > --
> > -- Results? Abort?
> > --
> >
> Goes ok in both isolation levels. Only if session-2 insert is not committed,
Well... Thanks!
The problem for us and Oracle: subsequent selects from p in
session-1 will not return key 1... So, I would like to know
what Oracle does...
Vadim