I have created this tablespace
CREATE TABLESPACE IA643_TBS DATAFILE \'IA643_dat\' SIZE 500K AUTOEXTEND ON NEXT 300K MAXSIZE 100M;
I tried to dr
You can either login to the operating system and actually delete the file or add the reuse keyword after the size in your create tablespace command.
reuse
create tablespace