I am using the oracle 12c release 2 versions.
I used the following command to import data dmp and got the number of error message while completing the data import.
Used Command
$ impdp system/Admin123@pdborcl directory=IMP_DIR dumpfile=OA_HERE_MAPS.dmp logfile=OA_HERE_MAP.log full=y
Error Massage
ORA-39112: Dependent object type INDEX:"OA_HERE_MAPS"."ISDO_NTC_MAP_POI_HOTEL" skipped, base object type TABLE:"OA_HERE_MAPS"."NTC_MAP_POI_HOTEL" creation failed
How can i avoid this error when import data ?