Property | Description |
---|
Description | Description of the Tablespace. DATATYPE: String. |
GUID | GUID of the Tablespace. DATATYPE: String. |
ID | ID of the Tablespace. DATATYPE: Integer. |
InitExtSize | Size of the initial extent for the Tablespace in kilobytes. DATATYPE: Integer. |
LocallyManaged | Determines whether the tablespace is locally managed (true). DATATYPE: Boolean. |
Logging | Logging status. DATATYPE: Boolean. |
MaxExtents | Maximum number of extents allowed in a segment. Must be positive integer or the string UNLIMITED. DATATYPE: String. |
MinExtents | Minimum number of extents allowed in a segment. DATATYPE: Integer. |
MinExtSize | Minimum size of an extent for the Tablespace in kilobytes. DATATYPE: Integer. |
Name | Name of the Tablespace. DATATYPE: String. |
NextExtSize | Size of the next or secondary extent for the Tablespace in kilobytes. DATATYPE: Integer. |
Offline | Offline status, which tells whether the given tablespace is online (false) or offline (true). DATATYPE: Boolean. |
PctIncrease | Percentage increase in size. DATATYPE: Integer. |
SegmentSpaceManagementAutomatic | Determines whether the segment space management is Automatic (TRUE) or Manual (FALSE). DATATYPE: Boolean. |
UniformExtents | Determines whether the Extent Size of the tablespace is uniform (true). This property applies only to locally managed tablespaces and is invalid otherwise. DATATYPE: Boolean. |
UniformExtentSize | Extent size for locally-managed tablespaces with uniform extents. Invalid for tablespaces that are not locally managed or do not have uniform extents. DATATYPE: Integer. |