I tried an impdp with table_exists_action=replace
ORA-39120: Table "TABLENAME" can't be truncated, data will be skipped. Failing error is:
ORA-02266: unique/primary keys in table referenced by enabled foreign keys
If I do APPEND instead of REPLACE, it will get the new records, does it also update edited or deleted records?
actually what I am needing is to pull data from a schema in one database to another database nightly:
system/******** DIRECTORY=EXPORT schemas=SCHEMA_NAME table_exists_action=replace network_link=DB_LINK logfile=LOG.log