ID:               15390
 Updated by:       [EMAIL PROTECTED]
 Reported By:      hz11 at nyu dot edu
-Status:           No Feedback
+Status:           Closed
 Bug Type:         OCI8 related
 Operating System: RedHat 7.3
 PHP Version:      4.3.2
 New Comment:

The bug has been fixed in OCI8 v.1.1, which is available in CVS HEAD
and PECL (use `pear install oci8-beta` to install it).


Previous Comments:
------------------------------------------------------------------------

[2003-08-20 23:57:38] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-08-15 08:17:56] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2003-06-02 16:45:17] [EMAIL PROTECTED]

FYI, This is happening to some of our applications with php 4.3.2 on
Solaris 8

-Jason

------------------------------------------------------------------------

[2002-11-04 08:26:58] hz11 at nyu dot edu

Just to note, the same behavior occurs with PHP 4.2.3 on RH 7.3.  The
hack seems to handle this without much visibility to the end-user, but
is there a real fix planned for this?

Best,

Hans

------------------------------------------------------------------------

[2002-04-13 09:22:08] [EMAIL PROTECTED]

hack:
change your tnsnames.ora to include a failover to the same db.
PROD=(
    DESCRIPTION=(
        ADDRESS=(PROTOCOL=TCP)(Host=127.0.0.1)(Port=1521))
       
(CONNECT_DATA=(SID=PROD)(failover_mode=(backup=PROD)(type=session)(method=basic)(retry=100)(delay=60)))
)

this will make the Net8 client to reconnect automagically


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/15390

-- 
Edit this bug report at http://bugs.php.net/?id=15390&edit=1

Reply via email to