catalog start with rman hangs
When I am trying to restore the full database to target new host, I have used to catalog the backup piece but It took more time but not complete
RMAN> catalog start with ‘/u02/backup/backup/’;
Starting implicit crosscheck backup at 26-FEB-16
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=6 device type=DISK
Crosschecked 27 objects
Finished implicit crosscheck backup at 26-FEB-16
Starting implicit crosscheck copy at 26-FEB-16
using channel ORA_DISK_1
Solution :
Disable the recovery file destination, and then tried to catalog the backuppiece, Its okay now.
SQL> alter system set db_recovery_file_dest=” scope=both;
2 Comments
Post a comment
Thank you for this valuable info
this very interesting. I was struggling with same scenario. I kept thinking that location of directory is the issue and almost gave up. Then I found your note. and it sure worked. What could be the reason though?