Public Properties
Property | Description |
---|---|
BufferPool | Buffer Pool property of the Partition. Input should be a string containing NONE, DEFAULT, KEEP, or RECYCLE. Not for HASH partitions. DATATYPE: String. |
FreeListGroups | Free List Groups property of the Partition. Input should be a non-negative integer. Not for HASH partitions. DATATYPE: Integer. |
FreeLists | Free Lists property of the Partition. Input should be a non-negative integer. Not for HASH partitions. DATATYPE: Integer. |
GUID | GUID of the Partition. DATATYPE: String. |
HighValues | For type RANGE, the are the HighValues of the Partition. For type LIST, this is the List of Values of the Partition. DATATYPE: String. |
ID | ID of the Partition. DATATYPE: Integer. |
InitExtent | Initial Extent property of the Partition. Input should be a non-negative integer. Not for HASH partitions. DATATYPE: Integer. |
InitTrans | Initial Transaction property of the Partition. Input should be a non-negative integer. Not for HASH partitions. DATATYPE: Integer. |
MaxExtents | Max Extents property of the Partition. Input should be a string containing non-negative integer or UNLIMITED. Not for HASH partitions. DATATYPE: String. |
MaxTrans | Max Transaction property of the Partition. Input should be a non-negative integer. Not for HASH partitions. DATATYPE: Integer. |
MinExtents | Min Extents property of the Partition. Input should be a non-negative integer. Not for HASH partitions. DATATYPE: Integer. |
Name | Name of the Partition. DATATYPE: String. |
NextExtent | Next Extent property of the Partition. Input should be a non-negative integer. Not for HASH partitions. DATATYPE: Integer. |
NoLogging | Indicates whether the operation is logged in the redo file. Not for HASH partitions. DATATYPE: Boolean. |
Number | Number of the Partition. Partition Numbers determine the order in which the partitions appear in the DDL. DATATYPE: Integer. |
PctFree | PctFree property of the Partition. Input should be a non-negative integer. Not for HASH partitions. DATATYPE: Integer. |
PctIncrease | Percent Increase property of the Partition. Input should be a non-negative integer. Not for HASH partitions. DATATYPE: Integer. |
Tablespace | Tablespace of the Partition. DATATYPE: String. |
See Also