I'm currently connecting to an Oracle 9i database using DBI 1.3.9 and DBD::Oracle 1.14.

The DBD::Oracle documention states that the module provides connectivity to Oracle databases versions 7 and 8. Now, I know that DBD::Oracle 1.14 works with Oracle 9 because I'm using it but before I set my code live I want to know if it reliably works with Oracle 9 and if there's any compile/config tweaks I should be aware of.

My other query against the DBD::Oracle documentation (and I suppose therefore also the DBI documentation) is whether the ora_dbh_share connection attribute is safe to use with Oracle 9. Has anyone got any experience of this?

All this is running with Perl 5.8.2 compiled for threading on Solaris 8 for SPARC.

Many thanks,

== fx, Infinity is Colourless


In reply to Connecting to an Oracle 9i database when threading by fx

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.