Adam Williams wrote:

Hi, what is the syntax for using ocilogon() to connect to a remote server? The remote server's name is zed.mdah.state.ms.us (ip is 10.8.5.4) and the database is zed.aleph0. Locally on zed I can do ociogon("user","pw","zed.alpeh0") and connect fine, but on a remote server I try ociogon("user","pw","[EMAIL PROTECTED]") but it errors out with an oci_open_server error. I tried going to www.php.net/ocilogon but the page doesn't exist, so does anyone know how the proper connect line to connect to a remote server that runs oracle? Thanks!

PHP 5 functions for OCI: http://www.zend.com/manual/ref.oci8.php

I haven't used OCI before, but perhaps the function you should try is oci_connect('user', 'pw', '[EMAIL PROTECTED]')

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



Reply via email to