Tuesday 9 July 2019

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

To resolve this issue, need to add below piece of code to your java code.

  Locale.setDefault(Locale.ENGLISH);

Locale.English is the Parameter is get from you pc set up.

No comments:

Post a Comment