Feature
DBA_OB_TABLEGROUP_TABLES displays associations between table groups and tables. Tables that do not belong to a table group are not displayed.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TABLEGROUP_NAME | VARCHAR2(128) | NO | The name of the table group. |
| OWNER | VARCHAR2(128) | NO | The name of the database where the table belongs. |
| TABLE_NAME | VARCHAR2(256) | NO | The name of a table. |