Oracle Solution for Error ora-24791

Solution for Oracle Error ORA-24791

ORA-24791: invalid transaction start flags

What triggered the Error:

invalid transaction start flag was passed.

What should we do to fix it:

rify that OCI_TRANS_LOOSE was not passed along with OCI_TRANS_JOIN, OCI_TRANS_RESUME. Also, verify that other flags (such as OCI_TRANS_SEPARABLE) passed by the client are supported by the version of the Oracle server.