Hello,

I'm writing a php script which has to work with some oracle database.

I used:

Ora_Logon();

But I always get an error which says unable to find the library php_oracle.dll

But I have copied it into my PHP/ext directory and specified this directory into the php.ini file and also specified the extension to be used..

So, can anyone help me with that? 🙂

    you changed the php.ini file that resides in the the path shown to you using [man]phpinfo[/man]?

    you restarted your webserver?

    if that won't work try copying the extension into your windows/system32 direftory

      yea it worked. Thanks a lot 🙂

        4 months later

        I've tried all of the above and am still getting 'specified module cannot be found'. I've checked my phpinfo() and the extensions are loaded in the correct directory. As well as in the system32 folder. I'm using Oracle 10g and have commented out oci8 and oracle dll's and both are throwing errors. I'm thinking it just won't load any extensions.

        Here's my setup

        PHP 4.4
        IIS 6.0
        Window 2003 server
        Oracle 10g

        Any ideas would be appreciated.

          Spacial, please don't piggy-back on other users' thread...start a new one please.

          Hsn, please mark this as resolved.

            Write a Reply...