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
installation of php on win nt, iis4 with oracle support
Moderator: General Moderators
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.