ERROR | Must COMMIT or ROLLBACK after executing parallel INSERT/UPDATE/DELETE |
CAUSE | After executing a parallel INSERT/UPDATE/DELETE statement, a command other than COMMIT or ROLLBACK was issued. |
ACTION | Execute COMMIT or ROLLBACK before issuing another SQL command. |