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