oceanbase.CDB_OB_TABLEGROUP_TABLES

2023-12-08 07:13:36  Updated

Purpose

The oceanbase.CDB_OB_TABLEGROUP_TABLES view displays the associations between table groups and tables of all tenants in the sys tenant. 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
TENANT_ID bigint(20) NO The ID of the tenant.
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.

Contact Us