Page 1 of 1

Xampp and Oracle Connection Problem

PostPosted: 17. December 2010 18:10
by ashickurnoor
I am getting this warning when connect to oracle by PHP 5.3.0.
Code: Select all
oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that LD_LIBRARY_PATH includes the directory with Oracle Instant Client libraries

I have successfully activated OCI8ред My connection code is
Code: Select all
oci_connect('system', 'ashick','localhost:1521/XE')