create undo tablespace newundotbs datafile
/
alter system set undo_tablespace=newundotbs scope=spfile
/
shutdown immediate
/
startup
/
drop tablespace undotbs including contents and datafiles
/
create undo tablespace undotbs datafile
/
alter system set undo_tablespace=undotbs scope=spfile
/
shutdown immediate
/
startup
/
drop tablespace newundotbs including contents and datafiles
/
From:http://tw.wingwit.com/Article/program/Oracle/201311/17532.html