Information on spaces.
Column name | Data type | Contents | ||||
SPACE_NAME | CHAR (18) | Name of the space | ||||
SPACE_NAME_SHORT | CHAR (12) | First 12 characters of the space name | ||||
SPACE_ID | SMALLINT | Identification number of the space | ||||
SPACE_OWNER | CHAR (18) | Authorization identifier that owns the | ||||
STOGROUP_NAME | CHAR (18) | Name of the storage group for the space | ||||
PCT_FREE | SMALLINT | Free space reservation in percent | ||||
DELTA_STOGROUP | CHAR (1) |
| ||||
SPACE_DATE | TIMESTAMP (3) | Time of creation or time at which the | ||||
LOGGING | VARCHAR (3) |
| ||||
The data for STOGROUP_NAME and PCT_FREE can be modified with ALTER SPACE; |
Table 130: SYS_SPACES view of the SYS_INFO_SCHEMA