删除表空间temp,但不删除其文件 用:drop tablespace temp; 删除表空间temp同时删除表空间的数据对象 用drop tablespace temp including contents; 删除表空间temp及其包含数据对象以及数据文件 用drop tablespace temp including contents and datafiles;