You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

Description of the Tablespace. DATATYPE: String.

GUID of the Tablespace. DATATYPE: String.

ID of the Tablespace. DATATYPE: Integer.

Size of the initial extent for the Tablespace in kilobytes. DATATYPE: Integer.

Determines whether the tablespace is locally managed (true). DATATYPE: Boolean.

Logging status. DATATYPE: Boolean.

Maximum number of extents allowed in a segment. Must be positive integer or the string UNLIMITED. DATATYPE: String.

Minimum number of extents allowed in a segment. DATATYPE: Integer.

Minimum size of an extent for the Tablespace in kilobytes. DATATYPE: Integer.

Name of the Tablespace. DATATYPE: String.

Size of the next or secondary extent for the Tablespace in kilobytes. DATATYPE: Integer.

Offline status, which tells whether the given tablespace is online (false) or offline (true). DATATYPE: Boolean.

Percentage increase in size. DATATYPE: Integer.

Determines whether the segment space management is Automatic (TRUE) or Manual (FALSE). DATATYPE: Boolean.

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.

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.



  • No labels