IMPDP DATA_OPTIONS=SKIP_CONSTRAINT_ERRORS suppress row wise details
Hi Expert,
I am loading High volume of Data with FK option ( meant only load Parent records are found).
And using DATA_OPTIONS=SKIP_CONSTRAINT_ERRORS to continue the impdp. This may return 1 or 2 billion records with the FK constraint errors which fills the log file. is there any option / workaround to avoid the row wise details to be suppressed ( NOLOGFILE=YES is not option for me as I need a log files to be shared ).
Example , ok to have the below summary but not the detailed one in the below.
872 row(s) were rejected with the following error:
ORA-00001: unique constraint (CONS_TEST_TABLE) violated