Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OCIEnvNlsCreate() failed

user564695Mar 19 2007 — edited Jun 11 2010
i have installed instantclient_10_2
i have installed Apache/1.3.22 (Win32) PHP/5.2.1
i have the system variables NLS_LANG : AMERICAN_AMERICA.WE8MSWIN1252 LD_LIBRARY_PATH : c:\instantclient_10_2
ORACLE_HOME : c:\instantclient_10_2\
Path : c:\instantclient_10_2\;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\apache group\apache\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Wave Systems Corp\Dell Preboot Manager\Access Client\v5\;c:\php

phpinfo say to me:
oci8 OCI8 Support enabled Version 1.2.3 Revision $Revision: 1.269.2.16.2.30 $ Active Persistent Connections 0 Active Connections 0 Temporary Lob support enabled Collections support enabled Directive Local Value Master Value oci8.default_prefetch 10 10 oci8.max_persistent -1 -1 oci8.old_oci_close_semantics 0 0 oci8.persistent_timeout -1 -1 oci8.ping_interval 60 60 oci8.privileged_connect Off Off oci8.statement_cache_size 20 20

and when i try to do $db = "(DESCRIPTION=(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = XXX.XXX.XXX.XXX)(PORT = 1521)))(CONNECT_DATA=(SID=essai)))"; $conn = oci_connect("user","password",$db);
i have the error message: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that PATH includes the directory with Oracle Instant Client libraries in C:\Program Files\Apache Group\Apache\htdocs\manual\essai_ora_v2.php on line 28

I have read all the notes about this problem and i have tried all but i have allways the same problem Can you help me please

Thanks Jean-Philippe Fagniez
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2010
Added on Mar 19 2007
18 comments
54,795 views