ID: 27696 User updated by: gioppo at csi dot it Reported By: gioppo at csi dot it -Status: Feedback +Status: Open Bug Type: OCI8 related Operating System: System Linux 2.2.19-6.2.1 PHP Version: Irrelevant New Comment:
Using ADODB project, istanciating this chunk of code: $dbconn = ADONewConnection($dbtype); $dbh = $dbconn->Connect($dbhost, $dbuname, $dbpass, $dbname); This means that the code executed is: $this->_connectionID = OCILogon($argUsername,$argPassword, $argDatabasename); Previous Comments: ------------------------------------------------------------------------ [2004-03-25 10:34:58] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2004-03-25 10:33:10] gioppo at csi dot it Description: ------------ Making a connection using OCILogon in a webfar with 4 server against a single Oracle DB we get a ORA-24327 error but not everytime. Some time it connects sometimes not. It seems that it should have been correcte on CVS but apparently it doesn' any hint on how to solve this problem? PHP API 20020918 PHP Extension 20020429 Zend Extension 20021010 Thread Safety disabled Apache Version Apache/1.3.29 Apache Release 10329100 Apache API Version 19990320 OCI8 Support enabled Revision $Revision: 1.183.2.5 $ Oracle Version 8.1 Reproduce code: --------------- We use adodb ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27696&edit=1