Best Method To Upgrade Database From 8.0.5.2.6 to 9.2.0.5

I have the following:
Oracle 8 (8.0.5.2.6) Database running on a machine with Windows NT
And I want to accomplish the following:
Upgrade database to Oracle 9i (9.2.0.5) on a new machine running Windows Server 2003.
I am looking for advice on the best method to accomplish this considering that I am changing three variables: 1)the database version, 2)the operating system, and 3)the physical location of the database.
Thanks in advance for any advice anyone can provide.
Jason

It depends upon how you want to do the export and import. Whether a full database export or just the schema containing the data, etc. based on that you will have to create the 10g database and perform the import. Below are some relevant documents:
Oracle® Database Upgrade Guide
http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14238/toc.htm
Oracle® Database Upgrade Guide - Export/Import
http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14238/preup.htm#sthref67

Similar Messages

  • Facing Parse Errors after upgrading database from 10g to 11g

    Hi,
    We are facing parse errors in the SQL's after upgrading database from 10g to 11g.
    Kindly look into below parse errors.
    ********************************** Parse Error *****************************************************
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Tue Aug 13 14:13:10 2013
    kksfbc 16173533: parse err=942 hd=3c387c4028 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    Select feature from toad.toad_restrictions where user_name=USER or user_name in ( select ROLE from sys.session_roles)
    kksfbc 16173533: parse err=942 hd=3c97d83648 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT password
    FROM SYS.USER$
    WHERE  0=1
    kksfbc 16173533: parse err=6550 hd=35185e4278 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        30  anonymous block
    319e277050        57  anonymous block
    PARSE ERROR: ospid=29813, error=6550 for statement:
    BEGIN sys.dbms_profiler."146775420110782746251362632012"; END;
    kksfbc 16173533: parse err=942 hd=3c142d8600 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        67  anonymous block
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT 1 FROM plsql_profiler_data WHERE 0 = 1
    Please help.
    Regards
    Suresh

    Hi Suresh,
    Apologies for misunderstanding..
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Assuming you see the above error message in the alert log file, which was your original post, follow the below steps:
    1 Get the 'ospid' value from the error
    2. Issue the below command:
    SQL> select request_id,ORACLE_PROCESS_ID
      2 from fnd_concurrent_requests
      3 where request_id = 15598;
    3. After obtaining the request_id
    4, Query it from the front-end using SYSADMIN responsibility
    Hopefully this should get you the respective concurrent report/program.
    Thanks &
    Best Regards,

  • Upgrade Database from 10.2.0.5.0 to 11.2.0.3.0 in Silent Mode

    Hello there,
    Previously, I had posted a thread on how to upgrade database from 10.2.0.5.0 to 11.2.0.3.0 through the wizards provided (GUI-based) and had successfully upgraded the database. Now, I am attempting to upgrade the database from 10.2.0.5.0 to 11.2.0.3.0 once more but this time, in silent mode (console-based). Unfortunately, I am lack of knowledge regarding the installation of the software and upgrading the database in silent mode.
    I managed to figure out this much so far:
    1 . Traverse through the installation directory to the directory shown below:
           11.2.0.3 > Extracted > database > response
    2 . Fill up the blanks of db_install.rsp file:
           oracle.install.option=INSTALL_DB_SWONLY
           SELECTED_LANGUAGES=en
           ORACLE_HOME=C:\Oracle\11g\DBSwLoc
           ORACLE_BASE=C:\Oracle\11g
           oracle.install.db.InstallEdition=EE
           oracle.install.db.EEOptionsSelection=false
           oracle.install.db.isRACOneInstall=false
           oracle.install.db.config.starterdb.memoryOption=true
           oracle.install.db.config.starterdb.installExampleSchemas=false
           oracle.install.db.config.starterdb.enableSecuritySettings=true
           oracle.install.db.config.starterdb.control=DB_CONTROL
           oracle.install.db.config.starterdb.automatedBackup.enable=false
           oracle.installer.autoupdates.option=SKIP_UPDATES
    3 . Save new db_install.rsp file to a new location (shorter path name without spacing will be best recommended)
    4 . Traverse through the installation directory to where the setup file is located.
    5 . Execute the following command:
           setup.exe -silent -waitforcompletion -responseFile C:\db_install_updated.rspThe result I received is as shown below:
    Starting Oracle Universal Installer...
    Preparing to launch Oracle Universal Installer from C:\Users\...\Temp\OraInstall2012-12-13_03-16-43PM.  Please wait ... [WARNING] - My Oracle Support Username/Email Address Not Specified
    [SEVERE] - Provide the My Oracle Support password.
    Please press Enter to exit...
    Previously in the db_install_updated.rsp response file, I had set autoupdate option to SKIP_UPDATES but why does it still prompt me for the Oracle Support account?
    Edited by: Maxwell T on Dec 13, 2012 4:05 PM

    After running the command below to upgrade the current database (Oracle 10.2.0.5.0):
    dbua -silent -sid DB01 -oracleHome C:\Oracle\10g\DBSwLoc -oracleBase C:\Oracle\10g -diagnosticDest C:\Oracle\11g -sysDBAUserName sys -sysDBAPassword password -autoextendFiles -upgradeTimezone -commonFileLocation C:\Oracle\11g\DBSwLoc\oradata\database -recompile_invalid_objects true -degree_of_parallelism 7 -dbsnmpPassword DefaultPassword1 -sysmanPassword DefaultPassword1 This is the result:
    Oracle recommends gathering dictionary statistics prior to upgrading the database.  Refer to the Upgrade Guide for Performing Pre Upgrade
    UPGRADE_PROGRESS : 0%
    UPGRADE_PROGRESS : 4%
    Upgrading Oracle Server
    UPGRADE_PROGRESS : 5%
    UPGRADE_PROGRESS : 6%
    UPGRADE_PROGRESS : 7%
    UPGRADE_PROGRESS : 8%
    UPGRADE_PROGRESS : 9%
    UPGRADE_PROGRESS : 10%
    UPGRADE_PROGRESS : 11%
    UPGRADE_PROGRESS : 12%
    UPGRADE_PROGRESS : 13%
    UPGRADE_PROGRESS : 14%
    UPGRADE_PROGRESS : 15%
    UPGRADE_PROGRESS : 16%
    UPGRADE_PROGRESS : 17%
    UPGRADE_PROGRESS : 18%
    UPGRADE_PROGRESS : 19%
    UPGRADE_PROGRESS : 20%
    UPGRADE_PROGRESS : 20%
    UPGRADE_PROGRESS : 21%
    UPGRADE_PROGRESS : 22%
    UPGRADE_PROGRESS : 23%
    UPGRADE_PROGRESS : 24%
    UPGRADE_PROGRESS : 25%
    UPGRADE_PROGRESS : 26%
    UPGRADE_PROGRESS : 27%
    UPGRADE_PROGRESS : 28%
    UPGRADE_PROGRESS : 29%
    UPGRADE_PROGRESS : 30%
    Collecting information from database
    UPGRADE_PROGRESS : 31%
    UPGRADE_PROGRESS : 32%
    UPGRADE_PROGRESS : 53%
    Modifying and starting Oracle instance
    UPGRADE_PROGRESS : 58%
    Copying database files
    UPGRADE_PROGRESS : 60%
    Switching database files
    UPGRADE_PROGRESS : 62%
    UPGRADE_PROGRESS : 63%
    ORA-01167: two files are the same file/group number or the same fileORA-00202: control file: 'C:\ORACLE\11G\FULLCLIENT\ORADATA\DATABASE\LV01\CTRLLV01.ORA'Any suggestions for this error?
    Thank you in advance.

  • Sometimes my computer takes too long to connect to new website. I am running a pretty powerful work program at same time, what is the best solution? Upgrading speed from cable network, is it a hard drive issue? do I need to "clean out" the computer?

    Many times my computer takes too long to connect to new website. I have wireless internet (time capsule) and I am running a pretty powerful real time financial work program at same time, what is the best solution? Upgrading speed from cable network? is it a hard drive issue? do I only need to "clean out" the computer? Or all of the above...not to computer saavy.  It is a Macbook Pro  osx 10.6.8 (late 2010).

    Almost certainly none of the above!  Try each of the following in this order:
    Select 'Reset Safari' from the Safari menu.
    Close down Safari;  move <home>/Library/Caches/com.apple.Safari/Cache.db to the trash; restart Safari.
    Change the DNS servers in your network settings to use the OpenDNS servers: 208.67.222.222 and 208.67.220.220
    Turn off DNS pre-fetching by entering the following command in Terminal and restarting Safari:
              defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false

  • Upgrade database from 10.0.2 to 11.2.0.2 .

    I want to upgrade database from 10.0.2 to 11.2.0.2 . Can i go for direct upgrade?
    Or i need to apply the patch bring the database to 10.2.0.2 and then upgrade to 11.2.0.2.
    Please suggest me on this ...

    Are you sure about that minor release number? Possibly 10.1? Release 10.2.0.2 is the minimum R2 version that can be upgraded directly to 11gR2, if its 10.1, that requires 10.1.0.5 or higher.
    The upgrade forum may offer better help, see Database Upgrade

  • Utlrp.sql takes very long (8 hours) while upgrade database from 9i to 10g

    1) Follow the note of 369693.1 ; and 362203.1 to upgrade database from 9.2.0.6 to 10.2.0.4 for e-business suite 11i (11.5.10.2)
    2) utlrp.sql takes very long (8 hours), even the job_queue_processes > 20.
    This is not acceptable for the upgrade in production environment which will take a long down time.
    Appreciate that any one can share tips on this, our database is about 400 GB, 4 CPU on production.

    in which our database has about 40,000 packages and 28,000 Virews. With this number of invalid objects, it is ok that utlrp.sql takes this time.
    using parallel worker of 4 for 2 CPUMake this 8 (4 * No. of CPUs).

  • What is the best Method to transport KMC from DEV to QA & PROD

    We are trying to figure out what is the best method to transport KMC from DEV to QA & PROD. Your help and feedback is greatly appreciated.
    David

    hi,
    Refer this thread.
    How to transport KM content and configration?
    Regards,
    Ganesh N

  • Upgrade database from 10.2 to 11.1

    Hello,
    we have oracle 10.2 running in AIX 5.3. we wanted to upgrade to 11.1 in the same machine. which option would be better for upgrade and rollback in case of any issues with 11.1.
    1) manual upgrade of oracle from 10.2 to 11.1 with upgrade script(installation script). With this option, what about the data? 10.2 data will be automatically convert/migrate to 11.1 ??
    2) In case of rollback from 11.1 to 10.2, what is the best process?? can it be done like step 1) where data will be automatically coverted to 10.2 when oracle is downgraded to 10.2 ? , OR data export(11.1)/import(10.2) needs to be done manually after downgrading database?
    Edited by: user2319345 on Jun 30, 2010 8:18 AM

    user2319345 wrote:
    If we have to rollback after few days of upgrade, what is the process?? (In this case, there will be somuch of data change in >11.2 compared to 10.2 data, so we should not restore the old(10.2) data with RMAN. )You are right: in this case you can only try to downgrade the database from 11.2 to 10.2.
    Please read http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/downgrade.htm#i1010243
    user2319345 wrote:
    If this data is replicated to some other applications as well , then it will be a huge problem if we restore old data)Yes but please note that this may also be a problem if you need to restore the database for another reason: See http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/recoscen.htm#BRADV232

  • Upgrade database from SBO 2007 PL 0 TO PL 35.

    Hello,
    I got a problem, when upgrading a database from SBO 2007 PL 0 TO PL 35.  The system says I can upgrade to the last release, and I can't do it.  I need help in how to do it, because I worked many things using PL 0 and I need to recuperate the information.
    Thanks.

    Hi Daniel,
    pl0 of 2007 has never been supported by SAP. It does not facilitate the IRU & should not be used in any environment, be it test or productive.
    I would recommend you go back to the latest backup of your database before you upgraded to 2007, upgrade it to the current patch & then the DTW to transfer all necessary data from your current database.
    All the best,
    Kerstin

  • Steps to upgrade database from 9i to 10g on 11.5.9

    Hi Guys,
    I hope you are all doing ok.
    please I need to upgrade my database from 9.2.0.6 to
    10G (version 10.2.0.2)
    platform is : 11.5.9
    OS: Solaris
    Please what are the steps to do this and is there a
    documentation or metalink note for this upgrade?
    Thanks in advance

    Follow the latest 10gR2/11i Interoperability Notes (362203.1)
    Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0)
    http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=362203.1
    10.2.0.3 is the latest certified release. On Solaris, there will be many new ORA-00600 errors if you do not apply the following 2 patches (5871314 & 5892355) from this note:
    ORA-600 [22635] and ORA-600 [KOKEIIX1] Reported While Upgrading Or Patching Databases To 10.2.0.3
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=412271.1

  • Upgrade database from 10.1.0.3.0 to 10.1.0.5.0 or 10.2.0.2.0

    Hi,
    I have been using a Oracle database server 10.1.0.3.0 installed quite a few years ago on Solaris 10 x86. Now an Oracle application server I am going to install requires a database that is 10.1.0.5.0 and higher, or 10.2.0.2.0 and higher. I haven't touched database server installation for so long and would like someone to give a quick guide as to:
    - Where to download the necessary software for the upgrade?
    - Will this be just an upgrade or a new installation? What are the main steps involved?
    - How much is the risk that the existing 10.1.0.3.0 be rendered unusable because of the upgrade attempt?
    I am asking these questions because I need to use the existing database from day to day and can not afford to lose it, and I haven't been doing database server installation for years, and picking it up again will take quite an amount of time. I only did new installations before and have never done upgrading.
    Many thanks for your help!
    Newman

    Hi, Srini,
    You are right. I found the patch by the patch number you provided. But I can not download. The download button is dimmed, which pretty obviously means that the license we have does not include extended support. The only choice left is the path you outlined in you first answet to my question. To me that is a major effort for which I do not have the time right away, but have to postpone until the application development project on hand is completed.
    The information you provided is precious and I will refer back to this page when I undertake the upgrade.
    Many thanks for showing me the way when i am fumbling.
    Regards,
    Newman

  • What's the best practice to upgrade 3GS from 3.1.2 to 4.2.1

    I was reading the thread which was very helpful:
    http://discussions.apple.com/thread.jspa?threadID=2665989
    But there is a slight difference here with my situation:
    -- I'm planning to upgrade from 3.1.2 to 4.2.1, yet in that thread the guy was trying to upgrade from 4.1
    And recently a friend told me he had an error 1013 during upgrade. Google also mentioned another error code, 1015, related to upgrading to 4.2.1
    1. Does anyone know what exactly caused Error 1013 and 1015?
    2. what is the best practice to upgrade from 3.1.2? Upgrading to 4.1 first and then upgrade from 4.1 to 4.2.1? Will that eliminate the occurring of these itunes errors?
    *(Yes, I know apple has officially terminated supporting upgrading an iphone firmware to anything below 4.3. But can we just discuss my questions hypothetically?)*
    Thanks people.

    paulcb wrote:
    Errors 1013 and 1015...
    http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=iphoneError+1013+and1015
    http://support.apple.com/kb/ts1275
    Thanks a lot, paulcb.

  • (DBUA) New upgraded database from 10.2.0.4 to 11.2.0.3 adconfig fails

    OS: OEL5x86
    DB :11.2.0.3
    Good Day,
    I am trying to create the environment for my new upgraded database but I am getting an error..
    /ora/oracle/proddb/11.2.0/appsutil/install/PROD_mobay/adcrobj.sh and /ora/oracle/proddb/11.2.0/appsutil/install/PROD_mobay/txkcreateACL.sh
    subsequently failed stating the same error ORA-12705: Cannot access NLS data files or invalid environment specified.
    ---extract from autoconfig log-------
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    /ora/oracle/proddb/11.2.0/appsutil/install/PROD_mobay/afdbprf.sh
    script returned:
    afdbprf.sh started at Thu Jan 23 12:14:45 EST 2014
    The environment settings are as follows ...
           ORACLE_HOME : /ora/oracle/proddb/11.2.0
            ORACLE_SID : PROD
                  PATH : /ora/oracle/proddb/11.2.0/perl/bin:/ora/oracle/proddb/11.2.0/bin:/ora/oracle/proddb/11.2.0/perl/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
          Library Path : /ora/oracle/proddb/11.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/ora/oracle/proddb/11.2.0/ctx/lib
    Executable : /ora/oracle/proddb/11.2.0/bin/sqlplus
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Jan 23 12:14:45 2014
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: ERROR:
    ORA-12705: Cannot access NLS data files or invalid environment specified
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    Any Suggestions?
    Regards,
    Shridath.

    Please see:
    AutoConfig is Failing with status 4 for a New Database with NLS Environment Error ORA-12705 (Doc ID 1612017.1)
    DatabaseTier Autoconfig Errors ORA-12705: Cannot Access NLS Data Files Or Invalid Environment Specified (Doc ID 548916.1)
    AutoConfig is Failing with status 4 for a New Database with NLS Environment Error ORA-12705 (Doc ID 1612017.1)
    Thanks,
    Hussein

  • Best method for copying database

    I am building a new production database and was mulling over the 'best' (read: easiest) way to move / copy the database onto the new production server. I have exports and full RMAN backups from the production database. TIA.

    Hi ,
    Use the full automated procedure procedure called 'Clone Database' via Enterprise Manager.
    Here is the overview of this tool:
    Clone Database uses RMAN to duplicate a database from:
    -- An open database in ARCHIVELOG mode, or
    -- An open database in NOARCHIVELOG mode (restart required), or
    -- A saved working directory from previous cloning
    Clone Database performs the following operations:
    -- Backup each database file and store it in a working directory
    -- Transfer each backup file from source to destination host
    -- Restore each backup file to existing destination Oracle Home
    -- Recover the cloned database with saved archived log files
    -- Open the cloned database with resetlogsRegards,
    Simon

  • ORA-01092 error while upgrading database from 9.2.0.6 to 10.2.0.1

    Hi ,
    Am getting ORA-01092 error while upgrading database to 10.2.0.1 from 9.2.0.6
    I executed the catupgrd.sql successfully and recompiled invaild objects.
    After that i tried to startup the database,but am getting the error:
    sql>startup
    oracle instance started
    database mounted
    ORA-01092 : Oracle instance terminated. Disconnection forced
    I checked alert log file.
    I am getting the following errors
    Errors in file /u01/......./udump/VIS_ora/7179.trc
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00607: internal error occurred while making change to a datablock
    ORA-00600: internal error code, arguments [4194],[70] ,[39] [ ] []
    Error 604 happened during database open . Shutting down database
    instance terminated by USER pid =7179
    ORA-01092 error Signaled during alter database open
    Is there any block corruption? could u please share the solution for these errors?

    Hi;
    You are hitting ORA-00600: error which mean you may need to work oracle support for your issue.Pelase check below note if its not help i suggest rise sr
    Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Regard
    Helios

Maybe you are looking for

  • Closing the report background engine

    hi friends, i have tried using add_parameter function with ORACLE_SHUTDOWN=YES BUT THE Engine doesn't close in fact it shows the first report as in prview and the another report which I am trying to run in forms as waiting. is there any particular se

  • Cannot create DataSource, Exception in Tomcat 4.1

    I am running into a major problem with Tomcat4.1 trying to access a Datasource. I referenced about 7 articles one of which has the subject "Cannot create JDBC driver of class '' for connect URL 'null', cause..." but he is using Tomcat 5. I even tried

  • Itunes Extra purchase wont synch to iphone

    Today I purchased Up via Apple TV. Movies great and appears in itunes on my MBP as an iTunes extra title. Problem is, it wont synch to my iPhone 3GS. Is this something I am doing wrong or do Apple mean to prevent me watching the movie I bought on my

  • Java for Mac OS 10.5 Update 9

    Cannot update Java for Mac OS 10.5 Update 9 - says source media is damaged irrespective whether from Sotware Updater or direct download any advice would be appreciated. thanks

  • How can i connect the printer without a usb?

    I have recently changed my internet provider and have tried to reinstall the printer software but it wont find the printer and says that i need a usb cable which i dont have. Can i connect the printer without one? Its a photosmart all-in-one c4380 pr