ORA-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.
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.
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.