1. connect / as sysdba
2. startup mount
3. alter databsae drop datafile '/filename' offline drop;
The next part requires the DB to be open so...
4. alter database open;
5. drop tablespace
You can now recreate your datafiles, rebuild the tablespace and so on.
No comments:
Post a Comment