Public Methods

MethodDescription
BoundAttachmentsReturns the BoundAttachments collection of this Object.
UserCommentsReturns a collection of user comments associated wit this Object.

Public Properties

PropertyDescription
DescriptionDescription of the rollback segment. DATATYPE: String.
GUIDGUID of the rollback segment. DATATYPE: String.
IDReturns the rollback segment ID. DATATYPE: Integer.
InitExtSizeSize of the initial extent for the rollback segment in kilo bytes. DATATYPE: Integer.
IsPublicTrue if the public keyword is specified in the CREATE ROLLBACK SEGMENT clause for this rollback segment and false otherwise. DATATYPE: Boolean.
MaxExtentsMaximum number of extents allowed in a segment. Must be positive integer or UNLIMITED. DATATYPE: String.
MinExtentsMinimum number of extents allowed in a segment. DATATYPE: Integer.
NameName of the rollback segment. DATATYPE: String.
NextExtSizeSize of the next or secondary extent for the rollback segment in kilo bytes. DATATYPE: Integer.
OptimalSizeOptimal size for a rollback segement in Kilo Bytes. Must be positive integer or NULL. DATATYPE: String.
TablespaceName of the tablespace in which this rollback segment is defined. DATATYPE: String.