SuspendSessionlessTransaction

This method suspends the active sessionless transaction immediately from the session.

Declaration

// C#
public void SuspendSessionlessTransaction();

Exceptions

OracleException - The active transaction is not a sessionless transaction (ORA-26202).

Remarks

If the connection is associated with the active sessionless transaction, the transaction is suspended immediately and will not be associated with the session.

If the connection is not associated with a sessionless transaction, it is a no-op.