Oracle connection
Hi,
I would like to know what's the best way to validate or manage an error when
connecting on a Oracle DB with oci_connect from php 5.
For instance with:
$c1 = oci_connect("stephane","password",$db);
.
Relevant Pages
- Re: Redhat AS4, Apache, PHP and Oracle
... > add support to PHP for connecting to an Oracle DB? ... > and it seems like I have to install Oracle and then recompile PHP. ... (RedHat) - Re: Oracle connection
... I would like to know what's the best way to validate or manage an error when connecting on a Oracle DB with oci_connect from php 5. ... (comp.databases.oracle.server) - Oracle connection
... I would like to know what's the best way to validate or manage an error when ... connecting on a Oracle DB with oci_connect from php 5. ... (comp.databases.oracle.server) - Re: Oracle connection
... I would like to know what's the best way to validate or manage an error when ... connecting on a Oracle DB with oci_connect from php 5. ... (comp.databases.oracle.server) - oracle connection question
... I would like to know what's the best way to validate or manage an error when ... connecting on a Oracle DB with oci_connect from php 5. ... (comp.lang.php) |
|