import / export
I have used export command line for exporting data back to a dump file as belwo
exp username/password file=dumpfile location log=logfile location
after taking this dump , i want to compare the data dump with the existing dtabase ,i.e i need some kind of comaprison of this exported dump with the existing to make sure that everything exported correctly.
am putting the log file but it is very high level saying only how many rows and table etc.. have exported. i want indepth comaprsion like some rows of the exported dump with the existing data