Purpose
The oceanbase.DBA_OB_TABLEGROUP_TABLES view displays the associations between table groups and tables. Tables that do not belong to a table group are not displayed.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TABLEGROUP_NAME | varchar(128) | NO | The name of the table group. |
| OWNER | varchar(128) | NO | The name of the database where the table belongs. |
| TABLE_NAME | varchar(256) | NO | The name of a table. |