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

Thread: copy database

  1. #1
    Join Date
    Nov 2000
    Posts
    51
    Hi, is there anyone know the steps on how to copy a database on one server to another server?

    Thank you in advance!

  2. #2
    Join Date
    Mar 2000
    Location
    CA
    Posts
    317
    Take a cold backup or hotbackup from the server you want to copy from

    Install Oracle on the server you want the database to be copied to. Make sure both the versions are same.
    Take the text based controlfile.

    Then copy all the Logfiles, initOra file, DBF files and controlfile and ARCH logfile if in ARCH mode(Hotbackup).

    Do modifications to reflect the new Db name and path names of the new server.

    Then startup with the new modified controlfile.

    You should be OK.
    Thanks
    Kishore Kumar

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