how to speed up the import of 175GB table with BLOB content column
I do have a Big tables with blob content column of 175GB size. the export was done with expdp from 11grel2
Processing object type SCHEMA_EXPORT/POST_SCHEMA/PROCACT_SCHEMA
. . exported "DPSS_ASH"."TBL_UPLOAD_FILE" 175.1 GB 609014 rows
Master table "SYS"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
******************************************************************************
And the import will be done thru another 11grel2 Database, the only advantage used right now it's that the expdp was done using parallel = 10,, i know depends of different things, environment resources and Database parameters,, etc.
But it would be appreciate if you can give us some tips for these kind of tables or general things to speed up the impdp in 11grel2