RE: [PHP-DB] ORACLE 8 randomly unsucessful execution

2001-06-22 Thread Graeme Merrall

Do you get an Oracle error code back?
What version of PHP are you using?

Cheers,
 Graeme

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf
> Of Ludo
> Sent: Saturday, 23 June 2001 1:31 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] ORACLE 8 randomly unsucessful execution
>
>
> Hi!
>
> We encounter a weird problem here:
> from time to time, after a up-time of one week for instance, the PHP pages
> cannot execute some PL/SQL stored procedures (most of the time it
> works, but
> sometimes it doesn't). We solve the problem by restarting Apache,
> but having
> no idea of where the problem comes from ...
>
> Any idea?
>
> Ludo.
>
> 
> Here is ou PHP configure script:
> ./configure \
> --with-oracle=/home/oracle/u01/app/oracle/product/8.1.6 \
> --with-oci8=/home/oracle/u01/app/oracle/product/8.1.6 \
> --with-apache=/usr/local/apache \
> --enable-curl \
> --enable-track-vars \
> --disable-debug \
> --without-gd \
> --without-mysql \
> --enable-sigchild
>
> And this is our Apache one:
> ./configure \
> --prefix=/usr/local/apache \
> --activate-module=src/modules/php4/libphp4.a \
> --enable-module=rewrite \
> --enable-rule=SHARED_CORE \
> --enable-module=so
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] ORACLE 8 randomly unsucessful execution

2001-06-22 Thread Ludo

Hi!

We encounter a weird problem here:
from time to time, after a up-time of one week for instance, the PHP pages
cannot execute some PL/SQL stored procedures (most of the time it works, but
sometimes it doesn't). We solve the problem by restarting Apache, but having
no idea of where the problem comes from ...

Any idea?

Ludo.


Here is ou PHP configure script:
./configure \
--with-oracle=/home/oracle/u01/app/oracle/product/8.1.6 \
--with-oci8=/home/oracle/u01/app/oracle/product/8.1.6 \
--with-apache=/usr/local/apache \
--enable-curl \
--enable-track-vars \
--disable-debug \
--without-gd \
--without-mysql \
--enable-sigchild

And this is our Apache one:
./configure \
--prefix=/usr/local/apache \
--activate-module=src/modules/php4/libphp4.a \
--enable-module=rewrite \
--enable-rule=SHARED_CORE \
--enable-module=so



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]