Page 1 of 1

Is Oracle supported?

PostPosted: January 22nd, 2007, 1:53 pm
by qtech@codeplex
Don't know why but the oci_connect funciton is not available even though oci8 is enabled:

php_info:

oci8
OCI8 Support enabled
Revision $Revision: 1.183.2.13 $

oracle
Oracle Support enabled

in web.config:

<add assembly="php_oci8.mng, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4ef6ed87c53048a3" />
<add assembly="php_oracle.mng, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4ef6ed87c53048a3" />

Call to oci_connect() outputs:

"Error: ociconnect(): Call to undefined external function 'ociconnect', extension 'php_oci8' (function not found) in C:\Inetpub\webserver\test.php at expression on line 3, column 2."

Oracle variables are not configured but they should not affect functions in such a way...

ocilogon is available but I'm not using TNS so the only option for me is ociconnect.

Server: Windows 2003 Web server with Oracle eXpress 10.2g and Phalanger 2.0 beta 3

PS. Typedef for ociconnect is present in phpoci8.xml!