Home » RDBMS Server » Backup & Recovery » How to recover DB using RMAN if my target and catalog both are lost? (Oracle 11.2.0.1)
How to recover DB using RMAN if my target and catalog both are lost? [message #461400] Thu, 17 June 2010 13:18 Go to next message
ridhi_sundar
Messages: 184
Registered: November 2007
Location: Bangalore
Senior Member
Hi Friends

I lost my target and catalog DB both. But I have the rman full backup with controlfile backup and archive logs. Is it possible to recover the DB using this backup?

Thanks
Ridhi Sundar
Re: How to recover DB using RMAN if my target and catalog both are lost? [message #461401 is a reply to message #461400] Thu, 17 June 2010 13:22 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Yes. Required information would be still available in controlfile.
First restore the controlfile and proceed.
http://download.oracle.com/docs/cd/B12037_01/server.101/b10734/rcmrecov.htm#1006329

[Updated on: Thu, 17 June 2010 13:54]

Report message to a moderator

Re: How to recover DB using RMAN if my target and catalog both are lost? [message #461413 is a reply to message #461401] Thu, 17 June 2010 14:49 Go to previous messageGo to next message
ridhi_sundar
Messages: 184
Registered: November 2007
Location: Bangalore
Senior Member
Thanks a lot Mahesh. I got the point.

Instead of
RESTORE DATABASE UNTIL SEQUENCE 13243;
RECOVER DATABASE UNTIL SEQUENCE 13243;

can I use

RESTORE DATABASE;
RECOVER DATABASE;

without scn?

How can I know the scn to be given there?

Thanks
RIdhi Sundar
icon4.gif  Re: How to recover DB using RMAN if my target and catalog both are lost? [message #463401 is a reply to message #461400] Thu, 01 July 2010 03:20 Go to previous messageGo to next message
rk44
Messages: 18
Registered: June 2010
Junior Member
u can restore and recover DB even though your target bckps r lost.

go to target side:

keep your DB in mount stage

come to os.level and type the following

rman target /

rman>restore controlfile from 'path';

path:u've to give location of you are controlfile and last conrolfile bckup.

rman>restore database
rman>recover database
Re: How to recover DB using RMAN if my target and catalog both are lost? [message #463404 is a reply to message #463401] Thu, 01 July 2010 03:26 Go to previous messageGo to next message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
What happens if you cannot find "u"?

Regards
Michel
Re: How to recover DB using RMAN if my target and catalog both are lost? [message #464429 is a reply to message #463404] Thu, 08 July 2010 01:48 Go to previous messageGo to next message
ridhi_sundar
Messages: 184
Registered: November 2007
Location: Bangalore
Senior Member
@Michale

I could not follow what you mean to say.
Re: How to recover DB using RMAN if my target and catalog both are lost? [message #464458 is a reply to message #464429] Thu, 08 July 2010 02:33 Go to previous message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Please read OraFAQ Forum Guide, "Posting guidelines" section.

Regards
Michel
Previous Topic: failure of backup command
Next Topic: Recover
Goto Forum:
  


Current Time: Fri Apr 19 06:18:46 CDT 2024