Applying Patch 5049080 on Oracle 10.2

I'm attempting to apply 5049080 using OPatch 10.2.0.1.2. When it gets to:
Running make for target client_sharedlib
I get a Java OutOfMemory Error
Any suggestions?

did you stop all services at that time? is the problem happening consistently?
Message was edited by:
Laurent Schneider
They're identical serversI expected that answer ;-)

Similar Messages

  • Getting error while applying patch 5059447 on Oracle 10gR2

    Hi,
    I have Oracle 10g R2 (10.2.0.4) on Linux 32bit single instance server, wherein while applying patch id 5059447 i am getting error, is it related to Oracle or Linux lib files?
    should i raise a SR?
    INFO:Finish applying patch to local system at Wed Mar 03 16:35:49 IST 2010
    INFO:--------------------------------------------------------------------------------
    INFO:The following warnings have occurred during OPatch execution:
    INFO:1) OUI-67200:Make failed to invoke "/usr/bin/make -f ins_rdbms.mk ioracle ORACLE_HOME=/u01/app/oracle/10.2.0/db_1"....'/u01/app/oracle/10.2.0/db_1/l
    ib//libcore10.a(lcd.o)(.text+0x8e8): In function `lcdprm':
    : warning: the `gets' function is dangerous and should not be used.
    /usr/lib/gcc/i386-redhat-linux/3.4.4/libgcc_s.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [u01/app/oracle/10.2.0/db_1/rdbms/lib/oracle] Error 1
    INFO:2) OUI-67124:Re-link fails on target "ioracle".
    Thanks,
    Ajay

    Pl also see these related docs
    827445.1 - Undefined Reference To Symbol "kecrban" While Linking Oracle Binary During 10.2.0.4 Installation
    356363.1 - Relinking Oracle Gives Message The 'Gets' Function Is Dangerous And Should Not Be Used
    HTH
    Srini

  • Applying Patch 92021 to Oracle 9201 DB

    Hello All;
    I'm trying to apply the patch 92021 to my DB on windows platform.
    1- from Services I stopped all Oracle Services.
    2- I installed the patch successfully.
    3- Now I want to do the post install tasks.
    (startup migrate , spool patch.log, @rdbms/admin/catpatch.sql, spool off, shutdown, startup)
    I have the following concerns.
    1- If I startup the instance from Services it will make startup normal.
    2- If I startup the instance from Services & from sqlplus I shutdown immediate then startup migrate. it gives me error.
    SQL> conn sys@testdb as sysdba
    Connected.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup migrate
    ORACLE instance started.
    ORA-12519: TNS:no appropriate service handler found
    SQL> conn sys/piga@testdb as sysdba
    ERROR:
    ORA-12505: TNS:listener could not resolve SID given in connect descriptor
    in connect descriptor
    Warning: You are no longer connected to ORACLE.
    If I restart the service from windows service the instance starts normally & the problem goes. but again the last startup is normal not migrate.
    So how to do startup migrate on Windows without any problems?
    Best Regards,
    Naji Ghanim

    Thanx to all;
    I manage to solve this problem.
    It was wrong listener configuration.
    now, can anyone tell me how to tell Windows Service that I want to start my service in certain mode eg: startup nomount, or startup mount.
    instead of the default action "startup open"

  • Apply patch for oracle10g on window

    Hi Experts,
    I am new person.
    I try to apply patch 1024 for oracle 10G R1 at 32 bit window.
    Patch 1024 Installation Instructions for Single Instance
    Follow these steps:
    1.
    Cleanly shut down all processes running from the ORACLE_HOME.
    2.
    Set the ORACLE_HOME environment variable to the correct Oracle home that needs to be patched.
    > set ORACLE_HOME=<Oracle Home Path>
    3.
    Go to the directory where you downloaded the patch:
    > cd 7584866
    4.
    Ensure that the directory containing the OPatch script appears in your PATH setting. Enter the following command to run OPatch:
    > opatch apply
    My steps shows as
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\jzhu>cd \
    C:\>echo oracle_home
    oracle_home
    C:\>set oracle_home=C:\oracle\product\10.2.0
    C:\>echo $oracle_home
    $oracle_home
    C:\>
    I download patch at C:\patch\7584866
    then go to DOS
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\>cd C:\patch\7584866
    C:\patch\7584866>
    C:\patch\7584866>opatch apply
    'opatch' is not recognized as an internal or external command,
    operable program or batch file.
    I got a above error.
    however, i check my system that opatch patch as C:\oracle\product\10.2.0\db_1\BIN\OPatch
    if i go to this patch
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\jzhu>cd \
    C:\>echo oracle_home
    oracle_home
    C:\>set oracle_home=C:\oracle\product\10.2.0
    C:\>echo $oracle_home
    $oracle_home
    C:\>cd C:\oracle\product\10.2.0\db_1\BIN\OPatch
    C:\oracle\product\10.2.0\db_1\BIN\OPatch>opatch apply
    File Not Found
    Java could not be located. OPatch cannot proceed!
    OPatch failed with error code = 1
    C:\oracle\product\10.2.0\db_1\BIN\OPatch>
    I got another error as OPatch failed with error code = 1.
    I also found the inventory patch as C:\Program Files\Oracle\Inventory
    What wrong?
    Could help me to apply patch in detail? It is my first time for thsi point.
    Thanks
    JIm

    Hi Expert,
    I saw a opatch bat file in directory(C:\oracle\product\10.2.0\db_1\BIN\OPatch>)
    However, I got an error when i run opatch.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\oracle\product\10.2.0\db_1\BIN\OPatch>opatch
    File Not Found
    Java could not be located. OPatch cannot proceed!
    OPatch failed with error code = 1
    C:\oracle\product\10.2.0\db_1\BIN\OPatch>opatch
    File Not Found
    Java could not be located. OPatch cannot proceed!
    OPatch failed with error code = 1
    C:\oracle\product\10.2.0\db_1\BIN\OPatch>
    What is wrong? I set oracle home =C:\oracle\product\10.2.0\db_1
    Which Java version do i need to install based on message --Java could not be located. ?
    Please help me.
    Thanks
    Jim
    Edited by: user589812 on Feb 24, 2009 8:48 AM

  • Error While Applying patch 9239089 Oracle Applications DBA 12.1.3 Product R

    Dear All,
    I want to upgrade my application from Release 12.1.1 To 12.1.3. on windows server 2003 R2.
    while applying patch 9239089 I got this error
    "Extracting object modules for product ad...
    lib: not found
    adlibout: error: cannot get table of contents in library file for product ad
    File name is D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Skipping to next product...
    Please see the complete contents from log file.
    You are running adlibout, version 120.0
    Start of adlibout session
    Date/time is Sun May 8 17:02:50 AST 2011
    Log file is D:/oracle/PROD/apps/apps_st/appl/admin/PROD/log/adlibout.log
    Command line arguments are
    "filelist=D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/paoapp000.txt"
    Creating temporary file list...
    Done creating temporary file.
    ---ad----------------------------------------
    Extracting object modules for product ad...
    lib: not found
    adlibout: error: cannot get table of contents in library file for product ad
    File name is D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Skipping to next product...
    End of adlibout session
    Date/time is Sun May 8 17:02:50 AST 2011
    Please Advise how to solve this issue.
    Thanks and regards

    lib: not foundPlease see these docs.
    Error when relinking programs LINK : fatal error LNK1104: cannot open file [ID 1308860.1]
    Patch 4157177 Error: Cannot Get Table Of Contents In Library File For Product Fnd [ID 335488.1]
    Adcfgclone Appstier Error Out In Adlnk806.Sh [ID 601788.1]
    Thanks,
    Hussein

  • Not able to apply patch of 10.2.0.3 on 10.2.0.1 Oracle Client

    It is giving this exception
    OUI-10133:Invalid stage area. There are no top level components for Windows NT, Windows 2000 available for installation inthis staging area.
    The OS is Windows Server 2003 R2. I have just installed Oracle Client 10.2.0.1 and trying to apply patch of 10.2.0.3 Its urgent. Thanx in advance

    I was able to install this patch on Windows 2003 R2.
    When it asks for the install home it will just make one up. If you click in the box (it looks grayed out) you will see the REAL home. Highlight that and then continue. It should install fine after that.

  • Apply Patches on Oracle Database with Logical Standby Database

    Here I am:
    I got a primary database with a logical standby database running Oracle 11g. I got two client applications, one is the production site pointing to the primary one, another one is just a backup site pointing to the logical one.Things will only be written into the primary database every mid night and client applications can only query the database but not add, update nor delete.And now, I want to apply the latest patch on both of my databases. I am also the DNS administrator, I can make the name server pointing to the backup site instead of the production one.I want to firstly apply the patch on the logical one, and then the physical one.
    I found some reference which explains how to apply patches by adopting "Rolling Upgrade Method". however, I want to avoid doing any "switch over" mentioned in the reference because I can make use of name server. Can I just apply patches as the following way?
    1)Stop SQL apply
    2)Apply patches on logical standby database
    3)let the name server point to the backup site
    4)Apply patches on the primary database
    5)Start SQL apply
    6)Let the name server point back to the production site
    Thanks in advance.

    Pl follow the steps in MOS Doc 437276.1 ( Upgrading Oracle Database with a Logical Standby Database In Place )
    HTH
    Srini

  • Apply patch 10.1.2.3 on oracle 10g application server 10.1.2.0.2

    Dear All,
    i have installed oracle 10g application server 10.1.2.0.2 with infrastructure and forms & report.
    now i downloaded the patch 10.1.2.3 to apply on it.
    I have two homes in my application 10g server (infra and forms&report).
    should first i apply apply patch on infrastructure and than on forms & report home.
    am i correct.? can you please give me procedure how to apply the patch on 10g application server 10.1.2.0.2.
    Thanks & regards,
    Sher khan

    Hi,
    can you please correct me in sequence..
    1) install oracle 10g application server including
    i) infrastructure
    2) install forms and report.
    3) apply patch 10.1.2.3 on application server
    3.1) apply patch on forms and report
    3.2) than apply patch on infrastructure..
    is it correct sequence thanks,
    Thanks & regards,
    Sher khan

  • Applying oracle patch set for Oracle 10.2.0.4

    Hi All,
    I need some clarification on below suggestions from SAP,
    <div class="jive-quote">there is also no optimizer mergefix installed in the database. This can lead to big performance problems due to wrong Oracle Cost Based Optimizer decisions. SAP therefore requires the installation of so called SAP Bundle Patches. Please refer to
    SAP note #1137346 - Oracle 10.2.0: Patches/patch collections for Oracle 10.2.
    It is mandatory to install the most current available SBP in SAP environments.</div>
    I have Oracle 10.2.0.4 and AIX 6.1 for my all SAP systems, please guide me what exact steps I have to follow, as this note contains information about the relased oracle patch set but doesnt have information about how to apply.
    I never applied any oracle patch set before and very new to all this, so your solution will help me a lot in this task.
    Regards,
    Ramesh.

    ramesh_basis wrote:
    Hi All,
    >
    > I need some clarification on below suggestions from SAP,
    >
    > <div class="jive-quote">there is also no optimizer mergefix installed in the database. This can lead to big performance problems due to wrong Oracle Cost Based Optimizer decisions. SAP therefore requires the installation of so called SAP Bundle Patches. Please refer to
    > SAP note #1137346 - Oracle 10.2.0: Patches/patch collections for Oracle 10.2.
    > It is mandatory to install the most current available SBP in SAP environments.</div>
    >
    > I have Oracle 10.2.0.4 and AIX 6.1 for my all SAP systems, please guide me what exact steps I have to follow, as this note contains information about the relased oracle patch set but doesnt have information about how to apply.
    >
    > I never applied any oracle patch set before and very new to all this, so your solution will help me a lot in this task.
    >
    > Regards,
    > Ramesh.
    Hi Ramesh,
    Firstly, go to "http://service.sap.com/swdc -> Software Downloads -> Database Patches -> Oracle -> Oracle 10.2.0.4  -> OPatch"  then download and install OPatch_10205_Generic_v0.zip
    Secondly, go to "http://service.sap.com/swdc -> Software Downloads -> Database Patches -> Oracle -> Oracle 10.2.0.4  -> Database RDBMS -> Generic (32-bit / 64-bit)" then download and install "Pre-Upgrade Information Utility utlu102i.sql (zipped)" and "p8350262_10204_Generic.zip"
    Thirdly, "http://service.sap.com/swdc -> Software Downloads -> Database Patches -> Oracle -> Oracle 10.2.0.4  -> Database RDBMS -> AIX5L (64-bit)" then download and install "SAP_102048_201106_AIX.zip"
    You can find readme fles in the zip files.
    Best regards,
    Orkun Gedik

  • OracleAS 10g patchset 5. runInstaller fail apply patch 8626084

    Upgrade EBS R12.0.4 to R12.1.1 (Doc.id 752619.1) -> upgrade OracleAS 10g Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0) apply patch 8626084.
    My OAS release 10.1.3.0.0 and fail in 25% of Install copying 'chgiphost.sh' in install actions log send the following messages:
    Starting install Install Phase 1 of component Oracle Distributed Software Assistant Server Patch
    Calling Action fileActions10.1.0.3.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = dgaexe
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = /u732/tmpdir/OraInstall2013-03-05_06-33-45AM/temp20
         gpEntries = [[dsaServer.sh ->%PROD_HOME%/bin/dsaServer.sh 1964 plats=1=>[453] langs=1=>[en,ja]]
    , [dsaShutdown.sh ->%PROD_HOME%/bin/dsaShutdown.sh 1611 plats=1=>[453] langs=1=>[en,ja]]
    , [shutdown.txt ->%PROD_HOME%/shutdown.txt 14 plats=1=>[453] langs=1=>[en,ja]]
    , [dsaOpmn.xml ->%PROD_HOME%/dsaOpmn.xml 780 plats=1=>[453] langs=1=>[en,ja]]
    , [getias.sh ->%PROD_HOME%/bin/getias.sh 1317 plats=1=>[453] langs=1=>[en,ja]]
    , [addopmn.sh ->%PROD_HOME%/bin/addopmn.sh 864 plats=1=>[453] langs=1=>[en,ja]]
    , [delopmn.sh ->%PROD_HOME%/bin/delopmn.sh 843 plats=1=>[453] langs=1=>[en,ja]]
    , [asgexec ->%PROD_HOME%/bin/asgexec 8560 plats=1=>[453] langs=1=>[en,ja]]
         DllGroup = false
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :1
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-05_06-33-45AM/temp21
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :2
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-05_06-33-45AM/temp22
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :3
    How many notes indicate that the inventory is corrupted, but my file ContentsXML / inventory.xml contains good, the information for my 3 enviroment rdbms and 10.1.2/10.1.3.
    I check my opatch inventory-detail for rdbms, 10.1.2/10.1.3 and everything seems fine.
    I appreciate any help you can give.
    regards
    Luis

    Thanks all for your Help.
    I clould advance recreating my inventory wiith the note 742477.1.
    but now, I have a new error. In 86% of the intallation. I receive the following:
    Starting install Install Phase 1 of component Patch of LDAP Required Support Files
    Calling Action fileActions10.1.0.3.0 copyGroupFromJar
    selectedNodes = null
    copyGroup = lib
    permissions = 755
    owner = null
    group = null
    copyAsText = null
    JarLoc = /u732/tmpdir/OraInstall2013-03-18_07-47-43PM/temp19
    gpEntries = [[libnldap10.a ->%PROD_HOME%/lib/libnldap10.a 139728 plats=1=>[453] langs=1=>[en]]
    , [libldapclnt10.a ->%PROD_HOME%/lib/libldapclnt10.a 1618728 plats=1=>[453] langs=1=>[en]]
    , [libldapclnt10.a0 ->%PROD_HOME%/lib32/libldapclnt10.a 1170280 plats=1=>[453] langs=1=>[en]]
    , [libnldapj10.so ->%PROD_HOME%/network/lib/libnldapj10.so 32552 plats=1=>[453] langs=1=>[en]]
    DllGroup = false
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :1
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-18_07-47-43PM/temp20
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :2
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-18_07-47-43PM/temp21
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :3
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-18_07-47-43PM/temp22
    Exception thrown from action: copyGroupFromJar
    Exception Name: UNCAUGHT_RUNTIME
    Grateful for your help.
    Luis

  • Apply patch during oracle upgrade

    Hi Folks
    I`m upgrading 10G databases to 11.2.0.3. Right now we have installed the 11.2.0.3 software on the severs. We have downloaded PSU, which converts present 11.2.0.3.0 to 11.2.0.3.3.
    Here`s my question.
    The pre-requisite to apply this patch is that opatch version of db has to be in 11.2.0.3.
    I checked my opatch version in some 10G databases, it is with 10.2.0.4.0. How can I apply new patch as my patch version is only 10.2.0.4.0.
    New environment variables will be set to 11.2.0.3 during applying patch. But how to convert 10.2.0.4.0 patch to 11.2.0.3.0, so that I can apply my new patch.

    You will need to install the latest version of OPatch on the 11.2.0.3 OH, then apply the PSU - see MOS Doc referenced above
    HTH
    Srini

  • How to check whether a patch is applied or not when we apply a patch using patch.sh in oracle apps 11i

    Hi,
    If we apply patch using adpatch,we can know whether the patch is applied or not by checking ad_bugs,even with opatch we can check by using opatch lsinventory...
    But when we apply patch with patch.sh then how can we find out whether a patch is applied or not.
    I have to apply patch 14615390 and  16414360...but how can i know whether those patches are already applied or not. We have jre upgrade so we need to find out whether these patches or already applied or not.
    Thanks in advance,

    These are patches for Forms aren't they?
    I think this has been addressed before
    How to know if a patch has been applied to Forms?
    As the mighty Hussein points out in that post, refer to How to verify if a patch has been installed (Doc ID 105158.1)
    DA

  • Error while applying patch for SOA suite 10.1.3.4 on Weblogic 9.2 - URGENT

    Hi All,
    I am trying to apply a weblogic patch on SOA server but facing an error while applying the Opatch . I checked the accessibilty to opatch inventory by using the command % opatch lsinventory . This executed fine and there were no errors. But when I try applying the opatch I get the error -that some jars missing . Even if I replace the jars and try executing opatch again I face the same error . I googled a lot but couldnt find any solution . Please let me what can be done for solving this error .
    D:\7337034>opatch apply -oh D:\product\10.1.3.1\OracleAS_1
    Oracle Interim Patch Installer version 1.0.0.0.61
    Copyright (c) 2009 Oracle Corporation. All Rights Reserved..
    Oracle recommends you to use the latest OPatch version
    and read the OPatch documentation available in the OPatch/docs
    directory for usage. For information about the latest OPatch and
    other support-related issues, refer to document ID 293369.1
    available on My Oracle Support (https://myoraclesupport.oracle.com)
    Oracle Home : D:\product\10.1.3.1\OracleAS_1
    Oracle Home Inventory : D:\product\10.1.3.1\OracleAS_1\inventory
    Central Inventory : C:\Program Files\oracle\inventory
    from : N/A
    OUI location : D:\product\10.1.3.1\OracleAS_1\oui
    OUI shared library : D:\product\10.1.3.1\OracleAS_1\oui\lib\win32\oraInstalle
    r.dll
    Java location : "D:\product\10.1.3.1\OracleAS_1\jdk\jre\bin\java.exe"
    Log file location : D:\product\10.1.3.1\OracleAS_1/.patch_storage/<patch ID>
    /*.log
    Creating log file "D:\product\10.1.3.1\oracleas_1\.patch_storage\7337034\Apply_7
    337034_06-02-2009_13-39-26.log"
    Provide your email address to be informed of security issues, install and
    initiate Oracle Configuration Manager. Easier for you if you use your My
    Oracle Support Email address/User Name.
    Visit http://www.oracle.com/support/policies.html for details.
    Email address/User Name: [email protected]
    Provide your My Oracle Support password to receive security updates via your My
    Oracle Support account.
    Password (optional):
    Password (optional):
    Unable to establish a network connection to Oracle. If your systems require a
    proxy server for outbound Internet connections, enter the proxy server details
    in this format:
    [<proxy-user>@]<proxy-host>[:<proxy-port>]
    If you want to remain uninformed of critical security issues in your
    configuration, enter NONE
    Proxy specification: NONE
    ** Installing base package **
    Deploying core - Version 10.3.1.0.0
    Deploying engines - Version 10.2.7.1.0
    Deploying metricdata - Version 10.2.4.0.3
    Deploying scripts - Version 10.3.1.0.0
    Oracle Configuration Manager has been configured in disconnected mode. If the
    target ORACLE_HOME is running a database, please refer to the
    "Post-installation Database Configuration" section of the OCM Installation
    and Administration Guide
    (http://www.oracle.com/technology/documentation/ocm.html) to complete the
    installation.
    View configuration data reports and access valuable configuration best
    practices by going to My Oracle Support.
    Backing up comps.xml ...
    OPatch detected non-cluster Oracle Home from the inventory and will patch the lo
    cal system only.
    Please shut down Oracle instances running out of this ORACLE_HOME
    (Oracle Home = d:\product\10.1.3.1\oracleas_1)
    Is this system ready for updating?
    Please respond Y|N >
    y
    Applying patch 7337034...
    Patching jar files...
    OPatch encounters the following issues during file patching:
    The following java archives on Windows had problems with being patched:
    1. orabpel.jar
    [ object: DomainFilter.class ]
    2. orabpel.jar
    [ object: AdapterFrameworkListenerImpl$RoutingRuleXPathInfo.class ]
    3. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    4. orabpel.jar
    [ Couldn't make backup copy of file. ]
    5. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    6. orabpel.jar
    [ Couldn't make backup copy of file. ]
    7. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    8. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    9. orabpel.jar
    [ Couldn't make backup copy of file. ]
    Replying 'Y' will terminate the patch installation immediately. It WILL NOT rest
    ore any updates that have been performed to this point. It WILL NOT update the i
    nventory.
    Replying 'N' will update the inventory showing the patch has been applied.
    NOTE: After replying either 'Y' or 'N' it is critical to review:
    My Oracle Support Note 312767.1 How to rollback a failed Interim patch ins
    tallation.
    Do you want to STOP?
    Please respond Y|N >
    y
    File Patching Error!
    ERROR: OPatch failed during patching, possibly due to missing files.
    OPatch returns with error code = 200

    Hi , I am facing the same issue.
    were you able to resolve it.
    please let me know if you were.
    Many Thanks.

  • Error while applying Patch 4960210

    Hi,
    I am trying to integrate oracle apps with Oracle EBS 12R and following Doc Id:376811.1 from metalink.
    I have successfully installed patch 5983637, but when I try to install patch 4960210 on it, even though I stopped all the services on app server, i get the following error:
    Certain files which need to be reinstalled by oracle universal installer are being used by one or more applications.
    Please close any running applications before continuing.
    NOTE: when I upgraded the existing OracleAS 10.1.2.0.2 Infrastructure to Oracle Identity Management 10g (10.1.4.0.1) I created a new oracle home and installed my components there (unknowingly), so not sure if this causing problem.
    Not able to go further Please help..!!!!
    Thanks

    Hi,
    As a part of R12 upgrade.
    once The Installation creates APPL_TOP, COMMON_TOP, INST_TOP and 10g Oracle Home
    Now we are connected to R12 application.
    Applied patch AD.A 4502962.
    Run the American English upgrade patch driver
    cd $AU_TOP/patch/115/driver
    adpatch options=nocopyportion,nogenerateportion
    Please enter the name of your AutoPatch driver file: u4440000.drv
    This patch doesn't have readme it will be under cd $AU_TOP/patch/115/driver
    Thanks,
    Bhanu Chander

  • Error while applying patch to 12.1.3 from 12.1.1

    Hi,
    while I'm applying patch 9239090, I'm getting the following error:
    The following Oracle Forms objects did not generate successfully:
    au      resource        IEXFBALI.pll
    au      resource        OKSACTEV.pll
    au      resource        OKSAUDET.pll
    au      resource        CSCUTILS.pll
    au      resource        OKCEXEVT.pll
    au      resource        OKCEXPOR.pll
    au      resource        OKCKSRCH.pll
    The following Oracle Forms objects did not generate successfuly:
    iex     forms/US     IEXCUOVW.fmx
    iex     forms/US     IEXRCALL.fmx
    wms     forms/US     WMSLABEL.fmx
    wsh     forms/US     WSHQSSUI.fmx
    wsh     forms/US     WSHSTREF.fmx
    wsh     forms/US     WSHFSTRX.fmx
    and i have allready applied patch 9239089 before 9239090

    IEXCUOVW.fmx
    Error Statement:
    FRM-30064: Unable to parse statement select site_uses.location location,
           party_site.party_site_number,
           substr(loc.address1,1,25) ||' '
                || substr(loc.address2,1,25) ||' '
                || substr(loc.address3,1,25) ||' '
                || substr(loc.address4,1,25) ||' '
                || loc.city|| ',' || ' '
                || nvl(loc.state, loc.province) ||' '
                || t.territory_short_name address,
           site_uses.primary_flag,
           loc.address1 address1,
           loc.address2,
           loc.city ||','|| ' '|| nvl(loc.state, loc.province)
               ||' '||loc.postal_code|| ' '
               || t.territory_short_name address3,
           site_uses.site_use_id customer_site_use_id,
           site_uses.cust_acct_site_id address_id,
           site_uses.bill_to_site_use_id bill_to_site_use_id,
           site_uses.primary_salesrep_id primary_salesrep_id,
           loc_assign.loc_id location_id,
           loc.state state,
           loc.country country,
           loc.postal_code postal_code,
           site_uses.territory_id territory_id,
           lp.meaning business_purpose,
           lp2.meaning primary_flag_meaning,
           ca.cust_account_id cust_account_id,
           ca.account_number account_number,
            decode(substrb(person.person_last_name,1,50), null,
                        substrb(person.person_first_name,1,40),
                        substrb(person.person_last_name,1,50) ||', ' ||
                        substrb(person.person_first_name,1,40))
                        contact_name,
           owner_party.party_name owner_party
    from hz_cust_acct_sites acct_site,
         hz_party_sites party_site,
         hz_cust_accounts ca,
         hz_loc_assignments loc_assign,
         hz_locations loc,
         hz_cust_site_uses site_uses,
         fnd_territories_vl t,
         ar_lookups lp ,
         ar_lookups lp2,
         hz_cust_account_roles  role,
         hz_parties person,
         hz_relationships  rel,
         hz_parties owner_party
    where ca.party_id IN
         (SELECT CAST(:IEXCUOVW_HEADER.ORG_PARTY_ID AS NUMBER) FROM dual
           UNION
          SELECT ar.related_party_id
            FROM ar_paying_relationships_v ar
           WHERE ar.party_id = :IEXCUOVW_HEADER.PARTY_ID
             AND TRUNC(sysdate) BETWEEN
                 TRUNC(NVL(ar.effective_start_date,sysdate)) AND
                 TRUNC(NVL(ar.effective_end_date,sysdate))  )
      and acct_site.cust_account_id = ca.cust_account_id
      and acct_site.party_site_id = party_site.party_site_id
      and loc.location_id = party_site.location_id
      and loc.location_id = loc_assign.location_id
      and nvl(acct_site.org_id, -99) = nvl(loc_assign.org_id, -99)
      and acct_site.cust_acct_site_id = site_uses.cust_acct_site_id
      and loc.country = t.territory_code
      and site_uses.site_use_code = lp.lookup_code
      and lp.lookup_type = 'SITE_USE_CODE'
      and site_uses.site_use_code = 'BILL_TO'
    --  and site_uses.status = 'A'
    --  and acct_site.status = 'A'
      and site_uses.primary_flag = lp2.lookup_code
      and lp2.lookup_type = 'YES/NO'
      and   site_uses.contact_id = role.cust_account_role_id(+)
      and   role.party_id = rel.party_id(+)
      and   rel.subject_table_name(+) = 'HZ_PARTIES'
      and   rel.object_table_name(+) = 'HZ_PARTIES'
      and   rel.directional_flag(+)  = 'F'
      and   role.role_type(+)          = 'CONTACT'
      and   rel.subject_id        = person.party_id(+)
      and owner_party.party_id = ca.party_id
    order by location,
             address1
    ORA-25137: Data value out of range
    Record Group IEXCUOVW_LOC_ORG_PAYING_RG
    Form: IEXCUOVW
    FRM-30085: Unable to adjust form for output.
    WMSLABEL.fmx
    Error Statements:
    FRM-30064: Unable to parse statement select upet.type_name EPC_type_name, upec.name category_name, upet.type_id, upec.category_id              
    from mgd_idencoding_category upec,
         mgd_idencoding_type upet
    where upec.category_id = upet.category_id
    and ((NVl(upet.partition_value,0)= 0 and upet.category_id = 1 ) or upet.category_id <> 1)
    order by upec.category_id,type_name.
    ORA-00942: table or view does not exist
    Record Group EPC_RULE_RG
    Form: WMSLABEL
    FRM-30085: Unable to adjust form for output.
    Generated    0 files successfully.
    Generated    0 files with non-fatal warnings.
    Generated    1 files with fatal errors.
    adfrmgen is exiting with status 1
    End of adfrmgen session
    Date/time is Mon Feb 20 2012 04:44:01
    WSHFSTRX.fmx
    Error Statements :
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignored
    IEXRCALL.fmx
    Error Statements:
    FRM-30064: Unable to parse statement select site_uses.location location,
           party_site.party_site_number,
           substr(loc.address1,1,25) ||' '
                || substr(loc.address2,1,25) ||' '
                || substr(loc.address3,1,25) ||' '
                || substr(loc.address4,1,25) ||' '
                || loc.city|| ',' || ' '
                || nvl(loc.state, loc.province) ||' '
                || t.territory_short_name address,
           site_uses.primary_flag,
           loc.address1 address1,
           loc.address2,
           loc.city ||','|| ' '|| nvl(loc.state, loc.province)
               ||' '||loc.postal_code|| ' '
               || t.territory_short_name address3,
           site_uses.site_use_id customer_site_use_id,
           site_uses.cust_acct_site_id address_id,
           site_uses.bill_to_site_use_id bill_to_site_use_id,
           site_uses.primary_salesrep_id primary_salesrep_id,
           loc_assign.loc_id location_id,
           loc.state state,
           loc.country country,
           loc.postal_code postal_code,
           site_uses.territory_id territory_id,
           lp.meaning business_purpose,
           lp2.meaning primary_flag_meaning,
           ca.cust_account_id cust_account_id,
           ca.account_number account_number,
            decode(substrb(person.person_last_name,1,50), null,
                        substrb(person.person_first_name,1,40),
                        substrb(person.person_last_name,1,50) ||', ' ||
                        substrb(person.person_first_name,1,40))
                        contact_name,
           owner_party.party_name owner_party
    from hz_cust_acct_sites acct_site,
         hz_party_sites party_site,
         hz_cust_accounts ca,
         hz_loc_assignments loc_assign,
         hz_locations loc,
         hz_cust_site_uses site_uses,
         fnd_territories_vl t,
         ar_lookups lp ,
         ar_lookups lp2,
         hz_cust_account_roles  role,
         hz_parties person,
         hz_relationships  rel,
         hz_parties owner_party
    where ca.party_id IN
         (SELECT CAST(:IEXCUOVW_HEADER.ORG_PARTY_ID AS NUMBER) FROM dual
           UNION
          SELECT ar.related_party_id
            FROM ar_paying_relationships_v ar
           WHERE ar.party_id = :IEXCUOVW_HEADER.PARTY_ID
             AND TRUNC(sysdate) BETWEEN
                 TRUNC(NVL(ar.effective_start_date,sysdate)) AND
                 TRUNC(NVL(ar.effective_end_date,sysdate))  )
      and acct_site.cust_account_id = ca.cust_account_id
      and acct_site.party_site_id = party_site.party_site_id
      and loc.location_id = party_site.location_id
      and loc.location_id = loc_assign.location_id
      and nvl(acct_site.org_id, -99) = nvl(loc_assign.org_id, -99)
      and acct_site.cust_acct_site_id = site_uses.cust_acct_site_id
      and loc.country = t.territory_code
      and site_uses.site_use_code = lp.lookup_code
      and lp.lookup_type = 'SITE_USE_CODE'
      and site_uses.site_use_code = 'BILL_TO'
    --  and site_uses.status = 'A'
    --  and acct_site.status = 'A'
      and site_uses.primary_flag = lp2.lookup_code
      and lp2.lookup_type = 'YES/NO'
      and   site_uses.contact_id = role.cust_account_role_id(+)
      and   role.party_id = rel.party_id(+)
      and   rel.subject_table_name(+) = 'HZ_PARTIES'
      and   rel.object_table_name(+) = 'HZ_PARTIES'
      and   rel.directional_flag(+)  = 'F'
      and   role.role_type(+)          = 'CONTACT'
      and   rel.subject_id        = person.party_id(+)
      and owner_party.party_id = ca.party_id
    order by location,
             address1
    ORA-25137: Data value out of range
    Record Group IEXCUOVW_LOC_ORG_PAYING_RG
    Form: IEXRCALL
    FRM-30085: Unable to adjust form for output.
    WSHSTREF.fmx
    Error statements:
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignored
    WSHQSSUI.fmx
    Error statements:
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignoredthese are the error statements

Maybe you are looking for

  • Problems with Photoshop performance and data transfer speed on iMac

    Two months ago, I started noticing slow performances using Photoshop (above all using clone stamp tool) on my 27" iMac (late 2012). I did the AHT and I found that 8GB of 32GB RAM were broken. I removed them but the problem didn't disappered, I also n

  • Error 2755 when trying to install itunes on my laptop please help

    error 2755 when trying to install itunes on my laptop please help the installation process gets so far then the error 2755 appears saying that it cannot be installed

  • How to print the single layout in N no times

    Hi, I have developed 1 cheque printing report using developer6i for Oracle Applications i want to print the same output 4 times 1st output will directly printon the cheque and 2nd output should contain the note as "ORIGINAL" and it should come on a A

  • Playing multiple stereo channels out one single mono channel tia sal22

    Greetings All I have a vi which creates multiple stereo audio signals in labview 8.6.1 and I would like to play all of the stereo channels out one single Mono channel is this possible?  I tried setting all the device ID's to the same thing but a lot

  • Reg Data in table in two languages

    Hi, Here i am having the reqt that i need to extract the data from SQL Table in to BI 7 system.In SQL, I am having the customer table, in that, Customer name and Customer phone numbers  will be there in both English as well as arabic. so, we have to