ob 3.2.4.1(企业版)我创建了2种租户(mysql 租户和oracle租户)

oracle租户目前用不上,就drop tenant tnt_ora force;也没有报错
退出,root管理员 登陆 新建的 mysql租户,所有ddl操作报:ERROR 4179 (HY000): ddl operation during dropping tenant not allowed

obclient [oceanbase]> select tenant_name from __all_tenant where tenant_id != 1;
±------------+
| tenant_name |
±------------+
| tnt_pay |
±------------+
1 row in set (0.060 sec)

obclient [oceanbase]> create user lawrence identified by ‘123456’;
ERROR 4179 (HY000): ddl operation during dropping tenant not allowed
– 也没有这个租户了
obclient [oceanbase]> drop tenant tnt_ora;
ERROR 1227 (42501): Access denied

obclient [oceanbase]> purge recyclebin;
Query OK, 0 rows affected (0.055 sec)

obclient [oceanbase]> drop tenant tnt_ora purge;
ERROR 1227 (42501): Access denied
obclient [oceanbase]> drop tenant tnt_ora force;
ERROR 1227 (42501): Access denied

你好,你提的这个技术问题牵涉到OceanBase企业版范围内的功能细节。建议你通过以下方式寻求帮助:

1.如你所在的企业客户已签署OceanBase企业版销售合同,请你联系客户经理;

2.如你所在的企业客户尚未签署OceanBase企业版销售合同,你可通过OceanBase官网商务咨询页面留下你的联系方式,OceanBase企业版的业务顾问会在一个工作日内与你联系。

OceanBase官网商务咨询

https://www.oceanbase.com/contactus?fromPage=https%3A%2F%2Fwww.oceanbase.com%2Fsoftwarecenter-enterprise&dataSources=softwarecenter-enterprise_footercontact_d2022

用来学习测试,我们公司用的是云上ob

怎么解决这个问题

参考处理下
https://www.oceanbase.com/knowledge-base/oceanbase-database-20000000192?back=kb

学习了,我默认安装的4.3版本查阅参数是 mysql租户、oracle租户是怎么配置出来的呢