Hi Folks,
I am working with an Oracle database that contains a number of long raw data fields. I don't have information on how the data is stored into these fields - I just know that what should come out would be some variation on ascii.

I know a little about Perl::DBI but am not a complete expert, although I have read the O'Reilly book and did RTFM. So assuming I can do a select query to get the long raw data, how might I go about extracting what is in there? Basically I'm looking for some tests to try and figure out how the data has been stored so that I can better understand how to do this extraction. Could someone please give me a few ideas so that I can at least get started here?

Thanks in advance for the wit and wisdom.

MadraghRua
yet another biologist hacking perl....


In reply to Extracting long raw data from Oracle by MadraghRua

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.