103 rman backup and recovery [message #69996] |
Thu, 28 March 2002 01:47 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
krishna
Messages: 141 Registered: October 1998
|
Senior Member |
|
|
I did a consistent whole database backup(using rman). In my D:Oracledatabase directory two files were created, namely-
09DKFSJ9_1_1 (size 52.1 MB)
0ADKFSJA_1_1 (size 250 MB)
Can u tell me what exactly these files contain? I mean, do they also contain the archived redo logs and the online redo logs?
After doing a consistent whole database backup(with rman), i shutdown the database and deleted the online redologs. I then did startup mount. Then i tried to recover the database by running this
run {
allocate channel t1 type disk;
restore (database);
recover database;
sql 'alter database open';
}
I got an error messages saying database recovery failed because oracle failed to locate the online redo logs.
Can u help?
|
|
|
|