Oracle / Random errors

Oracle / Random errors

am 16.02.2006 11:48:12 von griotteau

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 ?


--
Gw=E9na=EBl RIOTTEAU
griotteau@eskape.fr

ESKAPE
40, rue de l'a=E9roport
37100 TOURS
T=E9l: 02 47 51 63 00
Fax: 02 47 51 08 18
Web: http://www.eskape.fr/

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

Re: Oracle / Random errors

am 17.02.2006 01:46:29 von Christopher Jones

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