Page 1 of 1
installation of php on win nt, iis4 with oracle support
Posted: Sat Mar 08, 2003 7:32 am
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
Posted: Sat Mar 08, 2003 1:11 pm
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.