EXPORT is very slow for CLOB segments
I am exporting CLOB segments using EXPDP utility in 10.2.0.4 version . The CLOB segment size is 130 gb and it takes 13 -14 hours to export .I am using parallel=4 option . Other segments are completeing very fast on the same database server with same parameter options .
Is there any way or any parameter to export this CLOB segment quickly ? Please help
I am using below options .
DIRECTORY=EXP_DIR_1 TABLES=ADMIN.ITEM_INCLUSION DUMPFILE=ITEM_INCLUSION_%U.DMP PARALLEL=4 CONTENT=ALL LOGFILE=ITEM_INCLUSION.log QUERY=ADMIN.ITEM_INCLUSION:"ORDER BY WORKITEM_TRANSITION_ID,TYPE_OF_PLOT" EXCLUDE=STATISTICS
Thanks