11.5.10.2 to R12.1.1 upgrade: jtfpfstart.sql : PLS-00905: object APPS.JTF_PF_CONV_PKG is invalid

Hello,
EBS version : 11.5.10.2
DB version : 11.2.0.3
OS version : AIX 6.1
As a part of 11.5.10.2 to R12.1.1 upgrade, while applying merged 12.1.1 upgrade driver(u6678700.drv), we got below error :
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ATTENTION: All workers either have failed or are waiting:
           FAILED: file jtfpfstart.sql on worker  1.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Worker LOG :
Start time for file is: Wed Aug 07 2013 14:53:36
sqlplus -s APPS/***** @/fmstop/r12apps/apps/apps_st/appl/jtf/12.0.0/patch/115/sql/jtfpfstart.sql &un_apps &un_jtf
            dbms_aqadm.drop_queue_table(queue_table=>JTF_PF_CONV_PKG.QTABLENAME, force=>true);
ERROR at line 23:
ORA-06550: line 23, column 47:
PLS-00905: object APPS.JTF_PF_CONV_PKG is invalid
ORA-06550: line 23, column 6:
PL/SQL: Statement ignored
ORA-06550: line 27, column 45:
PLS-00905: object APPS.JTF_PF_CONV_PKG is invalid
ORA-06550: line 27, column 2:
PL/SQL: Statement ignored
ORA-06550: line 28, column 38:
PLS-00905: object APPS.JTF_PF_CONV_PKG is invalid
ORA-06550: line 28, column 2:
PL/SQL: Statement ignored
ORA-06550: line 29, column 39:
PLS-00905: object APPS.JTF_PF_CONV_PKG is invalid
ORA-06550: line 29, column 2:
PL/SQL: Statement ignored
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
So far I have done below :
SQL> ALTER PACKAGE APPS.JTF_PF_CONV_PKG compile;
Warning: Package altered with compilation errors.
SQL> show error
Errors for PACKAGE APPS.JTF_PF_CONV_PKG:
LINE/COL ERROR
30/3     PL/SQL: Declaration ignored
30/39    PLS-00201: identifier 'JTF_PF_PAGE_OBJECT_TABLE' must be declared
66/3     PL/SQL: Declaration ignored
66/33    PLS-00201: identifier 'JTF_PF_TABLETYPE' must be declared
SQL> ALTER PACKAGE APPS.JTF_PF_CONV_PKG compile body;
Warning: Package Body altered with compilation errors.
Found Upgrade 11i to R12.1.3 worker fails on jtfpfstart.sql PLS-00905: object APPS.JTF_PF_CONV_PKG is invalid (Doc ID 1463373.1) which has fixed JTF_PF_TABLETYPE.
drix10:/fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log>cd $JTF_TOP/patch/115/xdf
drix10:/fmstop/r12apps/apps/apps_st/appl/jtf/12.0.0/patch/115/xdf>tnsping $TWO_TASK
TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.1.0.5.0 - Production on 07-AUG-2013 15:03:59
Copyright (c) 1997, 2003, Oracle.  All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=drix10)(PORT=1541)) (CONNECT_DATA=(SID=FMSTEST)))
OK (0 msec)
drix10:/fmstop/r12apps/apps/apps_st/appl/jtf/12.0.0/patch/115/xdf>
drix10:/fmstop/r12apps/apps/apps_st/appl/jtf/12.0.0/patch/115/xdf>adjava -mx512m -nojit oracle.apps.fnd.odf2.FndXdfCmp apps apps \
> apps apps thin drix10:1541:FMSTEST type \
> jtf_pf_tabletype.xdf $FND_TOP/patch/115/xdf/xsl
                     Copyright (c) 2002 Oracle Corporation
                        Redwood Shores, California, USA
                                    AD Java
                                 Version 12.0.0
NOTE: You may not use this utility for custom development
      unless you have written permission from Oracle Corporation.
Reading product information from file...
Reading language and territory information from file...
Reading language information from applUS.txt ...
  Temporarily resetting CLASSPATH to:
  "/fmstop/r12apps/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/fmstop/r12apps/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/fmstop/r12apps/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/fmstop/r12apps/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/fmstop/r12apps/apps/apps_st/comn/java/lib/appsborg.zip:/fmstop/r12apps/apps/tech_st/10.1.2/forms/java:/fmstop/r12apps/apps/tech_st/10.1.2/forms/java/frmall.jar:/fmstop/r12apps/apps/tech_st/10.1.2/jlib/ewt3.jar:/fmstop/r12apps/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/fmstop/r12apps/apps/apps_st/comn/java/classes"
  Calling /fmstop/r12apps/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
XDF file application started. Current time is: Wed Aug 07 15:04:40 CDT 2013
================================================================================
Applying XDF file : jtf_pf_tabletype.xdf
================================================================================
              Copyright (c) 2003 Oracle Corporation
                 Redwood Shores, California, USA
         XDF(XML Object Description File) Comparison Utility
                        Version 1
NOTE: You may not use this utility for custom development
      unless you have written permission from Oracle Corporation.
Type JTF_PF_TABLETYPE does not exist in APPS
Creating Type
      CREATE OR REPLACE TYPE "APPS"."JTF_PF_TABLETYPE" as table of varchar2(2000);
Start time for statement above is Wed Aug 07 15:04:40 CDT 2013
End time for statement above is Wed Aug 07 15:04:41 CDT 2013
SQL> ALTER PACKAGE APPS.JTF_PF_CONV_PKG compile;
Warning: Package altered with compilation errors.
SQL> show error
Errors for PACKAGE APPS.JTF_PF_CONV_PKG:
LINE/COL ERROR
30/3     PL/SQL: Declaration ignored
30/39    PLS-00201: identifier 'JTF_PF_PAGE_OBJECT_TABLE' must be declared
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I could not see any doc on metalink or google talking about JTF_PF_PAGE_OBJECT_TABLE.
Please help.

Please try the following:
1. Drop the following objects (take a backup of the tables first) using:
SQL> create table JTF.JTF_PF_REPOSITORY_TMP_BKP as select * from JTF.JTF_PF_REPOSITORY_TMP;
SQL> create table JTF.JTF_PF_REPOSITORY_BKP as select * from JTF.JTF_PF_REPOSITORY;
SQL> drop table JTF.JTF_PF_REPOSITORY_TMP;
SQL> drop table JTF.JTF_PF_REPOSITORY;
SQL> drop synonym APPS.JTF_PF_REPOSITORY_TMP;
SQL> drop synonym APPS.JTF_PF_REPOSITORY;
2. Run the jtfpfcreate command:
$ sqlplus -s apps/<apps_pws> @$JTF_TOP/patch/115/sql/jtfpfcreate.sql APPS JTF
3. Recreate the missing objects:
$ adjava -mx512m -nojit oracle.apps.fnd.odf2.FndXdfCmp apps apps apps apps thin "<hostname>:<port>:<SID>" all $JTF_TOP/patch/115/xdf/jtf_pf_tabletype.xdf $FND_TOP/patch/115/xdf/xsl
$ adjava -mx512m -nojit oracle.apps.fnd.odf2.FndXdfCmp apps apps apps apps thin "<hostname>:<port>:<SID>" all $JTF_TOP/patch/115/xdf/jtf_pf_page_object_table.xdf $FND_TOP/patch/115/xdf/xsl
$ adjava -mx512m -nojit oracle.apps.fnd.odf2.FndXdfCmp apps apps apps apps thin "<hostname>:<port>:<SID>" all $JTF_TOP/patch/115/xdf/jtf_pf_techstack_table.xdf $FND_TOP/patch/115/xdf/xsl
$ adjava -mx512m -nojit oracle.apps.fnd.odf2.FndXdfCmp apps apps apps apps thin "<hostname>:<port>:<SID>" all $JTF_TOP/patch/115/xdf/jtf_pf_trackpurpose_table.xdf $FND_TOP/patch/115/xdf/xsl
4. Drop unused queue objects:
begin
DBMS_AQADM.DROP_QUEUE_TABLE (queue_table => 'JTF_PF_LOGGING_TABLE', force => TRUE);
end;
5. Restart the failed worker using adctrl
Regards,
Hussein

Similar Messages

  • Invalid objects found after R12.1.2 upgrade from R12.1.1

    Hi all,
    We had Oracle E-Business R12.1.1 vanilla installation before and just upgraded to R12.1.2 by applying patch (7303033), in which during this process there was an error stating some errors found at forms library.
    And the below query;
    select count(*) from dba_objects where owner ='APPS and status = 'INVALID''; --gave us 84 objects.
    Due to this we ran a recompilation of the apps schema and Application database entire using the "adadmin" command, after which the above query has fallen down the output to "48" counts from "84" counts.
    Basically the instalallation and upgrade has been done by the vendor of Oracle product to us and have no metalink account as yet ( which will be provided to us after the go live date).
    I just want to know will this effect our production enviornment and if so how could I rectify it...
    Thanks in advance for your assistance.
    Regards,
    Edited by: A.R.M Asif on Jul 6, 2010 11:40 PM

    Pl also see this related thread - Re: Many  db  objects error after Upgrate EBS 12.1.1 to EBS 12.1.2(7303033)
    HTH
    Srini

  • 11.5.10.2 to R12.1.1 upgrade: Error loading seed data for GL_DEFAS_ACCESS_SETS:  DEFINITION_ACCESS_SET = SUPER_USER_DEFAS,  ORA-06508: PL/SQL: could not find program unit being called

    Hello,
    EBS version : 11.5.10.2
    DB version : 11.2.0.3
    OS version : AIX 6.1
    As a part of 11.5.10.2 to R12.1.1 upgrade, while applying merged 12.1.1 upgrade driver(u6678700.drv), we got below error :
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ATTENTION: All workers either have failed or are waiting:
               FAILED: file glsupdas.ldt on worker  3.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    drix10:/fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log>tail -20 adwork003.log
    Restarting job that failed and was fixed.
    Time when worker restarted job: Wed Aug 07 2013 10:36:14
    Loading data using  FNDLOAD function.
    FNDLOAD APPS/***** 0 Y UPLOAD @SQLGL:patch/115/import/glnlsdas.lct @SQLGL:patch/115/import/US/glsupdas.ldt -
    Connecting to APPS......Connected successfully.
    Calling FNDLOAD function.
    Returned from FNDLOAD function.
    Log file: /fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log/US_glsupdas_ldt.log
    Error calling FNDLOAD function.
    Time when worker failed: Wed Aug 07 2013 10:36:14
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    drix10:/fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log>tail -20 US_glsupdas_ldt.log
    Current system time is Wed Aug  7 10:36:14 2013
    Uploading from the data file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/glnlsdas.lct(120.0), /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt) to staging tables
    Dumping LCT file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/glnlsdas.lct(120.0) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (GL_DEFAS_ACCESS_SETS SUPER_USER_DEFAS , GL_DEFAS_ACCESS_SETS SUPER_USER_DEFAS ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
      Error loading seed data for GL_DEFAS_ACCESS_SETS:  DEFINITION_ACCESS_SET = SUPER_USER_DEFAS,  ORA-06508: PL/SQL: could not find program unit being called
    Concurrent request completed
    Current system time is Wed Aug  7 10:36:14 2013
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Below is info about file versions and INVALID packages related to GL.
    PACKAGE BODY GL_DEFAS_ACCESS_SETS_PKG is invalid with error component 'GL_DEFAS_DBNAME_S' must be declared.
    I can see GL_DEFAS_DBNAME_S is a VALID sequence accessible by apps user with or without specifying GL as owner.
    SQL> select text from dba_source where name in ('GL_DEFAS_ACCESS_DETAILS_PKG','GL_DEFAS_ACCESS_SETS_PKG') and line=2;
     TEXT
    /* $Header: glistdds.pls 120.4 2005/05/05 01:23:16 kvora ship $ */
    /* $Header: glistddb.pls 120.16 2006/04/10 21:28:48 cma ship $ */
    /* $Header: glistdas.pls 120.4 2005/05/05 01:23:02 kvora ship $ */
    /* $Header: glistdab.pls 120.5 2006/03/13 19:56:21 cma ship $ */ 
    SQL> select * from all_objects where object_name in ('GL_DEFAS_ACCESS_DETAILS_PKG','GL_DEFAS_ACCESS_SETS_PKG')
      2 ; OWNER OBJECT_NAME SUBOBJECT_NAM OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_TIME TIMESTAMP STATUS T G S NAMESPACE
    EDITION_NAME
    APPS GL_DEFAS_ACCESS_DETAILS_PKG 1118545 PACKAGE 05-AUG-13 05-AUG-13 2013-08-05:18:54:51 VALID N N N 1 
    APPS GL_DEFAS_ACCESS_SETS_PKG 1118548 PACKAGE 05-AUG-13 06-AUG-13 2013-08-05:18:54:51 VALID N N N 1 
    APPS GL_DEFAS_ACCESS_SETS_PKG 1128507 PACKAGE BODY 05-AUG-13 06-AUG-13 2013-08-06:12:56:50 INVALID N N N 2 
    APPS GL_DEFAS_ACCESS_DETAILS_PKG 1128508 PACKAGE BODY 05-AUG-13 05-AUG-13 2013-08-05:19:43:51 VALID N N N 2 
    SQL> select * from all_objects where object_name='GL_DEFAS_DBNAME_S'; OWNER OBJECT_NAME SUBOBJECT_NAM OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_TIME TIMESTAMP STATUS T G S NAMESPACE
    EDITION_NAME
    GL GL_DEFAS_DBNAME_S 1087285 SEQUENCE 05-AUG-13 05-AUG-13 2013-08-05:17:34:43 VALIDN N N 1 
    APPS GL_DEFAS_DBNAME_S 1087299 SYNONYM 05-AUG-13 05-AUG-13 2013-08-05:17:34:43 VALIDN N N 1 
    SQL> conn apps/apps
    Connected.
    SQL> SELECT OWNER, OBJECT_NAME, OBJECT_TYPE, STATUS
    FROM DBA_OBJECTS
    WHERE OBJECT_NAME = 'GL_DEFAS_ACCESS_SETS_PKG'; 2 3 OWNER OBJECT_NAME OBJECT_TYPE STATUS
    APPS GL_DEFAS_ACCESS_SETS_PKG PACKAGE VALID
    APPS GL_DEFAS_ACCESS_SETS_PKG PACKAGE BODY INVALID SQL> ALTER PACKAGE GL_DEFAS_ACCESS_SETS_PKG COMPILE; Warning: Package altered with compilation errors. SQL> show error
    No errors.
    SQL> ALTER PACKAGE GL_DEFAS_ACCESS_SETS_PKG COMPILE BODY; Warning: Package Body altered with compilation errors. SQL> show error
    Errors for PACKAGE BODY GL_DEFAS_ACCESS_SETS_PKG: LINE/COL ERROR
    39/17 PLS-00302: component 'GL_DEFAS_DBNAME_S' must be declared 
    drix10:/fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/odf>cat $GL_TOP/patch/115/sql/glistdab.pls|grep -n GL_DEFAS_DBNAME_S
    68: SELECT GL.GL_DEFAS_DBNAME_S.NEXTVAL
    81: fnd_message.set_token('SEQUENCE', 'GL_DEFAS_DBNAME_S');
    SQL> show user
    USER is "APPS"
    SQL> SELECT GL.GL_DEFAS_DBNAME_S.NEXTVAL
      FROM dual; 2                         -- with GL.
      NEXTVAL
      1002
    SQL> SELECT GL_DEFAS_DBNAME_S.NEXTVAL from dual;               --without GL. or using synonym.
      NEXTVAL
      1003
    drix10:/fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/odf>strings -a $GL_TOP/patch/115/sql/glistdab.pls|grep '$Header'
    REM | $Header: glistdab.pls 120.5 2006/03/13 19:56:21 cma ship $ |
    /* $Header: glistdab.pls 120.5 2006/03/13 19:56:21 cma ship $ */
    drix10:/fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/odf>strings -a $GL_TOP/patch/115/sql/glistdas.pls |grep '$Header'
    REM | $Header: glistdas.pls 120.4 2005/05/05 01:23:02 kvora ship $ |
    /* $Header: glistdas.pls 120.4 2005/05/05 01:23:02 kvora ship $ */

  • 11.5.10.2 to R12.1.2 Upgrade Clarification

    Hi All,
    We are currently planning to upgrade our 11.5.10.2 Ebiz to R12.1.2. Recently we have done the patching on 11.5.10.2 to bring it up to the extended support level by applying the patchsets specified in Patch Requirements for Extended Support of Oracle E-Business Suite Release 11.5.10 [ID 883202.1] metalink note.
    We have not applied the latest product patches and we have only applied the patches required for Extended Support. Now in order to upgrade to R12.1.2
    1) Do we need to apply all the latest family patches and mini packs on 11.5.10.2 for each module/product before or during upgrading to R12.1.2 ?
    2) Our database is at 10.2.0.5, do we need to upgrade it to 11gR1 ?
    3) Do we need to apply any additional patches over the extended support level before R12.1.2 upgrade?
    As per the Oracle documentation for R12.1.2 Upgrade I found the following step that created the doubt for me
    "12. Apply latest product patches (required)
    Applies to 11i release level: All
    TUMS step key: N/A
    3-6 Oracle E-Business Suite Upgrade Guide
    Determine the latest product-specific patches. Then, download the American
    English patches. Using AD Merge Patch, create a merged patch and apply it to your
    Release 12.1.1 APPL_TOP."
    Regards
    Sridhar M

    1) Do we need to apply all the latest family patches and mini packs on 11.5.10.2 for each module/product before or during upgrading to R12.1.2 ?
    No - you will lay down a new filesystem when you install 12.1 so it is not necessary to apply the latest family patches and mini packs.
    For the upgrade check Note 954704.1 - R12.1 Oracle Financials Critical Patches for the latest pre-upgrade patches before upgrading.
    These are the only critical patches that you need to apply that are not called out in the 12.1 upgrade quide
    2) Our database is at 10.2.0.5, do we need to upgrade it to 11gR1 ?
    No - you will still be on a certified configuration but upgrading to 11gR2 would be recommended.
    3) Do we need to apply any additional patches over the extended support level before R12.1.2 upgrade?
    No, just apply what is in the 12.1 upgrade guide and in Note 954704.1 - R12.1 Oracle Financials Critical Patches for the latest pre-upgrade patches before upgrading.
    Please check out our free Maintenance Wizard tool which automates most of the steps to upgrade you EBS to 12.1 and your database to 11gR2.
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=215527.1

  • 11.5.10.2 to R12.1.1 upgrade : AutoPatch warning : Product Data File $APPL_TOP/admin/*prod.txt does not exist for product

    Hello Sir,
    OS version : AIX 6.1
    DB version : 11.2.0.3
    EBS version : 11.5.10.2
    As a part of 11.5.10.2 to R12.1.1 upgrade, I am applying merged patch (9179588:R12.AD.B) with 9477107:R12.AD.B and patch 7461070(R12.AD.B.1 upgrade driver).
    I can see AutoPatch warning messages during adpatch session as below so I have not yet started this merged patch. Please suggest.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    drix10:/fmstop/patches/R1211AD/merge>adpatch
                         Copyright (c) 2002 Oracle Corporation
                            Redwood Shores, California, USA
                             Oracle Applications AutoPatch
                                     Version 12.0.0
    NOTE: You may not use this utility for custom development
          unless you have written permission from Oracle Corporation.
    Attention: AutoPatch no longer checks for unapplied pre-requisite patches.
    You must use OAM Patch Wizard for this feature. Alternatively, you can
    review the README for pre-requisite information.
    Your default directory is '/fmstop/r12apps/apps/apps_st/appl'.
    Is this the correct APPL_TOP [Yes] ?
    AutoPatch records your AutoPatch session in a text file
    you specify.  Enter your AutoPatch log file name or press [Return]
    to accept the default file name shown in brackets.
    Filename [adpatch.log] : adpatch_u_merged_R12AD11.log
    You can be notified by email if a failure occurs.
    Do you wish to activate this feature [No] ?
    Please enter the batchsize [1000] : 2000
    Please enter the name of the Oracle Applications System that this
    APPL_TOP belongs to.
    The Applications System name must be unique across all Oracle
    Applications Systems at your site, must be from 1 to 30 characters
    long, may only contain alphanumeric and underscore characters,
    and must start with a letter.
    Sample Applications System names are: "prod", "test", "demo" and
    "Development_2".
    Applications System Name [FMSTEST] : FMSTEST *
    NOTE: If you do not currently have certain types of files installed
    in this APPL_TOP, you may not be able to perform certain tasks.
    Example 1: If you don't have files used for installing or upgrading
    the database installed in this area, you cannot install or upgrade
    the database from this APPL_TOP.
    Example 2: If you don't have forms files installed in this area, you cannot
    generate them or run them from this APPL_TOP.
    Example 3: If you don't have concurrent program files installed in this area,
    you cannot relink concurrent programs or generate reports from this APPL_TOP.
    Do you currently have files used for installing or upgrading the database
    installed in this APPL_TOP [YES] ? YES *
    Do you currently have Java and HTML files for HTML-based functionality
    installed in this APPL_TOP [YES] ? YES *
    Do you currently have Oracle Applications forms files installed
    in this APPL_TOP [YES] ? YES *
    Do you currently have concurrent program files installed
    in this APPL_TOP [YES] ? YES *
    Please enter the name Oracle Applications will use to identify this APPL_TOP.
    The APPL_TOP name you select must be unique within an Oracle Applications
    System, must be from 1 to 30 characters long, may only contain
    alphanumeric and underscore characters, and must start with a letter.
    Sample APPL_TOP Names are: "prod_all", "demo3_forms2", and "forms1".
    APPL_TOP Name [drix10] : drix10 *
    You are about to apply a patch to the installation of Oracle Applications
    in your ORACLE database 'FMSTEST'
    using ORACLE executables in '/fmstop/r12apps/apps/tech_st/10.1.2'.
    Is this the correct database [Yes] ?
    AutoPatch needs the password for your 'SYSTEM' ORACLE schema
    in order to determine your installation configuration.
    Enter the password for your 'SYSTEM' ORACLE schema:
    The ORACLE username specified below for Application Object Library
    uniquely identifies your existing product group: APPLSYS
    Enter the ORACLE password of Application Object Library [APPS] :
    AutoPatch is verifying your username/password.
    The status of various features in this run of AutoPatch is:
                                               <-Feature version in->
    Feature                          Active?   APPLTOP    Data model    Flags
    CHECKFILE                        Yes       1          1             Y N N Y N Y
    PREREQ                           Yes       6          6             Y N N Y N Y
    CONCURRENT_SESSIONS              No        2          2             Y Y N Y Y N
    PATCH_TIMING                     Yes       2          2             Y N N Y N Y
    PATCH_HIST_IN_DB                 Yes       6          6             Y N N Y N Y
    SCHEMA_SWAP                      Yes       1          1             Y N N Y Y Y
    JAVA_WORKER                      No        1          -1            Y N N Y N N
    CODELEVEL                        No        1          -1            Y N N Y N N
    Identifier for the current session is 2987
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/eaaprod.txt
    does not exist for product "eaa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/abmprod.txt
    does not exist for product "abm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/evmprod.txt
    does not exist for product "evm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ipdprod.txt
    does not exist for product "ipd".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/zfaprod.txt
    does not exist for product "zfa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/zsaprod.txt
    does not exist for product "zsa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/cssprod.txt
    does not exist for product "css".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/meprod.txt
    does not exist for product "me".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/xnmprod.txt
    does not exist for product "xnm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/xncprod.txt
    does not exist for product "xnc".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/xnsprod.txt
    does not exist for product "xns".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/fptprod.txt
    does not exist for product "fpt".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/okrprod.txt
    does not exist for product "okr".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/cueprod.txt
    does not exist for product "cue".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ibaprod.txt
    does not exist for product "iba".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ozpprod.txt
    does not exist for product "ozp".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ozsprod.txt
    does not exist for product "ozs".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/rlaprod.txt
    does not exist for product "rla".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/vehprod.txt
    does not exist for product "veh".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/rhxprod.txt
    does not exist for product "rhx".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/imtprod.txt
    does not exist for product "imt".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ahmprod.txt
    does not exist for product "ahm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/okbprod.txt
    does not exist for product "okb".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/okoprod.txt
    does not exist for product "oko".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/xniprod.txt
    does not exist for product "xni".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/jtsprod.txt
    does not exist for product "jts".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/amfprod.txt
    does not exist for product "amf".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/cunprod.txt
    does not exist for product "cun".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    Reading database to see what industry is currently installed.
    Reading FND_LANGUAGES to see what is currently installed.
    Currently, the following language is installed:
    Code   Language                                Status
    US     American English                        Base
    Your base language will be AMERICAN.
    Setting up module information.
    Reading database for information about the modules.
    Saving module information.
    Reading database for information about the products.
    Reading database for information about how products depend on each other.
    Reading topfile.txt ...
    Saving product information.
    Trying to obtain a lock...
      Attempting to instantiate the current-view snapshot...
      No baseline bug-fixes info available. Will attempt next time.
         **************** S T A R T   O F   U P L O A D ****************
    Start date: Sun Aug 04 2013 18:45:12
    0 "left over" javaupdates.txt files uploaded to DB: Sun Aug 04 2013 18:45:12
    0 patches uploaded from the ADPSV format patch history files: Sun Aug 04 2013 18:45:12
    Uploading information about files copied during the previous runs ...
    0 "left over" filescopied_<session_id>.txt files uploaded to DB: Sun Aug 04 2013 18:45:12
         ****************** E N D   O F   U P L O A D ******************
    End date: Sun Aug 04 2013 18:45:12
    Enter the directory where your Oracle Applications patch has been unloaded
    The default directory is [/fmstop/patches/R1211AD/merge] :
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    I checked under 11i $APPL_TOP/admin directory, I can see only one izuprod.txt file apart from applprod.txt.
    drix10:/fmstop/fmstest/fmstestappl/admin>ls -lrt *prod.txt
    -rwxr-xr-x    1 appltest dba          231650 Oct 30 2004  applprod.txt
    -rwxr-xr-x    1 appltest dba            4966 Sep 21 2007  izuprod.txt
    R12 code tree is newly installed so there is only applprod.txt
    drix10:/fmstop/r12apps/apps/apps_st/appl/admin>ls -lrt *prod.txt
    -rwxr-xr-x    1 appltest dba          226340 Jul 29 15:19 applprod.txt
    Please suggest if I can ignore these warning to proceed with applying merged patch.

  • 11.5.10 to R12.1.3 Upgrade

    Hi,
    We are in the process of doing the 11.5.10 to R12.1.1 Upgrade.
    We just finished completing patch u6678700.drv and the application is working fine.
    When does the post upgrade functional tasks need to be completed?
    Is it after upgrading to 12.1.3 or before?
    Regards,
    Narayan

    When does the post upgrade functional tasks need to be completed?
    Is it after upgrading to 12.1.3 or before?It can be done before or after. Personally, I would prefer to complete those tasks once I upgrade to 12.1.3
    Thanks,
    Hussein

  • Upgrade patches for 10.1.2.3 during R12.1.3 Upgrade

    Hi,
    Need clarification about 10.1.2.3 patches during R12.1.1 to R12.1.3 upgrade
    I am following the note Oracle E-Business Suite Release 12.1.3 Readme 1080973.1 and applying the patches "Forms and Reports for Oracle E-Business Suite Release 12 Document 437878.1"
    I am not clear whether I need to apply the Patch 8919489 - R12.TXK.B.Delta.3 before applying any other oneoff patches, this patch seems to be included in R12.1.3 and I am applying these patches of R12.1.13 upgrade
    Thanks

    965417 wrote:
    Thanks Hussein for the confirmation, I have another question regarding the CPU Oct 2012 patch for 10.1.2.3 Oracle Home
    I am following the CPU patch note 1486535.1 and as per this note, we have to follow another note Document 1354842.1 for 10.1.2.3 patches
    Patch Availability for Oracle Fusion Middleware 10.1.2.3
    Is Patch 9593176 only relevant for 10.1.2.3 OH with R12.1.3? Could you pls confirm?
    It is applicable to 10.1.2.3 ORACLE_HOME.
    Thanks,
    Hussein

  • R12.1.1 upgrade driver failed due to OKC user connectivity (RHEL 5.9)

    Hi Team,
    I was in the middle of the R12.1.1 upgrade and the driver failed due to OKC user connectivity .
    I have checked all the possibilities.
    Please let me know how to proceed from here. Though I restarted the patch it is failing due to OKC user login denied.
    Assigned: file as_accesses_n17.xdf on worker 1 for product as username APPS.
    Assigned: file cnpln.odf on worker 2 for product cn username CN.
    Assigned: file invtxhi.odf on worker 3 for product inv username INV.
    Assigned: file mscplan.odf on worker 4 for product msc username MSC.
    Assigned: file MSC_SYSTEM_ITEMS.xdf on worker 5 for product msc username APPS.
    Assigned: file OKCDAUT.odf on worker 6 for product okc username OKC.
    Assigned: file OKCDSUP.odf on worker 7 for product okc username OKC.
    Assigned: file OKCOTH1.odf on worker 8 for product okc username OKC.
    Assigned: file OKCPTY1.odf on worker 9 for product okc username OKC.
    Assigned: file OKCREP1.odf on worker 10 for product okc username OKC.
    Assigned: file OKCSHD1.odf on worker 11 for product okc username OKC.
    Assigned: file OKCVARL.odf on worker 12 for product okc username OKC.
    Assigned: file OKCXRPT.odf on worker 13 for product okc username OKC.
    Connecting to OKC......Unable to connect.
    AutoPatch error:
    The following ORACLE error:
    ORA-01017: invalid username/password; logon denied
    occurred while executing the SQL statement:
    CONNECT OKC/*****
    AutoPatch error:
    Error while evaluating "Check Object"
    Telling workers to quit...
    2 workers have quit. Waiting for 14 more.
    12 workers have quit. Waiting for 4 more.
    13 workers have quit. Waiting for 3 more.
    15 workers have quit. Waiting for 1 more.
    All workers have quit.
    AutoPatch error:
    Error running SQL and EXEC commands in parallel

    user11962637 wrote:
    Hi Srini,
    Thank you for the update.
    The password is working fine no issues with the connectivity from my end, but upgrade driver is failing with the same error.
    sqlplus apps/apps
    SQL*Plus: Release 10.1.0.5.0 - Production on Fri May 17 18:18:03 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> conn okc/okc
    Connected.
    SQL> conn system/crp2system
    Connected.
    SQL> exitThis will happen if you change the password using the ALTER USER command rather than using the FNDCPASS executable
    Srini

  • R12.1.1 upgrade from 11.5.10.2 - Can remove 11i file system before upgrade?

    I am looking at doing the R12.1.1 upgrade on our 11.5.10.2 production system, I have done the upgrade in our Test enviornment already. Our production system has less disk space on the path with the current 11i system that will be the same location as the upgraded R12 filesystem.
    Is it ok/possible to backup the 11i structure to another path prior to the R12 upgrade or does the R12 upgrade installer need the 11i file structure to be in place while upgrading?
    Thank you for your help.

    I am looking at doing the R12.1.1 upgrade on our 11.5.10.2 production system, I have done the upgrade in our Test enviornment already. Our production system has less disk space on the path with the current 11i system that will be the same location as the upgraded R12 filesystem.
    Is it ok/possible to backup the 11i structure to another path prior to the R12 upgrade It is OK/Possible.
    Oracle E-Business Suite Upgrades and Platform Migration [ID 1377213.1] -- "11i to R12 Upgrade " section.
    or does the R12 upgrade installer need the 11i file structure to be in place while upgrading?No, you just need to copy the custom files you have from 11i APPL_TOP to R12 APPL_TOP
    Thanks,
    Hussein

  • 11.5.10.2 to R12.1.1 upgrade : ORA-20000: Oracle Error Rebuild1= -904 - ORA-00904: "TAB"."USER_PROP": invalid identifier

    EBS version : 11.5.10.2
    DB version : 11.2.0.3
    OS version : AIX 6.1 (64 bit)
    As a part of 11.5.10.2 to R12.1.1 upgrade, while applying merged 12.1.1 upgrade driver(u6678700.drv), I got below error :
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file ECXQBKUP.sql on worker 1.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Worker 1 log:
    ========================================
    Start time for file is: Mon Aug 05 2013 10:54:29
    sqlplus -s APPS/***** @/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql/ECXQBKUP.sql &un_apps &pw_apps &un_fnd
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    declare
    ERROR at line 1:
    ORA-20000: Oracle Error Rebuild1= -904 - ORA-00904: "TAB"."USER_PROP": invalid
    identifier
    ORA-06512: at line 46

    I tried fix inside 12.0.6 Patch 6728000 Fails On Ecxqbkup.Sql (Doc ID 760122.1) but getting same error :
    drix10:/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql>sqlplus apps/apps
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Aug 6 11:51:44 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> @ECXQBKUP.sql apps apps applsys
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
      select count(*) into in_cnt from ecx_inqueue
    ERROR at line 26:
    ORA-06550: line 26, column 36:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 26, column 3:
    PL/SQL: SQL Statement ignored
    drix10:/home/appltest>sqlplus '/as sysdba'
    SQL*Plus: Release 11.2.0.3.0 Production on Tue Aug 6 11:47:38 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exec dbms_aqadm.drop_queue_table( queue_table=> 'APPS.ECX_INQUEUE',force=>true);
    PL/SQL procedure successfully completed.
    SQL> exec dbms_aqadm.drop_queue_table( queue_table=> 'APPS.ECX_OUTQUEUE',force=>true);
    PL/SQL procedure successfully completed.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    drix10:/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql>
    drix10:/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql>sqlplus apps/apps
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Aug 6 11:52:07 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> @ECXINQ.sql
    Enter value for 4: system
    Enter value for 5: manager
    Connected.
    Enter value for 1: apps
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Enter value for 2: apps
    Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    drix10:/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql>
    drix10:/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql>sqlplus apps/apps
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Aug 6 11:53:38 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> @ECXGINQ.sql
    Enter value for 4: system
    Enter value for 5: manager
    Connected.
    Enter value for 1: apps
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Enter value for 2: apps
    Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    drix10:/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql>
    drix10:/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql>sqlplus apps/apps
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Aug 6 11:54:04 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> @ECXOUTQ.sql
    Enter value for 4: system
    Enter value for 5: manager
    Connected.
    Enter value for 1: apps
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Enter value for 2: apps
    Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    drix10:/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql>
    drix10:/fmstop/r12apps/apps/apps_st/appl/ecx/12.0.0/patch/115/sql>sqlplus apps/apps @ECXQBKUP.sql apps apps applsys
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Aug 6 11:54:26 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    declare
    ERROR at line 1:
    ORA-20000: Oracle Error Rebuild1= -904 - ORA-00904: "TAB"."USER_PROP": invalid
    identifier
    ORA-06512: at line 46
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options

  • R12.1.1 Upgrade: Question on  Laying tech stack using rapidwiz

    Hi
    I am preparing for the R12.1.1 upgrade from 11.5.10.2 and we are already on 11.1.0.7(for db).
    I have given the environment to functional teams to do pre-steps on the 11.5.10 code tree as per the upgrade document.
    In the meantime, I was hoping I can save time, if I can layout the tech stack using rapidwiz.
    is there a problem in doing this ?
    When users are using the 11.5.10.2 code tree, can I install the 12.1.1 code tree on a different loccation?
    My objective is if i can set it up this way, then when it comes time for upgrade, then I need to just run the upgrade driver.
    thank you
    MSK

    >
    When users are using the 11.5.10.2 code tree, can I install the 12.1.1 code tree on a different loccation?If you want to be kind to your users, kick off the installation during a quiet time on the server. :-) You don't need to shut down the 11i services, since all you're doing is copying files. The I/O and CPU involved in unzipping the 20-ish GB of apps tier software will probably be felt by your users, however.
    Regards,
    John P.
    http://only4left.jpiwowar.com.

  • Is is okay to run R12 rapidwiz with upgrade option when 11i instance is up?

    Hello,
    Is it okay to run R12 rapidwiz with option "Upgrade oracle applications" while 11i DB/Apps are up and functional which is to lay down the R12 applications code tree as part of R12 pre-upgrade steps?
    Can you please clarify if running R12 Rapidwiz with upgrade option modifies anything at the database level and effects existing 11i system?
    Regards,
    AV

    user10728177 wrote:
    Thanks Hussein!! Can you also please tell if applying a patch in pre-install mode touches the database? If possible can you please explain me what exactly adpatch -preinstall does? I read oracle documentations about it but could not come to conclusion on it.
    Regards,
    AvPre-Install Mode
    http://docs.oracle.com/cd/E18727_01/doc.121/e12148/T531058T531062.htm#d0e1491
    Thanks,
    Hussein

  • After installation of R12.1.1, upgraded with 12.1.3 patches

    Hi All,
    After installation of R12.1.1, upgraded with 12.1.3 patches then accessing the login page after entering the userid and password I am getting FRM-92101 error "There was a failure in the form server, please check your configuration".
    I am unable to open a form in the application. My environment is:
    OS = Oracle Enterprise Linux 5.5 (64-bit)
    Application = R12.1.3 (VIS)
    Client = Laptop having Windows 7 and IE 8, and have already disabled XSS filter.
    But still not success, Kindly help so that I can start my training on this server.
    Your early reply would be appreciate.
    Regards
    Muhammad

    Hi;
    FRM-92101:
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    FRM-92101: There Was a Failure in the Forms Server During Startup After Fresh R12 Installation [ID 429627.1]
    R12 fresh install FORMS DO NOT LAUNCH - FRM-92101/500 [ID 427714.1]
    FRM-92101: Forms Server oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process [ID 880088.1]
    Forms: 9.x and 10.x: Troubleshooting FRM-92050, FRM-921xx [ID 189867.1]
    Known Causes of FRM-92101 Error In Forms [ID 604633.1]
    Also check:
    http://onlineappsdba.com/index.php/2009/06/15/frm-92101-with-internet-explorer-8-how-to-uninstall-ie8/
    Re: R12 database and JRE Issue
    FRM-92101 There was a failure in the forms server during startup
    Regard
    Helios

  • Login issue in R12 after Java Upgrade

    Hello All,
    After upgarding Java on Application server to JDK7, I am not able to go past the logon screen of oracle application in R12 using the IE-8 web browser, got with below error,  whereas i am able to work as usual in Firefox web browser, also found that some others are able to access applications including forms who are having smillar system configuration as that of mine, like OS, IE version.
    <PRE>Oracle error 1403: java.sql.SQLException: ORA-01403: no data found ORA-06512: at line 1 has been detected in FND_SESSION_MANAGEMENT.CHECK_SESSION. Your session is no longer valid. </PRE>
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    The problem here i mentioned seems to be system specific, if that is so do i have to do any changes at my system level to rectify this issue? Please suggest.
    Thanks,
    Moore

    Please see the following docs.
    Some Users Get: Oracle error 1403 ORA-01403 ORA-06512 FND_SESSION_MANAGEMENT.CHECK_SESSION (Doc ID 1438938.1)
    Login: ORA-01403: No Data Found ORA-06512: at line 1 has been detected in FND_SESSION_MANAGEMENT.CHECK_SESSION (Doc ID 1397575.1)
    Login Page Throws Error 1403: Java.Sql.Sqlexception: Ora-01403: No Data Found Ora-06512: At Line 1 H (Doc ID 1336030.1)
    Clicking Login Button Two Times On Home Page Gives Error (Doc ID 1530185.1)
    Thanks,
    Hussein

  • Step by Step Instructions on R12.2.0 upgrade to R12.2.3

    Hi All,
    I just went through an 12.2.3 upgrade and had my documentation done while upgrading. Therefore thought of sharing the upgrade procedure and possible issues you may encounter and how you could avoid them.
    Enviornment Details:
                    Operating System: OEL 5.10 64bit
                    Fresh Installation of R12.2.0 
                    02 Node Installation (DB and Apps)
                    Each Node with 7.5 GB RAM
                    Platform: Virtualization (Via Oracle Virtual Box)
    1. Backup up your existing R12.2.0 Instance.
    2. Shutdown Application, Database and Database listener.
    3. Download the below Consolidated List of Patches and Technology Bug Fixes for Database 11.2.0.3 and apply all patches (Reference Note: 1594274.1):
    13001379
    16924879
    16929165
    16992075
    17047617
    17184721
    17461865
    17468141
    17502060 (Check Note 2)
    17875948
    NOTE 1: During some of the database patches being applied you may get the following warning:
    “/u01/finsys/db/tech_st/11.2.0/precomp/lib/env_precomp.mk:2160: warning: ignoring old commands for target `pcscfg.cfg'
    /u01/finsys/db/tech_st/11.2.0/precomp/lib/ins_precomp.mk:19: warning: overriding commands for target `pcscfg.cfg'
    /u01/finsys/db/tech_st/11.2.0/precomp/lib/env_precomp.mk:2160: warning: ignoring old commands for target `pcscfg.cfg'”
    You may disregard the warning, and the respective patches are applied successfully (Reference Note: 1448337.1).
    NOTE 2: If the opatch fails, ensure that patch 16819180 and 14832335 are not applied. In order to check you may use command:
    opatch lsinventory | grep 16819180
    opatch lsinventory | grep 14832335
    In my case I had patch 14832335 already applied, hence used the following command to remove:
    opatch rollback -id 14832335
    4. Download and Copy the Following application patches to “$PATCH_TOP” directory. That is as “/u01/finsys/fs_ne/EBSapps/patch/” in my case.
    17204589 (Consolidated Seed Table Upgrade Patch)
    17023760 (R12.AD.C.DELTA.3 Patch)
    17021789 (R12.TXK.C.DELTA.3 Patch)
    17020683 (E-Business Suite Release 12.2.3 Patch)
    17020685 (Oracle E-Business Suite Release 12.2.3 Online Help Patch)
    5. Apply the Consolidated Seed Table upgrade patch 17204589
    Start Database Listener and the Database
    Start the Weblogic Server:
    sh $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh start
    Apply patch 17204589 on hotpatch mode:
    adop phase=apply patches=17204589 hotpatch=yes
    6. Apply AD/TXK Patches
    Find the version of the adgrants.sql available in the patch 17023760.
    Find the version of the adgrants.sql that is in $APPL_TOP/admin
                      You may use command:
    strings -a adgrants.sql | grep '$Header'
    Out of the two, Copy the latest adgrants.sql script to the Database server
    mkdir $ORACLE_HOME/appsutil/admin
    scp adgrants.sql oracle@<DB_NODE>:/u01/finsys/db/tech_st/11.2.0/appsutil/admin
    Source the DB environment and run the adgrants.sql that you have copied to the DB Server:
    sqlplus /nolog @$ORACLE_HOME/appsutil/admin/adgrants.sql apps
    Apply patch 17023760, 17021789  using hotpatch mode:
    adop phase=apply patches=17023760 hotpatch=yes
    adop phase=apply patches=17021789 hotpatch=yes
    7. Instantiate the Oracle HTTP Server configuration files admin.conf, ssl.conf, mod_wl_ohs.conf on Run File System.
    $ADJVAPRG oracle.apps.ad.autoconfig.InstantiateFile -e $CONTEXT_FILE -d $FND_TOP/admin/driver/ohstmpl.drv -tmpl $FND_TOP/admin/template/ssl_conf_FMW.tmp
    $ADJVAPRG oracle.apps.ad.autoconfig.InstantiateFile -e $CONTEXT_FILE -d $FND_TOP/admin/driver/ohstmpl.drv -tmpl $FND_TOP/admin/template/mod_wl_ohs_conf_FMW.tmp
    $ADJVAPRG oracle.apps.ad.autoconfig.InstantiateFile -e $CONTEXT_FILE -d $FND_TOP/admin/driver/ohstmpl.drv -tmpl $FND_TOP/admin/template/admin_conf_FMW.tmp
    perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl -contextfile=$CONTEXT_FILE -outfile=$INST_TOP/logs/appl/rgf/TXK/test.log
    8. Startup EBS Application Services.
          sh $ADMIN_SCRIPTS_HOME/adstrtall.sh
    9. Synchronize the patch file system
         adop phase=fs_clone
    10. Apply R12.2.3 Suite-Wide Release pack.
    Start an online patching cycle
              adop phase=prepare
    Apply the R12.2.3 patchset (Please check notes and do the needful prior in avoid possible errors during upgrade):
              adop phase=apply patches=17020683,17020685
    NOTE 1:You may come across tablespace sizing error.
    AutoPatch error:
    ORA-01653: unable to extend table APPLSYS.AD_FILES by 16 in tablespace APPS_TS_TX_DATA
    ORA-06512: at "APPS.AD_FILE_UTIL", line 1379
    ORA-06512: at line 1
    Solution:
    Either resize an existing datafile or create a new datafile for tablespace APPS_TS_TX_DATA. I personally prefer to have new datafile created for any custom datafile adding on, so I created a new datafile.
    Alter tablespace
    add datafile ‘/u01/finsys/db/apps_st/data/a_txn_data05.dbf’
    size 1g;
    Alter database
    datafile ‘/u01/finsys/db/apps_st/data/a_txn_data05.dbf’
    autoextend on maxsize 5g;
    After increasing the datafile size, when tried to restart the patching process, I get the following error message:
    The worker should not have status 'Running' or 'Restarted'
    To resolve this check the current worker status using adctrl:
    - Source the Patch Edition of Apps Environment file (You will not be able to run the adctrl using the Running edition of Apps Environment during an active patching cycle).
    - Start the adctrl and Execute option 4, 5 and 6 sequentially on the problematic worker.
    - Restart the patching process again.
              adop phase=apply patches=17020683,17020685 restart=yes
    11. Instantiate the Oracle HTTP Server configuration files admin.conf, ssl.conf, mod_wl_ohs.conf on Run File System.
    Source Patch Edition Apps Environment file.
    . $PATCH_BASE/EBSapps/appl/APPS$CONTEXT_NAME.env
    Perform instantiation.
    Please refer the command used above in Step No. 7
    12. Complete the online patching cycle
    adop phase=finalize
    adop phase=cutover
    adop phase=cleanup
    adop phase=fs_clone
    Note Referenced:
    Oracle E-Business Suite Release 12.2.3 Readme (Doc ID 1586214.1)
    Applying the 12.2.3 AD and TXK Release Update Pack (Doc ID 1586217.1)
    Oracle E-Business Suite Release 12.2: Consolidated List of Patches and Technology Bug Fixes (Doc ID 1594274.1)
    Opatch warning: overriding commands for target xxxx (Doc ID 1448337.1)
    Oracle E-Business Suite Release 12.2 Information Center - Upgrade (Doc ID 1583158.1)
    Let me know if there are any concerns on this. Hope this will be of help to someone. Happy Upgrading
    Thanks &
    Best Regards,
    Asif

    Hi,
    Hussein Sawwan-Oracle, Thanks for your input. Your effort too helped a lot in having this post here, thanks a lot
    Anar Godjaev, Thanks brother, for your kind words!!!
    Best Regards,
    Asif

Maybe you are looking for

  • 6 DIMMS in total : how to install ?

    Just to double check on this forum : I have 6 dimms ; 4 of 1 gig each and 2 of 2 gig each. What's the best solution to install them ? According to the manual , if i understood correctly, the 4 dimms of 1 gig all in riser A (upper riser) and then the

  • Import WORD document with pics - half the pages are missing?

    I've got a 100 page Word document, 3 storyboard pics per page. I import it into a Pages word processing or a layout document ... and I'm missing half the pages. Random chunks have just disappeared. I wonder what this might be? Ben

  • How do I run an Applescript everytime I run a Copy command (Command C)?

    Here is my current script which is designed to replace text in the clipboard: get the clipboard set the clipboard to (replacement of "admin" by "www" for the result) on replacement of oldDelim by newDelim for sourceString   set oldTIDs to text item d

  • LP9 bug w/ USB DAC

    We have a session w/ audio recorded in at 88.2 and all LP9 audio settings set appropriately. In the Audio MIDI Setup, we have an M-Audio 610 (firewire) front end and a Benchmark DAC1 Pre (USB) back end. In playback, the M-Audio is without issue at 88

  • RMAN Backup keep forever

    Hi all, I want to keep Rman backup for forever. But i dnt want to retian archive log . Kindly suggest. Regards