Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: PHP4 & Oracle

Re: PHP4 & Oracle

From: Andy Hassall <andy_at_andyh.org>
Date: Sun, 03 Nov 2002 18:12:11 +0000
Message-ID: <aapasus51ib7jmrsd4t0l3q4iss106u93r@4ax.com>


On Sun, 03 Nov 2002 17:59:39 GMT, "@did" <adid_at_pandora.ns.be> wrote:

>I'm working on a project and I heard that Oracle and PHP4 are not
>compatible.

 Don't know where you heard this; I've had PHP4 working fine with Oracle 8.1.7, 9.0.1 and 9.2.0.

 The only serious problem I've seen is with persistent connections (OCIPLogon as opposed to OCILogon) when the database server restarts whilst PHP has some connections open; it doesn't always reconnect the existing persistent connections in the pool.

 There's a workaround listed, using a failover in your TNS entry:

http://bugs.php.net/bug.php?id=16502

>Can somebody acknowledge this and have you got any
>experience with PHP3 & Oracle, in other words have you got some
>interesting url's for me. I don't find that much on helpfull.

 No idea about PHP3, since it's so ancient now.

 http://www.php.net/manual/en/ref.oci8.php

-- 
Andy Hassall (andy@andyh.org) icq(5747695) http://www.andyh.org
http://www.andyhsoftware.co.uk/space | disk usage analysis tool
Received on Sun Nov 03 2002 - 12:12:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US