SetPEM
This method sets the SetPEM instance for the OracleConnection to use.
Declaration
// C#
public void SetPEM(OraclePEM oraclePEM)Parameters
-
oraclePEM
The OraclePEM instance to use to open a connection
Exceptions
Throws ORA-50090 when connection is open.
Throws ORA-50095 when oraclePEM is not read only.
Throws ORA-50105 when oraclePEM has overlapping functionalities with the OracleSSO or OracleP12 objects already set on the OracleConnection.
Remarks
OracleSSO, OracleP12, and OraclePEM instances already set on the OracleConnection must not have overlapping functionalities.