cvandemaele
Member
From within a command window, I can do
> ALTER SESSION SET ISOLATION_LEVEL = SERIALIZABLE
without any problems. But, when the current isolation level is SERIALIZABLE, i cannot change it back to READ COMMITTED. I systematically get the above mentioned error message. In SQL*Plus, the problem does not occur.
> ALTER SESSION SET ISOLATION_LEVEL = SERIALIZABLE
without any problems. But, when the current isolation level is SERIALIZABLE, i cannot change it back to READ COMMITTED. I systematically get the above mentioned error message. In SQL*Plus, the problem does not occur.