DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Error while duplicating a database

  1. #1
    Join Date
    Jun 2002
    Posts
    13

    Error while duplicating a database

    Hi,

    i want to duplicate a database using RMAN.
    I connect to RMAN with target,catalog & auxiliary databases.
    I used db_file_name_convert in auxiliary's init.ora.

    when i issued
    run
    {
    allocate auxiliazry channel ax1 type disk ;
    duplicate target database to dup ; -- dup is duplicate instance
    logfile
    group 1 ('e:\ananth\rmcl\redo01.f') size 100k,
    group 2 ('e:\ananth\rmcl\redo02.f') size 100k;
    }


    i'm getting a message like
    'no backup or datafile cop found ' .

    so that i took a complete backup & tried.but the same error message continus.


    How can i resolve this..

    with thanks in advance
    Ananth K.T

  2. #2
    Join Date
    Sep 2003
    Location
    Bangalore
    Posts
    36

    Try

    Hi,
    Try resyncing the catalog after the backup.
    RMAN>resync catalog;

    Thanks

  3. #3
    Join Date
    Apr 2003
    Posts
    25
    just to confirm...

    You must copy your backupset to auxiliary host with same file structure:

    e.g

    scp a.file oracle@aux:/rman/backupset


    Target Host: /rman/backupset/


    Aux Host: /rman/backupset/


    Hope it would help

    regards,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width