Database Error Messages

OCI-38814

ALTER SESSION SET EDITION must be the first statement of the transaction.

Cause

An attempt is being made to change the edition of the session within an open transaction.


Action

Commit or rollback the open transaction and retry the statement, or use DBMS_SESSION.SET_EDITION_DEFERRED if its deferred effect is appropriate.