+CONNECTALL
BMC AMI Unload is an online product and the CDBSS tracks changes during unloads. When BMC AMI Unload runs an unload on a subset of partitions, BMC AMI Unload tracks the changes only in those partitions.
It is most efficient to track only changes for the subset of partitions that you are unloading using +CONNECTALL(NO). However, this prevents BMC AMI Unload from unloading separate or overlapping partitions concurrently in a separate unload job or statement.
Use +CONNECTALL(YES) when you expect to run multiple unload jobs or statements on the same partitioned table simultaneously and you are not unloading all partitions.
Operands
YES or Y | Connects all partitions even if only a subset of partitions being unloaded. |
---|---|
NO or N | Connects only the partitions selected for unloading. This is the default option. |