create [undo|temporary] tablespace orcp datafile|tempfile ‘E:\orcle\oracleBaseDir\oradata\orcp\orcp.dbf‘ size 10M autoextend on next 20M maxsize 500M;
drop tablespace orcp including contents and datafiles;
原文:https://www.cnblogs.com/eer123/p/9486244.html