expdp that is working before fail to work now with tis orra error ORA-31637
we use to do monthly expdp for partitioned tables and after taking the export of the partitions we'll drop the partitions from the database to improve performance. but this month, after raising the change for the monthly maintenace, i noticed that i can no longer perform expdp even with same parfile just modified with current partition. i keep getting this error as below:
oradb@hostname> expdp parfile=PAR_mypartitionname.par
Export: Release 10.2.0.4.0 - 64bit Production on Wednesday, 16 May, 2012 5:45:34
Copyright (c) 2003, 2007, Oracle. All rights reserved.
Username: system
Password:
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
oradb@hostname> expdp parfile=PAR_mypartitionname.par
Export: Release 10.2.0.4.0 - 64bit Production on Wednesday, 16 May, 2012 5:45:34
Copyright (c) 2003, 2007, Oracle. All rights reserved.
Username: system
Password:
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
0