Note
- Starting from V4.2.0, table groups no longer have the concept of partitions. The view is no longer used, but you can query it. The query result is empty.
- For V4.2.0 and later, you can query information about table groups by using the view DBA_OB_TABLEGROUPS. For more information about table groups, see About table groups.
Purpose
This view displays information about the primary partitions of a partitioned table group.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TABLEGROUP_NAME | varchar(128) | NO | The name of the table group. |
| COMPOSITE | varchar(3) | NO | Indicates whether the table group is a subpartition. Valid values: YES and NO. |
| PARTITION_NAME | varchar(64) | NO | The name of the primary partition of the table group. |
| SUBPARTITION_COUNT | bigint(20) | NO | The value is NULL. |
| HIGH_VALUE | varchar(4096) | NO | The value is NULL. |
| HIGH_VALUE_LENGTH | bigint(20) | NO | The value is NULL. |
| PARTITION_POSITION | bigint(20) unsigned | NO | The value is NULL. |