|
Help with OCI8/PHP APACHE on Redhat enterprise AS 3.0
Hello all,
I have php working with oci8. I am able to connect to the oracle database but I get the following error: Warning: ocilogon(): OCISessionBegin: ORA-12705: invalid or unknown NLS parameter value specified in /home/parixit/public_html/test.php on line 16
apache/php were built using rpms.
here is part of my phpinfo() about oci8:
oci8
OCI8 Support enabled
Revision $Revision: 1.183.2.5 $
Oracle Version 9.2
Compile-time ORACLE_HOME /u01/app/oracle/9i
Libraries Used -Wl,-rpath,/u01/app/oracle/9i/lib -L/u01/app/oracle/9i/lib -lclntsh
thank you for your help in advance!
|