connect to a remote Oracle DB
Posted: Fri Oct 20, 2006 7:31 am
Hello,
I'm trying to connect to a remote Oracle server. I'm using PHP 5.1.6 and APACHE 2.2.3.
I have all the Oracle details I need, I have the server host, server name, user/pass and port.
How can I connect to it and start firing off queries?
I looked in some of the existing function (ora_logon,OCILogon, oci_connect) but it appears that none of them is accepting my connection details as parameters.
Thanks.
I'm trying to connect to a remote Oracle server. I'm using PHP 5.1.6 and APACHE 2.2.3.
I have all the Oracle details I need, I have the server host, server name, user/pass and port.
How can I connect to it and start firing off queries?
I looked in some of the existing function (ora_logon,OCILogon, oci_connect) but it appears that none of them is accepting my connection details as parameters.
Thanks.