expdp on a single table with access_method=external_table is not working..
I am trying to make use of parallelism in even when exporting a a single table by setting access_method = external_table. and I set the parallel parameter to 10.
But I did not see it being used... Has anyone encountered the same issue?
we are on 11.2.0.4. and i am following these 2 documents.
Parallel Capabilities of Oracle Data Pump (Doc ID 365459.1)
Export/Import DataPump Parameter ACCESS_METHOD - How to Enforce a Method of Loading and Unloading Data ? (Doc ID 552424.1)