Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

https://stackoverflow.com/questions/785765/ora-08177-cant-serialize-access-for-this-transaction


Create auto Trigger in Oracle SQL Developer:



create or replace TRIGGER amana

BEGIN

EXECUTE IMMEDIATE 'ALTER SESSION SET ISOLATION_LEVEL READ COMMITTED';

END;

  • No labels