|
The tablespace is already gone, I am thinking whether the following steps will work.
1. Rename the datafiles with OS, such as from aaa.dbf to aaa1.dbf
2. Create the tablespace with the same old name, such as aaa.dbf
3. shutdown database, delete empty datafile aaa.dbf
4. Rename aaa1.dbf to aaa.dbf
5. startup database, do recovery, may need resetlogs.
Just thinking, never try. |
|