This post is more than 5 years old
2 Intern
•
136 Posts
0
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
No Events found!
elvinperez
87 Posts
1
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,
AlvaroG
97 Posts
1
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.
ble1
2 Intern
•
14.3K Posts
1
April 21st, 2015 12:00
As Elvin said, you forgot to link lib.
tsamuel0905
2 Intern
•
136 Posts
0
April 22nd, 2015 10:00
Thanks Hrvoje. I forget to link.
tsamuel0905
2 Intern
•
136 Posts
0
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.
tsamuel0905
2 Intern
•
136 Posts
0
April 22nd, 2015 10:00
Thanks Elvin. Your correct i missed to link