Oracle Solution for Error ora-38814

Solution for Oracle Error ORA-38814

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.