Swap / change undo tablespace :

SQL> create undo tablespace UNDOTBS2 datafile ‘+data’ size 100M;

SQL> alter system set UNDO_TABLESPACE=UNDOTBS2;

SQL> drop tablespace UNDOTBS1 including contents and datafiles;

May have to wait for some transactions to be committed or rolled back.