1、官方说明:
SQLNET.AUTHENTICATION_SERVICES
Purpose
Use the parameter SQLNET.AUTHENTICATION_SERVICES to enable one or more authentication services. If authentication has been installed, it is recommended that this parameter be set to either none or to one of the authentication methods.
Default
None
Values
Authentication Methods Available with Oracle Net Services:
·         none for no authentication methods. A valid username and password can be used to access the database.
·         all for all authentication methods
·         nts for Windows NT native authentication
 
2、测试:
  可以通过对SQLNET.AUTHENTICATION_SERVICES值进行修改查看其影响。
  A.SQLNET.AUTHENTICATION_SERVICES=NTS)

理解SQLNET.AUTHENTICATION_SERVICES参数

  B.SQLNET.AUTHENTICATION_SERVICES=(NONE)
 

理解SQLNET.AUTHENTICATION_SERVICES参数

  C.SQLNET.AUTHENTICATION_SERVICES=(ALL)

理解SQLNET.AUTHENTICATION_SERVICES参数

  D.无sqlnet.ora文件:

理解SQLNET.AUTHENTICATION_SERVICES参数

相关文章:

  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-01-07
  • 2021-05-23
  • 2022-01-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-07-26
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案