DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Database Validation

  1. #1
    Join Date
    Dec 2005
    Posts
    1

    Database Validation

    Hi Everybody,
    My question is regarding Back end testing. How can i validate the data( millions of rows) which is loaded from different sources to the target Oracle data (post ETL).

    Thanks

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    A good start is to keep track of where every piece of data came from, the code path and version it was processed by, and when it was loaded.

    So your tables might include the following columns and values:
    Code:
    DATA_SOURCE: "PAYROLL"
    DATE_TRANSMISSION: "FILE00123"
    LOAD_DATE: "01-jan-2004 23:15:27"
    LOAD_PATH: "MOD1234.4"
    LOAD_PATH_VERSION: "2.3.1"
    That might seem a lot of bytes to add to each row but doubtless you'll be using data segment compression so in fact it will amount to very little.

    Hope that helps ... maybe not quite the complete answer you were looking for but it works for me.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width