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
-
SqlNetAllowedLogonVersionClienton theOracleConnectioninstance object -
SqlNetAllowedLogonVersionClienton theOracleConfigurationstatic object -
SQLNET.ALLOWED_LOGON_VERSIONandSQLNET.ALLOWED_LOGON_VERSION_CLIENTin thesqlnet.orafile.
See Also:
-
Oracle Database Net Services Reference for details on the semantics of each configuration setting.