From:             david at acz dot org
Operating system: SuSE Linux
PHP version:      5.2.3
PHP Bug Type:     OCI8 related
Bug description:  Fast connects cause tests to fail

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 bug report at http://bugs.php.net/?id=41637&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41637&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41637&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41637&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41637&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41637&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41637&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41637&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41637&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41637&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41637&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41637&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41637&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41637&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41637&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41637&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41637&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41637&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41637&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41637&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41637&r=mysqlcfg

Reply via email to