Column
The Column parameter specifies a key column name for the logical partition. You can specify this parameter as many times as necessary to define the key columns for the partition.
Attributes
This parameter has the following attributes:
Attribute | Value |
---|---|
Section | [ObjectPartition] |
Abbreviation | None |
DBMS | Db2, Oracle, Db2 LUW |
Required? | No |
Valid values | A valid target column name |
Default value | None |
Usage
Specify a valid column name in the target table. For each Column parameter that you include, you must also include a Value parameter, or for Db2, compose a single aggregate limit key. For more information about the Value parameter, see Value.
Ensure that the column or columns you specify as the partitioning key resolve to a unique partition key value within the length determined by your target DBMS. For more information, see Partition-key-length.
Related topic