php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34669 Report wrong password when NLS_LANG setting to "KOREAN_KOREA.KO16KSC5601"
Submitted: 2005-09-28 11:28 UTC Modified: 2005-10-06 01:00 UTC
From: guoyf at globalsources dot com Assigned:
Status: No Feedback Package: OCI8 related
PHP Version: 4.4.0 OS: Linux 2.4.21
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: guoyf at globalsources dot com
New email:
PHP Version: OS:

 

 [2005-09-28 11:28 UTC] guoyf at globalsources dot com
Description:
------------
My Oracle is UTF8 charset. I setup NLS_LANG in apactl of my apache to get Korea charset. The NLS_LANG is set to NLS_LANG=KOREAN_KOREA.KO16KSC5601. When I restart apache, and use pconnect to connect to oracle. Oracle report: invalid user name or password. Of course the password is correct. Try to set the NLS_LANG to NLS_LANG=AMERICAN_AMERICA.KO16KSC5601 and it wil be okay.

Reproduce code:
---------------
OCIPLogon("scott","tiger","mydev");


Expected result:
----------------
Connect succesfully

Actual result:
--------------
Report invalid user name or password

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-28 11:41 UTC] tony2001@php.net
Please try latest OCI8 from PECL: http://pecl.php.net/package/oci8
 [2005-10-06 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 04:01:29 2024 UTC