博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
理解SQLNET.AUTHENTICATION_SERVICES参数|转|
阅读量:5961 次
发布时间:2019-06-19

本文共 3056 字,大约阅读时间需要 10 分钟。

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
 
 
2
、测试:
 可以通过对SQLNET.AUTHENTICATION_SERVICES值进行修改查看其影响。
WINDOWNS:
A. 
无sqlnet.ora文件:
 
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>dir sqlnet.ora
 驱动器
 E 中的卷没有标签。
 卷的序列号是
 1CF8-89BB
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN 的目录
找不到文件
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>
 
                             E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>sqlplus "/ as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二
 5
 8 20:45:35 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01031: 权限不足
请输入用户名
:
B. 
   SQLNET.AUTHENTICATION_SERVICES=
(NONE)
 
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>dir sqlnet.ora
 驱动器
 E 中的卷没有标签。
 卷的序列号是
 1CF8-89BB
 E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN 的目录
2012-05-08 20:48               266 sqlnet.ora
               1 个文件            266 字节
               0 个目录 1,969,827,840 可用字节
 
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>type sqlnet.ora
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES = (NONE)
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>sqlplus "/ as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二
 5
 8 20:48:53 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01031: 权限不足
请输入用户名
:
 
C. 
   SQLNET.AUTHENTICATION_SERVICES=
(ALL)
 
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>type sqlnet.ora
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES = (ALL)
 
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>sqlplus "/ as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二
 5
 8 20:51:28 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12641: 验证服务无法初始化
请输入用户名
:
 
D. 
   SQLNET.AUTHENTICATION_SERVICES=
(NTS)
 
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>type sqlnet.ora
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES = (NTS)
 
E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN>sqlplus "/ as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二
 5
 8 20:53:49 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到
:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
 

转载地址:http://tsjax.baihongyu.com/

你可能感兴趣的文章
【PMP】Head First PMP 学习笔记 第九章 人力资源管理
查看>>
2015年末必备前端工具集
查看>>
【Solidity】8. 杂项 - 深入理解Solidity
查看>>
关于在VS2005中编写DLL遇到 C4251 警告的解决办法
查看>>
Go语言大神亲述:历七劫方可成为程序员!
查看>>
CYQ.Data 轻量数据层之路 V4.5 版本发布[更好的使用体验,更优的缓存机制]
查看>>
NetApp针对其集群化方案“不值得升级”言论回击Wikibon
查看>>
QQ把游戏放进聊天框,这一点Facebook和微信都没做到
查看>>
在线匿名之父意欲终结“加密战争”
查看>>
WLAN市场销量逐步逼近有线网络
查看>>
SDN市场或许进入了慢热期
查看>>
教你使用Linux系统的Shell脚本维护Oracle
查看>>
力龙信息布局大数据领域
查看>>
大数据巧治职业差评师 生存空间锐减九成
查看>>
天津开展免费无线局域网建设
查看>>
提高信息安全意识对网络勒索病毒说不
查看>>
英国政府可能利用曼彻斯特自杀袭击要求互联网公司破解加密
查看>>
Mozilla 将大幅简化火狐浏览器的同步操作
查看>>
微软加大在 Edge/IE 浏览器上阻止 SHA-1 证书的力度
查看>>
龙芯将两款 CPU 核开源,这意味着什么?
查看>>