Oracle DBA, How To, Error, Cause and Action

ORA-12831: Must COMMIT or ROLLBACK after executing INSERT with APPEND hint

ORA-12831: Must COMMIT or ROLLBACK after executing INSERT with APPEND hint


Cause:


After executing an INSERT statement with an APPEND hint, a command other than COMMIT or ROLLBACK was issued.



Action:


Execute COMMIT or ROLLBACK before issuing another SQL command.

No comments:

Post a Comment

Thanks for your comment.