Upgrade 11.5.10.2 to R12

HI,
We are planning to upgrade from 11.5.10.2 to 12.1.3 ..
My doubts are :
1. need to take license ?
2. need to download Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x86 from edelivery?
3.Then upgrade to 12.1.3
Share any good doc ...
Thanks & Regards
KSV.DBA

HI Hussein,
Thanks for your extended suport -:)
By reading above mentioned doc i prepared a my own doc.Please cross check that..
1.     Technical Information
The upgrade was done on the single node environment installed on Red Hat Linux 4
     Operating System: Red Hat 4
Oracle Application Version: 11.5.10.2
     Database Version: 10.2.4.0
     ATG_PF.H.RUP6 + AD.I.6
Prerequisite before upgrade the database to 10g
2.1 Apply ATG Rollup Patch 6
If your patch set level is earlier than ATG Rollup patch 6,you should apply.
Follow the given below action plan if your ATG Rollup patch is less than 6
Refer Metalink note: About Oracle Applications Technology ATG_PF.H Rollup 6 [ID 444524.1]
2.2 Upgrade Developer 6i to the latest patch set
If your patch set level is earlier then patch set 17, you should apply the latest certified patch set (patch set 19).
Follow the given below action plan if your developer 6i patch set is earlier then 17
Developer 6i patch set 19 patch numbers - 6194129
Refer the metalink note to upgrade developer 6i - 125767.1
(Few pre-request and post upgrade patches to been applied according to the OS platform)
Known Issue after upgrade the Developer 6i patch set 19
Upgrade Jinitor 1.4.2 to J2Se 1.6.0.11 reference metalink note 290807.1 and apply patch 6863618
2.3 Apply patch 8815204 -11g release 2 interoperability patch for 11.5.10
Apply 8818524 patch using adpatch utility
2.4 Prerequisites patches
a.     5644137
b.     6400762
3.     Install 11g software
3.1 Install Software
a.     Create directory under rdbms oracle home for the new 10g software (/d01/oracle/livedb/10.2.0)
b.     Download the following 10g software
1.     Oracle database 11.2.0.2.0( p10098816_112020_LINUX_1of7.zip
and p10098816_112020_LINUX_2of7.zip
for Linux (from oracle site)
2.     Oracle database 11.2.0.2 for Linux (from metalink patch 10098816)
c.     Login to oracle user in GUI and execute the runInstaller
d.     Install 11g software in the following order and select advanced installation for 11.2.0.1 installation.
1.     Install Oracle Database 11.2.0.2, select advanced Installation and software only.
After the installation, make sure that:
•     The ORACLE_HOME environment variable points to the new 11.2.0 Oracle home.
•     The PATH environment variable includes $ORACLE_HOME/bin and the directory where the new perl executable is located (usually $ORACLE_HOME/perl/bin).
•     The LD_LIBRARY_PATH environment variable includes $ORACLE_HOME/lib.
•     The PERL5LIB environment variable points to the directories where the new perl libraries are located (usually $ORACLE_HOME/perl/lib/[perl version] and $ORACLE_HOME/perl/lib/site_perl/[perl version]
3.2     Create nls/data/9i directory
Create directory under 11g oracle_home/nls/data as 9idata
$mkdir –p $oracle_home/nls/data/9idata
export ORACLE_HOME =/d01/oracle/livedb/10.2.0
export ORA_NLS10=/d01/oracle/10.2.0/nls/data/9idata
Execute perl $ORACLE_HOME/nls/data/old/cr9idata.pl
3.3 Apply additional 11.2.0.2 RDBMS patches
a.     10149223
b.     10229719
4.     Database upgrade
4.1 Shutdown the Application Server processes & database listener
Oracle Database 11.2.0 upgrade information utility
Copy the utlu112i.sql script from 11.2.0.2 oracle_home/rdbms/admin to 10.2.0.4 oracle_home directory and run the script as SYS user in 10g database. Verify the spool file info.log for any errors.
4.2 Prepare to upgrade
Edit oratab file
Add the following entry in /etc/oratab file
LIVE:/d01/oracle/livedb/9.2.0:N
PROD:/d01/oracle/livedb/10.2.0:N
Execute the database upgrade assistant
     $ORACLE_HOME/bin/dbua
4.3 Modify Initialization Parameter Settings
Follow metalink note 216205.1 Database Initialization Parameters for Oracle Applications Release 11i-Section 2.6: Release-Specific Database Initialization Parameters for 11gR2 (11.2.X)
*(If i copy paste above note: is that enough )*
5.     Post upgrade
5.4 Run adgrants.sql
Copy $APPL_TOP/admin/adgrants.sql (adgrants_nt.sql for Windows) from the administration server node to the database server node. Use SQL*Plus to connect to the database as SYSDBA and run the script using the following command:
     $ sqlplus "/ as sysdba" @adgrants.sql
5.5 Grant create procedure privilege on CTXSYS
Copy $AD_TOP/patch/115/sql/adctxprv.sql from the administration server node to the database server node. If you are upgrading to R12, use the R12 version of the file. Use SQL*Plus to connect to the database as APPS and run the script using the following command:
$ sqlplus apps/[APPS password] @adctxprv.sql \
[SYSTEM password] CTXSYS
Execute @$AD_TOP/patch/115/sql/adctxprv [system_password] CTXSYS
5.6 Set CTXSYS Parameter
$ sqlplus “/as sysdba”
SQL> exec ctxsys.ctx_adm.set_parameter('file_access_role', 'public');
5.7 Run Autoconfig on DB Tier and Application Tier
DB Tier
Copy context file (LIVE_prod.xml) from 9.2.0 home to 10.2.0 home and change the location with 10.2.0 oracle home.
Execute perl $AD_TOP/bin/admkappsutil.pl
Copy appsutil.zip to 10.2.0 oracle home directory and unzip.
Execute $sh /d01/oracle/livedb/10.2.0/appsutil/bin/adconfig.sh
Application Tier
Run autoconfig on Application Tier.
5.8 Gather Statistics for SYS schema
Copy $APPL_TOP/admin/adstats.sql from the administration server node to the database server node. If you are upgrading to R12, use the R12 version of the file. Note that adstats.sql has to be run in restricted mode. Use SQL*Plus to connect to the database as SYSDBA and use the following commands to restart the database in restricted mode, run adstats.sql, and restart the database in normal mode:
$ sqlplus "/ as sysdba"
SQL> shutdown normal;
SQL> startup restrict;
SQL> @adstats.sql
SQL> shutdown normal;
SQL> startup;
SQL> exit;
Note:
Make sure that you have at least 1.5 GB of free default temporary tablespace or following the below step to create temporary tablespace with 2GB and then start gather statistics.
DROP TABLESPACE TEMP INCLUDING CONTENTS AND DATAFILES;
CREATE TEMPORARY TABLESPACE TEMP TEMPFILE ‘/d01/oracle/livedata/TEMP01.dbf’ SIZE 2048M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 128k;
5.9 Apply Human Resource patch
Apply patch 7721754
5.10 Recreate grants and synonym
Execute adadmin
Choose -> Maintain Application Database Entities menu
Choose -> Re-create grants and sysnonyms for apps schema
Please correct if i went wrong anywhere .. please check .......
Thanks
KSV.DBA

Similar Messages

  • Steps to upgrade OBIA source EBS 11 to R12

    Hi,
    We have a specific requirement that our EBS source got upgraded from 11.5.10 to R12.
    Earlier OBIA Financial,HR Analytics is running successfully. Now we need to map it to R12 source.
    Can any one had done this already please suggest required steps.
    In my openion  changing folders in DAC to point to R12 adaptors and changing files with latest R12 data would work.
    Fyi..We haven't done any customizations in the OOB adaptor.
    Thanks in advance.
    Regards,
    Raj
    [email protected]

    You will need to install 11.2.0.4 into a new ORACLE_HOME, apply the latest 11.2.0.4 PSU patch to the new ORACLE_HOME (see MOS Doc 1454618.1) and then follow the steps in the Upgrade Guide
    http://docs.oracle.com/cd/E11882_01/server.112/e23633/upgrade.htm#UPGRD003
    see MOS Doc 1189783.1

  • Upgrade 11.5.10.2 to R12 and migrate from linux 32-bit to linux 64-bit

    Dear all ,
    I have two servers :
    1. OS . Redhat 4 32-bit have the EBS 11.5.10.2 .
    2. OS . Oracle Linux 5.3 64-Bit have the DB 10.2.0.5 .
    i want to upgrade the EBS to R12 and migrate it on another server 64-Bit .
    Can you provide me please with the steps for this with the notes number.
    and should i run the upgrade first or migrate first.
    should i download R12 32-bit or 64-bit for linux .
    where should i run the rapidwiz .
    Note : the DB will stay on the same server and wont change anything on it.
    Thanks. waiting your reply.

    965322 wrote:
    Dear all ,
    I have two servers :
    1. OS . Redhat 4 32-bit have the EBS 11.5.10.2 .
    2. OS . Oracle Linux 5.3 64-Bit have the DB 10.2.0.5 .
    i want to upgrade the EBS to R12 and migrate it on another server 64-Bit .
    Can you provide me please with the steps for this with the notes number.
    and should i run the upgrade first or migrate first.
    should i download R12 32-bit or 64-bit for linux .
    where should i run the rapidwiz .
    Note : the DB will stay on the same server and wont change anything on it.
    Thanks. waiting your reply.I would suggest the following:
    1) Upgrade the database to 11.2.0.3
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0) [ID 881505.1]
    Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade [ID 761570.1]
    2) Install R12 (64-bit) and upgrade to 12.1.1 on Node 1 after you install a 64-bit OS
    Oracle E-Business Suite Installation Guide Using Rapid Install
    http://docs.oracle.com/cd/E18727_01/doc.121/e12842/toc.htm
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    3) Upgrade to 12.1.3
    Oracle E-Business Suite Release 12.1.3 Now Available
    https://blogs.oracle.com/stevenChan/entry/ebs_1213_available
    Note: Please make sure you back up your 11i Apps tier files before you install 64-bit OS on Node 1. In case you have CUSTOM_TOPs you need to copy them to Apps R12 Apps tier (APPL_TOP) which can done before or after the upgrade.
    Thanks,
    Hussein

  • Applimation Setup Reporter upgrade from Oracle eBS R11i to R12

    Hi,
    A prospective customer would like to carry out Applimation Setup Reporter upgrade when upgrading Oracle eBS from R11i to R12
    Would appreciate if one could share their experience and things to watch out when carrying out Applimation Setup Reporter upgrade.
    Best regards,
    Bratindra Dutta.

    Hello,
    this forum is dedicated for migrations from non-Oracle to Oracle databases, using the SQL Developer Migration Workbench.
    You can post your question in the eBS forum: https://forums.oracle.com/forums/category.jspa?categoryID=3
    But as the question is about an Applimation Setup Reporter upgrade you should also consult the vendor of that product.
    Regards
    Wolfgang

  • Upgrading 11.5.10.2 to R12

    Couple of question please:
    1. What version of R12 should we be looking to upgrade to? Latest version?
    2. Since R12 uses forms/reports 9i or so now, I expect all forms and reports (including customised ones) to be upgrade to 9i during upgrade. Is that right?
    Thanks

    Hi;
    1. What version of R12 should we be looking to upgrade to? Latest version?For a now 12.1.3.
    You need to upgrade first 11.x to 12.1.1 than need to apply 12.1.3 patch
    2. Since R12 uses forms/reports 9i or so now, I expect all forms and reports (including customised ones) to be upgrade to 9i during upgrade. Is that right?R12.x user forms 10g . Please see below thread:
    Form migration r11 to r12(Form 6i to 10g)
    Migrating Form 6i with 11i Template to R12 Template
    Form migration to R12
    Form migration to R12
    Regard
    Helios

  • Is it really necessary to Upgrade from Oracle EBS R11i to R12?

    Hi,
    Oracle Applications 11.0.3 (Oracle Financials) was implemented in our company and later in 2006 it was upgraded to 11.5.10 (with new implementation of Supply Chain Management Module - INV,OM and PO) and 2 months ago we upgraded it to 11.5.10.2+DB 11gR2.
    I've been recommending to upgrade to R12 but the Finance Users are reluctant for an upgrade and of the opinion that the R12 has many bugs and there will be issues after upgrade to R12.
    Once of the consultant is of the opinion that its better to re-implement R12 instead of Upgrade. He also tells me that R12 does not have sub-accounting and sub-ledger and trial balance reports in AP.Since I am not a Functional Consultant I could not comment on this.
    Please advice if there are any useful docs which address the upgrade to R12 issues which I can share with our consultant and users.
    I am currently going thru +Upgrade Advisor: Oracle E-Business Suite Financials and Projects Upgrade from 11.5.10.2 to 12.1.3 and 12.1.2 [ID 256.1]+
    Rgds,
    Thiru

    user1983888 wrote:
    Hi,
    Oracle Applications 11.0.3 (Oracle Financials) was implemented in our company and later in 2006 it was upgraded to 11.5.10 (with new implementation of Supply Chain Management Module - INV,OM and PO) and 2 months ago we upgraded it to 11.5.10.2+DB 11gR2.
    I've been recommending to upgrade to R12 but the Finance Users are reluctant for an upgrade and of the opinion that the R12 has many bugs and there will be issues after upgrade to R12.
    R12.1.x is a stable release that many customers (including Oracle themselves) have upgraded to.
    Once of the consultant is of the opinion that its better to re-implement R12 instead of Upgrade. He also tells me that R12 does not have sub-accounting and sub-ledger and trial balance reports in AP.Since I am not a Functional Consultant I could not comment on this.
    The Finance modules have been completely re-written and fucntionality had changed for the better. Re-implementation typically costs upto 3 times more than a upgrade. Re-implementation is not necessary if the business model and process have not changed. What are the consultants justifications for doing a re-implementation (other than making more money) ?
    Please advice if there are any useful docs which address the upgrade to R12 issues which I can share with our consultant and users.
    I am currently going thru +Upgrade Advisor: Oracle E-Business Suite Financials and Projects Upgrade from 11.5.10.2 to 12.1.3 and 12.1.2 [ID 256.1]+
    Pl see the Docs referenced in MOS Doc 850008.1 (Interesting Documents Concerning E-Business Suite 11i to R12 Upgrades)
    Rgds,
    ThiruHTH
    Srini

  • Error while upgrading 11.5.10.2 to R12.1.1

    Hey Friends,
    Im trying to upgrade a 11.5.10.2-10gr2 DB on Solaris SPARC to R12.1.1. I am getting the following error in the log work.
    Table Name is POS_EXASN_LPNS
    Table exists in the target database
    Checking for differences
    Number of columns for the table in the xml file is 8
    The table in the Xml file and in the target database match
    Executing grants on POS_EXASN_LPNS to APPS
    GRANT ALL ON POS.POS_EXASN_LPNS TO APPS WITH GRANT OPTION
    Exception occured : ORA-06550: line 1, column 11:
    PLS-00302: component 'APPS_DDL' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    ORA-06512: at "SYSTEM.AD_INST", line 146
    ORA-06512: at line 1
    java.sql.SQLException: ORA-06550: line 1, column 11:
    PLS-00302: component 'APPS_DDL' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    ORA-06512: at "SYSTEM.AD_INST", line 146
    ORA-06512: at line 1
    Synonyms match.
    Constraint Name is SYS_C00161484
    Constraint SYS_C00161484 does not exist
    Updating task with status 1
    AD Worker error:
    The utility FndXdfCmp returned error for the above task.
    Could someone please help me out.
    Thanks

    Hey Hussein,
    Sorry for the delay..I went through both the documents. I couldnt find the scripts in Note 1012359.102 as its meant for Oracle apps 10.7. As per Note 742401.1, I ran the sql scripts and I found four Entries which are the foll:
    OBJECT_NAME     OBJECT_TYPE     OWNER
    POS     TABLE     SYSTEM
    TEST      TABLE     SYSTEM
    POS     TABLE     APPS
    TEST      TABLE     APPS
    As Per the document, it says to delete only the synonyms but only tables are returned after running this script.
    Please advice me how to proceed!!
    Thanks
    Regards,
    Bob

  • Upgrade from 11.5.9 to R12.1.1

    Hi,
    We have 11.5.9 CU2 with 9.2.0.7 database running on solaris 8, we would like this to be migrated and upgraded to 12.1.1 with 11.1.0.7 database on RHEL4. Could anyone confirm whether this approach is fine?
    1. Upgrade the source database on solaris 8 to 10.2.0.4
    2. Migrate the database from solaris 8 to RHEL4 by TDB/TTS or Exp/Imp
    3. Install R12.1.1 file system on RHEL4 using the upgrade option in rapid install
    4. Apply the R12.1.1 upgrade patch driver
    5. Upgrade the database to 11.0.7 on RHEL 4
    Thanks
    Murali

    Hi,
    1. Upgrade the source database on solaris 8 to 10.2.0.4
    2. Migrate the database from solaris 8 to RHEL4 by TDB/TTS or Exp/ImpCorrect.
    3. Install R12.1.1 file system on RHEL4 using the upgrade option in rapid install
    4. Apply the R12.1.1 upgrade patch driver
    5. Upgrade the database to 11.0.7 on RHEL 4Correct -- Refer to these documents for details.
    Note: 761570.1 - Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade
    Note: 802875.1 - Interoperability Notes Oracle EBS Release 12.1 with Oracle Database 11gR1 (11.1.0)
    Regards,
    Hussein

  • Upgrade 11.5.10.2 to R12 Windows

    Hi
    I am currently planning an upgrade as follows:
    FROM
    Windows 2003
    11.5.10.2
    11.1.0.7
    TO
    Windows 2008
    12.1.3
    11.1.0.7
    I would like to go down the following upgrade path:
    1. Clone current environment from W2003 to W2008 using rapid clone
    2. Upgrade on new server to 12.1.1 using Rapid Install
    3. Upgrade to 12.1.3
    I have checked the final certifications and thats all ok, however in step 1 for the clone 11.5.10.2 on W2008 is not certified with 11gR1.
    So, is it still ok to go down this route when the cloned environment is not certified, even though I will be upgrading to a certified version? I would prefer not to have to upgrade the database to 11gR2 as well.
    Thanks in advance.

    Hi,
    We were in a similar situation with a different OS, and we managed to follow the same approach (even though the target OS was not certified with 11i). We got the confirmation from Oracle support first through a SR before we proceeded with this approach (clone + upgrade). So, please log a SR to confirm for your OS.
    Some other certified approaches would be upgrading on the source node then clone the R12 instance. Or, install the same OS of the source node on the target node, do the clone and the upgrade, then upgrade the OS.
    Thanks,
    Hussein

  • Upgrade 11.5.10.2 to R12 on apps tier only

    Hussein,
    My Oracle EBS running on Split Tier architecture, 11.5.10.2 apps tier on sun server and 11.2.0.3 on Linux server. I am planning to upgrade R12. OATM is completed on the database server.
    Which is the best way to upgrade. As of now my option is install R12 application Tier on sun server and do my customization.
    OR upgrade option is the best
    Please let me know which is the best option.
    Thanks
    Prince
    Edited by: user12094010 on Apr 30, 2012 1:34 PM

    Hussein,
    My Oracle EBS running on Split Tier architecture, 11.5.10.2 apps tier on sun server and 11.2.0.3 on Linux server. I am planning to upgrade R12. OATM is completed on the database server.
    Which it best way to upgrade. As of now my option is install R12 application Tier on sun server and do my customization.
    OR upgrade option is the best
    Please let me know which is the best option.Prince,
    Please elaborate more on the upgrade options you are referring to.
    I understand one option is to upgrade (lay down R12 software) on the existing 11i apps tier (Sun servers), what about the other option?
    Thanks,
    Hussein

  • Upgrade path  11.5.9 to R12.1.3..??

    Hi All,
    Our Current Environment.
    OS : RHEL 4 update 8 (32 bit)
    EBS Version : 11.5.9
    Database :9.2.0.8
    We are planning to upgrade EBS from 11.5.9 to R12.1.3. Is below path is corerect.
    *Upgrade database from 9.2.0.8 to  11.1.0.7
    *lay down R12.1.1 file system
    * Apply R12.1.1 upgrade driver
    Please help with your suggestions.
    Thanks
    RB
    Edited by: R12DBA on May 18, 2011 10:17 PM

    We are planning to upgrade EBS from 11.5.9 to R12.1.3. Is below path is corerect.
    *Upgrade database from 9.2.0.8 to  11.1.0.7
    *lay down R12.1.1 file system
    * Apply R12.1.1 upgrade driver
    Please help with your suggestions.Please refer to (Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade [ID 761570.1]), Path A
    Oracle Applications Upgrade Guide: Release 11i to Release 12.1.1
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121upgrade.pdf
    Please note that 11i/R12 is certified with 11gR1/11gR2
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0.1) [ID 1265268.1]
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0.2) [ID 881505.1]
    Interoperability Notes Oracle EBS R12 with Oracle Database 11gR2 (11.2.0.1) [ID 1265232.1
    Interoperability Notes EBS R12 with Database 11gR2 [ID 1058763.1]
    And, if you want to upgrade to 12.1.3, please refer to:
    Oracle E-Business Suite Release 12.1.3 Now Available
    http://blogs.oracle.com/stevenChan/entry/ebs_1213_available
    Thanks,
    Hussein
    Thanks,
    Hussein

  • Error found when upgrading from11.5.10.2 to R12.1.1 with the DB R 11.2.0.1

    Hi All,
    I have following the "Upgrade Advisor: E-Business Suite (EBS) Upgrade from 11.5.10.2 to 12.1.3 [ID 269.1]", and select the option 3 Configure --> Preform Upgrade on Test System --> Upgrade Test Environment 12.1.1 --> Perform Upgrade --> Apply AD 12.1.1 upgrade driver (required) (The steps before apply AD 12.1.1 have been done, the R12 rapid install have been done.)
    According to their instructions, I need to merge 3 patches 9477107, 9179588, 7461070, and applied it to R12.1.1, it was successfully. (I have attached the adpatch file to metalink, they also confirmed that the patches have been applied successfully. ** Due to I have some warning messages found in the log, that's the reason I raised a SR to ask Oracle about it.)
    After this step, the step 10. Run the American English upgrade patch driver (required) to be executed, but error found.
    Accroding to this step, I need to apply 7303029:12.1.0 with preinstall mode and merge its with the American English drive which located in $AU_TOP/patch/115/driver/u6678700.drv.
    As the patch readme file instructions, "adpatch options=nocopyportion,nogenerateportion" have been executed. After a while, the autopatch process was failed due to
    AutoPatch error:
    Missing prerequisite codelevel for entity 'ad'.
    This patch requires the following codelevel or higher: 'R12.AD.B.1'.
    The current on-site codelevel for the entity 'ad' is : 'R12.AD.A'.
    In order to apply this patch you must first apply a patch that introduces
    at least the minimum required codelevel.
    You may merge this patch with a patch that introduces the required codelevel.
    I was so wondering about it, how's come the ad codelevel doesn't match, the patch 7461070 should be the level 'R12.AD.B.1' (can be found in the patch's readme file.), how's come the current on-site code level is 'R12.AD.A'?
    I was stuck in this point, can't process further.
    Anyone was facing this issue too? If so, could you please let me know how to solve it. Or anythings I can do now? Do I need to re-apply the patch 7461070 again?
    Thank you so much.
    Amy

    Amy,
    As this an E-Business migration problem it would be better to ask the question in an E-Business forum.
    Try here to begin with -
    EBS General Discussion -
    General EBS Discussion
    and they should be able to help or direct you to the best forum to follow up.
    Regards,
    Mike

  • Upgrade 11.5.10.2  to R12 on Windows

    Hi,
    We are planing to upgrade 11i to R12 with below environment.
    Operating System : Windows 2003 64-bit.
    E-Business Suite Version : 11.5.10.2
    Database : 10gR2
    Please suggest the Methodologies used to upgrade ebs on Windows.
    Regards,
    PS.

    Please note that 12.1.x is not certified on Windows 64-bit for fresh installation so you will need to install on Windows 32-bit then migrate to 64-bit.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]
    Migrating Oracle E-Business Suite R12 to Microsoft Windows Server 2008 R2 [ID 1188535.1]
    In addition to the above docs please see:
    Oracle E-Business Suite Upgrade Guide Release 11i to 12.1.1 [ID 1082375.1]
    Oracle E-Business Suite Upgrades and Platform Migration [ID 1377213.1]
    Database Preparation Guidelines for an E-Business Suite Release 12.1 Upgrade [ID 761570.1]
    If you want to upgrade to 12.1.3 later then please refer to https://blogs.oracle.com/stevenChan/entry/ebs_1213_available
    Thanks,
    Hussein

  • Upgrading from 11.5.9 to R12.1.3

    Hi ,
    i have searched forum and gone through many docs and links but still have not found the exact list of patches to be applied as a part of pre and post upgrade tasks .
    Oracle Applications Upgrade Guide Release 11i to 12.1.1 (Doc ID 1082375.1) . in this doc also i have not got the list of patches as post upgrade
    can anyone please help me with list of patches to be applied as part of pre n post upgrade tasks .
    Regards .

    Please refer to these docs/links for the recommended patches (if no patches are mentioned in the upgrade docs as a post steps, then there is nothing to apply. However, consider applying the recommended patches for the modules you have).
    Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade [ID 761570.1]
    Oracle Applications Current Patchset Comparison Utility - patchsets.sh [ID 139684.1]
    Latest E-Business Suite Applications Recommended Patch List [ID 123456.1]
    EBS: R12.1 Oracle Financials Recommended Patches [ID 954704.1]
    Oracle HRMS Product Family - Release 11i and Release 12 Information [ID 135266.1]
    MOS website > Patches & Updates > Recommended R12 Patches
    MOS website > Patches & Updates > Latest R12 Packs
    Oracle E-Business Suite Release 12.1.3 Now Available
    http://blogs.oracle.com/stevenChan/2010/08/ebs_1213_available.html
    Thanks,
    Hussein

  • Upgrade plan for e business suite r12.0.6 on 10.2.0.3

    hello all,
    i am planning to upgrade our existing set i.e. e business suite r12.0.6 running on 10.2.0.3.
    i like to first apply on clone database to test and verify the procedure.
    for that i have created close database on same machine.
    machine 1:
    /data1/PROD --- prod directory represent production database
    /data1/DEV -- dev directory represent testing database.
    my question are follow
    1. it is ok if i upgrade 11gr2 on dev in same machine, will it effect my existing PROD database ???
    2. please advice me action plan or document which help me with the step for upgrade.
    OS: LINUX REDHAT 5
    DB: 10.2.0.3
    APPS: R12 12.0.6
    thanks

    Thank you for your reply husain.,
    i don't have spare or another server., so i have to do testing the same machine., apart from performance is there any other impact on running production database.?
    and will you please help me where to start...
    i already read the notes and i have following doubts
    Verify software versions
    The following software component versions must exist in your environment.
    Software
    Minimum Version
    Tier
    Details
    Oracle Database Enterprise Edition
    N/A
    Database
    Read the "Determine the Upgrade Path" subsection in Chapter 2 of the Oracle Database Upgrade Guide 11g Release 2 (11.2). Make sure that direct upgrade is supported from your current release.
    --> This part i understood. I m going to use DBUA. from 10.2.0.3 to 11.2.0.3
    Oracle E-Business Suite
    12.0.4 or 12.1.1 with 9868229, 10163753 and 11071569
    Application
    If you are on E-Business Suite Release 12.0, apply
    Patch 6435000 - Oracle E-Business Suite 12.0.4
    Patch 8623536 - 11g Release 2 interoperability patch for Release 12.0.4
    Patch 9868229
    Patch 7303030 - Oracle E-Business Suite 12.1.1
    Patch 9062910 - 11g Release 2 interoperability patch for Release 12.1
    Patch 8919489 - 12.1 TXK Delta 3 patch
    Patch 9868229
    Patch 10163753
    Patch 11071569
    If you are on E-Business Suite Release 12.1, apply
    ---> I m not clear with this part., do i need to do anything (i mean i need to apply any patches).
    because we already in 12.0.6. (Please advice).
    Demand Signal Repository (conditional)
    12.1.2 with 9182368
    Application
    If you are using Demand Signal Repository (DSR), apply
    Patch 7303033 - Oracle E-Business Suite 12.1.2
    Patch 9182368
    --> We are not using DSR so i think i can ignore this part.
    Oracle Warehouse Builder (conditional)
    11.2.0.1 with 9403153
    Warehouse Builder Database
    If you are using Oracle Warehouse Builder (OWB) 11g Release 2, apply OWB 11g Release 2 (11.2.0.1) and Patch 9403153. The following E-Business Suite Release 12 products use OWB 11g Release 2:
    Oracle Demand Signal Repository (DSR)
    Oracle Manufacturing Operations Center (MOC)
    Oracle Balance Scorecard (BSC)
    --> we are not using OWB., so i think we can ignore this part.
    AutoConfig
    Latest version with 9852070, 9738085, 11692965, and 12686610
    Application
    Implement AutoConfig or upgrade to the latest version. See Using AutoConfig to Manage System Configurations with Oracle E-Business Suite Release 12 on My Oracle Support for instructions. If you are on Oracle E-Business Suite Release 12.1, apply patches Patch 9738085 and Patch 9852070.If you are on the IBM Linux on System Z platform and on Oracle E-Business Suite Release 12.1, apply Patch 11692965.
    Apply Patch 12686610 (for Oracle E-Business Suite Release 12.0 and 12.1).
    ---> I didn't understand this part completely, but what i understood is.. i need to apply PATCH 12686610 and to apply this patch i need to apply two more pre-req patch: (Patch R12.TXK.A.delta.7: R12.TXK.A.DELTA.7)
    Daylight Saving changes
    N/A
    Database tier
    See Complying with Daylight Saving Time (DST) and Time Zone Rule Changes in E-Business Suite 12 on My Oracle Support for instructions.
    --> i didn't understand this part completely.
    DirectX
    9.0b
    Windows customers ONLY - Database tier
    On Windows, run the DirectX diagnostics tool DxDiag.exe in c:\windows\system32. If you receive a generic error opening the display adapter information, use the Windows update tool to upgrade to DirectX 9.0b.
    ---we can ignore becuaes we are on linux.
    hope you reply.

Maybe you are looking for

  • Value Mapping replication issue

    Hi  PI Experts, I am working on the Value mapping replication scenario using Z-table created in R/3 system. I have configured the value mapping Replication Out Abap proxy. I am getting the following error : Audit Log for Message: 4d404b41-39e4-0083-e

  • 2nd DOA optical drive... about to throw the computer out the window

    MacBook Pro   Mac OS X (10.4.8)   DOA cd-rom drive (again) I can't believe this. I either have incredibly bad luck, or apple got a bad batch of cd rom drives from their supplier. I bought a macbook pro jan 2, the cd rom was DOA, so i sent it back. No

  • Format search with operation (+ - * /)

    HI people, i have this format search working perfectly: SELECT DISTINCT CASE WHEN (T3.ITEMCODE= $[$38.1.0] AND T3.PRICE > $[$38.14.number] AND $[$38.14.number]>0) THEN '1' ELSE '0' END FROM OCRD T1 INNER JOIN ITM1 T3 ON T1.LISTNUM = T3.PRICELIST AND

  • Quotation mark for line break on Powerpoint slide - Keynote 6.01

    Hello, When I copy over a Powerpoint slide into Keynote, it is displaying a double quote (") for linebreaks.  When I try and delete it, it delets the linebreak. Thanks for your help

  • Create new smtp process

    hello, on solaris 8 and Netscape Messaging Server 4.15SP7 how to create and configure news smtp process. I have one on IP/Port on hme0 and I have a second ethernet interface hme1. I try to create a smtp process on IP/Port on hme1. Must I install news