oracle sqlnet.ora SQLNET.AUTHENTICATION_SERVICES= (NTS)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18305788/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 01:52:36 来源:igfitidea点击:
sqlnet.ora SQLNET.AUTHENTICATION_SERVICES= (NTS)
提问by Dolphin
SQLNET.AUTHENTICATION_SERVICES= (NTS)
This is oracle configuration file parameter. What's the NTS meaning? NetWork Service? Windows NT Service? What's NTS abbr&&Full name?
这是oracle配置文件参数。NTS是什么意思?网络服务?Windows NT 服务?NTS 的缩写&&全名是什么?
回答by Lars
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
回答by Andrew not the Saint
I suspect is stands for Windows NTSecurity. Before Windows 2000, the server product line of Windows was called NT.
我怀疑是代表 Windows NTS安全。在 Windows 2000 之前,Windows 的服务器产品线被称为 NT。