If you are performing directed recovery , make sure that the communications between the two clients is perfect , also check the hosts file on both clients, to make sure that there is entries for each client's hosts file to the other client.
Otherwise if you are recovering to the same machine, I believe the issue will be in the restore script as mentioned by William Mason in the previous post.
Actually in backend, few RMAN backup sessions was running from stopped backup which makes controlfile inconsistent therefore controlfile is referring to some other database files which dosen't belong to latest full backup. I put all incomplete saveset in 'recyclable' mode and started fresh database full backup. I believe this time we should complete restoration. I will let you the result. Thanks for your valuable reply.
SabarnaDeb
2 Intern
•
139 Posts
28112
0
Posted April 10th, 2012 07:00
Last time also restore database failed. Then we did crosscheck backup; post restoration of control file
Sample script:
RUN {
ALLOCATE CHANNEL CH1 TYPE 'SBT_TAPE';
SEND 'NSR_ENV=(NSR_SERVER=Backup server,NSR_CLIENT=client)';
Crosscheck backup;
RELEASE CHANNEL CH1; }
Restore and recover database completed successfully.