Home » RDBMS Server » Backup & Recovery » RMAN restoration to a different location (RDBMS 9.2.0.5)
RMAN restoration to a different location [message #309163] Wed, 26 March 2008 12:56 Go to next message
kudur_kv
Messages: 75
Registered: February 2005
Member
Hi,

I am trying to restore the database with RMAN Backup on a different server.

Unfortunately, the path to which RMAN originally took the backup to - '/backup/oracle/rman/prod/' does not exist on the test server.

i have to put in on '/u01/oracle/rman/test/' which is the only file system with enough space to fit all the backup pieces.

How do I make RMAN recognize these backup pieces in the new path?

I know for a fact that all will be fine if the same path can be created on the test server as well.

Can you please help?

TIA.

KV
Re: RMAN restoration to a different location [message #309166 is a reply to message #309163] Wed, 26 March 2008 12:59 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
ln -s /u01/oracle/rman/test/ /backup/oracle/rman/prod/
Re: RMAN restoration to a different location [message #309168 is a reply to message #309166] Wed, 26 March 2008 13:07 Go to previous messageGo to next message
kudur_kv
Messages: 75
Registered: February 2005
Member
I am sorry.

I am not sure I understand.

How will creating a link make RMAN recognize the backup pieces in the test server? I dont have a mount point /backup on the test server.
Re: RMAN restoration to a different location [message #309169 is a reply to message #309163] Wed, 26 March 2008 13:11 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
mkdir -p /backup/oracle/rman
Re: RMAN restoration to a different location [message #309174 is a reply to message #309169] Wed, 26 March 2008 13:18 Go to previous messageGo to next message
kudur_kv
Messages: 75
Registered: February 2005
Member
Apologies again,

I can not create new mount points. The space restriction on the test server does not allow any new mount point creation.

If I could do that, I would have restored the backup pieces straight to the folder!

Thanks
KV
Re: RMAN restoration to a different location [message #309183 is a reply to message #309163] Wed, 26 March 2008 13:51 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>I can not create new mount points.
I never mentioned anything about "mount point".

What EXACTLY prevents you from issuing the 2 following commands?

mkdir -p /backup/oracle/rman
ln -s /u01/oracle/rman/test/ /backup/oracle/rman/prod/

& proceeding with the restore?

[Updated on: Wed, 26 March 2008 15:06] by Moderator

Report message to a moderator

Previous Topic: Datablock corruption on PA-RISC plataform
Next Topic: How to Recover redo01.log files
Goto Forum:
  


Current Time: Sat May 11 19:01:24 CDT 2024