Oracle Solution for Error ora-12830

Solution for Oracle Error ORA-12830

ORA-12830: Must COMMIT or ROLLBACK after executing parallel INSERT/UPDATE/DELETE

What triggered the Error:

After executing a parallel INSERT/UPDATE/DELETE statement, 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.