strange phenomenon of rman

While executing an RMAN script from catalog database, rman shows file system error and doesn't store backups to the file location specified in the script.

I used two separate machines for doing this rman exercise. One m/c is configured to run catalog database and the other one is my target database.

The file location specified in the backup script is in catalog db machine,  and the script is executed from catalog db. But, rman always looks for the same location on the target db machine.

Anyone has any clue about this ?

No comments:

Post a Comment

Kindly make your valuable and progressive comments here.
Junks will be deleted without notice :-)

 SPACE MANAGEMENT :: 1. Table space usuage: ============== SELECT tablespaces.tablespace_name,          allocated.total_alloc allocated_mb, ...