Database Utilities (MOSC)

MOSC Banner

Tablespace import fails while creating index APPS_TS_INTERFACE ORA-00942: table or view does not ex

edited Oct 27, 2014 9:52AM in Database Utilities (MOSC) 2 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center