db version 10.2
I have executed drop tablespace including contents and datfiles and got the errors. I have done alter database controlfile to trace. The tablespace is gone, but the 3 datafiles were not deleted from the server. The datafiles are not in the trace file. How do I delete the datafiles? I have seen Oracle Doc 464877.1 with command to offline drop the datafile before the tablespace is dropped. What can I do after the tablespace has been dropped?