I'm trying to run a script that connects to an Oracle database, and I get the following error:
DBI connect('...,...) failed: ERROR OCIEnvNlsCreate. Check ORACLE_HOME (Linux) env var or PATH (Windows) and or NLS settings, permissions
I'm using DBD :: Oracle
Use in MacOs Sierra
What is it that may be failing? I read several posts about this and apparently there are several causes but nothing I read helped me to solve it.
Is it possible that ORACLE_HOME is wrong? And in that case what value should it have?