Oracle Solution for Error ora-24754

Solution for Oracle Error ORA-24754

ORA-24754: cannot start new transaction with an active transaction

What triggered the Error:

attempt to start a new transaction was made when there was an active transaction.

What should we do to fix it:

mmit, rollback or detach the existing transaction before starting a new transaction.