SetSSO

This method sets the OracleSSO instance for the OracleConnection to use.

Declaration

// C#
public void SetSSO(OracleSSO oracleSSO)

Parameters

  • oracleSSO

The OracleSSO instance to use to open a connection

Exceptions

Throws ORA-50090 when connection is open.

Throws ORA-50095 when oracleSSO is not read only.

Throws ORA-50105 when oracleSSO has overlapping functionalities with the OracleP12 or OraclePEM objects already set on the OracleConnection.

Remarks

OracleSSO, OracleP12, and OraclePEM instances already set on the OracleConnection must not have overlapping functionalities.