Upgrade EBS 12.1.3 database to 11GR2 new environment file host name lowercase

We just finished EBS 12.1.3 upgrade database from 11.1.0.7 to 11.2.0.3 on REDHAT /INUX server.  EBS version is no change.
after we run :
$ perl $ORACLE_HOME/appsutil/bin/adbldxml.pl
$ORACLE_HOME/appsutil/bin/adconfig.sh contextfile=/u4/oracle/EBSTST01/db/tech_st/11.2.0.3/appsutil/EBSTST01_ora01.xml
It come out two environment files and host name all lower case:
/u4/oracle/EBSTST01/db/tech_st/11.2.0.3/appsutil/EBSTST01_ora01.xml
/u4/oracle/EBSTST01/db/tech_st/11.2.0.3/EBSTST01_ora01.env
before upgrade environment files host name are upper case.  When run adconfig.sh we also type in upper case host name.
any one know what wrong?
Thanks.

due to new XML file hostname is lower case.  Some one tole me I can rename and edit file change Hostname to upper case.
$ perl $ORACLE_HOME/appsutil/bin/adbldxml.pl
output file :  /u4/oracle/EBSTST01/db/tech_st/11.2.0.3/appsutil/EBSTST01_ora01.xml
Can I:
rename /u4/oracle/EBSTST01/db/tech_st/11.2.0.3/appsutil/EBSTST01_ora01  ==> /u4/oracle/EBSTST01/db/tech_st/11.2.0.3/appsutil/EBSTST01_ORA01
then edit : /u4/oracle/EBSTST01/db/tech_st/11.2.0.3/appsutil/EBSTST01_ORA01 file content change lower case hostname to upper case.
Will it work or not?
Thanks.

Similar Messages

  • Uploading data to oracle database when a new CSV file arrives to a folder

    Hi,
    I am a student trying to learn oracle and right not working on an academic project. My problem scenario is as follows.
    I have a folder in my system.Whenever a new CSV file is pasted to that folder.The contents should be loaded to database using SQLLoader.The problem I am facing is.
    1) How to schedule this as to what should I write in batch file(for arrival of new file).
    2) How to tell SQL Loader to take contents from the new SQL file everytime an upload is scheduled by the batch file.
    I will be glad for any guidance on this.Thanks :)

    you have to do below steps:
    1. create a sqlloader control file according to your input data file
    2. write a shell script which will check is any new file came in the fiolder. If it came then load the file using above controlfile. once load is complete move file in some other folder.
    3. schedule the shell script using crontab to run every 10 second or so.
    Note: This is just one of the way. there can be many methods to solve above problem including using oracle schduler.

  • Unable to move my database to a new environment using database script

    I have generated a database script from my dev machine by ; right click on DB >> tasks >> generate scripts. Then on my staging environment I open the script file inside sql server management studio , and I execute the script.
    But the script raised the following errors:-
    Msg 5133, Level 16, State 1, Line 2
    Directory lookup for the file "C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\TMS.mdf" failed with the operating system error 2 (failed to retrieve text for this error. Reason: 15105).
    Msg 1802, Level 16, State 1, Line 2
    CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
    Msg 5011, Level 14, State 5, Line 1
    User does not have permission to alter database 'TMS', the database does not exist, or the database is not in a state that allows access checks.
    Msg 5069, Level 16, State 1, Line 1
    ALTER DATABASE statement failed.
    Msg 911, Level 16, State 4, Line 3
    Database 'TMS' does not exist. Make sure that the name is entered correctly
    can anyone adivce what is the problem ?

    refer this article to find default data & log location.
    http://technet.microsoft.com/en-us/library/dd206993.aspx
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    Praveen Dsa | MCITP - Database Administrator 2008 |
    My Blog | My Page

  • Restore a database in a new instance with different name

    Hello, I need restore a database in a different server. I have a backup of 01-Jan-2008 on tape on DataProtector and I need to restore in another server in order to extract some information for a datawarehouse, I need restore with a name different because on that server we have a standby database. The both servers are HP ia64 and have Unix. I have installed Oracle 10.2.0.4.0 EE. I read the Oracle RMAN Advanced but the process is for duplicate the database, I need restore a backup from 01-Jan-2008. Can you help me please. What steps should I run. Thanks for your answer.
    Ruben Nieto
    DBA

    Hi Ruben Nieto,
    Can you check on the target if the backup pieces are still registered in the controlfile?
    < connect target /; >
    < list backup completed before 'to_date('2009-01-02:00:00:00','YYYY-MM-DD:HH24:MI:SS')'; >
    If no information is available:
    1) "I can't use the same name for the database." -> excludes a restore/recover on the standby server.
    2) "how can I restore the database whitout catalog in other server" -> excludes a duplication to new name.
    If you want to keep it simple find a third HP ia64 machine where you can mirror your production environment and restore the complete backup set and recover the database keeping the name of the target.
    Regards,
    Tycho

  • Upgrading ebs database from 10g to 11g

    Hi,
    By following Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0.1) [ID 1265268.1]
    i am doing a test upgrade.
    As part of upgrade, only the oracle home location is changed. sid, host and port all are same as previous.
    After running dbua, for autoconfig, changing the OH path in xml file and run autoconfig is fine? or any other steps are needed?
    Thanks,
    Kavitha

    Hi,
    Could you please tell us which step you are refering to in the document. During upgrade you do not have to change the ORACLE HOME any where in XML file
    But you need to run perl adbldxml.pl
    As mentioned in step 22 of "Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0.1) [ID 1265268.1]"
    On application tier
         Source the env file
         $$ADPERLPRG $AD_TOP/bin/admkappsutilpl
    Copy appsutil.zip to $ORALCE_HOME/.
    Unzip –o appsutil.zip
    cp –r $11g oracle home <which came with rapidwiz> $ORACLE_HOM/appsutil/jre
    On the database tier
    Source database env file
    Export JRE_TOP=$ORACLE_HOME/appsutil/jre
    $cd $ORACLE_HOME/appsutil/bin
    $perl adbldxml.pl
    $sh adconfig.sh
    Thanks
    Edited by: user11970143 on Aug 26, 2011 6:22 PM

  • Upgrade ebs Database 10G to 11G  (Os upgrade from 32 to 64)

    I have to perform the following upgrade:
    ebs Database 10G to 11G (Os upgrade from 32 to 64)
    Any information is welcome.
    Thank you in advance.
    Edited by: Atanas Cholakov on Nov 19, 2012 2:27 AM

    Please also see:
    11gR2 11.2.0.3 Database Certified with E-Business Suite
    https://blogs.oracle.com/stevenChan/entry/11gr2_11_2_0_3
    Thanks,
    Hussein

  • Upgrading EBS from 11.5.10.2(11.2.0.2 database)  to R12.1.3

    Hello,
    we are running EBS 11.5.10.2 with 11.2.0.2 database. Now we are planing to upgrade only application from 11.5.10.2 to R12.1.3.
    Are there any issues in upgrading application from 11.5.10.2 to R12.1.3 , I heard that we can not upgrade application to R12.1.3 with 11.2.0.2 ,is it true.
    Regards

    As mentioned above, there should be no issues in upgrading 11i with 11gR2 instance to R12.
    Please also see (Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade [ID 761570.1]), Path E.
    Please note that you have to upgrade to 12.1.1 first then upgrade to 12.1.3
    Oracle Applications Upgrade Guide: Release 11i to Release 12.1.1
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121upgrade.pdf
    Oracle E-Business Suite Release 12.1.3 Now Available
    http://blogs.oracle.com/stevenChan/2010/08/ebs_1213_available.html
    Re: Upgrade EBS 11.5.10 to 12.1.3  on Multi-Node Sun Solaris Sparc 64 bit
    Thanks,
    Hussein

  • Migration of EBS 11.5.10.2 to Solaris and Upgrade DB 9.2.0.6 to 11gR2

    Hi,
    I need to upgrade and Migrate my oracle database from 9i(9.2.0.8) to Solaris RAC 11g R2(11.2.0.3)in oracle application 11i(11.5.10.2) environment.
    then
    I want to migrate this application linux to Solaris
    What all pre or post upgrade steps need to perform , specific to oracle application 11i ?
    Below is my environment detail
    NOW
    OS:-RHEL 4 update 7
    Application: Oracle e-business suite 11i (11.5.10.2)
    Database: Oracle 9i (9.2.0.8)
    Migrate (With upgrade)on
    OS:-Solaris
    Application: Oracle e-business suite 11i (11.5.10.2)
    Database: Oracle 11g r2 on RAC
    Please give me all The information about Upgrade & migration.
    What need to perform first Migration of Database or first Upgrade the Database and then Migrate to 11gR2 RAC env.
    Thanks in Advance,
    Shakeel Shaikh

    Pl do not post duplicates - Oracle application 11i (11.5.10.2) database upgrade from 9i to 11gr2

  • Upgrade EBS 11.5.10.2 from HP-UX to Linux R12.1.3 including the database

    Hello All
    I know there are other threads with the same question and i have been to almost all of them. Somehow i am still not able to understand it
    So i am posting it here. Sorry about that
    Upgrade EBS 11.5.10.2 from HP-UX to Linux R12.1.3 including the database from 10.2.0.3 HP-UX to Linux x86-64 11.2.0.3
    First thing is we would like to keep our production system untouched even during the go live in case of any failures we can fallback to old HP-UX systems
    We have three servers
    SERVER 1 :- DATABASE, concurrent manager and admin node
    SERVER 2 :- FORMS, WEB, REPORT and DISCOVERER
    SERVER 3 :- iSupplier Portal for external users with forms and web
    The new system would like
    SERVER 1 :- DATABASE NODE
    SERVER 2:- CONCURRENT, ADMIN, FORMS, WEB, REPORT and DISCOVERER
    SERVER 3:- iSupplier Portal for external users
    I believe the first step should be creating a 10.2.0.3 database on Linux. Install 10.2.0.3 software on Linux.
    Export from hp-ux using note 362205.1 and import it on Linux. This will create my Oracle Applications 11i database with data.
    Once this is complete for the application tier we would like to move from multi node to single node. I was following the note 238276.1 but it is not very clear how do i copy
    concurrent node from server 1 and server 2 with forms,web,report and discoverer to single Linux server ?
    Also for the iSupplier server 3 how does the steps follow ?
    Can someone please provide some steps in detail ?
    Also please correct me if i am wrong on the database part.
    Thanks

    I am at Clone the AutoConfig XML context file on the Target System from note 238276.1
    perl adclonectx.pl migrate java=[JDK HOME] \
    contextfile=[SOURCE SYSTEM CONTEXT FILE]
    For the SOURCE SYSTEM context file the file name is FINQ_finapdev.xml and my target server name is ofinapq and database name is FINT
    While running the procedure it is looking for FINQ database and saying
    [appfint@ofinapq bin]$ perl adclonectx.pl migrate java=/usr/java/j2sdk1.4.2_19 contextfile=/orappl_finapd/finqappl/admin/FINQ_finapdev.xml
    /usr/java/j2sdk1.4.2_19/bin/java -classpath ../jlib/classes12.zip:../jlib/xmlparserv2.zip:/usr/java/j2sdk1.4.2_19/lib/rt.jar:../jlib/java: oracle.apps.ad.context.CloneContext -e /orappl_finapd/finqappl/admin/FINQ_finapdev.xml -migrate -perl "/usr/bin/perl" -perl5lib "/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi:/usr/lib/perl5/site_perl/5.8.8:/usr/lib/perl5/site_perl:/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi:/usr/lib/perl5/vendor_perl/5.8.8:/usr/lib/perl5/vendor_perl:/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi:/usr/lib/perl5/5.8.8:."
    Provide the values required for creation of the new APPL_TOP Context file.
    Do you want to use a virtual hostname for the target node (y/n) [n] ?:
    Does the target system have more than one application tier server node (y/n) [y] ?:n
    Is the target system APPL_TOP divided into multiple mount points (y/n) [n] ?:
    Target system APPL_TOP mount point [orappl_finapd/finqappl]:
    Target system COMMON_TOP directory [orappl_finapd/finqcomn]:
    Do you want to preserve the Display set to wbcoorfi:11.0 (y/n) [y] ?:n
    Target system Display [ofinapq:0.0]:
    Location of the JDK on the target system [opt/java1.4]:/usr/java/j2sdk1.4.2_19
    Target system JRE_TOP [opt/java1.4]:/usr/java/j2re1.4.2_19
    RC-00024: Warning: Could not find perl at expected location:
    /tmp//Apache/perl/bin/perl
    Please verify the integrity of the filesystem.
    Perl executable location is set to:
    /usr/bin/perl
    Enter the Database listener port [1541]:1523
    APPS password is required to validate database connection using database port 1523
    Enter APPS Password [APPS]:qapps
    RC-40201: Unable to connect to Database FINQ.
    Enter the Database listener port [1541]:ERROR: context creation not completed successfully.
    Please check /tmp/adclonectx.err file for errors
    How do i generate the XML context file for the middle tier on target system ?

  • Upgrading EBS 11.5.9 from 32-bit to 64-bit

    my company is planning upgrade EBS 11.5.9 from 32-bit to 64-bit. I have found out in this forum mentioned 11i Apps tier cannot be upgrade to 64-bit. Can we upgrade our oracle database 9.2.0.3.0 from 32-bit to 64-bit? Which version of RHEL can support 9.2.0.3.0? Is there any issue accessing oracle between Apps (32-bit) & DB server (64-bit, if able to upgraded from 32-bit)?
    Currently we are using 32-bit RHEL AS 2.1.

    user11978534 wrote:
    my company is planning upgrade EBS 11.5.9 from 32-bit to 64-bit. I have found out in this forum mentioned 11i Apps tier cannot be upgrade to 64-bit. Correct -- Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 [ID 343917.1]
    Can we upgrade our oracle database 9.2.0.3.0 from 32-bit to 64-bit? No.
    Which version of RHEL can support 9.2.0.3.0? Check the certification matrix from MOS for the list of supported Linux OS with this database version.
    Is there any issue accessing oracle between Apps (32-bit) & DB server (64-bit, if able to upgraded from 32-bit)?
    Currently we are using 32-bit RHEL AS 2.1.There should be no issues -- Using Oracle Applications with a Split Configuration Database Tier on Oracle 9i Release 2 [ID 304489.1]
    Any reason you are still on 9.2.0.3 and not upgrading to 11gR2?
    Thanks,
    Hussein

  • Install EBS 11i using Oracle Database 11g

    Dear All,
    I'm going to create development environment for EBS 11i using database 11g. As i know, the rapidwiz install pack using Oracle 9i as the default database.
    Could I install EBS 11i using database 11g? Is there any documentation for this kind of installation? Or Do i have to Install EBS 11i using the default database then migrate it to Oracle database 11g?
    Many Thanks
    Gumas

    I'm going to create development environment for EBS 11i using database 11g. As i know, the rapidwiz install pack using Oracle 9i as the default database. Correct.
    Could I install EBS 11i using database 11g?No, you will need to install 9i which comes with 11i Rapid Install then upgrade the database to 11gR2
    Is there any documentation for this kind of installation? If you mean install 11i using 11g then no such doc exists.
    Or Do i have to Install EBS 11i using the default database then migrate it to Oracle database 11g?Correct.
    11gR2 Database Certified with E-Business Suite 11i
    https://blogs.oracle.com/stevenChan/entry/db11gr2_certified_ebs11i
    Interoperability Notes - Oracle E-Business Suite Release 11i with Oracle Database 11g Release 2 (11.2.0) (Note 881505.1)
    Thanks,
    Hussein

  • Upgrading ebs 11.5.10.2 to 12.1.3 on IBM AIX 64

    Hi experts,
    we have ebs 11.5.10.2 currently, single node installation (db and apps tiers on the same node)
    we are planning to upgrade to the latest release 12.1.3 on 11.2.0.3.0 rdbms.
    i need your help in the following queries;
    - is it possible to setup ebs (db and apps tiers) using RAC (2 nodes only available, each node shall hold db and apps tiers?)
    - what is the minimum nodes required if i need to deploy rac on my ebs environment?
    would you please help me with the required docs to deploy a successful upgrade?
    thank you.

    Moh_boda wrote:
    hi Hussein,
    i need your help :)
    while upgrading the db from 9.2.0.6 to 9.2.0.8, the output of catpatch.sql was as follows
    DOC> END Component Patches */
    COMP_NAME STATUS VERSION
    Oracle9i Catalog Views VALID 9.2.0.8.0
    Oracle9i Packages and Types VALID 9.2.0.8.0
    Oracle9i Real Application Clusters INVALID 9.2.0.8.0
    JServer JAVA Virtual Machine VALID 9.2.0.8.0
    Oracle XDK for Java VALID 9.2.0.10.0
    Oracle9i Java Packages VALID 9.2.0.8.0
    Oracle interMedia VALID 9.2.0.8.0
    Spatial VALID 9.2.0.8.0
    Oracle Text VALID 9.2.0.8.0
    OLAP Analytic Workspace UPGRADED 9.2.0.8.0
    Oracle OLAP API UPGRADED 9.2.0.8.0
    OLAP Catalog VALID 9.2.0.8.0
    Oracle Data Mining VALID 9.2.0.8.0
    DOC>================================================================
    DOC> The above query lists the components in the database, along
    DOC> with their current patchset version and status.
    DOC>================================================================
    DOC>*/
    DOC> END CATPATCH.SQL */
    i have been trying to get sure whether the invalid component would affect any subsequent steps or should it be ignored. Hi,
    this is ok. As now you do not have RAC, it is saying invalid. Once you successfully convert from non rac to rac this will be valid.
    >
    if you could also recommend the docs i would need for 11.2.0.3 upgrade i would be so grateful.
    thanks,
    MohPlease see the following notes
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0) [ID 881505.1]
    Thanks

  • There are some form errors after upgrading ebs from 12.1.1 to 12.1.3

    Hello , EBS experts,
    I have some upgrading issues need your great help. thanks in advance!
    We have installed EBS 12.1.1 on Oracle Linux 5.7, everything is okay.
    Now, we need to upgrading EBS from 12.1.1 to 12.1.3, after all the upgrading process were done. We have encountered the form error while opening the AR transaction forms as below
    ORA-01403: no data found
    FRM-40735: PRE-FORM trigger raised unhandled exception ORA-04062.
    Lots of Receivable forms have the same issue, I have upgrading the ebs from 12.1.1 to 12.1.3 with 2 times, but every time, I have encountered the same issue.
    Can anyone have me? it's very urgent for me to finish this task, thanks!
    Here is my upgrading process for your reference
    1. Installed the EBS 12.1.1 and everything is okay(Create a AR, AP transaction and invoice and post to gl).
    2. I have referenced this document to upgrading the EBS
    Oracle E-Business Suite Release 12.1.3 Readme [ID 1080973.1]
    To apply Oracle E-Business Suite Release 12.1.3, follow these steps:
    1) 9239089
    2) 9239090(US), then applied the 9239090_zhs as I have the zhs language on the EBS 12.1.1
    3) 9239095
    Post-Update Steps
    1. Apply post-install Oracle E-Business Suite Applications Technology patches. (Required)
    4)9817770
    5)9966055
    2. Update database tier nodes with the Oracle E-Business Suite Release 12.1.3 code level.
    Application tier:
    Database tier:
    3. I have applied the following patches before upgrading to 12.1.3(before step 2 as above)
    Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade [ID 761570.1]
    Database Preparation Guidelines for an Oracle E-Business Suite Release 12.1.1 Upgrade
    Patch E
    B) For users on 11.1.0.7:
    7111245 - 7684818 also includes 7111245 but this is a later version of the patch. Disregard errors related to 7111245 being installed when applying 7684818.
    7211965
    7330434
    7486407
    7627743
    7639602
    7684818
    8199107
    8639653
    8940108
    9026927
    9066130
    9554727
    9743057
    (I have compared the above patches with my db(ebs 12.1.1 ) and some patches have already been applied based on EBS 12.1.1), and the following patches were not included on the db, so I applied the following patches one by one
    7684818
    8199107
    8639653
    8940108
    9026927
    9066130
    9554727
    9743057
    Modify Initialization Parameters
    disablefast_validate=TRUE
    pgamax_size=104857600
    Can anyone help me on this issue? thanks!
    Open AR forms such as transaction, receipt, etc, and always encountered the same issues as below
    ORA-01403: no data found
    FRM-40735: PRE-FORM trigger raised unhandled exception ORA-04062.
    The AR forms opened failed. thanks!
    Thanks!
    Chuan Ling

    Hi, Helios,
    Thanks for your great help on this issues.
    Here is my verification result for your reference as below
    1.Known errors generated on the People form (PERWSHRG) [ID 206584.1]
    10 -      Error: FRM-40735:PRE-FORM trigger raised unhandled exception ORA-04062.
    ORA-01403:no data found
    APP-FND-01242:cannot read value from field: GLOBAL.G_NAV_NODE_USAGE_ID
    Cause: The field: Global.G_NAV_NODE_USAGE_ID couldn't be located or read.
         Resolution: This is an issue associated with multiple APPL_TOPS. Ensure
    that references to the APPL_TOP are pointing to correct one.
    I don't know how to fix this? do you know?
    2.After Upgrade From R12.0.4 To 12.1.1 Property Manager Forms Give Error FRM-40735 [ID 1092394.1]
    [r12app@infsgvm14 forms]$ strings -a $PN_TOP/patch/115/sql/PNPFUNCB.pls | grep '$Header:'
    -- $Header: PNPFUNCB.pls 120.19.12010000.12 2010/03/26 10:43:10 rthumma ship $
    my file's version is 120.19.12010000.12, so ignore this step
    3.Property Manager Forms Error FRM-40735 After Upgrade From 12.0.6 to 12.1.2 [ID 1091124.1]
    did you know how to set this 1) Please set Property Manager status to "Installed" via License Manager.
    I don't find this on license manager.
    4.Frm-40735 Ora-04062 When Trying To Open Transactions Form [ID 1363671.1]
    just checked the custom.pll and custom.plx and they are existed in AU_TOP/resource, I want to re-generated this custom.plx using this
    frmcmp module=CUSTOM.pll userid=apps/apps@hostname module_type=LIBRARY
    but have some issues.
    [r12app@infsgvm14 resource]$ frmcmp module=CUSTOM.pll userid=apps/[email protected] module_type=LIBRARY
    Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.3.0 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.5.0 Production
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    so, it's strange.
    Thanks!
    Chuan Ling

  • Upgrade EBS in 12.0.6 to 12.1.1,patch 7303030. adwork FAILED  cndictsys.ldt

    Hi all.
    My worker fail when run file cndictsys.ldt with developer Primary Key. apply patch 7303030 for upgrade EBS from 12.0.6 to 12.1.1.
    Uploading from the data file /u787/mangle/apps/apps_st/appl/cn/12.0.0/patch/115/import/US/cndictsys.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/u787/mangle/apps/apps_st/appl/fnd/12.0.0/patch/115/import/afdict.lct(120.0.12010000.1), /u787/mangle/apps/apps_st/appl/cn/12.0.0/patch/115/import/US/cndictsys.ldt) to staging tables
    Dumping LCT file /u787/mangle/apps/apps_st/appl/fnd/12.0.0/patch/115/import/afdict.lct(120.0.12010000.1) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /u787/mangle/apps/apps_st/appl/cn/12.0.0/patch/115/import/US/cndictsys.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (FND_TABLE CN SYSTEM CN_MODULES_ALL_B , FND_FOREIGN_KEY CN_PERIOD_STATUSES_ALL_FK1 ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for FND_PRIMARY_KEY: APPLICATION_SHORT_NAME = CN, BUILDING_BLOCK_NAME = SYSTEM, TABLE_NAME = CN_PERIOD_TYPES_ALL, PRIMARY_KEY_NAME = CN_PERIOD_TYPES_UK1, ORA-20001: APP-FND-02003: More then one Developer Primary Key is defined on table CN_PERIOD_TYPES_ALL.
    Thanks for all help.
    Luis

    Hi Hussein thanks for you help.
    I open the SR. and this corresponds to the cn module (Oracle Incentive Compensation). I'm not using it.
    This can be verified by running the @$AD_TOP/sql/adutconf.sql with apps squema.
    output:
    CN Inactive 12.0.0 R12.CN.A.6 03-Apr-2013
    I skip this with the 8 option in the adctrl.
    Thanks & Regards
    Luis

  • Upgrade EBS 11i To R12.2

    Hello ,
    I need help if you can send me notes , DOC   .... step by step how to upgrade EBS 11i to R12.2
    Thanks

    Hi,
    there are MOS notes and Whitepapers available.
    Note that there are some SLA upgrade jobs in the upgrade from 11i to Release 12.2.0, especially ... most current data is being upgraded.
    Best Practices for Minimizing Oracle EBS R12.2.n Upgrade Downtime Whitepaper
    regards

Maybe you are looking for