Upgrading Oracle 7.3 to 10g

Hello All,
We are planning to upgrade Oracle 7.3 to 10 g.
Is any one know what is hardware requirements for 10g on Sun Solaris or other UNIX System?
What we have Currently is as follows:
Operating System, SUN Solaris 5.5.1
For Production:
SUN Microsystems E450
2 X UltraSPARC-II 400MHz
1GB RAM
12 X 4.2GB hard-drives
Stagging
SUN Microsystems ULTRA2
UltraSPARC 200MHz
128MB RAM
3 X 9.0GB hard-drives
any feed back will be appreciated.
D

The referenced document refers to two methods of accomplishing the upgrade. One is to use the upgrade utility and the other is to manually execute the upgrade scripts. There is, however, a third way that is much easier and that gives you immediate access to all of the new features of the 10g database.
Both of the methods described in the document, which you should read no matter what you do, perform all of the upgrade changes to the existing database. This is why you cannot go directly from 7.3.4 to 10g. The scripts that are behind the process just will not run successfully in a 7.3.4 database. As a result, you would have to upgrade to 8.0.6 and then to 10g. This is the "supported" path, but you do not have to follow this path to achieve a successful upgrade.
The third upgrade scenario is to create a new 10g database using scripts that you have written that utilize all of the various new features that you would like to use such as locally managed tablespaces and undo management. Once this has been created and tuned up a bit, you would perform an export/import to get your application's code and data from the old database to the new.
In our enterprise, we have over 450 databases, and we just could not afford to take the time to follow the "supported" path. It would have taken too long, and we had only a few days to convert 272 of these with more time for the rest. As a result, we built our own create scripts for the new databases, ran those in advance of our worldwide deployment date, and then we used the export and import tools to move our application code and data. This was a lot easier than the "official" method, and it works.
The advantage to this approach is that it is straightforward and does not involve Oracle's upgrade tools which many have had problems using. The disadvantage is that you really have to know what you are doing. If you are not an experienced DBA, you may not have the wherewithal to successfully execute this method.
Kind regards,
Russ Cannon

Similar Messages

  • Upgrading Oracle Apps Server from 10g (10.1.3.0) to 10.1.3.5

    Have the following question.
    First time upgrading Oracle Apps Server. So not that familiar in this area.
    1. Step 6.1.2 in Oracle Application Server Patch Set Notes it says <p>
    If you are applying 10g Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0) to a 10g Release 3 (10.1.3.0.0) Oracle home and your system uses Enterprise Javabeans 3.0 applications, then you must undeploy your applications before applying the patch </p>
    When I try to start Application Server Control I get the following error, please advice <p>
    ./apps/tech_st/10.1.2/bin/emctl start iasconsole
    ./apps/tech_st/10.1.2/bin/emctl: line 336: cd: /d2/R12AB/ab/apps/FINVIS19/apps/tech_st/10.1.2/: No such file or directory
    ./apps/tech_st/10.1.2/bin/emctl: line 338: /d2/R12AB/ab/apps/FINVIS19/apps/tech_st/10.1.2//perl/bin/perl: No such file or directory
    </p>
    <p>
    /u01/oraerp/DEV> ./apps/tech_st/10.1.2/opmn/bin/opmnctl status
    ./apps/tech_st/10.1.2/opmn/bin/opmnctl: line 730: /d2/R12AB/ab/apps/FINVIS19/apps/tech_st/10.1.2//opmn/bin/argus: No such file or directory
    </p>
    Do we have to undeploye EJB3.0

    Hi,
    It seems like you are upgrading E-Business Suite . If thats the case its better post the problem in Ebiz forum. Also post the document id you are following, your app and db release, OS release. We do not deploy J2EE applications on Ebiz Tech Stack app server. So un-deployment should not be applicable here.

  • Upgrade oracle 9.206 to 10G R2

    Hi Friends,
    Does friend have experience to upgrade oracle 9.2.0.6 to 10G in window 2003 32 bit system?
    Could we exp 9.2.0.6 database and imp inot blank oracle 10G database?
    Thanks,
    JIm

    Jim,
    If you have access to the metalink you can refer to this doc id for your exact existing version to upgrade 10g version
    Doc ID: 730365.1 Oracle Database Upgrade Path Reference List. This will have detailes stepwise instructiions to upgrade from 9i to 10g (any patch number) and more.
    Yes you can import 9i export dump into 10g.
    Regards

  • Needed Document for upgrading Oracle forms and reports 10g to 11g

    Hi Guys,
    Currently my client is using Oracle 10g for forms and reports and currently he is looking to upgrade from 10g to 11g.
    Can some one provide me the impact analysis document which shows if they is any risk factors involved if we migrate from 10g to 11g.
    If any risk factors are involved what steps needs to be taken care before we upgrade from 10g to 11g.
    Guys please respond me ASAP.
    Regards,
    Venkat.@

    Guys can you respond on my post?and help me to come out of that issue.

  • Upgrade Oracle Text 8i to 10g

    Hi,
    I have to upgrade a database 8i in Sun to Linux 10g, I know that I have to upgrade via export/import but I don't know how to migrate Oracle text.
    In the new server I have installed oracle text, but I don't know if i need to make and export/import of CTXSYS user or if I need to recreate all indexes in the new database ...
    Can anyone help me please!?
    Thanks.

    Hi,
    it safer to make CTXSYS user in 10g with 10g options, then export and import tables for indexes, then make new indexes. But you have to test it and find if Oracle Text work the same way for you application as on 8i.
    dap

  • Oracle 10g to 11g Upgrade - Oracle Clusterware problem

    Oracle10g RAC (2 Nodes) RHEL 4 64bit
    Hi All,
    I have began the procedure for upgrading Oracle Clusterware to 11g. However, during the install OUI was giving me certain error messages like it couldn't transfer the OUI installlogs to node 2. Well, I kept pushing through the install and after I ran the last rootupgrade script on node 2 it gave me the following error:
    Checking the existence of nodeapps on this node
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Creating '/crs/home/install/paramfile.crs' with data used for CRS configuration
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Setting CRS configuration values in /crs/home/install/paramfile.crs
    So I ignored the error for the time being and after that I checked the status of crs and it gave me the following:
    [oracle@vtl-rac2 crsd]$ crsstatus
    HA Resource Target State
    ora.VMRACDEV.VMRACDEV1.inst ONLINE ONLINE on vtl-rac1
    ora.VMRACDEV.VMRACDEV2.inst ONLINE ONLINE on vtl-rac2
    ora.VMRACDEV.db ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ASM1.asm ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.LISTENER_VTL-RAC1.lsnr ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.gsd ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ons ONLINE OFFLINE
    ora.vtl-rac1.vip ONLINE ONLINE on vtl-rac1
    ora.vtl-rac2.ASM2.asm ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.LISTENER_VTL-RAC2.lsnr ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.gsd ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.ons ONLINE OFFLINE
    ora.vtl-rac2.vip ONLINE ONLINE on vtl-rac2
    So i tried to bring it back up by doing a crs_stop -all and crs_start -all and it gave me the following error:
    vtl-rac1 : CRS-1019: Resource ora.vtl-rac2.ons (application) cannot run on vtl-rac1
    Start of `ora.vtl-rac1.ons` on member `vtl-rac1` failed.
    vtl-rac2 : CRS-1019: Resource ora.vtl-rac1.ons (application) cannot run on vtl-rac2
    CRS-0223: Resource 'ora.VMRACDEV.db' has placement error.
    CRS-0215: Could not start resource 'ora.vtl-rac1.ons'.
    CRS-0215: Could not start resource 'ora.vtl-rac2.ons'.
    I am thinking that all of this is caused by the various issues I had with the install. If I am incorrect, then please let me know. If it is true, I would like to know if there are any 11g docs on how to clean up a failed clusterware upgrade. Any advice would be greatly appreciated on any of the situations I am having.
    Thank you

    Hi Chandra,
    Did CVU report any problems before the upgrade?No, there were no errors reported by CVU before the upgrade.
    I don't there is note out there for cleaning 11g CRS
    install...and I think can very use the 10g CRS note -
    239998.1.Yeah I might have to go that way.
    I have both the 11g CRS install and upgrade from 10g
    to 11CRS at
    http://chandradba.blogspot.com/2007/08/oracle-11g-rac-
    install-on-red-hat-50.html
    and
    http://chandradba.blogspot.com/2008/02/oracle-10g-crs-
    upgrade-to-11g-crs.html
    see if it helps.Yup, your guide is very simple, clear and error proof :) That's how mine when pretty much except right around 75% I started getting these strange errors of files not being able to be transferred to node 2. Anyways, it shouldn't be a problem as none of those errors were configuration related...or else I would have a messed up cluster.
    Well, I actually rebooted both machines and now the whole CRS stack is up!! So I guess I am ok. We'll just have to wait and see.
    Thanks for your help Chandra...I always appreciate it.

  • Upgrade Oracle 10g 10.2.0.2 to 10.2.0.4

    Hi,
      Is there anybody there, who upgrades Oracle 10g 10.2.0.2 to 10.2.0.4.
      May I know where did you download and how you did it as I check the SAP Note 1137346, there is before and after upgrade but nothing about the upgrade process and I can't file the upgrade file as well.
    Thanks for the help
    P.S.: Our OS is Windows 2003 and we are running NW2004s , EP7.

    Hello,
    not sure exactly what do you want.
    Is there anybody there, who upgrades Oracle 10g 10.2.0.2 to 10.2.0.4.
    Yes, me, for example
    May I know where did you download and how you did it.
    SAP Service Marketplace
    http://service.sap.com/oracle-download
    ->  Oracle 10.2.0.4 -> Database RDBMS -> Your OS
    Note that still is not available for Itanium (MS Windows Itanium (64-bit))
    The instructions to install any patch set can be found on the patch ser (README file)
    you can also take a look at the note 839187 Oracle Database 10g: Patch set installation

  • 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.

  • Steps to upgrade Oracle 10g to 11.2.0.4?

    Hi,
    Would you please tell me how to upgrade on linux to 11.2.0.4 from 10g? Do I install 11.2.0.3 first then patch? to 11.2.0.4? Or install 11.2.0.1 then ...?
    Thank you for your help.

    Starting with 11.2.0.2, patches are no longer patches, but are actually full installs - see MOS Doc 1189783.1
    So you can install 11.2.0.4 directly (you will have to download from MOS) - see MOS Doc 1562139.1
    After installing 11.2.0.4, apply the latest PSU patch for 11.2.0.4  - see MOS Doc 865255.1
    Then use DBUA as noted in the Upgrade Guide - Contents (assuming you are at least on 10.2.0.2 - Preparing to Upgrade Oracle Database)

  • Upgrade oracle rac 10g r2 10.2.0.3 to 10.2.0.4

    Hi all,
    I goint to upgrade oracle rac 10g r2 10.2.0.3 to 10.2.0.4 on Solaris 9, in the README file(patchset) does not say that upgrade the OCR, but int he Doc ID 316889.1 to say; it is necessary to upgrade or nothing happens if Iit does not upgrade?
    Mexman
    Edited by: ACS on 28/10/2009 12:19 PM

    Hi!
    I suppose if you have a Metalink note on which explains is necessary update OCR you must follow it. Software maker always are in reason!
    Chiao!

  • Upgrade Oracle 9i on Solaris to Oracle 10g (Oracle 10.2.0.1) Red Hat Linux

    At present we are maintaining a J2EE application running on a UNIX Platform with the following environment configuration:
    o Web Server (Apache 2.0.52)
    o Application Server (WebLogic Server 9.0)
    o Database Server (Oracle 9i RAC)
    The current requirement is to upgrade Oracle 9i on UNIX to Oracle 10g (Oracle 10.2.0.1) on Linux. Will there be any impact on
    -> Oracle developer applications (Forms/Reports) because of oracle upgrade?
    -> .net applications accessing oracle because of oracle upgrade?
    -> Java applications accessing oracle because of oracle upgrade?
    -> compatibility issues resulting from the differences in the Oracle database versions
    Any pointers on this will be really helpful.

    Download patch set from metalink and extract patch into some directory.
    Then from that directory run "Opatch install". ( You need to shutdown all database and other service while upgrading code tree)
    Cheer,
    Virag Sharma
    http://virag.sharma.googlepages.com/
    http://viragsharma.blogspot.com/

  • How to upgrade from OCS 904 to 10g but not upgrading Oracle Files

    Hi All,
    We have installed OCS 904 from where we only are using:
    - Portal
    - Oracle Files
    Our idea is to upgrade this installation to OCS 10g but keeping the same version of Oracle Files (we don't want to migrate to content services for the moment).
    Is this possible? or if we want to keep Oracle Files we need to do a fresh install of OCS 10g in another location?
    Thanks in advance,
    Harvey

    >I want to upgrade it from RHEL 6 TO  RHEL 7 and from ORACLE 11G TO ORACLE 12C. I wonder if anyone could suggest the best url for for upgrading accordingly.
    which metric measures best? Fewest keystrokes?
    BTW - you are actually doing 2 upgrades. You are upgrading OS & you are upgrading Oracle version.
    So you can either over then up or up then over.
    How much down down time is available?
    How much risk do you want to include?

  • 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.

  • Upgrade OracleAS 10g Forms from 10.1.2.3.0 to 10.1.2.3.1

    Hi All,
    How to Upgrade OracleAS 10g Forms from 10.1.2.3.0 to 10.1.2.3.1 in R12.1.2?
    Platform Linux and DB version 10.2.0.4.
    Thanks & Regards,
    Tharun

    10.1.2.3.0 is the latest certified patchset with EBS R12
    Upgrading OracleAS 10g Forms and Reports in Oracle E-Business Suite Release 12 (Doc ID 437878.1)
    https://blogs.oracle.com/stevenChan/entry/forms_reports_10123_bundle_ebs
    Thanks,
    Hussein

  • Upgrading Oracle 9i(9.2.0.5.0) to 10g(10.2.0.4.0)

    Hi experts
    i need your guidence. i have Oracle EBS database 9i(9.2.0.5.0) and application is 11i ... my part is to upgrade database from 9i to 10g(10.2.0.4) and O/S is Red Hat Enterprise Linux AS release 3 (Taroon) can any one please guide me how it can be successfull
    advance thanx

    Sorry but this is nonsense.
    We are a group of anonymous people who are not going to be there with you when you do the work. We won't be there if you make a mistake. You don't even know our competency.
    If you are so unsure of what you are doing that you find it important to get the opinions of total strangers on such a mission-critical decision then you need to go to your management and tell them to hire a consultant with a proven track record of previous experience.
    Upgrading EBS from 9.2.0.5 to 10.2.0.5 (why bother upgrading to a desupported version?) is not trivial. The fact that you started this thread is a strong indication you do not have the background required to do this. Your further insistence that total strangers somehow validate your decision is more than a bit disconcerting. It is time to stand in front of a mirror, look yourself straight in the face, and be honest with respect to whether you really know enough to do this unassisted. There is no shame in asking for help. There may be a lot if you fail.

Maybe you are looking for

  • What is the difference between non-blocking and 1:1 oversubscribed?

    Could someone tell me what the difference is between a non-blocked port and one with 1:1 oversubscription?

  • Question on Belgian VAT Purchase Journal

    HI, Can some one help me with Belgian VAT Reports. There is a report called Belgian VAT purchase journal, which is Oracle Standrad. We found that the report displays incorrect calculations for certain AP transactions. For some of the transactions (wi

  • Bring obj to front with tween?

    How can i make the obj change to front of another when the mouse roll over, and come back when out? I look for "setChildIndex with tween" but i don't found...

  • I photo states there are no photos

    I have just opened up iphoto and it says there are no photos there at all - however there in excess of 10,000! I have stored them all on an external hard drive, and it has been working fine up until this week. However if I search on all images they a

  • Please help : Pipline function, error passing parameter

    Hello, Please help a DBA who's trying to make it with PL/SQL (on Oracle 10.2.0.4). I'm just building a script to find the space used by all the segments (lob, index, partitions) related to a table. Here is my problem, when I call a table function (DB