Oracle Solution for Error ora-12831

Solution for Oracle Error ORA-12831

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

What triggered the Error:

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

What should we do to fix it:

Execute COMMIT or ROLLBACK before issuing another SQL command.