tags:

views:

77

answers:

1

I am trying to clone a database from one machine to another using the DUPLICATE command in RMAN. For both machines the OS is Windows 2003 and the database software is 10.2.0.3. The problem is that my clone only has a C:\ drive and my hosts backups are kept on the L:\ drive. Is there a way to tell RMAN that the backups it should use for the clone are in a different location?

A: 

RMAN can CATALOG the backup pieces in their new location on the new server. This will allow the duplicate to find them. I found this solution at dba-oracle.com

Leigh Riffel