On Thu, 2004-11-18 at 11:41 -0700, [EMAIL PROTECTED] wrote:
> During my presentation at the PHP Conference in Frankfurt I put
> out a call for participation in creating a roadmap for Oracle
> connectivity in PHP.
>
> When I get back to work (I'm on a short vacation in Europe with
> intermittent
ctions (with the fix sitting
commented in the current code) or abandond the oci8 library all together for
PDO when it hits the streets (which will be some time).
Best,
Michael
-Original Message-
From: John Lim [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 18, 2004 3:42 AM
To: [EMAIL
ED]
Subject: [PHP-DB] Re: oci8 cannot connect after restarting DB
Michael,
After rereading your post again, i realise you mentioned it's happening with
non-persistent connections also. That puzzles me. Perhaps we are talking
about multiple bugs here. In general, I have not found PHP5 and
Michael,
After rereading your post again, i realise you mentioned it's happening with
non-persistent connections also. That puzzles me. Perhaps we are talking
about multiple bugs here. In general, I have not found PHP5 and oci8 to be
very stable, and would not recommend moving anything producti
Hi
This is because you are using persistent connections, which are
left dangling and do not restart after the database restarts.
Apparently you can hack your tnsnames.ora or oci8 extension.
See http://bugs.php.net/bug.php?id=15390
and http://bugs.php.net/bug.php?id=30808
Regards, John
"Michael