Home » RDBMS Server » Backup & Recovery » RMAN Restore from different path (Oracle Version 9.2.0.4, OS UNIX)
RMAN Restore from different path [message #617103] Wed, 25 June 2014 02:05 Go to next message
manjari1234
Messages: 3
Registered: June 2014
Location: India
Junior Member
Hi,

I have a RMAN backup in path /ora_backup/A.But i need to restore the backup from /oradata/backup as /ora_backup/A disk is corrupted. My DB is crashed and when it takes last backup it store it to path /ora_backup/A. I copied manually that backup to
/oradata/backup . Now please suggest if there any way so that i can restore it from new path.My DB version is 9.2.0.4 and i can not use catalog.

Thanks,
Manjari
Re: RMAN Restore from different path [message #617104 is a reply to message #617103] Wed, 25 June 2014 02:16 Go to previous messageGo to next message
John Watson
Messages: 8929
Registered: January 2010
Location: Global Village
Senior Member
Welcome to the forum. Please read our OraFAQ Forum Guide and please read How to use [code] tags and make your code easier to read

Of course you can use CATALOG. Here is the doc:
http://docs.oracle.com/cd/B10501_01/server.920/a96565/rcmsynta11.htm#1005792
Re: RMAN Restore from different path [message #617105 is a reply to message #617104] Wed, 25 June 2014 02:19 Go to previous messageGo to next message
John Watson
Messages: 8929
Registered: January 2010
Location: Global Village
Senior Member
Oh, sorry - I guess you have a backupset, not an image copy? n tat case, you'll need to create a directory (or a soft link) with the same name as the bad file system, and put the backup piece there.
Re: RMAN Restore from different path [message #617106 is a reply to message #617103] Wed, 25 June 2014 02:25 Go to previous messageGo to next message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

You can also create a symbolic link, for instance:
ln -s /oradata/backup /ora_backup/A

if /ora_backup still exist (or 2 links if it does not).

Re: RMAN Restore from different path [message #618071 is a reply to message #617106] Mon, 07 July 2014 08:54 Go to previous message
manjari1234
Messages: 3
Registered: June 2014
Location: India
Junior Member
Thanks John, Thanks Michel. I have successfully restored my DB.
I was thinking so complex but missed this simple solution.
Thanks a lot for your help and support.
Previous Topic: RMAN duplicate
Next Topic: Restore table data till specified date
Goto Forum:
  


Current Time: Thu Apr 18 17:36:27 CDT 2024