I try to connect to an Oracle Database running under Unix.
PHP-4.2.1 and Apache 1.3 are running under Win2000. I've installed the latest Oracle 9i Client (Version 9.2). The OCILogon function returns an Oracle error:
OCISessionBegin: ORA-12705: invalid or unknown NLS parameter value specified.
I read in the internet that the environment variables NLS_LANG, ORACLE_SID, ORA_NLS33 could cause this problem.
My question is where do I have to set these variables?
On the DB-Server the environment is set anyway during installation. Is it also neccesary to set these environment on the PHP/Apache computer? (all of them/only specific ?)
Thank you
Thomas