NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
oci_connect - unknown function


Joined: 21 Jan 2009
Posts: 1
Location: poland
Reply with quote
Hello,

I have application with Oracle db. I downloaded and copied files oraociei11.dll, orannzsbb11.dll and oci.dll to php5 folder and uncomment
extension=php_pdo_oci.dll
extension=php_pdo_oci8.dll
in php.ini files. But if i try to use debugger i have information like that:

'You have problems with application CGI/fastCGI, do you want to report to Microsoft?'

and next:

'Failed to start debug session. Please make sure that debugger module is installed for locally running php.'. I'm sure because first page of application is working good. but if i try to make any oracle query (log in for example) i have this error.

Please help me. This is my first day with nuSphere so i'm not very experienced user...
View user's profileFind all posts by KaniaSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
oci_connect does not belong to these extensions.
If oci_connect() is what you need, check php_oci8.dll.

To get this module working you need oci from oracle 9i client, I know it works. Not sure about 10 or 11.
php_oci8.dll depends on OCI.dll

As of pdo modules, you have to load php_pdo.dll and make sure that appears first in php.ini, above any other php_pdo_xxx modules.
2nd, you still need OCI.dll or they won't work.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
oci_connect - unknown function
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic