in reply to Re: Can't load Oracle.dll - HELP!!!
in thread Can't load Oracle.dll - HELP!!!

Yes, I believe I have all of the necessary Oracle libraries installed. The script works fine from the command line, which leads me to believe that I am encountering a permission issue with Apache...I am just not sure where to look for this issue.

- Torrey

Replies are listed 'Best First'.
Re^2: Can't load Oracle.dll - HELP!!!
by mpeppler (Vicar) on Nov 27, 2004 at 15:45 UTC
    If the scripts work from the command line then it's usually a case of making sure that the environment is duplicated in the Apache setup. My Oracle know-how is approximately zero, so I don't know what you need to set - but check your environment in your DOS shell, and then add the appropriate entries to your httpd.conf file (see the SetEnv directive).

    Michael