|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-09-28 11:41 UTC] tony2001@php.net
[2005-10-06 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 03:00:02 2025 UTC |
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