Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

How to connect to remote ORACLE database using PERL in WINDOWS platform? I have perl 5,IIS,Win 2000 installed in my system. Could some one pls help me? Im waiting for the response. I tried in all ways but it is not working.

Replies are listed 'Best First'.
Re: connecting to remote oracle database
by Anonymous Monk on Apr 06, 2004 at 08:05 UTC
Re: connecting to remote oracle database
by dragonchild (Archbishop) on Apr 06, 2004 at 12:08 UTC
    What have you tried? What do you know how to do? Help us to help you.

    ------
    We are the carpenters and bricklayers of the Information Age.

    Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

Re: connecting to remote oracle database
by jplindstrom (Monsignor) on Apr 06, 2004 at 18:31 UTC
    If you can't get DBD::Oracle to build, using DBD::ODBC is probably the simplest solution on a Windows machine.

    I haven't done it myself, I had no problem compiling DBD::Oracle using Visual Studio (install and configure the Oracle Client library first).

    You may have to install the Oracle Client library to get the ODBC driver for Oracle. Then it should be easy to set up a data source.

    Good luck!

    /J