Can SQLLDR/DATAPUMP/EXP/IMP make use of Oracle RAC load balance ?
Let me simply introduce my environment, there are 3 Nodes with Oracle 10g R2 RAC. For the application file system (which is as the storage for the export dmp and the sqlldr input files) is only available on one node. That's means the application file system not shared.
I wonder, can those db utilities can make use the parallel degree to load balance across 3 nodes ? during the sqlldr / export / import ?
As i found, those "parallel" parameter is for the instance which submit that process only with mutli CPU/cores.