|
|
|
|
|
|
|
|
|
|
|
Re: Can Flashback function recover tablespace that I dropped? [message #317048 is a reply to message #316708] |
Tue, 29 April 2008 05:38 |
Arju
Messages: 1554 Registered: June 2007 Location: Dhaka,Bangladesh. Mobile:...
|
Senior Member |
|
|
Brain, I tried this step in past many times and I failed. The step where I fail is , whenever to open database.
SQL> flashback database to scn 896583
*
ERROR at line 1:
ORA-38795: warning: FLASHBACK succeeded but OPEN RESETLOGS would get error
below
ORA-01245: offline file 5 will be lost if RESETLOGS is done
ORA-01111: name for data file 5 is unknown - rename to correct file
ORA-01110: data file 5:
'/oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00005'
SQL> alter database rename file '/oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00005'
to '/oradata2/test_restore01.dbf';
Database altered.
SQL> flashback database to scn 896583
2 ;
flashback database to scn 896583
*
ERROR at line 1:
ORA-38795: warning: FLASHBACK succeeded but OPEN RESETLOGS would get error
below
ORA-01245: offline file 5 will be lost if RESETLOGS is done
ORA-01110: data file 5: '/oradata2/test_restore01.dbf'
SQL> alter database open read only;
alter database open read only
*
ERROR at line 1:
ORA-16004: backup database requires recovery
ORA-01245: offline file 5 will be lost if RESETLOGS is done
ORA-01110: data file 5: '/oradata2/test_restore01.dbf'
Any comment from you.
[Edit: Linesize]
[Updated on: Tue, 29 April 2008 05:42] Report message to a moderator
|
|
|
|
|
|
|
|