Home » RDBMS Server » Backup & Recovery » 103 rman backup and recovery
103 rman backup and recovery [message #69996] Thu, 28 March 2002 01:47 Go to next message
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?
Re: 103 rman backup and recovery [message #69998 is a reply to message #69996] Thu, 28 March 2002 09:19 Go to previous message
Grant
Messages: 578
Registered: January 2002
Senior Member
Post the exact error that RMAN returned.
Previous Topic: how to delete rman catalog?
Next Topic: how to recreate database on the same host from level 0 backup
Goto Forum:
  


Current Time: Fri Mar 29 06:54:07 CDT 2024