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

Thread: Create a new database using RMAN backup

  1. #1
    Join Date
    Nov 2000
    Posts
    35

    Create a new database using RMAN backup

    Hi,
    I want to create a new databse using the backup done with RMAN tool. Is is possible ?

    For example I have a Database "sourceDB" and i have taken full database backup 2 days ago with RMAN . And now i want to create a new databse "NewDB" with the backup existing . Is it possible ? If yes how can we go about !

    Any help would be appreciated.

    Thanks

  2. #2
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    yes it is possible
    investigate 'duplicate database' from the rman guide
    http://tahiti.oracle.com

    steve
    I'm stmontgo and I approve of this message

  3. #3
    Join Date
    Nov 2000
    Posts
    35
    But, I guess we cannot create a new database with the existing backup . duplicate command creates new database with the online database and requires the source DB down all along.
    I am right ?

  4. #4
    Join Date
    Sep 2001
    Location
    Düsseldorf, Germany.
    Posts
    588
    Originally posted by ganjisb
    But, I guess we cannot create a new database with the existing backup . duplicate command creates new database with the online database and requires the source DB down all along.
    I am right ?
    You can create duplicate database from the backup. RMAN DUPLICATE command to create a duplicate database from target database backups while still retaining the original target database

    refer to
    http://download-west.oracle.com/docs...pdb.htm#442479

    Sameer

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