OK. done. I got the following. The sql is not what I'd expect if I were doing it by hand.
2T <- prepare= Ima::DBI::st=HASH(0x407094) at Oracle.pm line 308 -> FETCH for DBD::Oracle::st (Ima::DBI::st=HASH(0x407094)~0x4068ac + 'NUM_OF_FIELDS') T <- FETCH= 1 at Oracle.pm line 310 -> DESTROY for DBD::Oracle::st (Ima::DBI::st=HASH(0x4068ac)~INNER) T <- DESTROY= undef at Oracle.pm line 312 T <- ping= 1 at DBI.pm line 347 -> prepare_cached for DBD::Oracle::db (Ima::DBI::db=HASH(0x350280) +~0x370678 'SELECT id FROM Areas WHERE areaname = ? ') 2 -> FETCH for DBD::Oracle::db (Ima::DBI::db=HASH(0x370678)~INNER 'C +achedKids') 2T <- FETCH= HASH(0x3eadd0)2keys at DBI.pm line 1236 2 -> prepare for DBD::Oracle::db (Ima::DBI::db=HASH(0x370678)~INNER +'SELECT id FROM Areas WHERE areaname = ? ' undef) dbd_preparse scanned 1 distinct placeholders fbh 1: 'ID' NO null , otype 2-> 5, dbsize 22/134, p0.s0 2T <- prepare= Ima::DBI::st=HASH(0x403414) at DBI.pm line 1249 T <- prepare_cached= ( Ima::DBI::st=HASH(0x403414) ) [1 items] at DB +I.pm line 424

-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday


In reply to Re^2: Oracle and Class::DBI search for a NULL field value by freddo411
in thread Oracle and Class::DBI search for a NULL field value by freddo411

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.