Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle, apache and php - filedescriptors and sessions
Yes, it seems to. Funny thing is that delete of ocius.msb can help.
Jan
On 2004-10-21, cjbj <cjbj_at_hotmail.com> wrote:
> Jan Gregor <gregor.jan_at_NOSPAMquick.cz> wrote in message news:<cl50rn$1mu1$1_at_ns.felk.cvut.cz>...
>> Hello,
>>
>> We have php(4.3.8) program running under apache (1.3.x) that connects to oracle
>> database throught oci functions. Program runs under solaris9.
>>
>> Problem is that ociLogon produces still increasing number of
>> filedescriptors to ocius.msb file in oracle client library. Usage of
>> ociPLogon (persistent connection) on the other side lead to problem on
>> oracle server - reached maximum number of oracle sessions.
>>
>> Dirty solution is to kill php process in apache - specified as number of
>> processed requests.
>>
>> I found discussions about similar problem since 1998 and can't believe
>> that oracle have this error minimally for 6 years.
>>
>> Any advice ?
>>
>>
>> Jan Gregor
>
>
> Is it related to the PHP bug http://bugs.php.net/bug.php?id=29652 ?
>
> -- CJ
Received on Tue Oct 26 2004 - 01:38:05 CDT