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