首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

myeclipse连接oracle出现ora-00604 和ora-12705异常的解决方案

2012-11-05 
myeclipse连接oracle出现ora-00604 和ora-12705错误的解决方案错误描述:??? 使用的是myeclipse 7.0版本,or

myeclipse连接oracle出现ora-00604 和ora-12705错误的解决方案

错误描述:

??? 使用的是myeclipse 7.0版本,oracle是10g版本,在连接的时候出现了以下问题

??? Error while performing database login with the

??? oracle.jdbc.driver.OracleDriver driver:

??? ORA-00604:error occurred at recursive SQL level 1

??? ORA-12705:Cannot access NLS data files or invalid environment specified

修改方法:

?? 在eclipse目录下找到eclipse.ini文件,

?? 把-Duser.language=en??改成?-Duser.language=zh就行了。

???把问题和解决方案记录下来,方便你我他。

(本人用的是myeclipse 6.0.1GA,oracle 是 9i版本)

原文链接:http://hi.baidu.com/cuigq_hr/blog/item/a7b2904e93178122aec3abb0.html

热点排行