upgrade 8.1.5 to 9i

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roger

    upgrade 8.1.5 to 9i

    Hi
    I have a full exportfile xx.dmp from my 8.1.5 database and I want to upgrade
    to version 9i using Enterprice manager.
    How shall I do?
    I dont want to use the upgrade utility beacause I am doing a clean
    installation of 9i on a new computer.
    Regards
    Roger


  • Michael Willer

    #2
    Re: upgrade 8.1.5 to 9i

    Roger wrote:
    Hi
    I have a full exportfile xx.dmp from my 8.1.5 database and I want to upgrade
    to version 9i using Enterprice manager.
    How shall I do?
    I dont want to use the upgrade utility beacause I am doing a clean
    installation of 9i on a new computer.
    Regards
    Roger
    >
    >
    Not sure how to do this in Enterprise Manager. Sorry, but here's how I'd
    do it:

    Once Oracle 9i is installed.
    * start a command shell
    * goto the directory containing your xx.dmp file
    * start the import tool ($ORACLE_HOME/bin/imp)
    * import the schemas needed.


    Comment

    Working...