SQLNET.AUTHENTICATION_SERVICES= (NTS)
这是 oracle 配置文件参数。NTS 是什么意思?网络服务?Windows NT 服务?NTS缩写&&全名是什么?
SQLNET.AUTHENTICATION_SERVICES= (NTS)
这是 oracle 配置文件参数。NTS 是什么意思?网络服务?Windows NT 服务?NTS缩写&&全名是什么?
Authentication Methods Available with Oracle Net Services:
NONE - for no authentication methods, including Windows native operating system authentication (to use Windows native operating system authentication, set this parameter to nts). When SQLNET.AUTHENTICATION_SERVICES is set to none, a valid user name and password can be used to access the database.
ALL - for all authentication methods
NTS - for Windows native operating system authentication
我怀疑它代表 Windows NTS安全性。在 Windows 2000 之前,Windows 的服务器产品线被称为 NT。