I am running on a Windows 2000 professional system with a local Oracle 9i developer database. I would like to use DBI to access my Oracle database on this system, and in the future access other Oracle databases not on this system and thus probably of different versions.

I have tried installing Active State Perl 5.8.1 only to find that DBD-Oracle is not available via PPM. I uninstalled and then install Active State Perl 5.6.1 and find that PPM is now not performing properly, and thus I now can install neither the Oracle DBI component nor DBD-Oracle. I also started seeing what appeared to be version conflicts so I uninstalled all Perl, deleted my c:\perl file tree and tried again. I continue to have the problems with PPM though the version conflicts appear to be resolved.

I have once again uninstalled all Perl components and removed my c:\perl file tree to start clean. (is this a clean start or are there other things I need to do?)

What version of Perl should I be using?

Given that version of Perl, which bits should I be using to access my Oracle database and how should I install them?

Any other suggestions for someone who, while quite familiar with Perl and databases, have only accessed databases through a former company's proprietary perl module and thus am unfamiliar with the standard database access modules?

Thank you Monks for your help with this seemingly mainstream Perl issue.


In reply to Oracle 9I DBI on windows install question by mgibian

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.