Database Utilities (MOSC)

MOSC Banner

expdp fail with ORA-39125 ORA-31642 ORA-06512 ORA-21780

edited Sep 10, 2014 7:52AM in Database Utilities (MOSC) 16 commentsAnswered ✓

I have DB called wtwora, iam trying to export databse with expdp.

I created proper user:

create user myuser identified by somepassword;

grant connect,dba,resource,exp_full_database,imp_full_database to myuser;

create or replace directory DMP as 'F:\DMP\';

grant read, write on directory DMP to myuser;

Then iam checking what schemas i want to export:

select username from dba_users;

Then i am making export:

expdp myuser@wtwora directory=DMP dumpfile=wtwora.dmp logfile=wtwora.log schemas=WTWORA,SIMONE

And it fails with in 490GB (databse have 1.8TB):

ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while ca

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