ORA-00604 ORA-12705 myeclipse

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

java.sql.SQLException: 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就行了。

你可能感兴趣的:(ORA-00604 ORA-12705 myeclipse)