RMAN-05001 can occur while cloning if:
1. The target server have same directory structure as of the source i.e you have to use something like:
db_file_name_convert=(“/u01/app/oracle/1020/”,”/u01/app/oracle/1020/”)
and while issuing:
RMAN > duplicate target database to aux;
RMAN-05001: auxiliary filename /u01/app/1020/fact01.dbf conflicts with a file used by the target database
SOLUTION:
=========
Use “NOFILENAMECHECK” clause as:
RMAN > duplicate target database to aux NOFILENAMECHECK;
Cheers!!!
Saurabh Sood
Recent Comments