installation of php on win nt, iis4 with oracle support

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sam_iaf
Forum Newbie
Posts: 1
Joined: Sat Mar 08, 2003 7:32 am

installation of php on win nt, iis4 with oracle support

Post by sam_iaf »

after installation, while running a page with oracle extesions actiated gives error... unable load the library files as it could not be found.

this is even after i have set the path in the php.ini. Pl help... urgent
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

probably you're using the oci8-extension
http://www.php.net/manual/en/ref.oci8.php wrote: You will need the Oracle8 client libraries to use this extension.

Before using this extension, make sure that you have set up your Oracle environment variables properly for the Oracle user, as well as your web daemon user. The variables you might need to set are as follows:
...
After setting up the environment variables for your webserver user, be sure to also add the webserver user (nobody, www) to the oracle group.
Post Reply