RMAN-05001 While Using RMAN Duplicate

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #1906
      Saurabh Sood
      Member

      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

Viewing 0 reply threads
  • You must be logged in to reply to this topic.