Hello Team,
Datapump export is not splitting dumpfiles according to number of parallel parameter only one dumpfile is created even though we have specified parallel=10.
Below is the script i am using
expdp ghsadb/xxxx DIRECTORY=test2 parallel=10 CONTENT=DATA_ONLY tables=ACTB_HISTORY DUMPFILE=ACTB_HISTORY_%U.dmp logfile=ACTBHISTORY.log compression=all CLUSTER=N
Environment details:
Platform = Solaris 11.3 SPARC 64bit
Database = 11.2.0.2 (2 node rac )
I run the same script on another database (11.2.0.2 single node ) and it worked fine.
what could be the reason for this anomaly.
Please assist.