Hello,
I have a database with a lot of data. After exporting with full expdp on the current database, I want to import with impdp on a different database. Existing objects print error message to log file when import.
While doing this, I want it to import only objects that are not in the database. Except for the added objects, I don't want to skip the other existing ones and I don't want to write them to the log file.
Best regards.