C:/Users/Dave>sqlplus system/oracle@orcl
SQL*Plus: Release 11.2.0.4.0 Production on 星期一 2月 6 10:18:37 2017
Copyright (c) 1982, 2013, Oracle. All rights reserved.
ERROR:
ORA-12638: 身份证明检索失败
请输入用户名:
连接远程实例报错。 解决方法.
修改$ORACLE_HOME/network/admin/下的sqlnet.ora 文件,把SQLNET.AUTHENTICATION _SERVICES的属性改为NONE,即可正常连接。
C:/Users/Dave>sqlplus system/oracle@orcl
SQL*Plus: Release 11.2.0.4.0 Production on 星期一 2月 6 10:28:51 2017
Copyright (c) 1982, 2013, Oracle. All rights reserved.
连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
版权声明:本文为博主原创文章,未经博主允许不得转载。