[PHP-DEV] Bug #3358: Warning response when trying to set Oracle NLS_LANG env. parameter From: tamm <email protected>
Date: 01/30/00

From: tamm <email protected>
Operating system: Linux RedHat 6.0
PHP version: 3.0.14
PHP Bug Type: Oracle related
Bug description: Warning response when trying to set Oracle NLS_LANG env. parameter

I was trying to specify the NLS_LANG parameter before I make a connection to Oracle with
putenv("NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1");
and in response the warning was returned...
Warning: OCISessionBegin: ORA-12705: invalid or unknown NLS parameter value specified

By default the it seems to return content in US7ASCII coding.
The above environment parameter works well in linux shell.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>