RIOTTEAU Gwénaël wrote:

Hi,

 i try to connect my PHP application with Oracle.

But i have some random errors (with the function OCIStmtExecute) :
 ORA-12152: TNS:unable to send break message
 ORA-03114: not connected to ORACLE

sometimes it works well, sometimes not (for the same query)
Random errors appear for all queries (simple or complexe)

Serveur : Oracle 8i
Client : library oci8 (Oracle Version 10.1)
PHP : 4.4.2

Any idea ?



Could be a threading issue, could be something else.
Are you using the re-factored oci8 driver (from PECL)?

Chris

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to