Tuesday, January 9, 2018

ORA-39065: unexpected master process exception in DISPATCH

During expdp I received an error. See below


Export: Release 11.2.0.4.0 - Production on Tue Jan 9 00:28:47 2018

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39006: internal error
ORA-39065: unexpected master process exception in DISPATCH
ORA-01403: no data found

ORA-39097: Data Pump job encountered unexpected error 100

To Validate the Problem I ran

SQL> select count(*) from metanametrans$;
  COUNT(*)
----------
         0

It should have more values than that!
Solution
@$ORACLE_HOME/rdbms/admin/catmet2.sql
@$ORACLE_HOME/rdbms/admin/utlrp.sql


Then try again.


1 comment: