Hi,
if the database is small enough, you can export all the user tables to files, sort records alphabetically and do an operating system diff on the files.
If you are able to work the system tables you can actually generate the commands needed quite easily. Have a close look at SYSCAT.TABLES where TYPE='T'.
Johann
Quote:
Originally posted by ronnier38930
We are in the process of migrating our 6.1 DB to 8.1. Our company is a medical supplier and we are under tight FDA regulation. Our quality department wan't us to formulate a test case to that requires us to randomly compair data from random table's to ensure that our data will remain undamaged in the process.
I would like to find a method that would be a little more percise that just flipping a coin and picking table's and row's to ensure that our data is correct.
My question is:
Could someone recomend some methods that would help me in this matter. I would love to be able to check all the data but that may be tough to do and we are on a time basis. We will have to shut the whole plant down to perform this migration.
Thanks for your help.
|