Hi Monks, Errors are shown while running 'make test', would you please advice how to fix it:
PERL_DL_NONLAZY=1 /opt/tools/tools/perl/5.12.2/bin/perl "-MExtUtils::C +ommand::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01base.t .............. ok t/10general.t ........... DBI connect('','scott/tiger',...) failed: OR +A-12545: Connect failed because target host or object does not exist +(DBD ERROR: OCIServerAttach) at t/10general.t line 18 Undefined subroutine &main::BAILOUT called at t/10general.t line 21. # Looks like your test exited with 255 before it could output anything +. t/10general.t ........... Dubious, test returned 255 (wstat 65280, 0xf +f00) Failed 33/33 subtests t/15nls.t ............... DBI connect('','scott/tiger',...) failed: OR +A-12545: Connect failed because target host or object does not exist +(DBD ERROR: OCIServerAttach) at t/15nls.t line 19 t/15nls.t ............... ok t/20select.t ............ Unable to connect to Oracle (ORA-12545: Conn +ect failed because target host or object does not exist (DBD ERROR: O +CIServerAttach)) Tests skiped. t/20select.t ............ skipped: (no reason given) t/21nchar.t ............. DBI connect('','scott/tiger',...) failed: OR +A-12545: Connect failed because target host or object does not exist +(DBD ERROR: OCIServerAttach) at t/nchar_test_lib.pl line 156 t/21nchar.t ............. skipped: Not connected to oracle

In reply to Install DBD::Oracle 1.17 failed by marscld

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.