Need to upgrade oracle 8 to 10g

Hi,
I want to upgrade my database from version 8 to version 10g.
My question is:
1) Can i upgrade from oracle 8 to 10g directly? OR need to upgrade to 9i before upgrading to 10g.
2) Is DBUA the right tool for the upgradation?
Hoping for a healthy response,
Thank You and Best Regards

Please read
Oracle Database Upgrade Path Reference List [ID 730365.1]
1. Yes you can directly upgrade...
2. DBUA is good but i would recommend you to go for manual upgrade because you will have more understanding what is happening :)
Upgrade Path
8.1.7.X.X TO 10.2.0.4.0
1. Install 10.2.0.1.0 software
2. Install the 10.2.0.4.0 patchset on top of the existing 10.2.0.1.0 ORACLE_HOME
Patchset number is : 6810189
Patch 6810189
The minimum version required to upgrade to 10.2.X.X.X is 8.1.7.4
Note 551141.1 : Database Server Upgrade/Downgrade Compatibility Matrix
If your oracle database is of a lower version than 8.1.7.4.0 , then Upgrade the database to 8.1.7.4.0 first.
3. Upgrade the database to 10.2.0.4.0
Note 419550.1 : Different Upgrade Methods For Upgrading Your Database
Note 316889.1 : Complete checklist for manual upgrades to 10gR2

Similar Messages

  • Upgrade oracle  9i to 10g in apps 11i

    I am trying to run dbua from 10g oracle_home. However it gives the following db to upgrade->FATST:/u02/fatstdb/10g:N (this is non-existent oracle home)
    But actually databse that i have to update is -->
    FATST:/u02/fatstdb/9.2.0:N
    We have the following entries in oratab file-->
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    *:/u02/fatstdb/9.2.0:N
    *:/u01/fatstora/iAS:N
    *:/u01/fatstora/8.0.6:N
    FATST:/u02/fatstdb/10g:N
    FATST:/u02/fatstdb/9.2.0:N
    Actually sometime back we tried to upgrade to 10g which failed and then i did clone it from prod. I installed 10g software,companion products,10.20.4 patch set on new oracle_home-/u05/fatstdb/10g
    I believe rest of inventory is clean as i always create a empty oraInventory directory before cloning.
    DBUA also gives message, that if you do not see database that you want, make sure that the entry with database name exists in file /var/opt/oracle/oratab file.
    I think i will have to edit the file oratab manually to remove the entry "FATST:/u02/fatstdb/10g:N" as the desired entry is already there. Is this okay?
    Also i manually copied init<sid>.ora from 9ihome/dbs to 10ghome/dbs modifying the required parameters. i want to know is this manual step required?
    Thanks

    I did that and restarted the DBUA. It went on smoothly but during the Post-install steps, the putty connection was lost and hence GUI also got lost. when i see the PostUpgrade.log
    It states this-->
    DOC> 1. Query returning the number of invalid objects remaining. This
    DOC> number should decrease with time.
    DOC> SELECT COUNT(*) FROM obj$ WHERE status IN (4, 5, 6);
    DOC>
    DOC> 2. Query returning the number of objects compiled so far. This number
    DOC> should increase with time.
    DOC> SELECT COUNT(*) FROM UTL_RECOMP_COMPILED;
    DOC>
    DOC> This script automatically chooses serial or parallel recompilation
    DOC> based on the number of CPUs available (parameter cpu_count) multiplied
    DOC> by the number of threads per CPU (parameter parallel_threads_per_cpu).
    DOC> On RAC, this number is added across all RAC nodes.
    DOC>
    DOC> UTL_RECOMP uses DBMS_SCHEDULER to create jobs for parallel
    DOC> recompilation. Jobs are created without instance affinity so that they
    DOC> can migrate across RAC nodes. Use the following queries to verify
    DOC> whether UTL_RECOMP jobs are being created and run correctly:
    DOC>
    DOC> 1. Query showing jobs created by UTL_RECOMP
    DOC> SELECT job_name FROM dba_scheduler_jobs
    DOC> WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    When i checked the number of invalids they have increased to 173 ..originally they were 73. That is fine , i can recompile them manually.
    SELECT COMP_NAME, VERSION, STATUS FROM
    DBA_REGISTRY
    COMP_NAME VERSION STATUS
    Oracle Database Cata 10.2.0.4.0 VALID
    log Views
    Oracle Database Pack 10.2.0.4.0 VALID
    ages and Types
    Oracle Real Applicat 10.2.0.4.0 INVALID
    ion Clusters
    JServer JAVA Virtual 10.2.0.4.0 VALID
    Machine
    COMP_NAME VERSION STATUS
    Oracle XDK 10.2.0.4.0 VALID
    Oracle Database Java 10.2.0.4.0 VALID
    Packages
    Oracle interMedia 10.2.0.4.0 VALID
    Spatial 10.2.0.4.0 VALID
    Oracle Text 10.2.0.4.0 VALID
    OLAP Analytic Worksp 10.2.0.4.0 VALID
    ace
    COMP_NAME VERSION STATUS
    Oracle OLAP API 10.2.0.4.0 VALID
    OLAP Catalog 10.2.0.4.0 VALID
    Oracle Data Mining 10.2.0.4.0 VALID
    Oracle XML Database 10.2.0.4.0 VALID
    Oracle Enterprise Ma 10.2.0.4.0 VALID
    nager
    15 rows selected.
    I also managed to shutdown and startup the 10g db successfully.
    I checked the database upgrade step and in that it is mentioned that utlrp.sql is the last step in manual database upgrade step .I want to know is there any other post upgrade step that needs to be done or can i just continue the steps from Doc ID:      362203.1 Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0)

  • Upgrade Oracle Developer Suite 10g (9.0.4) to Release 2 (10.1.2) !

    Hi,
    I'm having some difficulty on upgrade from Oracle Developer Suite 10g (9.0.4) to Release 2 (10.1.2). My application stop to run after upgrade.
    Windows registry names change again, some forms services configuration files too, i'm getting crazy.
    /forms90 doesnt exist anymore, F90...., etc.....
    now names became 'frm' ou 'forms'
    I have to change many customization values and paths inside config files.
    Is there a good receipt for doing the pos-installation tasks for an upgrade ?
    Regards
    Nelson

    And how to set RHEL 3 to allow install Oracle
    Developer Suite 10g (9.0.4.0.0)?Main documentation link:
    http://www.oracle.com/technology/documentation/index.html
    Under Development Tools, click Oracle Developer Suite Release 10g (9.0.4), then View Library (Documentation Library for Windows, Linux, Solaris, and HP-UX). The Tab Getting Started has Install guides.

  • What is the best option to upgrade oracle 9i to 10g with standby?

    I have a production DB with standby on 9.2.0.6. We plan to upgrade it to 10.2.0.4. The database is about 500GB. The network between primary and DR is limited at 10m bit/second. Primary is at Atlanta and DR is at Virginia.
    The choices are, I think, that I can do an upgrade at primary and send the db copy to DR to build the standby db (this may take a whole day at least). Or I can upgrade primary to 10g. At same time bring the standby to normal database to upgrade to 10g and then bring it back to DR mode (can I do this technically?).
    What is the best in term of minimum down time? Or do we have any other choices? Thanks.

    Hi
    Thanks a lot for prompt reply! My understanding is that you recommend option1:
    Option1 (in my understanding way):
    0. Stop both application and standby database
    1. upgrade primary to 10g
    2. Re-start application to point primary on 10g
    3. Take a backup (eiterh rman or manual hot) - this could take while 3-4 hours
    4. Send backup to standby site - this will be while 6-8 hours
    5. Create a standby control file from primary to send over to standby
    6. Create and start standby DB and let it apply all logs generated during the priod of step 2,3,4,5. (this could be while as the database is very active)
    I thought possible option2:
    Option2:
    0. Stop application, primary, and stadby databases.
    1. Upgrade primary to 10g. At same time, activate the standby to normal db and upgrade it to 10g. At end of the step, hopefull, both primary and standby is still in sync.
    2. Re-start the application to point primary on 10g
    2. Create a standby control file from primary to send over to standby
    3. Create and start stadnby DB and let it apply all logs generated during the period of step 2.
    It looks that option2 will be taking shorter time overall as no duplication needed. Would that be possible technically and practically?
    Thanks for any advice!

  • Upgrade oracle 9i into 10g

    In my company we are using Oracle 9i and forms5.0 and Report 5.0.
    Now, We are upgrade the database from Oracle 9i to oracle 10g.
    In this case, Is there any proble will occure when connecting the Oracle 10g database from Forms5.0 and Report 5.0?

    Forms/Reports 10g R1 and R2 and supported with database 10g R2.
    And for Oracle Applications a limited support for E-Business Suite users on Forms 6i R2 Patch 18 which is only available through metalink.
    Tony

  • Need help regarding upgrading Oracle 10g Forms to Oracle 11g Fusion Middlew

    Hi All,
    I am trying to create a workshop on a VM for showing the migration / upgrading of Oracle Forms 10g to Oracle 11g FMW using the Upgrade Assistant tool available in <ORACLE_HOME>/bin/ua.bat.
    As per my understanding of pre-requisites:
    1)     I need to install Oracle SOA Suite 10g on my VM.
    2)     I also need to install Oracle SOA Suite 11g on my VM.
    3)     I need to install Oracle Forms/Reports Services 10g on my Oracle SOA Suite 10g installation.
    4)     I need to run Oracle Forms/reports installer on my Oracle SOA Suite 11g installation.
    5)     I need to run upgrade assistant tool on my VM to upgrade my form from source(Oracle SOA Suite 10g) to destination(Oracle SOA Suite 11g). Is it mandatory for this migration that I should have Oracle SOA Suite 10g and Oracle SOA Suite 11g on the same system ?
    Having all these software installed on one VM would be difficult. So just wanted to check can I avoid any software to install on VM ?
    If there is any alternative suggestion then please let me know.
    Regards,

    What do you want to do with the SOA-suite? At least for Froms10G is is not necessary.

  • Need for Upgrade as Opposed to New Installation

    What is the need to upgrade from 9i to 10g or 10g to 11g or 9i to 11g? If your database is relatively small, can an Oracle Export, uninstall database and install upgraded version desired be performed in place of an upgrade? What are the issues involved? Is deprecated functionality the only issue?

    Hi SacCityLocal,
    export/import works fine for smaller database as long as you have enough downtime. But please make sure to run the full database export as user SYSTEM (not SYS). The disadvantage of exp/imp is the time it'll take, additional storage for the dump file, you'll have to build up an empty database ideally with the correct locations for tablespaces/datafiles etc. - this all takes time and involves a lot of manial steps.
    So I'd always prefer upgrading with the DBUA. This will do everything for you, customize your init.ora etc. And it should take less downtime and is less error-prone than export/import - so it's much easier.
    You can go directly with the DBUA from 9i to 10gR2 or 11g - just as you want. There are no steps in between necessary. For exp/imp the same applies.
    Please make sure to install the latest patch set to your new Oracle home before you start the upgrade with DBUA or exp/imp.
    Kind regards
    Mike

  • Oracle Application Server 10g Release 3 (10.1.3) to 10.1.3.5.0

    Hello,
    I'm trying upgrade Oracle Application Server 10g Release 3 (10.1.3) to 10.1.3.5.0. Let me give a background first:
    I tried to install Oracle AS 10.1.3 but it ran into error because windows firewall was blocking javaw.exe opmn.exe. I had cancelled the installation. So ORACLE_AS1 failed initiatlly. After i identified the issue i installed ORACLE_AS2. This went through successfully without issues. I'm able to login to BPEL Console. But only after executing opmnctl startall in DOS Prompt. I have installed Windows 7.
    Now when I try to upgrade to 10.1.3.5.0 the installer automatically selects destination location ORACLEAS1. I change it ORACLEAS2 where (10.1.3) is installed. After clicking on a next i get and issue as shown in the below link:
    [http://www.mypicx.com/09172010/issue/]
    Can anyone please help me resolve this issue?

    Hi,
    When i am trying to install OAS 10g R3 on windows7. I am getting the error as:- Not supported OS press enter to exit the setup.
    Please help me is there any other way to install.
    Thanks in advance.

  • Oracle Personal Edition 10G

    Hi,
    I need to download Oracle Personal Edition 10g (for Windows 20030). Where can I find it? I've searched OTN and Edelivery but couldn't find it.
    regards,
    Ivan

    user2522172 wrote:
    Hi,
    I need to download Oracle Personal Edition 10g (for Windows 20030). Where can I find it? I've searched OTN and Edelivery but couldn't find it.PE, SE and EE are all on the same download. The difference is provided when you install. This is discussed in the Datrabase Install manual for WIndows in chapter 1
    at http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/intro.htm#sthref51

  • Oracle Application Server 10g Portal

    For Oracle Application Server 10g Portal do i need to install Oracle Application Server 10g Infrastructure If yes then how in windows because in this website only the discussed about Linux ... So please provide me link if in windows we need to install so i will download Oracle Application Server 10g Infrastructure ...
    Thanks In Advance

    Obviously you found http://download.oracle.com/docs/cd/B14099_19/win.1012/quickinstall.1012/quickinstall/toc.htm while looking around for documentation?

  • Oracle Application Server 10g Portal Installation

    For Oracle Application Server 10g Portal do i need to install Oracle Application Server 10g Infrastructure If yes then how in windows because in this website only the discussed about Linux ... So please provide me link if in windows we need to install so i will download Oracle Application Server 10g Infrastructure ...
    Thanks In Advance

    Yes. Infrastructure provides the database to hold the portal metadata, the database and the app server services to manage single sign-on and security for portal, and the portal app server metadata repository (a different thing than the first)
    To install App Server Infrastructure, follow the same steps as for a Linux installation. Just use Windows-style path names as compared to Linux style path names.
    Make sure the portal is installed into a different home from the infrastructure.

  • Upgrade Oracle 9iAS Discoverer Plus & Viewer

    I need to upgrade Oracle Discoverer Administrator & Desktop edition to release 4.1.45.08.00.
    This release also upgrades the EUL version. I connect to the EUL throught the Oracle 9iAS release 1.0.2.2.1.
    I need to know what patch I must apply to the Discoverer Plus & Viewer.
    Thanks a lot and sorry about my english.

    Hi,
    Check that the ICX system profiles are set correctly for your Discoverer configuration. In particular the ICX: Discoverer Launcher and ICX: Discoverer Viewer Launcher system profiles.
    When IE displays an error is the URL displayed in the browser a correct Disco URL?
    Rod West

  • Upgrade Oracle client from 10.2.0.1 to 10.2.0.4

    Hello Folks,
    I need to upgrade oracle client software from 10.2.0.1 to 10.2.0.4 on Windows.
    1) do I need to apply just 10.2.0.4 patch or do I have to apply 10.2.0.2 and 10.2.0.3 as well?
    2) also do we get the separate software for upgrading client versions.
    I am trying to check under Patches tab in metalink and unable to get any output.
    thanks!

    Hi,
    1) do I need to apply just 10.2.0.4 patch or do I have to apply 10.2.0.2 and 10.2.0.3 as well?U can directly apply patchset 10.2.0.4 on client 10.2.0.1.
    The patch number for patchset 10.2.0.4 is *6810189*
    Regards,
    X A H E E R ....

  • Steps to install Oracle grid control 10g on windows

    dears ,
    kindly I need to install oracle grid control 10g release 5 on windows
    so please if any one have a detailed step-by-step document for that post it to me ASAP
    Regards.

    Hi;
    Please check below link
    Oracle® Enterprise Manager Grid Control Installation and Configuration Guide 10g Release 5 (10.2.0.5.0)
    http://download.oracle.com/docs/cd/B16240_01/doc/install.102/e10953/installing_em.htm
    http://kamranagayev.wordpress.com/2011/01/31/video-tutorial-installing-oracle-10 gr2-grid-control-and-deploying-agent/
    Regard
    Helios

  • Needs to upgrade from Oracle 8i DBA to oracle 10g DBA

    I need help from oracle guru's if they advice me on how to take up the upgradation exam from 8i to 10g. Actually, since last 4 years i am working as Oracle ERP Techno Functional Specialist for impementation on Project Contracts 11i. I would be greatful if anyone can suggest some of the best institutes in Hyderabad, india for training on Oracle 10g DBA?
    Thans in advance
    Arizuddin
    [email protected]
    Mobile: +966502297583

    Oracle Database 10g: New Features for Oracle8i DBAs (Database)
    http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?dc=D17389GC10&p_org_id=28&lang=US&source_call=

Maybe you are looking for

  • How to data from selected row of a TABLE

    Hi , I have a table displaying some PO order details. In the last column , I have a field with element Link to Action . My requirement is , that when I click on the link to action column of specific row , I want to get the data present( specifically

  • E-print does not print attached documents. Only prints text in mail if no attachments

    Hi, When emailing a document to my Hp photosmart 110 it will only print the job if I type in the mail and send it. If a document is attached (word, pdf etc) then nothing is printed, though I get the a mail in return "job received" and not later on a

  • .wav file attachments in email no longer play

    Up until yesterday, on my iPad mini, if I got a voice message .wav file as an attachment in my email, I could open it right from the message and listen to it. Now when I try to do so, the screen to play the message shows up for a second, then jumps b

  • My iPhone will not restore or update in iTunes.

    I have tried everything to restore my iPhone and update it but it still will not work, I get the same error "the iphone could not be restored. the device isn't eligible for the requested build." I have tried this with 2 seperate iPhone 4's and the I

  • FR configurations Fails

    Hi ALL, We have a problem in configuring FR. I have attached the config.log at the end The following is the architecture: Hyperion Version : 9.2.1 DBTIER: Node A: Unix ( No Essbase) MTTIER: Node B: Windows -HFM Mid Tier - Microsoft IIS Web Server Nod