Public Methods

MethodDescription
BoundAttachmentsReturns the BoundAttachments collection of this Object.
OracleDatafilesReturns the OracleDatafiles associated with this Tablespace.
UserCommentsReturns a collection of User Comments associated with this Object.

Public Properties

PropertyDescription
DescriptionDescription of the Tablespace. DATATYPE: String.
GUIDGUID of the Tablespace. DATATYPE: String.
IDID of the Tablespace. DATATYPE: Integer.
InitExtSizeSize of the initial extent for the Tablespace in kilobytes. DATATYPE: Integer.
LocallyManagedDetermines whether the tablespace is locally managed (true). DATATYPE: Boolean.
LoggingLogging status. DATATYPE: Boolean.
MaxExtentsMaximum number of extents allowed in a segment. Must be positive integer or the string UNLIMITED. DATATYPE: String.
MinExtentsMinimum number of extents allowed in a segment. DATATYPE: Integer.
MinExtSizeMinimum size of an extent for the Tablespace in kilobytes. DATATYPE: Integer.
NameName of the Tablespace. DATATYPE: String.
NextExtSizeSize of the next or secondary extent for the Tablespace in kilobytes. DATATYPE: Integer.
OfflineOffline status, which tells whether the given tablespace is online (false) or offline (true). DATATYPE: Boolean.
PctIncreasePercentage increase in size. DATATYPE: Integer.
SegmentSpaceManagementAutomaticDetermines whether the segment space management is Automatic (TRUE) or Manual (FALSE). DATATYPE: Boolean.
UniformExtentsDetermines whether the Extent Size of the tablespace is uniform (true). This property applies only to locally managed tablespaces and is invalid otherwise. DATATYPE: Boolean.
UniformExtentSizeExtent size for locally-managed tablespaces with uniform extents. Invalid for tablespaces that are not locally managed or do not have uniform extents. DATATYPE: Integer.