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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Sat Apr 20 05:01:27 2024 UTC