DeepDiverMom
Programmer
Gurus,
I have been doing maintenance on serveral database instances, getting rid of unwanted tablespaces (and rm'ing the tablespace datafiles).
I thought that I had already done a "DROP TABLESPACE..." on an empty tablespace, so I did an "rm <datafile>". I then discovered that I had not yet done a "DROP TABLESPACE...". Then when I tried to "DROP TABLESPACE...", I obviously received an error telling me that Oracle could not open the datafile, to allow the dropping of the tablespace.
What are my options for successfully doing a "DROP TABLESPACE..."?
Becca
I have been doing maintenance on serveral database instances, getting rid of unwanted tablespaces (and rm'ing the tablespace datafiles).
I thought that I had already done a "DROP TABLESPACE..." on an empty tablespace, so I did an "rm <datafile>". I then discovered that I had not yet done a "DROP TABLESPACE...". Then when I tried to "DROP TABLESPACE...", I obviously received an error telling me that Oracle could not open the datafile, to allow the dropping of the tablespace.
What are my options for successfully doing a "DROP TABLESPACE..."?
Becca