MyEclipse中利用DB Browser向導框連接配接Oracle資料庫時,報錯:
Error while performing database login with the oracle.jdbc.driver.OrcaleDriver driver:
ORA-00604:error occurred at recursive SQL level 1
ORA-12705:Cannot access NLS data files or invalid environment specified
原因:eclipse的環境編碼和oracle的有沖突,oracle在系統資料庫中NLS_LANG值為SIMPLIFIED CHINESE_CHINA.ZHS16GBK ,eclipse啟動時的配置檔案eclipse.ini的-Duser.language屬性卻為en
解決:将eclipse.ini的-Duser.language屬性 en改為zh