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

Thread: migrate from ons server to another

  1. #1
    Join Date
    Jul 2001
    Posts
    3

    And the environment it´s this:

    The actual server have this configutation:
    Solaris 2.6
    Oracle 8i (8.1.6)

    And the future server will have:
    Solaris 2.7
    Oracle 8i (8.1.6)

  2. #2
    Join Date
    Nov 2000
    Posts
    178
    What is your question then?

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Sure, you can do it.

    1. install oracle 8.1.6 on sol27 machine
    2. shutdown oracle db on sol26 machine
    3. rcp files from sol26 to sol27
    4. startup database on sol27
    Jeff Hunter

  4. #4
    Join Date
    Jul 2001
    Posts
    3

    and if change....


    Jeff...and if change...the version of my oracle to
    8.1.7 I still to make rcp...

  5. #5
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092

    Re: and if change....

    Originally posted by jgutierrez

    Jeff...and if change...the version of my oracle to
    8.1.7 I still to make rcp...
    That's a little different story.

    1. install oracle 8.1.6 on sol27 machine
    2. install oracle 8.1.7 on sol27 machine in different ORACLE_HOME (as long as this is a new install, patch to 8.1.7.1 or whatever is current)
    3. shutdown oracle db on sol26 machine (immediate or normal)
    4. rcp files from sol26 to sol27
    5. startup database on sol27 using 8.1.6 ORACLE_HOME
    6. shutdown database on sol27 using 8.1.6 ORACLE_HOME
    7. switch ORACLE_HOME to 8.1.7
    8. use odma to migrate/upgrade your database

    This provides a safe way to move & upgrade your database version. You could skip steps 5&6, but I like to start the database and shut it down just to make sure everything is OK.


    Jeff Hunter

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