Oracle DBA, How To, Error, Cause and Action

ORA-02043: must end current transaction before executing string

ORA-02043: must end current transaction before executing string


Cause:


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.



Action:


COMMIT or ROLLBACK the current transaction and resubmit command.

No comments:

Post a Comment

Thanks for your comment.