Property | Description |
---|
Description | Description of the rollback segment. DATATYPE: String. |
GUID | GUID of the rollback segment. DATATYPE: String. |
ID | Returns the rollback segment ID. DATATYPE: Integer. |
InitExtSize | Size of the initial extent for the rollback segment in kilo bytes. DATATYPE: Integer. |
IsPublic | True if the public keyword is specified in the CREATE ROLLBACK SEGMENT clause for this rollback segment and false otherwise. DATATYPE: Boolean. |
MaxExtents | Maximum number of extents allowed in a segment. Must be positive integer or UNLIMITED. DATATYPE: String. |
MinExtents | Minimum number of extents allowed in a segment. DATATYPE: Integer. |
Name | Name of the rollback segment. DATATYPE: String. |
NextExtSize | Size of the next or secondary extent for the rollback segment in kilo bytes. DATATYPE: Integer. |
OptimalSize | Optimal size for a rollback segement in Kilo Bytes. Must be positive integer or NULL. DATATYPE: String. |
Tablespace | Name of the tablespace in which this rollback segment is defined. DATATYPE: String. |