I downloaded it from PPM as I'm using Perl v5.8.7 from ActiveState.
Out of desperation, I tried to re-install DBI and DBD::Oracle,
by downloading the zip files from cpan.org
and doing MakeFile and nmake,
but I've just gotten many other error messages,
such as:
Using Oracle in C:/oracle/ora92 DEFINE _SQLPLUS_RELEASE = "902000100" (CHAR) Oracle version 9.2.0.1 (9.2) Found oci directory Using OCI directory 'oci' Found oci/lib/MSVC/oramts.lib library Unable to find required Oracle OCI files for the build. Please +check that you have your OCI installed in your oracle home (C:/oracle/ +ora92) directory and that it has the following files (and probably more +): C:/oracle/ora92\oci\include\oratypes.h C:/oracle/ora92\oci\lib\MSVC\.lib Please install OCI or send comments back to dbi-users@perl.org if you have an OCI directory other than oci. Alternatively, if you're using ActiveState perl on Windows try ppm install ftp://ftp.esoftmatic.com/outgoing/DBI/5.8.3/DBI.pp +d ppm install ftp://ftp.esoftmatic.com/outgoing/DBI/5.8.3/DBD-Or +acle.ppd at C:\Perl\lib\DBD-Oracle-1.18\Makefile.PL line 258.
So, gathering what I have heard from the ChatBoard
and other web sites I've found and the above error,
I think you need the full developer version of Oracle,
in order to run DBD::Oracle.
The developer next door (he's not a Perl person)
told me that my machine does have OCI because
I am using SQL plus and Toad,
but we've concluded that there are other Oracle files
that Perl needs in order to run this module.

In reply to Re^2: Trying to use DBD::Oracle by hj4jc
in thread Trying to use DBD::Oracle by hj4jc

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.