|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-06-11 20:21 UTC] sixd@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Sep 14 09:00:01 2026 UTC |
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)) {