php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3358 Warning response when trying to set Oracle NLS_LANG env. parameter
Submitted: 2000-01-30 16:35 UTC Modified: 2006-07-17 08:57 UTC
From: tamm at ts dot ee Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 3.0.14 OS: Linux RedHat 6.0
Private report: No CVE-ID: None
 [2000-01-30 16:35 UTC] tamm at ts dot ee
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 14:05 UTC] hholzgra@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 10:01:29 2024 UTC