Hi,
First time using impdp .....

schema objects exist in target database .... want to import data from another database ..... already truncated table before starting the impdp ... set the parameter TABLE_EXISTS_ACTION = SKIP (like ignore =y in case of imp)

but I am getting ORA-39111 .... think it is not an error.... but just want to confirm if TABLE_EXISTS_ACTION = SKIP is the right approach?

ORA-39111: Dependent object type OBJECT_GRANT:"GENEVA_ADMIN" skipped, base object type

import command
============
impdp test/test DIRECTORY=expdp_dir DUMPFILE=schema_exp.dmp logfile=imp.log SCHEMAS=test TABLE_EXISTS_ACTION = SKIP

Regards
Sumit