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