在oracle安装目录下 找到 . sqlnet.ora ,内容大致如下
# sqlnet.ora Network Configuration File: E:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.# 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)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
SQLNET.AUTHENTICATION_SERVICES= (NTS)
估计只有我自己看得懂了。。。。。

本文介绍了Oracle数据库中sqlnet.ora文件的配置细节,包括如何设置认证服务和名称解析路径等关键参数,对于理解Oracle网络配置及解决连接问题非常有用。
87

被折叠的 条评论
为什么被折叠?



