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

Similar Messages

  • 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

  • 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

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

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

  • I have a new iMac running iTunes 10.4 in OS 10.6.8, and a new Mac Air running iTunes 10.4 in Lion.  I was able to transfer all my music etc. from the iMac onto the Air, but cannot figure out how to get the Playlists from the iMac to the Air.  iTunes Help

    I have a new iMac running iTunes 10.4 in OS 10.6.8, and a new Mac Air running iTunes 10.4 in Lion.  I was able to transfer all my music etc. from the iMac onto the Air, but cannot figure out how to get the Playlists from the iMac to the Air.  iTunes Help says File >Library >Export playlist and choose XML, or to save a copy of all your playlists, File > Library > Export Library, "the Exported info is saved in XML format."  Then it says, "to import an iTunes playlist, File > Library > Import Playlist".  Now I am assuming I do that import part on the Air, but when I try it doesn't recognize anything that can be imported - what am I missing??? Aside from a clue...

    Thanks, Jim, for taking the time, but the reply is unfortunately vague in the exact area of my confusion!  "you need to copy that file to your new computer..."  Well, the Import/Export instructions make it seem as if the two computers should be able to communicate this file thru wifi, but that's the linkage I can't seem tocreate with Import/Export.  Should I instead email a copy to myself (thats what applecare suggested)?  Copy it to and from a thumb drive?  But then place the file where?  And the article was helpful, but should I be trying to move the Library file or the Library.xml file (as iTunes Help suggests)?  Sorry to be so clueless about it...I suppose I buy Apple in the hopes of not having to think about this stuff, which approach seems not to be serving me well. Thanks again for your time!

  • I upgraded my storage to the 50GB from 20 GB and the upgrade won't finish.

    I upgraded my storage to the 50GB from 20 GB and the upgrade won't finish.  It keeps telling me I am out of storage. Even though total storage say's 39.5 GB available.

    What a waste of space to paste the code.
    Why not ask in the iLife > iPhoto forum where your question belongs.

  • I have an ipod touch and i put cds on itunes on my pc , but i cant figure out how to put the music from the cds on my ipod .. can u help me ?

    i have an ipod touch and i put cds on itunes onmy computer , but i cant figure out how to put the music from the cds on my ipod touch can anyone help me?

    ok i select th e music from my music libary and go to file and click sync to my ipod and when it gets to step 3.. it says waiting for changes to be made.. yes the songs play on the itunes ..  and no it wasnt the same computer i used last time

  • I just bought an ipod nano and cannot figure out how to sync the music from itunes onto it. i go to itunes and nothing happens. Is there a sync button im not seeing? I get my playlisits but that is it.

    just bought an ipod nano and cannot figure out how to sync the music from itunes onto it. i go to itunes and nothing happens. Is there a sync button im not seeing? I get my playlisits but that is it.
    ALSO does anyone know how to have 2 ipods on 1 computer but seperate?

    Hi there,
    I would recommend taking a look at the information found in the articles below. The first two articles have the same content, but are geared towards either OS X or Windows.
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12313
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12113
    How to use multiple iPhone, iPad, or iPod devices with one computer
    http://support.apple.com/kb/ht1495
    -Griff W.

  • HT1454 HELP! ITook loads of photos on my ipod touch, and when i went to look at them they were just black images , and then out of 50 bout 7 of them came out?anyone know how to get the black pictures turn out ?

    HELP! ITook loads of photos on my ipod touch, and when i went to look at them they were just black images , and then out of 50 bout 7 of them came out?anyone know how to get the black pictures turn out ?

    Try the following:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup

  • All the data on my Ipad3 is wiped out. is it possible to delete all the data from my ipad if somebody knows icloud-ID and password

    All the data on my Ipad3 is wiped out. is it possible to delete all the data from my ipad if somebody knows icloud-ID and password

    It sounds like a remote erase was sent via 'Find My Mac', to check please go to www.icloud.com and login. Is there any data there?
    If it was a remote erase only someone who had the ID and password could have done it. And in that case the data is gone, it is not recoverable I'm afraid.

  • I just got a new 4S, but cant figure out how to get the contacts from my old 3GS to my new phone via ITunes. Help!

    I just got a new 4S, but cant figure out how to get the contacts from my old 3GS to my new phone via ITunes. Help!

    You should have been syncing your contacts with your computer all along.
    Have you failed to do this?
    iPhone: Transferring information from your current iPhone to a new iPhone

  • [svn:bz-] 24024: recreating the branch from BlazeDS4. 6 branch in place of trunk, as per the discussion from stake holders and Rohit's recommendation.

    Revision: 24024
    Revision: 24024
    Author:   [email protected]
    Date:     2012-07-31 03:05:09 -0700 (Tue, 31 Jul 2012)
    Log Message:
    recreating the branch from BlazeDS4.6 branch in place of trunk, as per the discussion from stake holders and Rohit's recommendation.
    Removed Paths:
        blazeds/branches/4.6_Apache/

  • How to move the OS from main drive to new ssd in opticals place

    Ok I just took out the dvd player that was non operational for 2 years . Replaced it with a new 250Gig SSD. Now I would like to boot my mac off this drive instead of the almost full 500 gig hdd. Can this be done ? If so how do I do this ? Get the OS(yosemite) from the main drive (hdd) to the new drive (ssd) which is suppose to be a lot faster on boot than a hdd , correct or not? Please advise if this is possible and if so how to migrate the OS to the ssd...
    Thanks in advance.
    Oh and forgot to ask now that i am using the Yosemite OS can I upgrade my
    mid 2009-2010 MBP 13 inch
    currently running
    2.53Ghz C2D
    8 GB 1067 MHz DDR3 ....would like to upgrade this to 16 gigs of ram (8x2) ..Is this possible?
    Running Yosemite 10.10.2 on a 500gig hdd.
    again any assistance is appreciated.
    Rogerwilco357

    You could probably use a clone utility to copy a bootable system to the new SSD,
    but not sure if you shouldn't use Carbon Copy Cloner (said to be able to copy
    the Recovery partition content, too?) instead of SuperDuper. The extra feature is
    worth checking into, to see if either or both can do this. Also to see if you have to
    pay to get the fully working version.
    With the content initially installed into the original HDD, moved over (copy/clone)
    into the SSD, then you can test it to see if it would work to run the computer. But
    you would need to have that additional partition that allows you to boot Recovery
    to use the OS X Utilities and also be able to restore a system via internet, etc.
    About the RAM upgrade. The model(s) you say you have, a Mid 2009-2010, are
    two different ones. The Mid-2009 cannot be upgraded to 16GB RAM, while the
    Mid-2010 model can use two 8GB RAM chips for 16GB upgrade. So, if you can
    correctly identify the computer you have, then the answer may be found. OR,
    you could go to crucial.com site and let it load the simple item so it can tell you
    what the upgrade RAM should be, and match your computer to their RAM part.
    Of course, their part uses an industry standard for Mac, of high quality; another
    source of quality RAM would be from OWC macsales.com.
    Both of these different questions have an answer, but will require some tedium
    to get the correct information, method, and hopefully a workable resolution...
    Good luck & happy computing!

Maybe you are looking for

  • Multiple device simulation

    This topic has been addressed several times in the past, but I have not seen a satisfying answer yet. The problem is that multiple devices need to be simulated on a GPIB bus by a single PC or workstation. This requires listening to multiple addresses

  • Playback of unticked songs

    Because of limited space on my iPod, I have unticked items in my iTunes library, so they don't sync. But I still want to listen to entire albums in sequence on my PC, even though only a couple of those tracks have been ticked to transfer to the iPod.

  • SSIS 2012 continuous integration using msbuild

    Hi, I have an SSIS 2012 project file *.dtproj. I want to create .ispac file from a program for continuous integration. I saw posts saying we cannot do it using msbuild. What are the other options? Has anyone used ssismsbuild (sqlsrvintegrationsrv cod

  • Mac Mail not allowing me to view any mail

    I opened my Mail app yesterday and am no longer able to open/read/organize any mail. I can send and receive the mail, but when I single-click on an email the mail viewer window remains the same (envelope graphic with "No Message Selected" below it).

  • Premiere Pro CS3 vs CS4

    I am currently editing using P.Pro CS3 along with CS3 ULTRA (not supported in CS4)  My question is can I update my P.Pro from CS3 to CS4 and still be able to use the CS3 ULTRA Program. Thank You Hugh Daly JHD Productions Ltd.