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

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.

  • 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

  • Oracle 7 into 10g

    I have a Quick question and want to be discuss in the meeting.
    Do anyone have experience to import Oracle 7 DMP into 10g Directly ?
    Or do we need to first Import into 8i and then 10g.

    Without an Oracle 7 database to test this with, I can tell you that you [should] be able to export from the Oracle 7 database using the Oracle 7 software, and then import into the Oracle 10 database using Oracle 10 software.
    The only problem you might have is with various packages and procedures that may not compile in the Oracle 10 environment. Those will have to be dealt with individually. But I believe everything else will import fine. I've recently exported from 7.3.4 into a 9.2.0.8 without any problems.
    Hope this helps...
    Ji Li

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

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

  • Upgrade oracle 9i to Oracle10g

    Now we are using a oracle9i as Production server, Now we want to upgrade the
    Oracle 9i into Oracle10g.
    I have no idiea to Upgrade the Oracle9i into 10g , Kindly advise me how to install Oracle10g in Prodcution Server and how could i allocate the tablespace size for Longer run of database.

    Hi,
    We have also migrated from 8i to 10g.
    We did following steps:
    1) list down all the users/schemas, tablespaces.
    2) Create those on new boxes.
    3) Give all the roles, grants eic on new box.
    4) Take export of the current production at the time when least number of processing is going on.
    5) Try ti import it on new box ASAP.
    6) Enable all dbms jobs on new box.
    7) Do parellel run for few days and monitor the system very closely.
    Thes are the major steps which is suppose to do. Try to involve your DBA full time with you. Hope this will help you.
    Thanks.

  • Upgrade Oracle 9.2 in 32bits(WIN2K) into Oracle 10G in 64bits(WIN2K)

    Hi,
    I want to upgrade Oracle 9.2 in 32bits(WIN2K) into Oracle 10G in 64bits(WIN2K) all in 4.6D.
    I have installed:
    the Oracle 10.2.0.4.0
    a central instance with the template CENTRAL.R3S
    i started to install the database instance on the target system
    with the R3Setup template DBR3CP.R3S
    I try to apply the note 932722, I find myself in the same procedure
    point 6) c).
    The following error message:
    Tue Jan 26 21:52:45 2010 - Database service to be upgraded:
            Host = tirudev04
            Port = 1527
            Service = SAPServiceDEV
            ORACLE_HOME = E: \ oracle \ DEV \ 102
    Error: Database connection failed to
    sys / manager @ / / tirudev04: 1527/SAPServiceDEV
    Can you give me some help?
    Thank you.

    >Service = SAPServiceDEV
    This is probably the problem. you have to specify the Oracle network service name of the database you want to upgrade.
    SAPServiceDEV is an Windows account name under which the SAP System is started.
    Service = DEV will probably do the job.
    regards
    Peter

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

  • Upgrade Oracle from Oracle9i to Oracle 10g

    Hi,
    We will be having a project on upgrading the existing version of Oracle 9i to 10g.
    Our application uses Java as the front end and Oracle as the backend.
    So if anyone has done similar kind of Oracle upgrade from 9i to 10g, could you please tell us –
    1) What are the steps involved in upgrading Java drivers (if any).
    2) Also any other changes to be made on Java front.
    Thank you,
    DNN

    _> user10650608 wrote:__> it depends on the application, I think_
    _>_
    _> I would do it that way:_
    _> 1. install a 10g database_
    _> 2. full export of the 9i database_
    _> 3. full import into the 10g_
    _> 4. test the application_
    _>_
    _> simple ;-), normally the producer of the java-software has a upgrade-plan, just ask the producer_
    I have the following queries:
    1. Does any third-party application running on Oracle 9i Enterprise Edition need to be changed when we migrate from 9i database server to Oracle Standard One Edition 10g?
    2. What's the difference between Oracle 9i Enterprise and Oracle Standard One Edition 10g?
    3. We are using Oracle 9i Database on a server with Oracle 9i Client on nodes with third-party software. When we upgrade our 9i server to 10g, can we connect to 10g from our existing 9i client nodes? Slowly we can upgrade all 9i clients to 10g clients. Otherwise, all the machines in the company need to be changed to 10g client and work will suffer a lot, as this upgrade job cannot be done in a single day.

  • 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

  • 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

  • Client Upgrade issue in Oracle Lite Database 10g 10.3.0.3.0

    Hi all,
    Details: My Environment is Oracle Database 11g R1(11.1.0.6.0) With Oracle Lite Database 10g R3(10.3.0.3.0) on Windows 2003 Server R2 SP2.
    Recently i have upgrade my oracle lite database from 10.3.0.2.0 to 10.3.0.3.0 and also applied recent opatch (p12812978_103030_Generic.zip). Upgrade and installation of opatch got successfully completed. When i tried the client synchornization for the very first time (FCS and Data Download) FCS and Data Download got Successfully completed but the problem is usually Once the FCS and Data Download Got Completed , Screen goto webtogo home page but in my case i am getting a screen name called "client upgrade" with options yes or no if choose yes it prompting please wait screen nearly for 1 hours i am not getting any response from the screen. if choose no simply it goto my webtogo home page. Please Note before choosing the yes option i have checked what version i am currently having it show 10.3.0.3 i don't know why it asking for the client upgrade. Please Advice me on this how to avoid this screen (Client Upgrade).
    Thanks
    Shan

    Hi,
    i am not upgrading the existing environment of Oracle Lite Client i am creating a new environment which doesn't have the Oracle Lite Client. In the document itself they have mentioned like this "These steps assume that you have a 10g Release 1 or 2 Branch Office environment already configured and synchronized. If you do not have this environment currently configured, you do not need to upgrade." To be Clear What i am doing is with help Oracle Lite Branch Office i will be downloading a user from Mobile Server for that i have to do the following
    1.FCS(Fresh Client Setup for that i have to run the setup.exe which is coming for Oracle Lite Branch Office) and
    2.Data download (Data will be get download from Mobile Server in the form of odb),
    3. Usually Once the FCS and Data Download got completed, the screen will goto the webtogo home there i can see my branch offlice applications.
    4. But in my case i am getting prompted by screen and the screen name called "Client Upgrade" with options yes or no if i choose yes screen got hanged else if i choose no then only screen moving the webtogo home page. Say can u r having existing environment in your machine due to some reasons u have upgrade or u have installed optach on the mobile server in that case while doing the client synchronication we can do the client upgrade by running the update.exe becasue client side will having the old binary file we need to renew it.
    5. But I am not upgrading the existing environment. I am creating a new environment which means i am doing a fresh client setup and synchronization for the very first time. While doing the FCS on my client side for the very first time i will be getting the latest binaries rite then why the screen is moving to client upgarde page i don't have any idea on this.
    Please Advice.
    Thanks
    Shan

Maybe you are looking for

  • USER EXIT or BADI for Vendor field in MIRO

    Hi Experts, In MIRO transaction vendor field gets defaulted from Purchase Order. So my requirement is to changes that vendor with alternate payee. To <u>replace the vendor with alternate payee</u> I need the <b>USER EXIT or BADI</b>, kindly help me o

  • My iMac has less than 2 years. The hard drive from 1TB just failed. Possible to recover data?

    The support store just told me that the hard drive of my IMAC 27" is damaged and the solution is to replace for a new one. Meanwhile, I saw this: "Apple has determined that a very small number of Seagate 1TB hard drives used in 21.5-inch and 27-inch

  • Windows installer changes the destination path of MSI during Active Setup

    We are having issues with MSI repairs via Active Setup on a handful of PCs.  Most of the PCs work correctly. The scenario is this:  we have a vbscript that installs two MSIs as system via SCCM.  The script then creates Active Setup entries for both M

  • Keep getting the error message?

    This is driving me crazy. I know my Apple ID and both my email and password are correct. I bought few games and one of the games are called Heli ****. I want to buy the points or DLC but I can't. I keep getting the message saying " The Apple ID you e

  • How to delete ASO cube ...

    I am trying to rename or delete the ASO cube unable to do that.... error: XXXX002.ASOapp     Start application     August 26, 2008 2:37:21 AM IST     Failed Error: 1013015 Unable to Connect to Database [ASOCrux]      MaxL Command     August 26, 2008