ORA-02043: must end current transaction before executing string
What triggered the Error:
a transaction is in progress and one of the following commands commands is issued: COMMIT FORCE, ROLLBACK FORCE, or ALTER SYSTEM ENABLE DISTRIBUTED RECOVERY in single process mode.What should we do to fix it:
COMMIT or ROLLBACK the current transaction and resubmit command.