Create Table Space: Type panel
You use the Create Table Space: Type panel to specify information to define the type of table space to be created.
Panel and field definitions
- Table Space Type Option
- Specify the type option:
- 1. Normal
- Identifies the table space is a normal (non-LOB) table space.
- 2. Large
- Identifies that each partition of a partitioned table space has a maximum partition size of 4 GB. This relates to a deprecated SQL option, therefore it is preferable to use Max. Partition Size. If Large is specified, then No. of partitions must also be specified.
- 3. LOB (large object)
- Identifies the table space as LOB table space. If LOB is specified,
neither Segment size or No. of partitions can be specified.
LOB means Large Object. A LOB table space is used to store data that does not fit within a single table space page. Examples of LOBs might include such things as photographs, video files, or sound files.
- Segment size
- Indicates that the table space is separated and specifies how many pages are in each segment. This cannot be specified with Large, LOB or either of the partitioned table space options.
- No. of partitions
- Indicates that the table space is partitioned and specifies the number of partitions. This is required if Large is specified or if Max. partition size is specified with LOB or segment size.
- Max. partition size
- Indicates that the maximum size of each partition or for LOB table spaces, the maximum size of each data set. This requires the specification of LOB or No. of partitions. This cannot be specified with Large or Segment size.
Parent panels
Child panels
None.