You can view the information about tenants by using SQL statements.
View tenants by using SQL statements
Log on to a cluster as the SYS tenant by using a client that is supported by OceanBase Database. Execute the following statement to view the information about the tenants in the cluster:
obclient> SELECT * FROM oceanbase.gv$tenant;
If you are not the SYS tenant, execute the following statement to view the tenants in the cluster:
obclient> SHOW TENANT;