Connecting error (OCI_INVALID_HANDLE)
440341Mar 16 2005 — edited Dec 1 2005Hi!
I followed this article (http://www.oracle.com/technology/pub/notes/technote_php_instant.html), but I got an error when trying to connect:
"Warning: ocilogon(): _oci_open_session: OCIHandleAlloc OCI_HTYPE_SVCCTX: OCI_INVALID_HANDLE"
My script is like this:
..............................
$c = OCILogon($user,$senha,"//$host:$port/$service_name"))
..............................
Could anyone help me?
Thanks,
Mauricio