expdp报错:
After applying a CPU patch, Data Pump Export started failing with the following errors.
Export: Release 10.2.0.1.0 - Production on Wednesday, 08 August, 2007 10:12:50 Copyright (c) 2003, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining 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
解决办法:
cd $ORACLE_HOME/rdbms/admin
sqlplus / as sysdba @catmet2.sql @utlrp.sql
|