Import from inconsistent export
Hi
I have an empty table with some constraints (unique columns, primary keys) and i need to fill this table with the contents of a previous export.
The problem is that, this export has some inconsistencies, (it comes from a crashed database) and i know there are duplicate rows that will not fit in the table.
I want to import the valid rows,discarding the duplicate ones, but i want to know wich are the duplicate ones.
I thougth i could do it with sqlldr and the "bad file", but , i think sqlldr cant read from expdp file s . so ...
I have an empty table with some constraints (unique columns, primary keys) and i need to fill this table with the contents of a previous export.
The problem is that, this export has some inconsistencies, (it comes from a crashed database) and i know there are duplicate rows that will not fit in the table.
I want to import the valid rows,discarding the duplicate ones, but i want to know wich are the duplicate ones.
I thougth i could do it with sqlldr and the "bad file", but , i think sqlldr cant read from expdp file s . so ...
0