sqlplus连接数据库报错SP2-0642: SQL*Plus internal error state 2130, context 0:0:0解决

Posted jpfss

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sqlplus连接数据库报错SP2-0642: SQL*Plus internal error state 2130, context 0:0:0解决相关的知识,希望对你有一定的参考价值。

sqlplus连接数据库报错SP2-0642: SQL*Plus internal error state 2130, context 0:0:0解决

 

sqlplus 连接数据库报错SP2-0642: SQL*Plus internal error state 2130, context 0:0:0

问题描述:

使用sqlplus客户端登录数据库,报错SP2-0642,而使用其它方式plsql或者tnsnames等方式连接数据库均没有问题

[plain] 

[[email protected] ~]$ sqlplus adt/[email protected]:1521/srv_test1  

  

SQL*Plus: Release 10.2.0.1.0 - Production on Wed Oct 9 16:04:39 2013  

  

Copyright (c) 1982, 2005, Oracle.  All rights reserved.  

  

<span style="color:#FF6666">SP2-0642: SQL*Plus internal error state 2130, context 0:0:0</span>  

Unsafe to proceed  

Enter user-name:  

 

原因:

The cause of this problem has been identified and verified in an unpublished Bug 6135152. ORA-25406 With Server Side TAF, And //HOST:PORT/SERVICE_NAME Connect String.

使用TAF连接并用EZCONNECT连接数据库时,触发了数据库相关bug

 

解决方法

 

方法1

 

1,去掉默认的端口号1521,可以解决

 

C:\Users\wj>sqlplus adt/[email protected]/srv_test1

 

SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 10月 9 16:09:00 2013

 

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

 

 

连接到:

Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production

With the Partitioning, Real Application Clusters, Automatic Storage Management,

OLAP,

Data Mining and Real Application Testing options

 

SQL>

 

方法2,修改service的配置为默认选项

原有service创建方式

srvctl add service -d ms4adb -s srv_4a2 -r ms4adb -a ms4adb -P basic -e select -m basic -z 180 -w 5

 

现有service方式,使用默认参数配置,即可正常连接

srvctl add service -d ms4adb -s srv_4a2 -r ms4adb -a ms4ad

 

 

方法3,客户端sqlplus升级oracle 11.2,也可解决相关问题

Bug is fixed from release 11.2 onwards.

Check for one off patches for your release / platform via Patch 6135152

 

原文地址:https://www.2cto.com/database/201310/248704.html

以上是关于sqlplus连接数据库报错SP2-0642: SQL*Plus internal error state 2130, context 0:0:0解决的主要内容,如果未能解决你的问题,请参考以下文章

sqlplus连接远程数据库报错 ORA-12504: TNS: 监听程序在 CONNECT_DATA 中未获得 SERVICE_NAME

SQLPLUS能连接oracle10g,PLSQL也能连,但网页程序却报错ORA-12154: TNS: 无法解析指定的连接标识符

Oracle故障处理:Sqlplus / as sysdba 报错Ora-12560

解决 SQLPlus无法登陆oracle,PLSql可以登陆,报错ORA-12560

通过 SQLPLUS 连接 Oracle 数据库

sqlplus sys/sys as sysdba报错ORA-12546:TNS:permission denied