We are on 805/NT. I am performing Cold backup recovery test on Testing server.
I did the following.
1. Shutdown database/instance.
2. Zipped all datafiles, control files, redo log files and everything.
3. Renamed all *.dbf files and redo log files to *.bdf files as if they are deleted.
4. Unzipped everything from zip file zipped in step 2.
5. Tried to start the database. It gave foll. message.
ORA-01113 file 1 needs media recovery.
ORA-01110: data file 1: 'E:\...system1.dbf'.
Now, I have one database in *.bdf form on to the server itself and another database in zip form.
What are the options available to me do to cleanly startup the database.
Thanks in Adv.
Sam
------------------------
To handle yourself, use your head. To handle others, use your heart
My Bad; You only need one copy of the control file to open, since they are so small why not just copy it over without zipping it. This way you are eliminating that as a possible cause of corruption.
Have you tried renaming the datafile to .DBF, if that is specified in the control file, than that is what oracle is looking for, no?
Hi,
I commented another control file in init.ora and tried to open the DB with only one control file which was unzipped. but still giving the same err. msg.
Thanks,
Sam
------------------------
To handle yourself, use your head. To handle others, use your heart
Retry to unzip all the files you ziped in you first step.Make sure all the files are there as it was earlier.Then start up the database it should work..
Bookmarks