Jump to content

Trouble With the OCI8 Extension


rabark

Recommended Posts

I'm working on a Web application that needs to connect to an Oracle database.  Looking in the php.ini file I see:

 

;extension=oci8.sl

 

So I get the line uncommented and I get Apache restarted.  When I try a simple oci_connect() function, it tells me I'm calling an undefined function. 

 

Any idea why this might be happening?

 

-Robert

Link to comment
https://forums.phpfreaks.com/topic/43970-trouble-with-the-oci8-extension/
Share on other sites

Does anyone else have some suggestions?  I did some Google searches and consistently saw a different suffix used after "oci8" in quite a few of the returned hits.  Could the ".sl" have anything to do with this?

 

Also talked to the system admin, but she doesn't know PHP :(

 

-Robert

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.