17,377
社区成员
发帖
与我相关
我的任务
分享
drop user user_name;
drop tablespace tablespace_name including contents and datafiles;

-- 先删除用户(如果要删除的表空间上有多个用户有相关数据,则要将多个用户都删除)
drop user user_name;
-- 再删除表空间:
drop tablespace tablespace_name including contents and datafiles;