Allowed Logon Version Client Support

ODP.NET enables applications to specify the minimum authentication protocol that is to be used for a given application or for a given OracleConnection object, depending on where it's configured.

ODP.NET Supports the setting of

  • SqlNetAllowedLogonVersionClient on the OracleConnection instance object

  • SqlNetAllowedLogonVersionClient on the OracleConfiguration static object

  • SQLNET.ALLOWED_LOGON_VERSION AND SQLNET.ALLOWED_LOGON_VERSION_CLIENT in the sqlnet.ora file.