ORA-38814: ALTER SESSION SET EDITION must be first statement of transaction
What triggered the Error:
An edition switch could be executed within an open transaction.What should we do to fix it:
Commit or rollback the transaction and re-execute the statement, or use dbms_session.set_edition if its deferred effect is appropriate.