How to check data pump export dump integrity
778817Jun 11 2010 — edited Jun 18 2010After using Oracle's data pump export (expdp) and creating a dump of a schema, is there any way to check this dump's integrity without importing it into a temporary schema? By integrity, I mean that when I import this dump in the future, I can be sure that it's exactly the same as when I exported it (ex. same no of tables, table structure, same data, no corrupted binary data). Is there such a way?
If none, what can be an efficient way to check integrity using a temporary schema? Run a schema compare?
Please advise.
Thanks!