Impdp on 11.2.0.4 WS 2012 R2 : how to exclude user DDL creation ?
impdp %CONN_STRING%@%TARGET_DB% REMAP_TABLESPACE=TBS_SOURCE:TBS_TARGET REMAP_SCHEMA=SOURCE_SCHEMA:TARGET_SCHEMA ...
If I run that command It works but with the error ORA-31684: object type USER:"TARGET_SCHEMA" already exists
If I add the clause EXCLUDE=SCHEMA:"='TARGET_SCHEMA'", impdp doesn't work
Please help me