ID:               41637
 Updated by:       [EMAIL PROTECTED]
 Reported By:      david at acz dot org
-Status:           Open
+Status:           Bogus
 Bug Type:         OCI8 related
 Operating System: SuSE Linux
 PHP Version:      5.2.3
-Assigned To:      
+Assigned To:      sixd
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php


This is discussed in the most recent Underground PHP & Oracle Manual in
the section "Configuring the Database for Testing" (page 175 of release
1.4 of the PDF).  The better solution is to configure the database to
handle the load by increasing the value of Oracle's init.ora parameter
called "processes".


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

[2007-06-08 17:12:11] david at acz dot org

Description:
------------
Connecting quickly to Oracle can cause ORA-12516 (TNS:listener could
not find available handler with matching protocol stack).  This happens
for me when running the tests against Oracle XE.

Sleeping for 0.25 seconds before connecting fixes it.

--- ext/oci8/tests/connect.inc  12 Dec 2006 13:00:01 -0000
+++ ext/oci8/tests/connect.inc  8 Jun 2007 17:06:26 -0000
@@ -15,2 +15,3 @@

+    usleep(250000);
     if (!empty($dbase)) {




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


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

Reply via email to