Database Error Messages

ORA-38814

ALTER SESSION SET EDITION must be first statement of transaction

Cause

An attempt was made to execute an edition switch within an open transaction.


Action

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