3 lines
232 B
Plaintext
3 lines
232 B
Plaintext
1.删除表空间:drop tablespace di_w201512 including contents and datafiles;
|
||
2.获得删除语句:
|
||
select 'drop tablespace '||ts.name||' including contents and datafiles;' from v$tablespace ts where ts.NAME like '%_201510%'; |