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

Similar Messages

  • Upgrading Oracle Text - Post upgrade step 10.2 to 11.2

    I already upgraded my 10.2.0.4 database to 11.2.0.1 and have to do post upgrade steps. In step 39 of Manual guideline (837570.1) is not clear for me. If some one can explain further would be appriciated. When i check my source ORACLE_HOME/ctx/admin/ctxf102.txt or ctxf102.sql
    Step 39
    Upgrading Oracle Text
    Copy the following files from the previous Oracle home to the new Oracle home:
    * Stemming user-dictionary files
    * User-modified KOREAN_MORPH_LEXER dictionary files
    * USER_FILTER executables
    To obtain a list of the above files, use:
    $ORACLE_HOME/ctx/admin/ctxf<version>.txt
    $ORACLE_HOME/ctx/admin/ctxf<version>.sql
    where version is 920,101,102
    For instance, if upgrading from 10.2.0
    *1. For dictionary files check*
    *$ORACLE_HOME/ctx/admin/ctxf102.txt*
    *2. Execute the script as database user SYS,SYSTEM, or CTXSYS*
    *$ORACLE_HOME/ctx/admin/ctxf102.sql*
    If your Oracle Text index uses KOREAN_LEXER which was deprecated in Oracle 9i and desupported in Oracle 10g Release 2, see below Note for further information on manual migration from KOREAN_LEXER to KOREAN_MORPH_LEXER.
    Note 300172.1 Obsolescence of KOREAN_LEXER Lexer Type

    Hi Srini
    Thank you very much. now i got it.
    Oracle asked me to identify the CTXCAT indexes with KOREAN_LEXER execute the following query as user CTXSYS: if nothing return then i can skip this step.
    SELECT idx_name
    FROM ctxsys.ctx_indexes
    WHERE idx_type = 'CTXCAT'
    AND idx_name IN
    (SELECT ixo_index_name
    FROM ctxsys.ctx_index_objects
    WHERE ixo_class = 'LEXER'
    AND ixo_object = 'KOREAN_MORPH_LEXER ');
    SELECT isl_index_owner,isl_index_name,isl_language
    FROM CTXSYS.ctx_index_sub_lexers
    WHERE isl_object = 'KOREAN_MORPH_LEXER';

  • 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

  • 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

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

  • How to install Oracle text in 10g database.

    Hi ,
    I need to install Oracle text in a 10g database which is a pre-requisite for Application express 3.1.1.I checked for the user CTXSYS user in the database and i did not find that.
    Thanks in advance

    If you dont see CTXSYS user, you have to use the OUI to install the Oracle text. You have to connect as sys to do it. See the metalink post below,
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:1539928194117127807::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,275689.1,1,1,1,helvetica

  • Oracle 9i(9.2.0.5.0) - Oracle Text Upgrade

    I am using Oracle 9i(9.2.0.5.0) database with Oracle text 9.2.0 (if this is the default version installed with this version of the DB - I am not an DBA so I was not able to check it so far).
    I need to extend the file types support for MS Office 2003 and later also 2007 documents.
    I would like to ask if is a way to do this, without the need of upgrading the whole database installation? E.g.:
    - Is it possible to upgrade Oracle Text to newer version of Oracle Text without upgrading the Database?
    - are there any extension or patches that extened the file type support?
    Regards,
    Michal

    Thanks for the answer. Think is that we are using it with the HP OpenVies ServiceDesk 4.5 so I do not know if it is possible.
    Nevertheless I am not the DBA and I can not force him to move to a never version. But I will send him your suggestion.
    In case of Oracle Text I may persuade him to upgrade to a newer version if it does not include the whole DB upgrade.

  • Oracle Secure enterprise Search versus Oracle Text

    I'm involeved in a project where we're using Oracle text for its text search capability. Yesterday during a meeting Oracles Secure Enterprise search engine came up. I see similar functionality offered in both products - Oracle text comes with 10g - not sure if SES comes with additional cost. Has anyone done analysis on why one would implement one over the other - I understand that SES gives the customer a federated option and some internet search capabilities but since I'm not concerned with that for this project does it make a difference?

    SES is a complete seaerch application with connectors to many different data sources, such as email systems and document management systems.
    Oracle Text, on the other hand, is a toolkit for building applications (and is used as such by SES).
    Oracle Text comes free with the database. SES is chargable, but comes with a free database (though it's restricted to use by SES only!)
    Generally speaking, if your data is in the database and you want fine control over how to search it, Oracle Text is a better option.
    If your data is scattered around diverse enterprise sources, and you want a ready-built application to collect, index and search that data, SES is the proper choice.
    Here's a slide from my OpenWorld presentation, which I guess says much the same thing:
    Oracle Text is the toolkit and platform for building sophisticated Information Retrieval applications and services
    - Fine control over indexes, partitioning, etc
    Oracle Secure Enterprise Search is a stand-alone application built on the foundation of Oracle Text
    - Includes its own database
    - No programming needed
    - Includes crawlers and an end-user UI

  • Oracle Text index

    Hi,
    I created an oracle text index on 10G database on a fairly large table (59 Mil recs) but when i go to Analyze it, i get the ora-29864 error message 'analyzing domain indexes marked LOADING/FAILED not supported'. The status of the index is valid. The index was created well over 24 hours ago. is it perhaps because the index is still loading?
    Has anyone run across this problem?
    Thanks

    "ORA-29864: analyzing domain indexes marked LOADING/FAILED not supported
    Cause: Tried to analyze a domain index which was marked as LOADING or FAILED.
    Action: If the index was marked LOADING, wait till it is marked valid before retrying the analyze. If index was marked FAILED, drop it OR rebuild it and retry the analyze."

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

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

Maybe you are looking for