用PLSQL连接Oracle10g正常,但在用MyEclipse(6.5)的Database Explorer连接时就出现:
java.sql.SQLException:
ORA-00604: error occurred at recursive SQL level 1
ORA-12705: Cannot access NLS data files or invalid environment specified
解决方法:只需在MyEclipse/eclipse目录下找到eclipse.ini文件,把Duser.language=en 改成 Duser.language=zh,
就行了,然后一定要重启MyEclipse!切记要重启MyEclipse!
本文介绍了一种解决MyEclipse通过DatabaseExplorer连接Oracle10g时遇到ORA-00604和ORA-12705错误的方法。只需要修改MyEclipse目录下的eclipse.ini文件中的语言设置,将Duser.language=en改为Duser.language=zh,然后重启MyEclipse即可。
1073

被折叠的 条评论
为什么被折叠?



