I need help deleting a DB file from Oracle. I suppose I should use the DROP command, but I cannot make it work.
I tried dropping all the users, except system user, from dba_users, hoping that this will result in getting rid of the databases, but I find that some .dbf file is still there.
Can someone give me an example for dropping .dbf file?