其实这是oracle数据库认证方式的问题 把 sqlnet.ora文件中的 sqlnet.authentication_services= (nts) 改成 sqlnet.authentication_services= (none)即可 即不能使用系统认证的方式。
其实这是oracle数据库认证方式的问题
把 sqlnet.ora文件中的
sqlnet.authentication_services= (nts)
改成
sqlnet.authentication_services= (none)即可
即不能使用系统认证的方式。