Hi,
I'm trying to do a full import from one database to another database.
i've already exported (expdp) all the object from a database without any problem, but when i tried to import (impdp) them to another database, some error were shown, like ' ORA-31684: Object type ... already exists'.
My question is how to replace already exist objects (old to new) , so that it won't show any error?
if i use TABLE_EXISTS_ACTION=REPLACE, isn't it replaced only the tables and not other objects? I've already tried and there were still some error.
Any hints will be highly appreciated. Thanks in advance.
Regards,
Jerry Antonius