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;
2021-07-24 16:52:25
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;