oceanbase 资源池删除说明

对于新创建的不包含租户的资源池我们是可以直接删除的,但是如果包含了租户是不能直接删除的
如果需要删除就需要先删除租户,然后在操作

参考命令

 
// 先删除租户
DROP TENANT t1 FORCE;
 // 删除资源池
DROP RESOURCE POOL poolname;

参考资料

https://open.oceanbase.com/docs/community/oceanbase-database/V3.1.1/delete-a-tenant-1
https://open.oceanbase.com/docs/community/oceanbase-database/V3.1.1/tenant-level-recycle-bin
https://open.oceanbase.com/docs/community/oceanbase-database/V3.1.1/delete-a-resource-pool

posted on 2021-11-25 23:36  荣锋亮  阅读(195)  评论(0编辑  收藏  举报

导航