Database Administration

AskDBA.org Forum » Database Administration

RMAN-05001 While Using RMAN Duplicate (1 post)

About This Topic

Tags

  1. Saurabh Sood

    admin
    Joined: Jun '08
    Posts: 46

    offline

    Posted 2 years ago
    #

    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

    Saurabh Sood
    Senior Consultant:DBA Services

Reply

You must log in to post.

AskDBA.org Forum » Database Administration
251 posts in 104 topics over 45 months by 63 of 110 members. Latest: xiaoling, Williams29, Agatha