Hello
Could you please guide me in setting up values for parallel option during expdp( Export)
Oracle version: 11.2.0.4.0
Initially I set parallel =10 and it is working fine for small dbs's with 20GB size. But when I go for export big db (450GB) it sucks.
Expdp is very slow and processing table by table and it is very slow.
How to calculate the value for parallel.
Document says "For maximum throughput, do not set PARALLEL
to much more than twice the number of CPUs (two workers for each CPU)."
How to calculate CPU count in AIX SERVER?
lparstat -i | grep CPU
Online Virtual CPUs : 15
Maximum Virtual CPUs : 20
Minimum Virtual CPUs : 14
Maximum Physical CPUs in system : 32
Active Physical CPUs in system : 32
Active CPUs in Pool : -
Shared Physical CPUs in system : 0
Physical CPU Percentage : 100.00%
Desired Virtual CPUs : 1
Please advise
S