Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

2175

April 21st, 2015 04:00

Restoring from RMAN Backup

Hi all,

I am trying to do restoration from RMAN backup to other host.

Followed steps:

1. Networker client & NMDA installed in destination. Same version as like Source.

2. Linked libobk.so with Oracle home directory & registered nsrorara

3. Ran test backup for destination machine to check connectivity.


Everything was fine. But while restoring RMAN backup, getting below error.


Is this related to Networker or Oracle. I am confused. Please comment on this.

Thanks,

Samuel Thomas

87 Posts

April 21st, 2015 09:00

Hi Samuel,

you must create the link from the library to the NMDA module.

su - oracle_user

cd $ORACLE_HOME/lib

ln -s /usr/lib/libnsrora.so libobk.so.

after running a test for validity.

sbttest pl

Regards,

97 Posts

April 21st, 2015 10:00

Are the same devices presented to the recovery server? Tape or ddboost?

The recovery server needs to  "see"the same devices that the original server to be able to access the medias were the data is located.

2 Intern

 • 

14.3K Posts

April 21st, 2015 12:00

As Elvin said, you forgot to link lib.

2 Intern

 • 

136 Posts

April 22nd, 2015 10:00

Thanks Hrvoje. I forget to link.

2 Intern

 • 

136 Posts

April 22nd, 2015 10:00

Thanks Alvaro. I cross checked the device, it was assigned properly... As Elvin & Hrvoje, I forget to link lib file. Now I can do restore.

2 Intern

 • 

136 Posts

April 22nd, 2015 10:00

Thanks Elvin. Your correct i missed to link

No Events found!

Top