OCI-17116
Cannot enable auto-commit in an active global or sessionless transaction
        
        Cause
setAutoCommit(true) has been called for an active global transaction.
Action
Do not call setAutoCommit(true) for global transaction, because it is handled internally.