How to recover with archive logs when I create a new tablespace after full backcup. [message #217364] |
Thu, 01 February 2007 18:58 |
xyz_hh
Messages: 11 Registered: February 2007
|
Junior Member |
|
|
step 1. Make a full backup in Rman.
step 2. Make a new tablespace.
step 3. alter system archive log current
Now, I deleted all the controlfiles,dataflies,redologs, executed "restore controlfile" "restore database".
But ,when I executed "recover database",I see the follow errors:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of alter db command at 01/29/2007 17:44:57
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: '/opt/oracle/product/10.2.0/db_1/dbs/UNNAMED00005'
In the above case ,how can I rebuild the database using backup and archive log.
Please ,Thanks!
|
|
|
|
|
|
|
|
|
|