HI

Is there a way to drop tablespace after it's been created as shown below:

alter tablespace users
add datafile '/xxxx/xxxxx/xx.dbf' size 1M autoextend on next 500M maxsize 600M';

Thanks