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

Thread: Post-Install Database Migration

  1. #1
    Join Date
    Jul 2003
    Posts
    6

    Question Post-Install Database Migration

    Gentlemen,

    I'm trying to update Oracle to the latest version via the most recent patch for 64-bit Solaris machines.

    The process has gone smoothly up until the post-installation configuration.

    It says that to complete the installation, I should start up my database and the TNS listener service, and then run the 'startupmigrate' script from $ORACLE_HOME. However, I can't seem to find any 'startupmigrate' script from anywhere inside the main Oracle directory, and typing 'startupmigrate' in SQL*Plus doesn't seem to work either.

    Do any of you folks have advice that might be helpful? I don't have access to Oracle's MetaLink yet.

    Thanks a lot in advance!

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    where does it say that?

  3. #3
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    It should be
    Code:
           
           startup migrate
    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  4. #4
    Join Date
    Jul 2003
    Posts
    6
    Originally posted by sambavan
    It should be
    Code:
           
           startup migrate
    Sam
    Yeah, you're right. The instructions have an error and I didn't expect that they would, so I didn't try separating the two.

    Thanks a lot.

  5. #5
    Join Date
    Jan 2003
    Location
    Edmonton, Canada
    Posts
    16
    hi
    you have to log in as a sys user, and startup migrate is one of the startup method from oracle9.2.0.1 onwards.

    so don't look for the script.

    hope this helps
    nat
    Nat

  6. #6
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    slight correction, log in as sysdba

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