DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: possible to clone a database with cold backup across diff unix platform ?

  1. #11
    Join Date
    Jul 2001
    Location
    Singapore(Asia)-WebCentre business company
    Posts
    456
    hmm...instead of us OS pipe(as in NFS??) wouldn't it be better to us exp via oracle network ??

  2. #12
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Why all these hassels? do the following and it will all be easier.

    Use RMAN.

    1. Make sure that the Target DB uses the remote_login_password_file=exclusive and there is a passwordfile for it.

    2. Create a user account with the SYSDBA & SYSOPER roles

    3. Take an RMAN cold backup on the target database.
    (Remember to specify the backup directory in the format)

    4. Copy all those backups to the HP system, under the same directory location, where it was backed up

    5. Copy the controlfile, change the DBname, and other parameters

    6. Connect to target and auxillary through rman

    7. Issue the database duplication command. (This will change the DBID for the new database)

    8. You are done.


    This would be a clean approach.

    Thanx,
    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  3. #13
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Originally posted by sambavan
    Why all these hassels? do the following and it will all be easier.

    Use RMAN.

    1. Make sure that the Target DB uses the remote_login_password_file=exclusive and there is a passwordfile for it.

    2. Create a user account with the SYSDBA & SYSOPER roles

    3. Take an RMAN cold backup on the target database.
    (Remember to specify the backup directory in the format)

    4. Copy all those backups to the HP system, under the same directory location, where it was backed up

    5. Copy the controlfile, change the DBname, and other parameters

    6. Connect to target and auxillary through rman

    7. Issue the database duplication command. (This will change the DBID for the new database)

    8. You are done.


    This would be a clean approach.

    Thanx,
    Sam
    I agree with you Sam. However, not everyone uses rman. It is good for mainting test databases, which is what I used it for. We had a couple of shell scripts one to backup, one to restore, one to create a stand by database and one to clone a database.

  4. #14
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Originally posted by sambavan
    Why all these hassels? do the following and it will all be easier.

    Use RMAN.
    We're talking across platforms here. Rman (up to 9.2 anyway) won't work cross platforms.
    Jeff Hunter

  5. #15
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Originally posted by marist89
    We're talking across platforms here. Rman (up to 9.2 anyway) won't work cross platforms.
    Whoops. Leave it to a Super-Genius to point out the obvious.

  6. #16
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Hi all,

    I have split the thread, so that the topics does not interfear with the original post.

    Ref http://www.dbasupport.com/forums/sho...threadid=44011

    Thanx,
    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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