SOA BPEL 10.1.3.5.0 CPU Patches

We are on 10.1.3.3.1 at US Marine Corps -Department of Defense
We dont have a security patches for 10.1.3.3.1
open issues/questions:
Open Issues:
1. What is Oracle's recommendation from Oracle about upgrading 10.1.3.5 vs 10.1.3.4 (CPU Patch support length). Also CPU Patch support policy for BAM 10.1.3.3.1 and B2B 10.1.2.3.
2. Any MLRs to apply after upgrading SOA/BPEL/WSM/BAM/B2B 10.1.3.5 ?
3. Interoperability of OWSM 10.1.3.4, BAM 10.1.3.3.1, B2B 10.1.2.3 and SOA/BPEL 10.1.3.5. Can they co-exist or must they(one or more) be in same release level?
What is the supported method
Please advise
thanks
sri

Did you find a solution to this issue? We are having a similar issue trying to deploy a Paypal IPN on OAS 10.1.2.3. The IPN messages coming from Paypal appear to be attempting an SSLv2 handshake. In our case SSLv2 is disabled due to our security requirements so the connection is killed by our App Server. We have found that manually sending the IPN messages works correctly.

Similar Messages

  • CPU Patch for SOA BPEL -10.1.3.5 and B2B -10.1.2.0.4

    We are in DOD -GOVT US marine corps.. WE are on 10.1.3.3.1 .. There is no CPU Patches for 10.1.3.3.1 nor
    for 10.1.2.03-B2B
    open issues/questions:
    Open Issues:
    1. What is Oracle's recommendation about upgrading 10.1.3.5 vs 10.1.3.4 (CPU Patch support length). Also CPU Patch support policy for BAM 10.1.3.3.1 and B2B 10.1.2.3.
    2. Any MLRs to apply after upgrading SOA/BPEL/WSM/BAM/B2B 10.1.3.5 ?
    3. Interoperability of OWSM 10.1.3.4, BAM 10.1.3.3.1, B2B 10.1.2.3 and SOA/BPEL 10.1.3.5. Can they co-exist or must they(one or more) be in same release level?
    Thanks & Regards
    Sri

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

  • Business Event not triggering the SOA BPEL Process with OA Adapter

    Hello Gurus,
    I am working on Business event "oracle.apps.per.api.employee.create_employee" and the event is getting triggered when creating an employee from EBS.
    The message has come till WF_BPEL_QTAB(I could seeit) and in "READY" status.We have a SOA BPEL Process that is subscribed to the event "oracle.apps.per.api.employee.create_employee" using OA Adapter.
    The issue is that the SOA BPEL process is not getting triggered and it is not dequeing the message from WF_BPEL_Q.
    Please let me know if I have missed any steps on SOA BPEL side.
    Note: Agent Listener is up and running.
    Thanks,
    Sunil

    Ofcourse, I subscribed to the business event using BPEL. Ideally the instances should be created and I should be able to receive the standard payload.
    Yes the JNDIs are correct. We have other business events working in the same fashion and we are using same JNDI.

  • Coherence in SOA BPEL Java Embedding error

    I am trying to use Coherence to cache message in SOA BPEL process.
    The BPEL process is deployed into WebLogic 10.3.2 on SOA 11g platform.
    Withing the BPEL, I use Java Embedding, try to cache a meesage on another coherence instance (Running as a server from
    a different JVM). But I am getting "Storage is not configured" exception after the "Jave Embedding invoked" message.
    Here is my code:
    System.out.println("Jave Embedding invoked");
    try{
    //set localstorage to false, use remote Coherence server
    System.setProperty("tangosol.coherence.distributed.localstorage", "false");
    System.setProperty("tangosol.coherence.log.level", "3");
    catch(Exception e) {
    e.printStackTrace();
    CacheFactory.ensureCluster();
    NamedCache myCache = CacheFactory.getCache("mycache");
    // put key, value pair into the cache.
    myCache.put("Name","Test");
    System.out.println("Value in cache is " + myCache.get("Name"));
    I use the same code in JDeveloper, and see the message is put on the remote cache server. But when I invoke it through BPEL, I don't even see the new coherence member join the cluster.
    I use the default cache-server.cmd from Coherence package to start the server.
    Anyone has similar experience to share?
    Thanks
    George

    Brian,
    Thanks for the reply. For your questions:
    1. A firewall between your process and the rest of the cluster.
    I run Weblogic and Coherence server on the same development laptop, so no firewall here.
    2. Mis/different configuration between your process and the cluster.
    I did not use any customized configuration files, all configs are straight from coherence.jar.
    3. A classloader issue leading to the wrong cache configuration being picked up.
    Since I use the same jar in Coherence server and weblogic server, and confgurations are from the jar, so they are the same.
    4. Using different and incompatible versions of Coherence between your process and the cluster.
    See answer to 3.
    I do not see the process from BPEL join the coherence server from the server console.
    I am wondering if Weblogic server block coherence multicast messages, if that's the case, what other choices I can have to communicate to coherence server? is Coherence-extend the right direction to explore?
    Thanks
    George

  • How to invoke windows powershell in soa bpel

    Hi,
    could anyone please let me know if we can invoke windows powershell from soa (bpel). if yes please share any helpful url for the same.
    Thanks

    Hi there,
    you can use this discussion to see the Java code that is required in
    order to get a PowerShell script executed from Java. Then you would have
    to use the Java embedding in BPEL to call that code.
    https://social.technet.microsoft.com/Forums/itmanagement/en-US/d32537bd-0aef-440e-8760-6b3085390c37/executing-powershell-script-via-java?forum=winserverpowershell
    Hope this helps,
    A.

  • Calling Process Order API from SOA BPEL

    Hi. It's been from weeks and weeks to months and months since i am trying to call process order api from soa bpel to generate sale order header. Passing org_id, responsibility and username to invoke activity. the response i am getting from Oracle Applications Adapter is
    <X_RETURN_STATUS>U</X_RETURN_STATUS>
    <X_MSG_COUNT>2</X_MSG_COUNT>
    <X_MSG_DATA  xsi:nil="true"/>
    Can anybody help me here? do anybody know what's going on?

    The best way to deal this would be to first call the Order API standalone with the same input which you are using from BPEL process.
    You can test Order API from Toad or any other PL/SQL tool and see if it returns the same response. Else write out the exact steps how you are trying to call the API.

  • Procedure to bring up SOA & BPEL services

    Hi
    We got SOA installed on a server.
    I have started the database.
    Can someone tell the procedure to bring up SOA & BPEL services.
    Can you provide any links regarding
    Regards
    JIL

    On UNIX flavours:
    $ORACLE_HOME/opmn/bin/opmnctl startall
    On windows
    %ORACLE_HOME%\opmn\bin\opmnctl startall
    or use the link in the Start->Programs->Oracle SOA Suite

  • Oracle 10g CPU patch

    Oracle 10g on Windows server 2003. I need to do CPU patch. I follow the patch instructions, but I have some questions:
    1. back up %oracle_home% directory. Is this just to copy whole directory to different disk?
    2. clean shutdown all Oracle services: I know this includes db, listener, db control, anything else?
    3. The Db has ASP application on the top. How to shutdown application? what components should I look at?
    Webserver that uses Oracle client in the mid-tier?
    4. What does ODBC application mean?
    5.What does this mean? "make sure no applications are using the driver sqora32.dll"
    6.What does "Oracle Instant Client" mean? Is this regular Oracle client tool installed on application server? I guess not.
    Appreciate any help.
    S

    ski123 wrote:
    Thank you. I guess I need to make my questions clear:
    1. back up %oracle_home% directory. Is this just to copy whole directory to different disk?
    My question: Is this just to copy to different disk OR you have other way to do it?It is a suggestion that will allow you to recover. In some cases (non-production) I will skip this step.
    In production, I will ask the Backup team to make an extra backup of the entire ORACLE_HOME so they can do a quick restore if I mess up. (Then I'll be extra careful not to mess up.)
    And yes, if you are comfortable that a disk copy will be sufficient to do a complete restore, then that should be OK as well.
    >
    2.clean shutdown all Oracle services: I know this includes db, listener, db control, anything else?
    I don't have ASM or ClusterwareThe you probably don't need to worry about it.
    If you have any other Oracle stuff (BI Suite, SOA Suite, etc) that tries to log on to the database, these must be made aware of the outage - usually by shutting them down. Even if they are not on the same server.
    >
    3.What does this mean? "make sure no applications are using the driver sqora32.dll"
    My question is where and how can I find this DDL?
    Are you seriously saying you do not have access to an OS file-search tool?
    At least one copy is in ORACLE_HOME/bin
    >
    4. What does "Oracle Instant Client" mean? Is this regular Oracle client tool installed on application server? I guess not.
    My question is that is this tool to get installed on Oracle server or application server? My vendor installed the Oracle server for us, how do I know if this tool got installed or not?It is a completely separate download. It is usually installed at the client, not on the server. However, since you have a vendor install, you may want to discuss this with the vendor.
    The big challenge with Instant Client is that it is not an 'install' . It is just an unzip into an arbitrary directory, and does not get recorded in the registry. So almost impossible to find without the SysAdmin's install notes.
    >
    Appreciate any help.
    Thanks
    S.

  • Upgrade of SOA  2 nodes 10.1.3.3 and patch failure

    During upgrade of SOA 10.1.3.3 two node clusters, the first node is made successfully, however, when continue on 2nd node, during the configuration assistant stage, it hangs at BPEL CA : [java] 09/09/23 09:57:37 Notification ==>Binding web application(s) to site default-web-site begins...
    And no further progress.
    When log into the deploy_bpel.log at the SOA_HOME/install, the following following should be the one executing without response:
    Calling redeploy command D:\oracle\product\10.1.3.1\soa\ant\bin\ant -lib D:\oracle\product\10.1.3.1\soa\ant/lib -f D:/oracle/product/10.1.3.1/soa/bpel/system/services/install/ant-tasks/redeploy.xml -Doc4jAdminPassword=<password> -Dinstall.oc4jAdminPassword=<password> -Dinstall.http.host=risdev08 -Dinstall.hostname=risdev08 -Dinstall.admin.port=6005 -Dinstall.opmn.requestport=6005 -Dinstall.oc4j.adminID=oc4jadmin -Dinstall.oc4j.instance=oc4j_soa -Dinstall.oc4j.primary=false
    In the oc4j_soa of opmn/logs folder, the following message appear at about the same time as the bpel ca hangs:
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor47]
    [Unloading class sun.reflect.GeneratedMethodAccessor26]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor12]
    [Unloading class sun.reflect.GeneratedMethodAccessor21]

    MccLok wrote:
    During upgrade of SOA 10.1.3.3 two node clusters, the first node is made successfully, however, when continue on 2nd node, during the configuration assistant stage, it hangs at BPEL CA : [java] 09/09/23 09:57:37 Notification ==>Binding web application(s) to site default-web-site begins...
    And no further progress.
    When log into the deploy_bpel.log at the SOA_HOME/install, the following following should be the one executing without response:
    Calling redeploy command D:\oracle\product\10.1.3.1\soa\ant\bin\ant -lib D:\oracle\product\10.1.3.1\soa\ant/lib -f D:/oracle/product/10.1.3.1/soa/bpel/system/services/install/ant-tasks/redeploy.xml -Doc4jAdminPassword=<password> -Dinstall.oc4jAdminPassword=<password> -Dinstall.http.host=risdev08 -Dinstall.hostname=risdev08 -Dinstall.admin.port=6005 -Dinstall.opmn.requestport=6005 -Dinstall.oc4j.adminID=oc4jadmin -Dinstall.oc4j.instance=oc4j_soa -Dinstall.oc4j.primary=false
    In the oc4j_soa of opmn/logs folder, the following message appear at about the same time as the bpel ca hangs:
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor47]
    [Unloading class sun.reflect.GeneratedMethodAccessor26]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor12]
    [Unloading class sun.reflect.GeneratedMethodAccessor21]Upgrade for the cluster environment should be done one node by one node, without runing in clustered environment.

  • Not able to find out the OCT 2012 CPU patch for 11.2.0.3

    Hi
    I am trying to download the OCT 2012 CPU patch for the 11.2.0.3 to install on Linux x86-64 which is having OS of RHEL 5.7. I am able to get the OCT 2012 PSU patch which include the CPU patch too.
    Database 11.2.0.3.4 PSU Patch 14275605, or
    GI 11.2.0.3.4 PSU Patch 14275572, or
    But I just require only the CPU patch. Can anyone provide me the patch number or some link where I can download the Oracle CPU patch OCT 2012

    The given link take to the window where CPU patch for all the quarter available.
    The Critical Patch Updates released to date are listed in the following table.
    Critical Patch Update Latest Version/Date
    Critical Patch Update - October 2012 Rev 1, 16 October 2012
    Critical Patch Update - July 2012 Rev 1, 17 July 2012
    Critical Patch Update - April 2012 Rev 2, 19 July 2012
    If I click on Critical Patch Update - October 2012 its takes to the window for selectin the database version (11.2.0.3). From there it goes to the Patch Set Update and Critical Patch Update October 2012 Availability Document [ID 1477727.1] which I had already checked.
    There for the database products it shows the below option.
    Table 9 Patch Availability for Oracle Database 11.2.0.3
    +*<moderator edit - deleted MOS Doc content - pl do NOT post such content - it is a violation of your Support agreement>*+
    It doesnt have the sepreate CPU patch. The below CPU patch is for the OC4J. I had a check.
    Thanks
    SHIYAS M

  • Opatch error while  applying CPU patch

    HI Sir ,
    when i Applying CPU patch (7592354) on oracle home version 10.2.0.3 by using opatch napply -skip_subset -skip_duplicate
    The below error occurred .
    OUI-67124:Conflict with patches in OracleHome detected. Please run OPatch again as
    <ORACLE_HOME>/OPatch/opatch napply /tdb1/sadvora/7592354 -id 6397928,6397929,6397937,6397938,6397939,6397942,6397945,6397947,6452863,6650081,6650096,6650105,6667542,6868171,6868172,6868173,6868174,6868175,6868176,6868177,6868178,7154831,7154832,7154833,7154834,7154835,7154837,7154838,7154839,7154840,7154841,7154842,7154843,7369192,7369193,7369194,7369195,7369196,7592354,7604445,7604446,7604447 -skip_duplicate

    Hi;
    Please see:
    WARNING OUI-67301: "Following patches have conflicts. Please contact Oracle Support " [ID 802459.1]
    Critical Patch Update 2011Conflicts with patches in OracleHome: OUI-67124:Conflict with patches in OracleHome detected [ID 1315387.1]
    Critical Patch Update October 2010 Oracle Fusion Middleware Known Issues [ID 1159431.1]
    Regard
    Helios

  • Oracle Database 10.2.0.3 CPU Patching

    Hi
    Could you please let me know that i can apply the latest CPU patch (7631956) directly on this oracle database version 10.2.0.3 on windows-32 bit or i have to start applying one by one old patches from two years back on wards?
    Please find the opatch output given below:
    D:\oracle\product\10.2.0\db_1\OPatch>opatch lsinventory
    Invoking OPatch 10.2.0.3.0
    Oracle interim Patch Installer version 10.2.0.3.0
    Copyright (c) 2005, Oracle Corporation. All rights reserved..
    Oracle Home : D:\oracle\product\10.2.0\db_1
    Central Inventory : C:\Program Files\Oracle\Inventory
    from : n/a
    OPatch version : 10.2.0.3.0
    OUI version : 10.2.0.3.0
    OUI location : D:\oracle\product\10.2.0\db_1\oui
    Log file location : D:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch2010-
    01-04_18-51-49PM.log
    Lsinventory Output file location : D:\oracle\product\10.2.0\db_1\cfgtoollogs\opa
    tch\lsinv\lsinventory2010-01-04_18-51-49PM.txt
    Installed Top-level Products (2):
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 2 10.2.0.3.0
    There are 2 products installed in this Oracle Home.
    Interim patches (2) :
    Patch 5556081 : applied on Wed Dec 12 19:41:05 GMT 2007
    Created on 9 Nov 2006, 22:20:50 hrs PST8PDT
    Bugs fixed:
    5556081
    Patch 5557962 : applied on Wed Dec 12 19:40:57 GMT 2007
    Created on 9 Nov 2006, 23:23:06 hrs PST8PDT
    Bugs fixed:
    4269423, 5557962, 5528974
    OPatch succeeded.
    Thank you!!!

    Database CPU patches are cumulative. You only need to apply the latest.
    http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpuoct2009.html

  • CPU patch July 2010 on Oracle 11.1.0.7 database

    Hi,
    I want to install the July2010 CPU patch (9655014) on a 11.1.0.7 database which was initially created with version 11.1.0.6.
    The README file of the patch states the following about recompiling views:
    3.2.2.2 Recompiling Views in the Database
    You may skip this section if you have recompiled views for this database during the installation of a previous CPU or if the database was created with Release 11.1.0.6 or later.
    So I assumed that I do not need to recompile the views but a little further in the README file I read:
    If you want to check whether view recompilation has already been performed for the database, execute the following statement.
    SELECT * FROM registry$history where ID = '6452863';
    If the view recompilation has been performed, this statement returns one or more rows. If the view recompilation has not been performed, this statement returns no rows.
    When I execute the select it returns no rows. So this is confusing. Should I perform a view recompilation or not?
    And when I execute recompile_precheck_jan2008cpu.sql (strange name for a July 2010 CPU) it says:
    SQL> @recompile_precheck_jan2008cpu.sql
    Running precheck.sql...
    Number of views to be recompiled :1969
    Number of objects to be recompiled :4019
    Please follow the README.txt instructions for running viewrecomp.sql
    PL/SQL procedure successfully completed.
    thanks in advance.
    regards,
    Ivan

    Short answer: you dont need to run view_recompile_jan2008cpu.sql
    Long answer:
    >
    SELECT * FROM registry$history where ID = '6452863';
    If the view recompilation has been performed, this statement returns one or more rows. If the view recompilation has not been performed, this statement returns no rows.
    When I execute the select it returns no rows. So this is confusing. Should I perform a view recompilation or not?
    >
    You will only get an entry in registry$history if you had a database that you had actually run the view_recompile_jan2008cpu.sql script which inserts a row into the table at the end of the script:
    view_recompile_jan2008cpu.sql
    Rem =======================================================================
    Rem Insert values for patch into registry.
    Rem =======================================================================
    INSERT INTO registry$history (action_time, action, id, comments)
            values ( SYSTIMESTAMP, 'CPU', &&PATCH_NUMBER, '&&PATCH_DESC' );
    COMMIT; In your case, you will get no entries in the table BUT you do not have to run the view recompilation so long as the database was created using a patched Oracle home of a release where Oracle says the view recompilation is not required.
    >
    SQL> @recompile_precheck_jan2008cpu.sql
    Running precheck.sql...
    Number of views to be recompiled :1969
    >
    This script has a very simple logic that just generates count of views and dependant objects that would need recompilation. The selection criteria does not include actually checking whether you actually need to apply the view recompilation script.
    You can test this yourself:
    Case#1: Run the recompile_precheck_jan2008cpu.sql on a database where you have applied the view recompilation script. You will find the count shows a non-zero value.
    SQL> col action_time format a32
    SQL> col version format a15
    SQL> col version format a15
    SQL> select action_time, version, id from registry$history where ID=6452863;
    ACTION_TIME                      VERSION                 ID
    24-JUL-10 12.52.15.390000 PM                        6452863
    SQL> @recompile_precheck_jan2008cpu.sql
    Running precheck.sql...
    Number of views to be recompiled :1637
    Number of objects to be recompiled :3487
    Please follow the README.txt instructions for running viewrecomp.sql
    PL/SQL procedure successfully completed.Case#2: Create a new database using a version that does not require the view recompilation patch. Run the recompile_precheck_jan2008cpu.sql. You will find the view count shows a non-zero value even though you do not need to recompile the views as mentioned in the Oracle patch notes.

  • OAS 10.1.3.5 on Windows 64 bit, NO CPU patch for April?

    After reading the CPU Advisory for April CPU 2011, it appears that for OAS 10.1.3.5 on Windows 64 bit, that there is NO CPU patch for April? It only shows a patch for Windows 32 bit. They do not mean that the 32 bit patch should also be applied on 64 bit Windows o/s having OAS 10.1.3.5? I just want to make sure I skip this CPU since I have 64 bit o/s.
    I ask because the list of bugs fixed in the README for the 32 bit patch list 32 bit bug fixes , and then 64 bit bug fixes.
    Edited by: user12152237 on May 9, 2011 6:17 PM

    Somu, please check a topic 3 lines below. No, there's not a separate 64-bit installer, but there's a work-around albeit not supported by oracle.

  • FTPing .zip CPU patch files...

    Hi
    I have downloaded a .zip file for Oracle CPU Patch and wants to move it to UINX server. After connecting the UNIX server, beofre I say "put <filename>"...do I have to say "binary"?
    Your answer will be highly appreciated.
    Thanks & Regards
    Ahmed.

    Hello,
    Besides the previous answer, generally (if you click on the patch detail) you have the size of the zip file in bytes.
    For instance:
    Size 1.1G (1123325074 bytes) So, once you have sent the zip file on the Unix server, you can check if it's size is correct.
    Hope this help.
    Best regards,
    Jean-Valentin

Maybe you are looking for

  • How to prevent caching of Http Authentication

    Hello all, I'm having trouble with a custom wrapper for the URL object that I wrote which is to be run from a multi-threaded program. Basically what I have is an application server that interacts w/ native code through message queueing. As the applic

  • Conversion failure when using PDF Pack to convert a publisher file

    Up until the last few months, I used acrobat 8 to convert my church's newsletter from Publisher to PDF for posting on our church website.  When we switched to Windows 8 in January my Acrobat 8 couldn't be installed.  We just registered for the PDF pa

  • Help to Salvage Sent Emails

    I was wondering if someone would be able to help me? I've got an over-sized sent mailbox which displayed the message, go online to download from server. I have read several articles such as: http://docs.info.apple.com/article.html?artnum=25812 http:/

  • There is a major color shift in my artwork image from the photoshop jpeg to dreamweaver - it gets 'g

    There is a major color shift in my artwork image from the photoshop jpeg to dreamweaver - it gets 'grayed out', loses color contrast. I checked in Bridge and the color settings are synchronized. The image in photoshop is just like what i get from my

  • Wsa.jar buggy!

    The wsa.jar seems really beta to me. Providing an EAR file as input (Which deploys ok) causes the appended exception. Why deos the EJB assembler tries to find an ejb-jar.xml inside the EAR file? It should be in the bean jar file referenced by applica