ora-12705 cannot access nls data files or invalid environment specified

This error appear On Sql developer .

ORA-00604: error occurred at recursive SQL level 1
ORA-12705: Cannot access NLS data files or invalid environment specified

Solution :

Try to add following lines to %SQL_DEV_HOME%\sqldeveloper\bin\sqldeveloper.conf
AddVMOption -Duser.language=en
AddVMOption -Duser.country=US

us depend on your language .
en :  England and so on ….

Thank you
Osama Mustafa

6 responses to “ora-12705 cannot access nls data files or invalid environment specified”

  1. Anonymous

    it's works fine for me !

    Like

  2. Work for me thanks…..

    Like

  3. Thanks It worked for me as well.

    Like

  4. Thanx a lot. It works.

    Like

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.