Document for Out of Place Upgrade of ebs database

Hi,
Can someone point out to me a document which gives steps for out of place upgrade of ebs 12.1.3 database from 11.1.0 to 11.2.0.3 ? I tried it myself and it went well but I am still not sure whether something is still missing because there are still 346 invalid objects in the db. Here are the steps I have followed:
On the source:
   Run adpreclone
2.       Run utlu112i.sql (copy it from the 11.2.0 home)
          Act on the recommendations of utlu112i.sql.
          Backup the source db and the apps folder
          Copy the backup to the target server.
6.       Copy pfile.
7. 
On the target:
     install the 11.2.0.3 software
     apply required patches
             Restore and recover the database.
             run catupgrd.sql
             run catuppst.sql;
             run utlrp.sql;
             run dbupgdiag.sql
             run adconfig.sh contextfile=<contextfile> at db tier.
             Shut down listener and database and restart to load the new env.
             restored apps folder (backup of source)
             run adcfgclone.pl appsTier
             run autoconfig.
          Regards,
          Vinod

Hi Vinod,
Please find some out of place upgrade links:
UPGRADE 11.1.0.7 DATABASE TO 11.2.0.3 DATABASE WITH R12.1.3
Please also see the forum as it is been discussed several times.
BTW, with respect to your invalid objects did you try recompiling the objects using:
1. adadmin > Compile apps schema
2. connected as sysdba > run @$ORACLE_HOME/rdbms/admin/utlrp.sql
Best Regards

Similar Messages

  • Out of place upgrade of ebs 12.1.3 database

    Hi,
    I am trying out of place upgrade from 11.1.0 to 11.2.0 of my ebs database. The OS is RHEL. So far I have done as follows:
    un utlu112i.sql on the source (copy it from the 11.2.0 home)
    Act on the recommendations of utlu112i.sql.
    Take rman backup of the source db.
    Copy the backup to the target server.
    Copy pfile.
    Copy passwordfile if it is there on the source.
    On the target
    Edit the pfile.
    Restore controlfile.
    Restore and recover the database.
    Mount the database.
    Spool upgrade_info.log
    Alter database open resetlogs upgrade;
    Drop old tempfiles and create new ones.
    Set echo on
    @?/rdbms/admin/catupgrd.sql
    Check the log files for any errors.
    @$ORACLE_HOME/rdbms/admin/catuppst.sql;
    Check for any errors
    @$ORACLE_HOME/rdbms/admin/utlrp.sql;
    $ sqlplus / as sysdba
    sql> alter session set nls_language='American';
    sql> @dbupgdiag.sql
    sql> exit
    run adconfig.sh contextfile=<contextfile> at db tier.
    Shut down listener and database and restart to load the new env.
    Removed apps folder and copied source apps folder.
    Removed inst folder contents.
    Now I am not sure about the next step. Any suggestions?
    Regards,
    Vinod

    Hi Vinod,
    That is not the case usually, This what usually the output when you run the retrieve command (from my test machine):
    [TEST@ebistestsvr bin]$ perl adclonectx.pl retrieve
                         Copyright (c) 2002 Oracle Corporation
                            Redwood Shores, California, USA
                            Oracle Applications Rapid Clone
                                     Version 12.0.0
                          adclonectx Version 120.23.12010000.1
    Running:
    /u01/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx                                                                                        600M -classpath /u01/apps/apps_st/comn/clone/bin/../j                                                                                        lib/ojdbc14.jar:/u01/apps/apps_st/comn/clone/bin/../j                                                                                        lib/xmlparserv2.jar:/u01/apps/apps_st/comn/clone/bin/                                                                                        ../jlib/java oracle.apps.ad.context.RetrieveContext
    Log file located at /u01/apps/apps_st/comn/clone/bin/                                                                                        RetrieveContext_07241158.log
    Database Host [ebistestsvr]:
    Database Host Domain [dcslgroup.com]:
    Database Port [1521]:
    Database SID:TEST
    APPS Schema Name [APPS]:
    APPS Schema Password:apps
    The following context files are available:
    [1] TEST_ebistestsvr (APPL_TOP Context)
    [2] TEST_ebistestsvr (Database Context)
    Here you would select, option no.1
    I would suggest you do the following.
    Assuming there are no patches and no binary changes done on the Source instance.
    1. Run a preclone on Apps Tier
    2. Copy the source $COMMON_TOP/clone to target $COMMON_TOP/clone
    3. Try retrieving the apps context file as suggested above.
    Hope this works!
    Best Regards

  • Out-of-place upgrade to 11.2.0.4 (from 11.2.0.3); how does it affect certain items?

    Hi All,
    I've never done a db patch set update, and from what I've read today, I will need to do a full installation of 11.2.0.4 to have this patch set applied.
    This sounds scary and being a rookie Oracle DBA, what does this mean to my existing Oracle Database installation (Oracle 11GR2 on Windows Server 2008R2)?
    If I do an out-of-place upgrade (Oracle recommended), and create a new home, what will happen to the existing schemas/etc?
    My application is configured to connect to SERVERA, SID=123 so when I install a new home, etc, does this change anything? I've read I need to modify the tnsnames files in my new home to be similar to my current tnsnames file..
    Basically, I want to upgrade to patchset 11.2.0.4 b/c it's supposed to address a bug I have, but I want to be able to keep the 'settings' the same for the end users/applications (SERVERA, SID=123).
    Thanks in advance

    You have to remember that the database software/binaries are separate from the database itself.  Typically, you first install the software (like you did for 11.2.0.3) and then create a database. Best practice states that the location of the database files should be outside/different then the location of the binaries.
    When you install your new 11.2.0.4 in a new location, that is all that you are doing - the install does not affect the existing database. Once the 11.2.0.4 software is installed, you can upgrade the database by following the steps in the upgrade guide (the database files stay where they are, but the database gets upgraded from 11.2.0.3 to 11.2.0.4) and when the upgrade is completed successfully, the old (11.2.0.3) binaries can be de-installed at leisure.
    HTH
    Srini

  • 11.1.1.5 out-of-place upgrade how to continue the compositeIds from old env

    Hi,
    We are planning to upgrade SOA 11.1.1.3 to 11.1.1.5. Don't want to do an inplace upgrade but want to do out-of-place upgrade i.e. want to install 11.1.1.5 from fresh and move over the composites to new environment so atleast will have a back environment. Have question how can we make sure in 11.1.1.5 we start the composite_ids and instance_ids from where it left off in 11.1.1.3 as we are using those compositeIds and instanceIds in our backend system. So need to make sure when we move over to 11.1.1.5 none of our compositeIds and Instance Ids are repeated. Any idea how to have this done.
    Thanks

    http://download.oracle.com/docs/cd/E11882_01/install.112/e17211/procstop.htm#BABEJEJE
    E.8 Unlocking the Existing Oracle Clusterware Installation
    After upgrade from previous releases, if you want to deinstall the previous release Oracle Grid Infrastructure Grid home, then you must first change the permission and ownership of the previous release Grid home. Log in as root, and change the permission and ownership of the previous release Grid home using the following command syntax, where oldGH is the previous release Grid home, swowner is the Oracle Grid Infrastructure installation owner, and oldGHParent is the parent directory of the previous release Grid home:
    #chmod -R 755 oldGH
    #chown -R swowner oldGH
    #chown swowner oldGHParent
    For example:
    #chmod -R 755 /u01/app/11.1.0.6/grid
    #chown -R grid /u01/app/11.1.0.6/grid
    #chown grid /u01/app/11.1.0.6

  • Out-of-Place Upgrade. What Happens to.......

    Hi Folks
    I have some questions for those of you that have installed 11g on Windows OS before I get into the installation itself
    I currently have 11.2.0.3 installed and I want to install 11.2.0.4
    There are two options:
    1. In-Place Upgrade (which I have always done with my Oracle10g databases and servers)
    2. Out-of-Place Upgrade (which I have never done)
    My questions refer to option 2
    My current oracle home is
    E:\App\Oracle\
    E:\App\Oracle\product\11.2.0.3\dbhome1
    I want to install into 11.2.0.4
    E:\App\Oracle\
    E:\App\Oracle\product\11.2.0.4\dbhome1
    1. What happens to all the folder and files under E:\App\Oracle ?
    i.e.
    \admin
    \cfgtools
    \checlpoints
    \diag
    etc
    Do they get over written ?
    Will it not install because it already exists ?
    Do I have to create a new location then ?
    2. I have services already configured for 11.2.0.3
    How do the new services for 11.2.0.4 get created if they already exist for 11.2.0.3
    11.2.0.3
    i.e. Listener = OracleOraDb11g_home1TNSlistner
    and all other oracle services that get created at install time
    For my Database service do I have to delete it and re-create it with ORADIM ?
    Thanks
    Jim

    I have no experience with Windows - but your approach is correct. The contents of those directories will not be overwritten - any new files will be added to those directories. As always, take a full backup of the existing home before installing a new home - and test all of these processes/steps on a test server (and validate) before touching production servers.
    As far as services, you will have to de-register and re-register using ORADIM - see Step 7 in MOS Doc 1276368.1

  • OBIEE 11.1.1.6 to 11.1.1.7 Out-of-place upgrade only

    Currently we have OBIEE 11.1.1.6 instance on Linux machine and want to upgrade this to OBIEE 11.1.1.7. We have installed 11.1.1.7 on different Linux machine, we want to upgrade OBIEE 11.1.1.6 to OBIEE 11.1.1.7 using out-of-place only i.e. RPD and Catalog. Tried to upgrade with 11.1.1.7 ua.sh(upgrade assistant) but it saying rpd and catalog already upgraded, could you guys help us with step by step process Out-of-place upgrade.

    Re: Upgrade Databse 11.1.0.6 to 11.1.0.7  (Windows server 2003 R2 -64bIt)

  • "Object reference not set to an instance of an object" error while accessing document libraries after in place upgrade to SP 2010

    I performed an inplace upgrade on my sharepoint 2007 installation and post the upgrade while trying to browse the document libraries on the site i get the following Error. HAs anyone encountered a similair error?? What could be the cause and resolution
    for this
    Any pointers/solution appreciated.
    Description: An
    unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception
    Details: System.NullReferenceException: Object reference not set to an instance of an object.
    Source
    Error: 
    An unhandled exception was generated during the execution of the
    current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack
    Trace: 
    [NullReferenceException: Object reference not set to an instance of an object.]
    Microsoft.SharePoint.WebPartPages.ListViewWebPart.PrepareContentTypeFilter(SPList list, Hashtable[] excludedTransformers) +682
    Microsoft.SharePoint.WebPartPages.ListViewWebPart.GenerateDocConvScriptBlock(SPWeb web, SPList list) +482
    Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.OnPreRender(EventArgs e) +571
    Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnPreRender(EventArgs e) +78
    System.Web.UI.Control.PreRenderRecursiveInternal() +11032094
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3393
    Version
    Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
    My SharePoint Blog
    http://dhireny.blogspot.com

    How to be in my case??
    [NullReferenceException: Object reference not set to an instance of an object.]
    Microsoft.SharePoint.WebPartPages.ListViewWebPart.PrepareContentTypeFilter(SPList list, Hashtable[] excludedTransformers) +694
    Microsoft.SharePoint.WebPartPages.ListViewWebPart.GenerateDocConvScriptBlock(SPWeb web, SPList list) +482
    Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.OnPreRender(EventArgs e) +571
    Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnPreRender(EventArgs e) +78
    System.Web.UI.Control.PreRenderRecursiveInternal() +11141054
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3393

  • Out-of-place upgrade going wrong

    Trying to work through an upgrade from 11.2.0.1 to 11.2.0.3 on a dev box, prefereably without major downtime, 64-bit Linux. Since I cannot shutdown existing listeners or database, the approach is perhaps a bit non-standard
    <li>I've got the 11.2.0.3 software unzipped</li>
    <li>I've created directories for a new ORACLE_BASE</li>
    <li>I've exported ORACLE_BASE=/new/directory/structure</li>
    <li>I've then launched database/runInstaller from the unzipped location and performed a painless software-only installation</li>
    I'm now slightly confused about the next bit, bearing in mind I'm trying to do this without any downtime on the existing 11.2.0.1 database.
    What I'd like to do is to get a copy of the existing database opened and running from the 11.2.0.3 home, whilst the existing 11.2.0.1 db continues on as it is.
    <li>So I've set a new ORACLE_SID</li>
    <li>I've copied across the orapw and init.ora from the old O_H to the new, renaming them appropriately</li>
    <li>I've edited the init.ora so that path-specific parameters all now take the new O_H directory structure</li>
    <li>I've then put the entire existing database into hot backup mode and copied it to the new O_H structure</li>
    Because so little is being done on the original database I appear to have got away with copying online redo logs, because I was able to startup mount; issue lots of 'alter database rename file...' commands so the new file locations are picked up; recover database; alter database open upgrade.
    What I am now struggling with is how to actually upgrade the freshly-opened new database. If I run dbua, it says 'database isn't mounted', whether the new db copy is in mount or open upgrade mode. If I run @catupgrd.sql, it seems to complete without a problem, leaving STATUS of V$INSTANCE at OPEN MIGRATE. But when I run the @utlu112s.sql command, I get this:
    Oracle Database 11.2 Post-Upgrade Status Tool           01-23-2013 6:45:00
    Component                               Current      Version     Elapsed Time
    Name                                    Status       Number      HH:MM:SS
    Oracle Server
    Upgrade Incomplete
    PL/SQL procedure successfully completed.If I push on and run @catuppst.sql, I get this (I've abbreviated as much as I can):
    SQL> @catuppst.sql
    TIMESTAMP
    COMP_TIMESTAMP POSTUP_BGN 2013-01-23 6:48:41
    PL/SQL procedure successfully completed.
    This script will migrate the Baseline data on a pre-11g database
    to the 11g database.
    begin
    ERROR at line 1:
    ORA-04063: package body "SYS.DBMS_SWRF_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called:
    "SYS.DBMS_SWRF_INTERNAL"
    ORA-06512: at line 2
    (null) rows created.
    DECLARE
    ERROR at line 1:
    ORA-04063: package body "SYS.DBMS_REGISTRY" has errors
    ORA-06508: PL/SQL: could not find program unit being called:
    "SYS.DBMS_REGISTRY"
    ORA-06512: at line 4
    SP2-1506: START, @ or @@ command has no arguments
    TIMESTAMP
    COMP_TIMESTAMP POSTUP_END 2013-01-23 6:48:46
    PL/SQL procedure successfully completed.
    BEGIN
    ERROR at line 1:
    ORA-04063: package body "SYS.DBMS_REGISTRY" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_REGISTRY"
    ORA-06512: at line 2
              IF CatbundleCreateDir(:catbundleLogDir) = 0 THEN
    ERROR at line 71:
    ORA-06550: line 71, column 14:
    PLS-00201: identifier 'CATBUNDLECREATEDIR' must be declared
    ORA-06550: line 71, column 11:
    PL/SQL: Statement ignored Not only can't I query dba_registry, opatch lsinventory shows nothing (because it's a fresh install of 11.2.0.3).
    Any suggestions of where I am going wrong, please?
    (I am following http://docs.oracle.com/cd/E11882_01/server.112/e23633/upgrade.htm#i1011372 and have checked Upgrade from 10203 to 10204 among others)

    I think that (partially, as it turns out) de-installing unlicensed components on the original database may have caused this problem.
    I tried doing a data pump export of the original database, and it failed with an error I tracked down in Metalink (I'm sorry, I didn't record the specifics). Turned out there were four tables left behind from OWB and a broken package related to Spatial. I dropped those, and the export worked.
    But instead of using that export, I tried my hot copy technique again.. and this time it worked.
    So I guess the moral of the story is to ensure your source database is 100% functional before you try messing around with any of this stuff.
    Edited by: Catfive Lander on Jan 24, 2013 10:01 PM
    Have remembered one of the specifics: Metalink 1328829.1 (OLAP removal leaves behind DBMS_CUBE_EXP in an invalid state). There was one other similar issue, but I still don't remember the details on that.

  • Getting error: ORA-04030: out of process memory with EBS database

    Dear experts,
    I am getting this error with the EBS 11i database during the running of the system specially in the rush hour of the work day leads to disconnect between the database server and client:
    ORA-04030: out of process memory when trying to allocate 917536 bytes (joxcx callheap,ioc_allocate ufree)
    OS: Windows Server 2003 32bit
    Memory: 4GB RAM
    Oracle database version: 9.2.0.6.0
    db_cache_size=629145600
    sga_max_size=1400897536
    pga_aggregate_target=1073741824
    sessions=800
    processes=400
    Thanks

    This error is expected, especially if enough memory is not allocated and the system is heavily loaded, as it seems to be in your case. Pl see this MOS Doc for possible resolution
    Master Note for Diagnosing OS Memory Problems and ORA-4030 [ID 1088267.1]     
    HTH
    Srini

  • Jre upgrade in EBS database 11.2.0.2

    As per the metalink document 455492.1 we are planning upgrade to Jre1.6.38 on database node. where can I download Jre1.6.38 for RHEL 64 bit.

    user9171819 wrote:
    Thanks for your update. I have one more question
    I have downloaded jdk6 update 38 for application java upgrade . but rt.jar is missing under jdk/jre/lib . how to get rt.jarFor the application server, make sure you download the 32-bit JDK, not the Java Runtime Environment (JRE). Do not choose the 64-bit version, which is not supported.
    https://support.oracle.com/epmos/faces/PatchResultsNDetails?patchId=16091817
    Note: I would suggest you go with the latest update.
    Thanks,
    Hussein

  • Can I performa an In Place upgrade for 11gR2

    Hi all,
    I goofed a bit, I downloaded and installed 11g R2 (11.2.0.1.0) and installed it. After installation I went looking for the patchsets. Then I learned that as of 11.2.0.2 these are not patchsets, per se, but full installs. (I'll know now to log onto My Oracle Support first!)
    I've read the various threads hear regarding upgrades for 11g and none are quite the same - trying not to recover existing discussions.
    Because I'm installing this as a backbone for Windchill (a CAD file data vault), and I will allow the Windchill installer to create my database and so my installation was software only. The Upgrade Guide e23633 and other documents advise against in-place upgrades. This is a Single-Instance Oracle database with no database created yet, Windows Server 2003 R2 Standard Edition, x64.
    In this forum and others as well as various blogs, have threads and articles on the relative difficulties people have had de-installing 11g.
    Would you recommend I do an in-place Upgrade to get this to 11.2.0.3.0 or use the Oracle De-install Utility (11.2.0.1.0) for Microsoft Windows (x64) and actually start from scratch installing 11.2.0.3.0?
    (I'm still downloading the 7! zip archives for Patchset 3, so I have a moment before I have to make this decision!)
    Thank you,
    PT

    Thank you for the reply Srini, but it really didn't answer my question.
    I've already been through the Upgrade Guide, that's what lead me to post my question for advice and suggestions. My question is, was it really necessary to perform the Out-of-Place Upgrade - the preferred method - when I had only installed "software only" of 11.2.0.1.0 and had no database created to upgrade? Save the time by simply an In-Place because I was already software only.
    I fully understand reasons for and have practiced the preferred out-of-place upgrade. The fault tolerant undisturbed source database is the only way to go - when there is an actual database.
    Unless someone advises against it, I'm going to simply run the 11.2.0.1 De-Installation Utility first, rather than upgrade in place. Then install back in the same base path the 11.2.0.3 version was. Not that it matters if it is in the same base path or not, but I'll de-install ~0.1 anyway, why not do it first since I have no database to upgrade.
    Cheers,
    PT

  • Upgrade 11.2 to 11.2.0.2 out of place

    Hi
    Im trying to upgrade from 11.2.0.1.0 to 11.2.0.2 is the following bug fix needed ? Im not doing the in place upgrade.. Im doing out of place upgrade?
    – Patch the release 11.2.0.1 Oracle Grid Infrastructure home with the 9413827 and 9706490 patches."
    Bug 10036834 Linux Platforms: Patches not found upgrading Grid Infrastructure from 11.2.0.1 to 11.2.0.2

    Hi,
    To clarify:
    To upgrade existing 11.2.0.1 Oracle Grid Infrastructure installations to Oracle Grid Infrastructure 11.2.0.2, you must first do at least one of the following:
        *      Patch the release 11.2.0.1 Oracle Grid Infrastructure home with the 9413827 and 9706490 patches.
        *      Install Oracle Grid Infrastructure Patch Set 1 (GI PSU1) or Oracle Grid Infrastructure Patch Set 2 (GI PSU2).
    Oracle Clusterware and Oracle ASM upgrades are always out-of-place upgrades. With 11g release 2 (11.2), you cannot perform an in-place upgrade of Oracle Clusterware and Oracle ASM to existing homes.source: http://download.oracle.com/docs/cd/E11882_01/install.112/e17212/procstop.htm#BABEIBEE
    Hope this helps.
    Regards,
    Jozsef

  • How to do in-place-upgrades with the new patch sets (11.2.0.2.0)?

    Hello,
    Oracle has released the new patch set 11.2.0.2.0 for Oracle Database whose installation deviates from the previous patch set instructions. Are there any new deployment procedures available to do an in-place upgrade? We have a lot (about 100) of development databases here, most of them do not have enough hard disk space to do an out-of-place upgrade, so the need for updated deployment procedures is definetely there.
    Best regards,
    Andreas

    Hello Hemss,
    I am trying to do an in-place-upgrade (replacing the old Oracle software completely because our test servers have only very little space). When you want to perform an out-of-place upgrade, things are more simple, but you need the disk space for a new Oracle home (about 6 GB on Linux-x64 in my case). Essentially, the steps are:
    1. You can keep the production database online during the next steps
    2. Install the new 11.2.0.2.0 into a new Oracle Home (an Oracle software directory which does not exist yet). Only install the software.
    3. Apply any post-11.2.0.2.0 patches if available and needed
    4. Schedule a maintenance window with your users
    5. Put the original database(s) in MOUNT mode (SHUTDOWN IMMEDIATE followed by STARTUP MOUNT)
    6. Perform a FULL backup of both database and old Oracle home, just to be on the safe side.
    7. Set your enviromnent: ORACLE_HOME and ORACLE_BASE should point to your NEW installation, ORACLE_SID to your production database.
    8. Start netca to create a new LISTENER for your new software installation (you might want to use a different port than your previous installation in case you need to run both at the same time)
    9. Start dbua from the new Oracle Home and follow the on-screen instructions. You can either create an updated copy of the database (needs more disk space but you can easily switch back to your orginal DB), or you change the database to fit your new Oracle version (needs less space, but you need to run the scripts to downgrade to the old release if you need to go back)
    So, as long as you have plenty of disk space, things are not that difficult at all. Of course, you should always read the release notes and the full installation guides for the new version because there might be new features or behaviours that affect your database. It is also highly advisable to test this on a completely different machine first.
    You can find the complete upgrade guide here: http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/toc.htm
    Best regards,
    Andreas

  • Oracle EBS Database 11.1.0.7 to 11.2.0.2

    Hi All,
    I try to find something on internet about upgrading Oracle EBS Database 11.1.0.7 to 11.2.0.2...
    All i find is upgrade your oracle R12 ebs from 11.1.0.7 to 11.2.0.2.Can any one pls provide me some links or guidlines where i can do some search about upgrade our EBS database from 11.1.0.7 to 11.2.0.2.
    Cuurent EBS version:11.5.10.2
    Db version:11.1.0.7
    OS:Linux
    Regards,
    Neev

    Hi Neev;
    Please also see:
    Interoperability Notes EBS R12 with Database 11gR2 [ID 1058763.1]
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    You can check below master note for all EBS db related issue:
    Database Documentation Resources for EBS Release 11i and R12 [ID 1072409.1]
    I sugest also use search mechanisim, you can find many similar issue here
    Regard
    Helios

  • Planning for EBS 12.1.1 upgrade to EBS 12.1.3

    Hi All,
    I am planning to do a upgrade of EBS 12.1.1 to EBS 12.1.3. I am can anyone provide me the steps to do the upgrade also is the database upgrade necessary for ebs 12.1.3 ?

    Hi,
    Please refer this document,
    Oracle E-Business Suite Release 12.1.3 Readme (Doc ID 1080973.1)
    Regards,
    Krish

Maybe you are looking for