Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
+CONNECTALL
Use this parameter to tell BMC AMI Unload to connect all table space partitions to the BMC AMI Utilities Subsystem started task, also known as CDBSS when unloading selected partitions.
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. |
Related topic