Dropping Tablespaces whith deleted datafiles via OS
I am trying to drop a tablespace which had two associated datafiles. The problem is that the two datafiles of this tablespace were deleted (in a HP_UX server) and I am not able to recover them. When I try the "Drop tablespace" command I get an error because it is trying to read the missing files. If I create the two files with an arbitrary content it does not work as it states an I/O error. How could I drop the tablespace ? Thanks
A.P.