Posted by Mladen Gogala on 10/02/21 11:39
On Tue, 07 Feb 2006 14:16:33 -0800, cyrano wrote:
> I am having issues maintaining an oracle connection in my apache/php
> web application. I am able to succesfully connect to an Oracle 9i
> dbase using oci() and retrieve expected results for the first couple of
> attempts - then it dies with a msg in the apache error_log that looks
> like:
>
> PHP Warning: ocilogon() [<a
> href='function.ocilogon'>function.ocilogon</a>]: OCIEnvNlsCreate()
> failed. There is something wrong with your system - please check that
> ORACLE_HOME is set and points to the right directory in ...
It's an old and buggy OCI8. What you should do is relink without OCI8
and link in OCI8 as a PECL extension.
--
http://www.mgogala.com
Navigation:
[Reply to this message]
|