Database Utilities (MOSC)

MOSC Banner

Impdp error ORA-39083, ORA-04067, ORA-06508

edited Nov 30, 2018 3:28AM in Database Utilities (MOSC) 7 commentsAnswered ✓

hello,

   I execute an impdp of schema from my database in version 12.1.0.2

then I have this next error :

ORA-39083: Object type INDEX:"WT9PRD01"."PROJECTPLAN$COMPOSITE1" failed to create with error:

ORA-04067: not executed, package body "WT9PRD01.WTPREFIXPK" does not exist

ORA-06508: PL/SQL: could not find program unit being called: "WT9PRD01.WTPREFIXPK"

Failing sql is:

CREATE INDEX "WT9PRD01"."PROJECTPLAN$COMPOSITE1" ON "WT9PRD01"."PROJECTPLAN" (UPPER("WT9PRD01"."WTPREFIXPK"."PREFIX"("NAME")))

>>>>>>

I understand that : when Impdp of Oracle execute a create index and the procedure "WTPREFIXPK" is not still created.

How is it possible to tell to Impdp execute the procedure "WTPREFIXPK"  before "Create Indexe" ?

Tagged:

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