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

Similar Messages

  • Many invalid objects found after new install the R12 vision demo (12.1.1)

    In AIX Server,
    I found many invalid objects after new install the R12 vision demo (12.1.1) with DB v11.1.0.7, can I drop the following invalid objects then upgrade to R12.1.3 ?
    OWNER OBJECT_NAME OBJECT_TYPE STATUS
    APPS XLA_00707_AAD_C_000026_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000017_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000016_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000032_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000034_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000039_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_S_000041_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000020_PKG PACKAGE BODY INVALID
    RE RE_PROFILER PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000018_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000021_PKG PACKAGE BODY INVALID
    APPS XLA_00555_AAD_S_000014_PKG PACKAGE BODY INVALID
    APPS XLA_00555_AAD_C_000015_PKG PACKAGE BODY INVALID
    APPS XLA_00200_AAD_C_000022_PKG PACKAGE BODY INVALID
    APPS XLA_00140_AAD_S_000036_PKG PACKAGE BODY INVALID
    APPS FSAH_DUPLICATE_PKG PACKAGE BODY INVALID
    APPS XLA_00707_AAD_C_000044_PKG PACKAGE BODY INVALID
    APPS MSD_DEM_OBI_DEMANTRA_MV MATERIALIZED VIEW INVALID
    18 rows selected.
    SQL> alter package XLA_00707_AAD_C_000026_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY XLA_00707_AAD_C_000026_PKG:
    LINE/COL ERROR
    1/49 PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
    is as compress compiled wrapped
    The symbol "compress" was substituted for "end-of-file" to continue.
    SQL> alter package RE.RE_PROFILER compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY RE.RE_PROFILER:
    LINE/COL ERROR
    1180/13 PL/SQL: SQL Statement ignored
    1180/13 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    1181/32 PLS-00440: FORALL bulk IN-bind variables cannot be used here
    1926/9 PL/SQL: SQL Statement ignored
    1926/9 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    SQL> alter package FSAH_DUPLICATE_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY FSAH_DUPLICATE_PKG:
    LINE/COL ERROR
    7/12 PLS-00341: declaration of cursor 'C1' is incomplete or malformed
    8/7 PL/SQL: SQL Statement ignored
    9/14 PL/SQL: ORA-00942: table or view does not exist
    12/17 PL/SQL: Item ignored
    16/7 PL/SQL: SQL Statement ignored
    16/71 PL/SQL: ORA-00942: table or view does not exist
    22/13 PL/SQL: SQL Statement ignored
    22/27 PLS-00320: the declaration of the type of this expression is incomplete or malformed
    Edited by: SamCH on 2013年2月4日 下午11:19

    Hi Hussein,
    Thanks for your reply again, the compile error as below
    e.g.
    show error
    SQL> ALTER PACKAGE APPS.XLA_00707_AAD_C_000026_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00707_AAD_C_000026_PKG:
    LINE/COL ERROR
    1/49 PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
    is as compress compiled wrapped
    The symbol "compress" was substituted for "end-of-file" to continue.
    SQL> ALTER PACKAGE APPS.XLA_00200_AAD_C_000017_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00200_AAD_C_000017_PKG:
    LINE/COL ERROR
    131072/2 PLS-00103: Encountered the symbol "end-of-file" when expecting
    one of the following:
    ( begin case declare end exit for goto if loop mod null
    pragma raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    continue close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe purge
    SQL> ALTER PACKAGE APPS.XLA_00200_AAD_S_000032_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00200_AAD_S_000032_PKG:
    LINE/COL ERROR
    131072/7 PLS-00103: Encountered the symbol "end-of-file" when expecting
    2 one of the following:
    . ( ) , * % & = - + < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like like2
    like4 likec between || multiset member submultiset
    SQL> ALTER PACKAGE RE.RE_PROFILER COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY RE.RE_PROFILER:
    LINE/COL ERROR
    1180/13 PL/SQL: SQL Statement ignored
    1180/13 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    1181/32 PLS-00440: FORALL bulk IN-bind variables cannot be used here
    1926/9 PL/SQL: SQL Statement ignored
    1926/9 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    SQL> ALTER PACKAGE APPS.XLA_00555_AAD_S_000014_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00555_AAD_S_000014_PKG:
    LINE/COL ERROR
    131072/5 PLS-00103: Encountered the symbol "end-of-file" when expecting
    7 one of the following:
    begin function pragma procedure subtype type <an identifier>
    <a double-quoted delimited-identifier> current cursor delete exists prior
    SQL> ALTER PACKAGE APPS.FSAH_DUPLICATE_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.FSAH_DUPLICATE_PKG:
    LINE/COL ERROR
    7/12 PLS-00341: declaration of cursor 'C1' is incomplete or malformed
    8/7 PL/SQL: SQL Statement ignored
    9/14 PL/SQL: ORA-00942: table or view does not exist
    12/17 PL/SQL: Item ignored
    16/7 PL/SQL: SQL Statement ignored
    16/71 PL/SQL: ORA-00942: table or view does not exist
    22/13 PL/SQL: SQL Statement ignored
    22/27 PLS-00320: the declaration of the type of this expression is incomplete or malformed
    SQL> ALTER PACKAGE APPS.XLA_00707_AAD_C_000044_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00707_AAD_C_000044_PKG:
    LINE/COL ERROR
    201713/1 PL/SQL: SQL Statement ignored
    201826/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":
    30 invalid identifier
    202147/1 PL/SQL: SQL Statement ignored
    202191/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":
    30 invalid identifier
    202973/5 PL/SQL: Statement ignored
    202973/2 PLS-00364: loop index variable 'HEADER_RECORD' use is invalid
    7
    SQL> ALTER PACKAGE APPS.POS_AP_SUPPLIER_BO_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.POS_AP_SUPPLIER_BO_PKG:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00304: cannot compile body of 'POS_AP_SUPPLIER_BO_PKG' without its specification
    1/14 PLS-00905: object APPS.POS_AP_SUPPLIER_BO_PKG is invalid
    SQL> ALTER PACKAGE APPS.POS_AP_SUPPLIER_BO_PKG COMPILE ;
    Warning: Package altered with compilation errors.
    SQL> show error
    Errors for PACKAGE APPS.POS_AP_SUPPLIER_BO_PKG:
    LINE/COL ERROR
    3/3 PL/SQL: Declaration ignored
    7/32 PLS-00201: identifier 'POS_AP_SUPPLIER_BO' must be declared
    28/3 PL/SQL: Declaration ignored
    35/40 PLS-00201: identifier 'POS_AP_SUPPLIER_BO' must be declared
    SQL> ALTER PACKAGE APPS.POS_BANK_ACCOUNT_BO_PKG COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.POS_BANK_ACCOUNT_BO_PKG:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00304: cannot compile body of 'POS_BANK_ACCOUNT_BO_PKG' without its specification
    1/14 PLS-00905: object APPS.POS_BANK_ACCOUNT_BO_PKG is invalid
    SQL> ALTER PACKAGE APPS.POS_BANK_ACCOUNT_BO_PKG COMPILE ;
    Warning: Package altered with compilation errors.
    SQL> show error
    Errors for PACKAGE APPS.POS_BANK_ACCOUNT_BO_PKG:
    LINE/COL ERROR
    4/6 PL/SQL: Declaration ignored
    9/80 PLS-00201: identifier 'POS_BANK_ACCOUNT_BO_TBL' must be declared
    13/5 PL/SQL: Declaration ignored
    19/69 PLS-00201: identifier 'POS_BANK_ACCOUNT_BO_TBL' must be declared

  • Upgrading from R12.1.1 to R12.1.2

    Hi,
    I have the following configuration:
    Oracle Enterprise Linux:5.3
    EBS Version:R12.1.1
    Database version:11.1.0.7
    OracleAS 10g Forms and Reports:10.1.2.3.0
    OracleAS 10g: 10.1.3.4.0
    Please explain is it recommended to upgrade all Tech stack Components before upgrading from R12.1.1 to R12.1.2
    I am upgrading from R12.1.1 to R12.1.2 without upgrading any tech stack components, as it requires minimum versions and R12.1.1 tech stack components are supporting those versions
    Can i go ahead on production after applying it on test
    will it create any problem, if i could upgrade tech stack components later, will it be a problem for me
    Please explain...
    Thanks,
    Alig
    Edited by: user12257829 on Aug 17, 2010 12:30 AM

    Hi
    Hussein
    While Upgrading from R12.1.1 to R12.1.2 faced many errors(Applied 8502056 patch) and then applied 7303033
    first adrelink failed.
    1. An error occurred while relinking application programs.
    Continue as if it were successful [No] : Yes
    but i entered Yes to continue as my OS is OEL 5.3 binutil version is binutils-2.17.50.0.6-9.el5
    as my system binutil is updated one but in the note at MOS 758831.1, binutils-2.17.50.0.6-6.0.1.el5.x86_64.rpm, this doesnt apply to my system as my binutil is updated one.
    2. The following Oracle Forms objects did not generate successfully:
    au resource OKLCSASD.pll
    An error occurred while generating Oracle Forms library files.
    Continue as if it were successful [No] : Yes
    as i entered yes to continue with the patch and tried to compile OKLCSASD.pll thru adadmin and manully aslo but didnt succeed.
    The patch is completed atlast, and a huge number of invalid objects where created ..
    I tried to recompile thru admin,utlrp,adcompsc.sql & utl_recomp.recomp_parallel but unable to compile a single objects
    How could i make sure that patch is applied successfully & recompileinvalid object
    find below invalid objects
    BIS_MEASURE_SECURITY_PVT
    BIS_INDICATOR_REGION_PVT
    BIS_TARGET_LEVEL_PVT
    BIS_ACTUAL_PUB
    ENG_ECO_PUB
    BIS_PMF_REG_SERVICE_PVT
    ENGECOBO
    AS_SALES_LEAD_OPP_PVT
    BISVIEWER_PMF
    BIS_PMF_DEFINER_WRAPPER_PVT
    IES_TELESALES_BP_PKG
    OKL_REVERSE_CONTRACT_PVT
    OKL_CONTRACT_PVT
    OKL_AM_PARTIES_PVT_W
    OKL_AM_CREATE_QUOTE_PVT_W
    OKL_AM_REPURCHASE_ASSET_PVT_W
    OKL_AM_RESTRUCTURE_QUOTE_PVT_W
    OKL_AM_SEND_FULFILLMENT_PVT_W
    OKL_SPLIT_ASSET_PVT_W
    OKL_TRX_QUOTES_PUB
    OKL_CONTRACT_REBOOK_PUB
    OKL_AM_TERMNT_QUOTE_PUB
    OKL_TXL_QUOTE_LINES_PUB
    OKL_TRANSACTION_PUB
    OKL_ACTIVATE_ASSET_PVT
    OKL_GENERATE_ACCRUALS_PVT
    OKL_ASSET_DETAILS_PVT
    OKL_AM_ASSET_DISPOSE_PVT
    OKL_ACTIVATE_IB_PVT
    OKL_AM_PROCESS_ASSET_TRX_PVT
    OKL_AM_QA_DATA_INTEGRITY_PVT
    OKL_AM_PARTIES_PVT
    OKL_AM_ASSET_RELOCATION_PVT
    OKL_AM_UTIL_PVT
    OKL_AM_ASSET_RETURN_PVT
    OKL_BLK_AST_UPD_PVT
    OKL_CONTRACT_BOOK_PVT
    OKL_KBK_APPROVALS_WF
    OKL_COPY_ASSET_PVT
    OKL_AM_CONSOLIDATED_QTE_PVT
    OKL_AM_CREATE_QUOTE_PVT
    OKL_AM_CALCULATE_QUOTE_PVT
    OKL_CS_CREATE_QUOTE_PVT
    OKL_CS_WF
    OKL_CURE_CALC_PVT
    OKL_EQUIPMENT_EXCHANGE_PVT
    OKL_FUNDING_WF
    OKL_INTEREST_CALC_PVT
    OKL_LA_JE_PVT
    OKL_CREATE_KLE_PVT
    OKL_LCKBX_CSH_APP_PVT
    OKL_LIKE_KIND_EXCHANGE_PVT
    OKL_AM_BTCH_EXP_LEASE_LOAN_PVT
    OKL_AM_LEASE_LOAN_TRMNT_PVT
    OKL_AM_LOAN_TRMNT_PVT
    OKL_LOSS_PROV_PVT
    OKL_AM_LEASE_TRMNT_PVT
    OKL_MASS_REBOOK_PVT
    OKL_MISC_TRANS_PVT
    OKL_QA_DATA_INTEGRITY
    OKL_AM_QUOTES_WF
    OKL_CONTRACT_REBOOK_PVT
    OKL_CURE_RECON_PVT
    OKL_RELEASE_PVT
    OKL_REV_LOSS_PROV_PVT
    OKL_AM_REPURCHASE_ASSET_PVT
    OKL_AM_RESTRUCTURE_RENTS_PVT
    OKL_AM_RESTRUCTURE_QUOTE_PVT
    OKL_AM_RECYCLE_TRMNT_PVT
    OKL_AM_PROCESS_RV_TRX_PVT
    OKL_AM_RV_WRITEDOWN_PVT
    OKL_AM_SEND_FULFILLMENT_PVT
    OKL_LA_STREAM_PVT
    OKL_SPLIT_CONTRACT_PVT
    OKL_SPLIT_ASSET_PVT
    OKL_AM_SV_WRITEDOWN_PVT
    OKL_AM_AMORTIZE_PVT
    OKL_TRANS_CONTRACTS_PVT
    OKL_AM_TERMNT_QUOTE_PVT
    OKL_CS_TRANSFER_ASSUMPTION_PVT
    OKL_TRANSACTION_PVT
    OKL_VARIABLE_INTEREST_PVT
    OKL_GENERATE_ACCRUALS_PUB_W
    OKL_VP_K_ARTICLE_PUB_W
    OKL_AM_CONSOLIDATED_QTE_PUB_W
    OKL_AM_CREATE_QUOTE_PUB_W
    OKL_TRX_QUOTES_PUB_W
    OKL_CONTRACT_REBOOK_PUB_W
    OKL_AM_REPURCHASE_ASSET_PUB_W
    OKL_AM_RESTRUCTURE_QUOTE_PUB_W
    OKL_AM_SEND_FULFILLMENT_PUB_W
    OKL_SPLIT_ASSET_PUB_W
    OKL_TRX_ASSETS_PUB_W
    OKL_TRX_CONTRACTS_PUB_W
    OKL_TRANS_CONTRACTS_PUB_W
    OKL_TXL_QUOTE_LINES_PUB_W
    OKL_TRANSACTION_PUB_W
    AST_UWQ_WRAPPER_PKG
    OKL_AM_CNTRCT_LN_TRMNT_PVT
    OKL_CS_PRINCIPAL_PAYDOWN_PVT
    OKL_SERVICE_INTEGRATION_PVT
    OKL_AM_TERMINATE_INV_AGMT_PVT
    OKL_AM_TERMNT_INTERFACE_PVT
    CSC_ACTION_ASSEMBLER_PVT_W
    OKL_AM_SYSTEM_PARAMS_PUB
    OKL_VENDOR_AGREEMENT_PUB
    OKL_AM_INTEGRATION_PVT
    OKL_PERIOD_SWEEP_PVT
    OKL_SEC_AGREEMENT_PVT
    OKL_VSS_WF
    OKL_SSC_WF
    OKL_AM_SYSTEM_PARAMS_PUB_W
    WSH_IB_TXN_MATCH_PKG
    WSH_RCV_CORR_RTV_TXN_PKG
    WSH_IB_UI_RECON_GRP
    OKL_AM_BAL_WRITEOFF_PVT
    OKL_VP_SYNC_CR_PVT
    OKL_CREDIT_LINE_WF
    OKL_PROP_TAX_ADJ_PVT
    OKL_PROCESS_PPD_PVT
    OKL_LA_SALES_TAX_PVT
    OKL_AM_TERMNT_VENDOR_PRG_PVT
    OKL_AM_VENDOR_RES_SHARE_PVT
    OKL_MULTIGAAP_ENGINE_PVT
    one thing important while generating .pll/.fmb thru adadmin it asks for FND_INSTALL_PROCESSES & AD_DEFERRED_JOBS to be dropped, if we select to drop it will drop this tables and patch process will not continue if these tables were dropped and created for .pll/.fmb generation
    How to avoid this  & to apply patch cleanly
    Thanks,
    Alig
    Edited by: user12257829 on Aug 19, 2010 3:56 AM
    Edited by: user12257829 on Aug 19, 2010 3:59 AM

  • Opatch error with IBM AIX6.1 when upgrade from r12.1.1 to r12.1.2

    I'm running E-Business Suite (Oracle Financials AR, AP and GL modules only) r12.1.1 on AIX 6.1. I clean install r12.1.1 from rapidwiz. I'm running one Apps tier and one database tier.
    Now I perform the upgrade to r12.1.2, and I plan the route to be:
    1. Use opatch to apply Database Preparation Path E for DB 11.1.0.7 (ID: 761570.1)
    * 7211965
    * 7330434
    * 7486407
    * 7627743
    * 7639602
    * 7684818
    * 8199107
    * 8639653
    * 8940108
    * 9026927
    * 9066130
    2. Use AutoPatch to apply R12.AD.B.DELTA.2 Patch 8502056
    3. Use AutoPatch to apply Release 12.1.2 Patch 7303033
    4. Use AutoPatch to apply post-R12.1.2's Database Preparation Path E: 5880762.
    5. Use AutoPatch to apply the latest consolidated online help Patch 7303032
    6. Use AutoPatch to apply Workflow Interoperability Patch 8291541
    Questions:
    1. Do I cover all things needed for upgrading from R12.1.1 to R12.1.2, or I have missed or overdone anything?
    2. When I now do the upgrade step 1, which needs to run opatch on Database tier, it says as below:
    orapth@HK01SO90003:7211965 > opatch apply
    Invoking OPatch 11.1.0.6.2
    Oracle Interim Patch Installer version 11.1.0.6.2
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /u01/app/oracle/db/erppth/product/11.1.0
    Central Inventory : /etc/oraInventory/ebs
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.2
    OUI version : 11.1.0.7.0
    OUI location : /u01/app/oracle/db/erppth/product/11.1.0/oui
    Log file location : /u01/app/oracle/db/erppth/product/11.1.0/cfgtoollogs/opatch/opatch2010-06-03_21-08-18PM.log
    Unhandled exception
    Type=Segmentation error vmState=0x00000000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=09001000A04C1C78 Handler2=09001000A04D4538
    R0=000000000000013C R1=0FFFFFFFFFFFE050 R2=0000000111C7FD48 R3=0000000000000400
    R4=0700000000342C40 R5=0000000111855668 R6=00000000000009F8 R7=000000000588800E
    R8=0000000005888008 R9=00000001119CE4C8 R10=0000000111C7F800 R11=0900000003EB3C38
    R12=0900000004379694 R13=000000011000D720 R14=00000001119CE4C8 R15=0000000110098E00
    R16=0000000110E7CD70 R17=0000000111B72E80 R18=09001000A04C53B0 R19=0000000000000002
    R20=0000000111C7F968 R21=00000001119CE5D0 R22=0000000110098E80 R23=0000000000000000
    R24=09001000A04F1A50 R25=09001000A04F13C8 R26=07000000003A36F8 R27=00000001100109B0
    R28=0000000000000000 R29=09001000A04BBC98 R30=0FFFFFFFFFFFE5E0 R31=0700000000342C40
    IAR=0900000003EB3C38 LR=0000000110662D38 MSR=A00000000000D032 CTR=0900000003EB3C38
    CR=2258544B20000004 FPSCR=8200400000000000 XER=2000000482004000
    FPR0 4032000000000000 (f: 0.000000, d: 1.800000e+01)
    FPR1 3ff0000000000000 (f: 0.000000, d: 1.000000e+00)
    FPR2 4033000000000000 (f: 0.000000, d: 1.900000e+01)
    FPR3 3fee666660000000 (f: 1610612736.000000, d: 9.500000e-01)
    FPR4 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR5 4530000000000000 (f: 0.000000, d: 1.934281e+25)
    FPR6 3fb9999999999999 (f: 2576980480.000000, d: 1.000000e-01)
    FPR7 3c63333333333333 (f: 858993472.000000, d: 8.326673e-18)
    FPR8 0000000082024000 (f: 2181185536.000000, d: 1.077649e-314)
    FPR9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR10 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR11 4026000000000000 (f: 0.000000, d: 1.100000e+01)
    FPR12 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR13 4020800000000000 (f: 0.000000, d: 8.250000e+00)
    FPR14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR16 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR17 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR18 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR19 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    Module=/u01/app/oracle/db/erppth/product/11.1.0/jdk/jre/bin/libj9jit23.so
    Module_base_address=0900000003E89000
    Target=2_30_20070131_11312_BHdSMr (AIX 6.1)
    CPU=ppc64 (4 logical CPUs) (0x300000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/core.20100603.210818.14745612.dmp'
    JVMDUMP010I System Dump written to /u02/oradata/staging/r12.1.2/DBPathE/7211965/core.20100603.210818.14745612.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/Snap0001.20100603.210818.14745612.trc'
    JVMDUMP010I Snap Dump written to /u02/oradata/staging/r12.1.2/DBPathE/7211965/Snap0001.20100603.210818.14745612.trc
    JVMDUMP007I JVM Requesting Java Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/javacore.20100603.210818.14745612.txt'
    JVMDUMP012E Error in Java Dump: /u02/oradata/staging/r12.1.2/DBPathE/7211965/javacore.20100603.210818.14745612.txt
    JVMDUMP013I Processed Dump Event "gpf", detail "".
    OPatch failed with error code 160
    I also experience this when I run:
    opatch lsinventory
    Please help to solve this problem. Is it also OUI problem? I have tried to upgrade opatch version, and it still cannot solve the problem.
    I once tried patch 9216848, it makes the opatch work, but later when I finished installing this patch, I cannot see the forms as it says "magic number problem". Also the adworker always hangs when I do upgrade on R12.1.2 Patch 7303033. So I dun think it is a solution.

    Hi
    a. cannot open forms with FRM-92101 error code as it says "magic number" issuePlease post the complete error message.Error log of ora/10.1.3/j2ee/forms/forms_default_group_1/application.log
    10/06/02 21:03:03.552 formsweb: 10.1.3.4.0 Started
    10/06/02 21:08:06.396 formsweb: ListenerServlet init()
    10/06/02 21:08:07.781 formsweb: Forms session <1> aborted: runtime process failed during startup with errors exec(): 0509-036 Cannot load program /u01/app/oracle/as/erpdev/product/10.1.2/bin/frmweb because of the following errors:
         0509-150 Dependent module /u01/app/oracle/as/erpdev/product/10.1.2/jdk/jre/bin/classic/libjvm.a could not be loaded.
         0509-103 The module has an invalid magic number.
    10/06/02 21:08:07.784 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    10/06/02 22:02:03.689 formsweb: Forms session <2> aborted: runtime process failed during startup with errors exec(): 0509-036 Cannot load program /u01/app/oracle/as/erpdev/product/10.1.2/bin/frmweb because of the following errors:
         0509-150 Dependent module /u01/app/oracle/as/erpdev/product/10.1.2/jdk/jre/bin/classic/libjvm.a could not be loaded.
         0509-103 The module has an invalid magic number.
    10/06/02 22:02:03.689 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    b. getting hanged in adworkers when compiling objects in applying 7303033 patchAny errors in the workers log files?One of the Adworker log:
    The adpatch is hanged because some of its adworkers get this fault:
    Start time for file is: Thu Jun 03 2010 10:49:29
    JDBC connect string from AD_APPS_JDBC_URL is
    (DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=HK01SO90003.hkg.mizuho-sc.com)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=pth)))
    adjava oracle.apps.ad.worker.AdJavaWorker "(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=HK01SO90003.hkg.mizuho-sc.com)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=pth)))" APPS ***** thin 8 /u01/app/oracle/as/erppth/appl/admin/adUtilMapNew.txt
    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:
    "/u01/app/oracle/as/erppth/appl/ad/12.0.0/java/adjava.zip:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/lib/dt.jar:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/lib/tools.jar:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/app/oracle/as/erppth/comn/java/lib/appsborg.zip:/u01/app/oracle/as/erppth/product/10.1.2/forms/java:/u01/app/oracle/as/erppth/product/10.1.2/forms/java/frmall.jar:/u01/app/oracle/as/erppth/product/10.1.2/jlib/ewt3.jar:/u01/app/oracle/as/erppth/product/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/app/oracle/as/erppth/comn/java/classes"
    Calling /u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.sql.SQLRecoverableException: Io exception: There is no process to read data written to a pipe.
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:101)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:521)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:418)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:510)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at oracle.apps.ad.worker.AdJavaWorker.getAppsConnection(AdJavaWorker.java:1041)
         at oracle.apps.ad.worker.AdJavaWorker.main(AdJavaWorker.java:276)
    Caused by: java.net.SocketException: There is no process to read data written to a pipe.
         at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:103)
         at java.net.SocketOutputStream.write(SocketOutputStream.java:147)
         at oracle.net.ns.DataPacket.send(DataPacket.java:150)
         at oracle.net.ns.NetOutputStream.flush(NetOutputStream.java:180)
         at oracle.net.ns.NetInputStream.getNextPacket(NetInputStream.java:169)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:117)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:92)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:77)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1034)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1010)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:760)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)
         ... 8 more
    BTW, I'd like to ask where's my Database Initialiation File? I find init.ora and init<SID>.ora in $ORACLE_HOME/dbs in DB Tier, but I cannot find the lines -- pgamax_size. Which file I should edit and what things should I add / remove /edit?
    pgamax_size is a hidden parameter (why you need to set this one?).
    The PGAMAX_SIZE hidden parameter
    http://dba-blog.blogspot.com/2005/08/pgamaxsize-hidden-parameter.html
    I want to set the Database Initialiation File because in Database Preparation Guidelines (ID: 761570.1), it says that:
    1. Before performing any Applications upgrade or maintenance operations, customers must add the following to the database intialization file to disable fast validation for PL/SQL recompilations:
    disablefast_validate=TRUE
    The line should be commented out during the normal operation of the Applications system.
    2. Customers using Oracle iRecruitment on Oracle Database 11gR1 must add the following line to their database initialization file::
    event="31151 trace name context forever, level 0x100"
    Setting this event provides a fix for the issue reported in bug 6952870.
    3. If you encounter the error:
    ORA-04030: out of process memory when trying to allocate 822904 bytes (pga heap, kco buffer)
    ORA-07445: exception encountered: core dump [dbgtfdFileWrite()+48]
    set the pgamax_size initialization parameter to a larger value as follows: pgamax_size=104857600
    and restart your database.
    I wonder where I can modify these three parameters (which file to edit, and whether it is append / delete / modify values). Or I do not need to do these three points, or even I do not need to go through Database Preparation Guidelines (ID: 761570.1) because my database is 10.3.4 already?
    Thanks!

  • After Upgrade R12.1.3 Invalid OBjects Found

    Hi Friends,
    My Environment*
    Application Version: 12.1.3
    Db Version : 11.1.0.7
    OS Version : OEL4U5
    Recently I have upgraded My application from R12.1.1 to R12.1.3 and upgraded successfully,
    After upgrade i found that lot of invalid Objects are in Application (R12.1.3). for few objects i compiled manually and remaning i go with metalink id and then compiled.
    But am not able to compile the Following invalid objects
    owner object_name object_type
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    APPS     XLA_00707_AAD_C_000026_PKG PACKAGE BODY
    APPS     XLA_20065_AAD_C_000030_PKG PACKAGE BODY
    APPS     XLA_00707_AAD_C_000044_PKG PACKAGE BODY
    APPS     FSAH_DUPLICATE_PKG     PACKAGE BODY
    i try to manually compile the above invalid objects it throwing the below error in compilation.
    Please Find the error
    Issue 1:*
    SQL> alter package apps.XLA_00707_AAD_C_000044_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00707_AAD_C_000044_PKG:
    LINE/COL ERROR
    201067/1 PL/SQL: SQL Statement ignored
    *201180/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":*
    30 invalid identifier
    201501/1 PL/SQL: SQL Statement ignored
    *201545/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":*
    30 invalid identifier
    202327/5 PL/SQL: Statement ignored
    *202327/2 PLS-00364: loop index variable 'HEADER_RECORD' use is invalid*
    Issue 2:*
    SQL> alter package apps.XLA_00707_AAD_C_000026_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_00707_AAD_C_000026_PKG:
    LINE/COL ERROR
    110048/1 PL/SQL: SQL Statement ignored
    *110161/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":*
    30 invalid identifier
    110480/1 PL/SQL: SQL Statement ignored
    *110524/1 PL/SQL: ORA-00904: "CST_XLA_INV_REF_V"."TRANSACTION_SOURCE_ID":*
    30 invalid identifier
    Issue 3:*
    SQL> alter package apps.XLA_20065_AAD_C_000030_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY APPS.XLA_20065_AAD_C_000030_PKG:
    LINE/COL ERROR
    30260/1 PL/SQL: SQL Statement ignored
    30467/9 PL/SQL: ORA-00942: table or view does not exist
    30605/1 PL/SQL: Item ignored
    *30605/35 PLS-00201: identifier 'FSAH_MORTGAGES.TRANSACTION_DATE' must be declared*
    30606/1 PL/SQL: Item ignored
    *30606/35 PLS-00201: identifier 'FSAH_MORTGAGES.CUR_NET_BOOK_BAL' must be declared*
    30607/1 PL/SQL: Item ignored
    *30607/35 PLS-00201: identifier 'FSAH_MORTGAGES.DEFAULT_FLAG' must be declared*
    30608/1 PL/SQL: Item ignored
    *30608/35 PLS-00201: identifier 'FSAH_MORTGAGES.DEL_CUR_DAYS' must be declared*
    30609/1 PL/SQL: Item ignored
    *30609/36 PLS-00201: identifier 'FSAH_MORTGAGES.CUR_BOOK_BAL' must be declared*
    30610/1 PL/SQL: Item ignored
    *30610/36 PLS-00201: identifier 'FSAH_MORTGAGES.COMPANY_COST_CENTER_ORG_ID' must be declared*
    30611/1 PL/SQL: Item ignored
    *30611/36 PLS-00201: identifier 'FSAH_MORTGAGES.BRANCH_CODE' must be declared*
    30612/1 PL/SQL: Item ignored
    *30612/36 PLS-00201: identifier 'FSAH_MORTGAGES.PRODUCT_ID' must be declared*
    30613/1 PL/SQL: Item ignored
    *30613/36 PLS-00201: identifier 'FSAH_MORTGAGES.ACCRUED_INTEREST' must be declared*
    Kindly advice me to fix this
    Thanks
    Athish

    Athish,
    Please run utlrp.sql and utlirp.sql scripts as per (R12.1.1 - Invalid Objects After Patching [ID 1093163.1]).
    For some of the errors, looks like you have custom code, so please check with your development team to review/fix the code.
    Thanks,
    Hussein

  • After upgrade 12.1 2 invalid objects found

    Hi,
    after we upgrade from 12.0.6 to 12.1 qwe found 2 invalid objects show below
    ARP_ACCT_MAIN
    AP_ACCOUTING_EVENTS_PKG
    any idea pleas advice.

    hi,
    Compile Using adadmin
    OR
    Run database Env File
    Set oracle_sid
    in sqlplus run the following script
    @%ORACLE_HOME%\rdbms\admin\utlrp.sql
    Regards
    ***SBJ***

  • Invalid objects found in Repository

    I am installing grid control 11.1 to redhat 5.2, with repository database of 11.2 locate on the same host. At step 7 of 13 connect to database, I provided the host, port, service and sys password and clicked Next, and I got a simple error messageInvalid objects found in Repository. Re-compile the objects using:
    $ORACLE_HOME/sysman/admin/emdrep/sql/core/latest/admin/admin_recompile_invalid.sql
    <EM_REPOS_USER>.Ther is no other clues given. I checked the script admin_recompile_invalid.sql, it is pretty simple, just goes though all_objects and dba_synonyms for any invalide obejct for the <EM_REPOS_USER> user. If find, recompile. I am not sure what user is <EM_REPOS_USER> but the two queries returns nothing in my database for any/all users. The script should just pass and doing nothing.
    What could be wrong?
    Where I can find more info?

    Did you try recompiling invalid objects using utlrp.sql
    Also check invalid objects using :
    select count(*) from dba_objects where status<>'VALID';
    Regards
    Rajesh

  • No sound after Windows 10 free upgrade from WIN7 on G71-340US laptop with IDT CODEC.

    After free upgrade from WIN7 to WIN10 my laptop no longer has any sound (with internal or external speakers). I have tried uninstalling IDT driver and allowing Windows 10 to reinstall the driver through scan for HW changes - still no sound. I would appreciate any guidance or fixes for this problem. Thank you.

    I am happy to report I now have sound on my G71-340US laptop. After further trial and error troubleshooting I found that there is an app called IDT PC Audio (aka IDT HD Sound) installed on my laptop by HP (OEM) I think. While I'm not exactly sure what this app's function is it appears it is related to activating IDT HD Codec drivers functionality. Somehow I decided to look in Task Manager - Startup and saw this IDT PC Audio listed. I clicked on disable and then a minute later clicked on enable. After I did that, as simple as it appears, I now was able to hear sound both on internal and external speakers. This is the first time I heard any sound since upgrading to WIN10. I have checked it several times by re-booting my laptop and each and every time I now have sound. I'll continue to test this through the week and see if it continues to be OK. Meanwhile, I thought I would share this potential fix (or workaround) with all concerned. Perhaps others will find this useful and provide me your feedback. Keeping my fingers crossed! PS. BTW, if anyone out there knows what IDT PC Audio is by all means share your knowledge. I am curious why this app doesn't appear more often in the forum posts and how it may relate to the WIN10 upgrade. Sorry, but I don't recall what prompted me to look at Task Manager - Startup but I'm glad I did. It's great to hear sound again!

  • Follow up activities after SAP (CU&UC) upgrade from SAP 4.6c to ECC6 EHP4

    Dear Friends
    We have completed SAP (CU&UC) upgrade from SAP 4.6c to ECC6 EHP4.
    We refereed the upgrade guide for follow activities and we required confirmation before performing the activities.
    Could you please help us what needs to be done immediately after upgrade.
    Regards,
    Bharathi

    Dear Nils,
    Thanks for the support.
    Yes, we are following the same document 'CUUC46C_to_NW701SP07' for unicode conversion after the upgrade from the note 928729.
    Please suggest us in that document which are the steps should be carried out after ECC6.0 EHP4 upgrade,
    1. Preparation
    2. Unicode Preconversion Phase in SAP Basis 4.6C
    3. Upgrade Process
    4. Unicode Conversion Phase
    5.  Unicode Conversion Completion Phase
    6. SAP Notes
    Regards,
    Bharathi

  • Oracle E-Business Suit Upgrade from R12.0.6 +10.2.0.3 to R12.1.3 +11.2.0.2

    Dear Experts,
    Let me update you that one of our client is looking to upgrade their Oracle E-Business Suit Verion from R12.0.6 to R12.1.3. and database version from 10.2.0.3 to 11.2.0.2.
    Current all the financial and SCM modules are implemented on there production instance.
    We would like to know what are the pre and post upgrade activities needs to be performed ?
    What are the list of patches which needs to performed while doing an upgade from
    R12.0.6 to R12.1.1 - R12.1.3.
    Regards
    Mohammed.

    Please advise on the below approach....
    R12.1.1 to R12.1.3 upgrade high level steps
    Install upgrade / EBS Patch
    Pre-install R12.1     
    1. Setup hardware.     
    2. Install and setup OS.     
    Install R12.1.1     
    3. Install R12.1.1 (run Rapid Wiz)     
    Post –Install R12.1.     
    4. Upgrade Opatch in 10.1. home     
    5. Upgrade /patch OAS 10.1.2.3 (inc in R12.1.1)     
    6. Redeploye forms.ear     
    Pre-install R12.1.3     
    7. Upgrade OPatch in database home     
    8. Upgrade OPatch Database in 11.1.0.7     
    9. Upgrade OPatch in 10.1.3 Home     
    10. Upgrade /Patch OAS 10.1.3.4 to .5     
    11. Upgrade Java to 1.6_0_17 or lower     
    Install R12.1.3     
    12. Apply EBS R12.1.3 maintenance pack

  • 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

  • Upgrade from R12 DB 10g to 11g Errors

    Dear All,
    I'm in the process of upgrading EBS R12 db from 10g to 11g. during the upgrade I encountered the below warnings/errors
    1- ORA-01408: such column list already indexed: can I ignore this since the table is already indexed?
    2- ORA-01503: CREATE CONTROLFILE failed
    ORA-01166: file number 288 is larger than MAXDATAFILES (100)
    ORA-01110: data file 288: '$ORACLE_HOME/apps_st/data/PROD/system10.dbf'
    I have looking the directory $ORACLE_HOME/apps_st/data/PROD/ and system10.dbf is there. does this mean the error can be ignored and the DB can operate normally?
    how can I avoid the above errors in the future
    Thanks
    Mohammed

    Since you are using EBS, are you following the Upgrade Guides specific to EBS, which are MOS Docs
    735276.1 - Interoperability Notes E-Business Suite R12 with Oracle Database 11gR1 (11.1.0)
    782224.1 - Interoperability Notes Oracle E-Business Suite Release 12 with 11gR1 (11.1.0.6)
    738556.1 - Oracle 11gR1 Database Preparation Guidelines for an E-Business Suite Release 12.0.4 Upgrade
    762669.1 - Using Oracle EBS R12 with a Database Tier Only Platform on Oracle 11gR1
    In which step are you getting the warnings/errors ?
    You cannot ignore the second error - it has to be fixed - pl see MOS Doc 18739.1 (OERR: ORA 1166 file number is larger than)
    HTH
    Srini

  • A1000 phase taking too long while upgrading from R12.2.0 to R12.2.4

    Hi
    I am running the final R12.2.4 upgrade patch (patch# 17919161), and it is presently running the A1000 phase. Its been over 10 hours now it is stuck at the same phase. I have installed R12.2.4 a couple of times now but this is the first time it is taking so long to finish.
    Looking at the workers using adctrl, it gives the following output. Anyone knows how to expedite this processing?
            Control
    Worker  Code      Context            Filename                    Status
         1  Run       Generic R120       QPXCONAT.pll                Running
         2  Run       Generic R120       QPXPTMAP.pll                Running
         3  Run       Generic R120       QPXFMLMT.pll                Running
         4  Run       Generic R120       QPXQPCDT.pll                Running
         5  Run       Generic R120       QOTLNSRF.pll                Running
         6  Run       Generic R120       QPXQPCUR.pll                Running
    Regards
    Kabeer

    Never mind. Here's the resolution:
    Step1. Use adcrtl utility to quit all the workers in 'running' status
    Step2. Drop table applsys.FND_INSTALL_PROCESSES
    Step3. Restart patch application using ADOP utiloty with parameter "restart=yes"
    So now the patch application has resumed.
    Regards
    Kabeer Khan
    www.aclnz.com

  • After check for updates upgrade from 1.5.0 to 1.5.1 all connections are los

    I executed a "check for updates" upgrade from 150 to 151 and all my connections are not displaying in the connection pane. I had nearly 100 connections defined - how do I get these back? There seems to be several issues related to this but nothing is clearly described as to exactly how to get these back.

    I take you didn't migrate your settings on first start after the upgrade; so logically you get a clean environment.
    Now I guess the easiest fix would be to copy the [user profile]\sqldeveloper\system1.5.0.53.38\o.jdeveloper.db.connection.11.1.1.0.22.49.35\connections.xml to [user profile]\sqldeveloper\system1.5.1.54.40\o.jdeveloper.db.connection.11.1.1.0.22.49.42.
    Have fun,
    K.

  • "Serial Number you provided is valid, but a qualifying product could not be found on this computer" when upgrading from LR5 to 6

    I just downloaded desktop version of LR6 (upgrade). I (unfortunately) have more then one email address associated with Adobe account. I "think" that the last purchase of 5 (upgrade from 4) might be associated with one of the other email addresses. I have atempted to logon to these other "accounts", and cannot. I have done "forgot password" but do not get the email from Adobe.
    Any suggestions would be most welcomed!

    The message identifies that you have purchased an upgrade version of the applications and it is asking you to identify the previous version of that application that you are upgrading from and then to provide its serial number.
    If you did not intend to purchase an upgrade version then you probably need to cancel that and purchase it at full price.

Maybe you are looking for

  • Checkbox in repeater, but default all to checked

    Hi, I've been over old messages trying to figure this out, but haven't found out how to do this 'so simple' thing. I have checkboxes in a repeater that are dynamically created from a pulldown menu of options. The checkboxes are created when I click a

  • Mac vs. PC for Premiere Pro CC with a budget of...

    $3300.00  ... That's what I'm budgeting. Warning: I know any post of Mac vs. PC can spark a lively debate and I sense much of this forum's base are PC users but hopefully I'll get some honest and sound advice/purchase options. Purpose: I'm a current

  • Not able to post GR for an Inbound delivery

    Hello Experts, We are into support project. We have an issue with GR for inbound delivery. The issue detail is below. 1. Purchase Order created for a material for 100 qty 2. Inbound delivery created for the same 3. GR done for the same quantity 4. GR

  • How to unlock ipad or recover data?

    Hi Everyone, Here's the deal... I've an ipad that is locked after missing the lock key a few times. Now it is requesting to connect to iTunes but this iPad was never synced with the iTunes. I know i can restore to factory settings but I don't want to

  • WL10.3 Error occurred during initialization of VM

    I have over 3G RAM, absolutlely nothing else running. Trying to run samples for WL10R3, and server starts up with this error below. I tried increasing the ms and mx settings...to no avail. Reinstalled BEA...nothing. Noone else has that issue. Compare