Well this was the most helpful of the comments I received back from everyone

I was able to create the script I was looking for under the same ideas that where mentioned... However due to the fact that I needed to work with Oracle Exports and Other variations of db links, we choose to use a working db to handle most of the data manipulation..

Based on that experience I just wanted to mention to everyone that if you tackle this problem ensure that all the data you are comparing is populated. At least in Oracle anyway, a null value cannot be compared to anything including another null value. So if you don't populate that field, you'll have missing data.

Another point I want to convey, is if you do happen to use a DB approach versus a hash/array/or whatever combination there of you will need to make sure you create indexes on these working tables you are working with. Otherwise the wait will be quite painful.

CHEERS

pdt1630


In reply to Re: Re: Full DB Table Compare by pdt1630
in thread Full DB Table Compare by pdt1630

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.