Home » RDBMS Server » Backup & Recovery » Recovery using RMAN Backup after OS Crash
Recovery using RMAN Backup after OS Crash [message #267484] Thu, 13 September 2007 08:05 Go to next message
M.Shakeel Azeem
Messages: 226
Registered: September 2006
Senior Member
Dear Tim,

On windows 2000 i have 9i release 2
i have installed os and oracle s/w at c: drive
i have all datafiles ,redo log files and control files at d: drive
i have archive files on e: drive
i have taken RMAN backup on drive c: with the following script

CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'D:\oracle\backup\CONTROLFILE_RMAN_BACKUP_%F.bak';
RUN
{
ALLOCATE CHANNEL disk1 DEVICE TYPE DISK MAXPIECESIZE = 1G FORMAT 'D:\oracle\backup\%D_RMAN_BACKUP_%U.bak';
backup database plus archivelog;
SQL "alter database backup controlfile to trace as ''D:\oracle\backup\Controlfile_Backup_Trace.trc''";
host 'copy C:\oracle\ora92\database\pwdorcl.ora e:\backup';
host 'copy C:\oracle\ora92\network\admin\tnsnames.ora e:\backup';
host 'copy C:\oracle\ora92\network\admin\listener.ora e:\backup';
RELEASE CHANNEL disk1;
}

This drive is always backup to tape (all backup files and archive files )

My OS had been crashed and e: drive is also crashed where my backups and archive lies

did anybody ever face this kind of problem?
can anybody help me in this regard ?

thanx in advance
Re: Recovery using RMAN Backup after OS Crash [message #267486 is a reply to message #267484] Thu, 13 September 2007 08:14 Go to previous messageGo to next message
ebrian
Messages: 2794
Registered: April 2006
Senior Member
M.Shakeel Azeem wrote on Thu, 13 September 2007 09:05
Dear Tim,

Who's Tim?
Re: Recovery using RMAN Backup after OS Crash [message #267493 is a reply to message #267486] Thu, 13 September 2007 08:41 Go to previous messageGo to next message
Michel Cadot
Messages: 68653
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
I think he also posted this on AskTom who is often called Tim.

Regards
Michel
Re: Recovery using RMAN Backup after OS Crash [message #267511 is a reply to message #267493] Thu, 13 September 2007 10:16 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Quote:
i have taken RMAN backup on drive c: with the following script


Any Backup?
Guess your C drive would also crashed.
If not then before installation save backup some where else and perform disaster recovery.
Re: Recovery using RMAN Backup after OS Crash [message #267932 is a reply to message #267511] Sun, 16 September 2007 12:51 Go to previous messageGo to next message
Mohammad Taj
Messages: 2412
Registered: September 2006
Location: Dubai, UAE
Senior Member

Just guessing not sure OP want to say "TEAM" instead of "TIM".


Regards
Mohammed Taj
Re: Recovery using RMAN Backup after OS Crash [message #267960 is a reply to message #267932] Sun, 16 September 2007 23:29 Go to previous message
mson77
Messages: 208
Registered: August 2007
Location: Brazil
Senior Member
Maybe "Tim" from oracle-base:

http://www.oracle-base.com/forums/viewtopic.php?f=1&t=7162&p=11312&hilit=M.Shakeel+Azeem&sid=dffd43db55fb99ca6ea4f715 06314459#p11312


Regards,

mson77
Previous Topic: size of archive logs
Next Topic: Restoration of RMAN backup
Goto Forum:
  


Current Time: Mon May 20 15:42:11 CDT 2024