Tablespace import fails while creating index APPS_TS_INTERFACE ORA-00942: table or view does not ex
Failing sql is:
CREATE INDEX "XXINTF"."XXINTF_AP_SUPP_SITE_INT_N2_IDX" ON "AP"."AP_SUPPLIER_SITES_INT" ("VENDOR_SITE_INTERFACE_ID") PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "APS_CUSTOM_IDX" PARALLEL 3
ORA-39083: Object type INDEX failed to create with error:
ORA-00942: table or view does not exist
Failing sql is:
I was able to recreate indexes manually. I did use the compress option during the expdp . Any ideas ?
Thanks