SP2-0642: SQL*Plus internal error state 2130, context 0:0:0 Unsafe to proceed

sundog315發表於2012-02-15

從10.2.0.1版本客戶端透過EZCONNECT連線一套RAC環境時報錯:

SQL> conn system/xxxx@10.199.87.122:1521/gpp
SP2-0642: SQL*Plus internal error state 2130, context 0:0:0
Unsafe to proceed

這個錯誤是因為

EZCONNECT Connections Error with SP2-0642: Sql*Plus Internal Error State 2130 [ID 855965.1]


解決方法很簡單,不要加1521埠號,或者使用11.2版本以上的客戶端

SQL> conn system/xxxx@10.199.87.119/gpp
Connected.

Bug is fixed from release 11.2 onwards.
Check for one off patches for your release / platform via
Workaround, do not use the port number in the connection string. Port 1521 is the default.

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/19423/viewspace-1057362/,如需轉載,請註明出處,否則將追究法律責任。

相關文章