Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting Error when importing from data pump "ORA-39112: Dependent object type INDEX "

User_11X2OJul 2 2022

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 ?

Comments
Post Details
Added on Jul 2 2022
1 comment
1,798 views