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 theOracleConnection
instance object -
SqlNetAllowedLogonVersionClient
on theOracleConfiguration
static object -
SQLNET.ALLOWED_LOGON_VERSION
andSQLNET.ALLOWED_LOGON_VERSION_CLIENT
in thesqlnet.ora
file.
See Also:
-
Oracle Database Net Services Reference for details on the semantics of each configuration setting.