Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle, apache and php - filedescriptors and sessions
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 ?