Oracle BPM download

Hi,
I want to download and install Oracle BPM.
However, on the oracle website, couldnt find proper link to download it.
I have read in some places that I need to first download JDeveloper.
Please guide me as how to go about it.
Thanks,
Nikhil Pendse

Check this post - which provided step by step for installing oracle BPM 11g suite:
http://st-curriculum.oracle.com/obe/fmw/obpm/11g/r1/install/installing_obpm11g.htm
Thanks,
Navaneeth

Similar Messages

  • Oracle BPM 10GR3 Studio Download and Documentation

    Hi all,
    I wanted to download Oracle BPM 10GR3 Studio and Documentation but I don't find it now on their website.
    They only have Oracle BPM 11g now..
    How do I donwload the previous versions?
    What's the link?

    Here's a link that has the link to download the software: download server
    Here's the link to the documentation: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html

  • Is oracle bpm studio free downloadable or we need to buy license?

    Is oracle bpm studio free downloadable or we need to buy license?

    Hi,
    Oracle BPM studio can be downloaded from the below mentioned ink.
    http://www.oracle.com/technology/software/products/bpm/index.html
    But I hope the free s/w is only for limited time period. You can also go for buying the license version of the Oracle BPM studio.
    Regards,
    Bibhu

  • How to download oracle bpm hotfixes

    how to download oracle bpm hotfixes

    You will need access to My Oracle Support to do so. See MOS Doc 780562.1 (How to download Oracle BPM (OBPM) patch (HotFix ) or patchset / maintenance or service Pack (MP / SP))
    HTH
    Srini

  • Where can I download "Oracle BPM 10g R3" ?

    Hi All,
    Could you please tell me where I can download "Oracle BPM 10G R3" ? It is a bit of funny for me in the sense that I can download full document of this version from
    http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/
    But cannot find where is the software ?
    Many Thanks in advance.
    Regards
    Pearapon S.

    Hi,
    You can download OBPM 10gR3 directly here:
    http://www.oracle.com/technology/software/products/bpm/index.html
    Also for more useful links on: docs, config matrix, etc, please check:
    http://blogs.oracle.com/alextoussaint/2008/10/oracle_bpm_10gr3_is_out.html
    Best Regards,
    --alex                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle BPM Studio with JDK 1.6

    Hi,
    regarding to the the release notes of the Oracle BPM 10.3.1 (http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/relnotes/release_notes_OracleBPM10gR3.htm) the studio runs now with a JVM 1.6. But after I installed it seems to me that it is still 1.5 (if you look in Help/About Oracle BPM Studio/Configuration Details). Can I simply exchange the underlying JDK oder would there be any problems?
    Kind regards
    Matthias

    you can.
    See the changing your JVM section for Studio at the following pages for instructions on what to do http://download-llnw.oracle.com/docs/cd/E13154_01/bpm/docs65/installguide/index.html
    Thanks,
    Mike

  • Oracle BPM directory database

    Hi,
    IHAC that has a custom application to manage their users and roles. They are using Oracle BPM and they want to keep creating, managing and authenticating user with that application, that is not a LDAP.
    How can I syncronize the creation/updating/deleting/ of users in their application with the Oracle BPM Directory? I have been looking for Oracle BPM Directory schema documentation but I haven't found anything
    I know that activating SSO I could manage the user authentication but I still have the issue about users administration
    thanks in advance
    Ana
    Edited by: user_Ana on Apr 7, 2010 5:40 PM
    Edited by: user_Ana on Apr 7, 2010 5:41 PM

    Hi
    In OBPM 10gR3 we can create the participants & manage & update user roles dynamically using the FDI components.
    simple solution to your requirement is check the user roles in both the application DB & in FDI database & write your code accordingly.
    To check the participant existance in directory DB:
    //=======FDI Participant verfication=======
    Fuego.Lib.Participant primary = Participant.find(name : "participant_id"));.
    If the above value is null then create a new participant & assign the roles using the below code.
    i. Participant Creation : Fuego.FDI. DirHumanParticipant
    Ans: // Reuse Engine session to the Directory
    session = DirectorySession.currentEngineSession
    // Load the Organization Unit to which the participant will belong to
    myOU = DirOrganizationalUnit.fetch(dir : session, id : "Dallas")
    // Load the Role that the participant will have assigned,
    // and create a role assignment for it
    myRole = DirOrganizationalRole.fetch(session : session, id : "Role1")
    myAssignment[] = RoleAssignment.create(role : myRole, permissions : 255)
    // Create the new participant.
    myparticipant = DirHumanParticipant.create(
    session : session, id : "example_participant",
    firstName : "NewName",
    lastName : "NewLastname,
    displayName : "NewLastname, NewName",
    mail : "[email protected]",
    telephone : "0000000000",
    fax : "1111111111",
    password : "secret",
    ou : myOU, rolesAssignment : myAssignment,
    enabled : true)
    // set it NOT to receive emails when new instances arrive to
    // this participant inbox:
    myparticipant using receivesMail = false
    ii. Role Assign / Update : Fuego.Fdi : RoleAssignment.
    Ans:
    // fetch all roles
    mySession = DirectorySession.currentEngineSession
    allroles = DirOrganizationalRole.fetchAll(session : mySession)
    // Generate array of RoleAssignments for all non-parametric Roles
    for each r in allroles
    do
    aRole = DirOrganizationalRole.fetch(session : mySession, id : r.id)
    if not aRole.parametric then
    newAssignments[] = RoleAssignment.create(role : aRole,
    permissions : 255)
    end
    end
    // Replace role assignments for this participant
    currentPart = DirHumanParticipant.fetch(session : mySession,
    id : Participant.id)
    currentPart.rolesAssignment = newAssignments
    update currentPart
    For reference go through the this link: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/standard_components/index.html
    I hope this might help.
    Thanks

  • Business case to move from Oracle BPM 10.3g to BPM11g

    We are a very large organisation doing our business process implementation using Oracle BPM 10.3g. Currently we are working on only 3 processes, but over next couple of years, we would have at least 10 LIVE processes. As an organisation, we are wondering if we should at all move to OBPM 11g or would it be better to move as early as possible.
    As I understand, the migration from 10.3g to 11g would not be migration, but re-work of all the processes. Is this correct?
    Or does Oracle have plans to come out with BPM 12g that would offer migration features from 10.3g?
    Are there any good reasons why a large organisation like ours would benefit by moving to BPM 11g? If yes, what are these reasons?
    Are these benefits good enough to scrap 1-2 years effort and BPM knowledge earned while developing solution on BPM 10.3g as BPM 11g looks architecturally quite different from 11g?
    Or should our approach be to implement all our processes on 10.3g and then move onto 11g 2-3 years from now if the benefits are not significant?
    Regards,
    Amit Goswami
    Edited by: 874034 on 21-Jul-2011 07:23

    Hi.
    I'd like to add some comments here that might be useful.
    As Mark already said, migration tools will be provided in 12 for transforming 10.3 projects. It is important to note that these tools will facilitate migration but will no accomplish a 100% automated transformation. One quick reason would be the support of BPMN (design and runtime) instead of XPDL. Some XPDL stuff may be represented in different ways in BPMN and you will have to choose which option is better for you.
    So what I think is really important for any 10.3 customer is to start knowing and using the new platform. Some of the reasons would be:
    - Each BPM project is different. Knowing about 11/12 will help you understand the specific situation of your project.
    - Based on the above, you will be in good shape to understand migration procedures and impact as soon as documentation is ready.
    - You may find that new processes you have to develop can take advantage of 11g features, so you will have the option of implementing them using the new version.
    - Runtime platform may also be different. That will depend on you current environment (standalone for instance) which may be different from 11g. So it's not only about design patterns, but also runtime.
    Again, BPM implementation is different, so for some customers it'd be better to wait until 12 to migrate their processes but others can start developing on 11g right now. In order to decide which is the best approach you need to know about the new platform. And Mark also mentioned one huge advantage: you can start with 11gPS4 right now knowing that the experience will help you a lot also for 12.
    So my strong suggestion would be to take time to read docs, download the tool and implement some samples. You may even want to prototype some of your existing processes (or the new ones) in the tools and see how it goes.
    Another tip I can suggest is to look for 10.3 guidelines to minimize migration. This doc have some suggestions for having an easier migration path in the future but most importantly provides information about how many 10.3 features are going to be 'mapped' into 12g, and I think it's going to be valuable information for you. The current version is quite outdated. Product Management intends to update it for next OOW.
    Hope it helps.
    Regards,
    Gustavo

  • Oracle BPM / SOA Suite and Big and Complex Scenarios

    Hi people,
    I have worked for a company that in the past chose Oracle BPM (ALBPM at the time) and one of the big problems that the company had was in relation about big processes and complex scenarios.
    This company is for the e-commerce area and our processes can have many instances at the same time, for example, a process to all the "order flow" can have thousands, maybe millions instances at the same time.
    So we choose to abort the BPMS option in the past and now we back to talk again about BPMS and one question is always made by the company board: if we use BPM again, the new versions can be support all the our volume data?
    To be honestly, I don't have this answer so I like to know if any people here has a paper or report about Oracle BPM 11g and big scenarios with many instances. If anybody has a case too, it will be relevant.
    Another and the final question: how does the oracle bpm engine treats the case when my engine reboots and before that the engine had many instances active? The istances will be lost?

    11g ADF is not certified with 10g SOA Suite. What I mean by this is that your 11g ADF will need to run on WLS 10.3.1 and SOA Suite 10g will eith run on oc4j or WLS 9.2.
    ADF is just JDeveloper, you deploy to WLS 11g (10.3.1).
    This is the most detailed 10g SOA Suite guide I know for 10g
    http://download.oracle.com/docs/cd/E10291_01/core.1013/e10294/toc.htm
    note that it is for 10.1.3.3, you just need to subsitute for 10.1.3.5 (latest release)
    cheers
    James

  • Oracle BPM Composer and no ADF

    Hi Everyone,
    We are planning to use Oracle BPM as our BPM engine. But our organization doesn't support ADF. So could anyone help to answer the below questions. Thanks a lot for your time.
    1) Can we use Oracle BPM Composer... Does Oracle BPM composer require extended ADF Domain?
    2) Default BPM workspace can't be used. So we need to build our own workspace. Are they any predefined framework to build a MVC or any other java framework to build workspace.
    3)Could anyone let me know the additional things we should take care in case we don't use ADF domain.
    Thanks everyone for your time.

    Oracle BPM Studio (JDeveloper) is used by developers to create processes, human tasks, the process instance payloads, the composite services used by the processes, complex transformations, business rules and the ADF UIs.
    Composer is a business user oriented web based tool used by business analysts with similar capabilities.  Using Composer, business people can create and maintain processes, define process instance payloads, human tasks, process payloads, business rules.  Instead of creating ADF UIs, you create and test web forms using a web based UI web form designer tool that it comes with in 11.1.1.7. Because the forms built using Composer can only be viewed from the Workspace or WebCenter Spaces tools, and because you're not going to use the Workspace or WebCenter Spaces tools, you won't be able to use Composer to create your UIs.
    You might want to rethink your decision to not use the Workspace or WebCenter Spaces tools, but because you're not going to use either one you will instead be building your forms using the form design tool of your choice.
    Although I'd advise you against recreating it, you'll need to become comfortable using the different APIs Oracle BPM exposes if you're going to try to duplicate the Workspace and WebCenter Spaces tool functionality.
    Here's the API JavaDoc and a few blogs that will give you some tips on getting started:
    API JavaDoc reference -
    http://docs.oracle.com/cd/E28280_01/apirefs.1111/e25378/toc.htm
    http://docs.oracle.com/cd/E14571_01/apirefs.1111/e10660/oracle/bpel/services/workflow/query/ITaskQueryService.html
    http://docs.oracle.com/cd/E28389_01/apirefs.1111/e25378/oracle/bpm/services/instancequery/IInstanceQueryService.html
    Simple list example -
    http://soadev.blogspot.in/2011/07/querying-oracle-bpm-process-instances.html
    Aborting instances -
    http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e10659/oracle/soa/management/facade/package-tree.html
    Creating instances -
    http://niallcblogs.blogspot.com/2011/12/invoking-bpm-processes-via-java.html
    Building a custom worklist ap -
    http://redstack.wordpress.com/worklist/
    http://redstack.wordpress.com/2011/03/09/creating-the-domain-layer-for-the-worklist/
    http://redstack.wordpress.com/2011/03/09/implementing-task-initiation/
    Purging Instances -
    http://niallcblogs.blogspot.com/2011/12/soabpm-apis-manipulating-composites-and.html
    Instance Query -
    http://java.net/projects/oraclebpmsuite11g/downloads/directory/Samples/bpm-api-101-instance-query
    Human Workflow Services / Human Task API -
    http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/bp_workflow.htm
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e10660/toc.htm
    Oracle BPM 11g Human Workflow Service Java API – Part 1
       http://niallcblogs.blogspot.com/2010/11/oracle-human-workflow-service-java-api.html
    Oracle BPM 11g Human Workflow Service Java API – Part 2
       http://niallcblogs.blogspot.com/2010/11/human-workflow-java-api-part-2.html
    Oracle BPM 11g Human Workflow Service Java API – Part 3 – ITaskQueryService.AssignmentFilter
       http://niallcblogs.blogspot.com/2010/12/oracle-human-workflow-part-3.html
    UMS API:
    http://docs.oracle.com/cd/E28280_01/apirefs.1111/e14011/toc.htm
    Dan

  • Developers Guide for Oracle BPM Suite....

    All,
    I was trying to find a developers guide for using Oracle BPM Suite (11g). I found the one in the following link, however this looks like a pretty detailed one...
    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/toc.htm
    Can you someone help me find any other flavors of the developers guide? I am looking for the following...
    1. Methods of work - Best Practices for design and development of BPM process models.
    2. Naming Conventions for Process Modeling - Best Practices
    3. Coding standards for Process Modeling (J Developer)
    4. Guide with FAQ's for connecting / Publishing Process Models to the MDS Database.
    5. Deployment Standards - best practices....
    6. Infrastructure - Recommendations for Scale out deployment in Linux v/s Windows OS.
    Regards,
    Dinesh Reddy

    Hi,
    For BPM Studio Developer guide go for this http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15176/toc.htm
    For every thing related to FMW
    http://download.oracle.com/docs/cd/E17904_01/index.htm
    Thanks,
    Biltu

  • Is Oracle BPM for only modeling process?

    Hi
    Is Oracle BPM only for Business process modeling? I know there is a PAPI java library to implement User Interface.
    But i geuss it takes a lot of Time. We are planning to use Oracle BPM process and Stuts for front end.
    Thanks

    Hi,
    Oracle BPM is similar to a pure-play process modeling tool in that it supports process modeling, documentation and simulation.
    Here's where Oracle BPM and process modeling tools differ. Oracle BPM was built and architected from the beginning as a full lifecycle Business Process Management (BPM) tool. This means that it is a complete solution with modeling, logic / business rules, end user interface, runtime and BAM capabilities built into it from the beginning 10 years ago.
    Go here http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html and click on "Oracle BPM data-sheet" for a marketing take on it's capabilities. If you'd like a 3 hour hands-on tour through it, click on the "Oracle BPM Tutorial for new users" link. If you do the tutorial, be sure to ping this forum if you get confused - we'll be glad to help.
    Undoubtedly, there's more than you wanted to know in this thread. At a minimum, take a look at the "End User Interface" paragraph below for my take on your Struts question. The nice thing about the forum is that others are sure to disagree with my recommendation and you'll get the benefit from their experience as well.
    Modeling
    Oracle BPM was built with one process modeling diagram. It is simple, BPMN based and quick to learn. It supports the roles and the activities I need to build robust processes. I use the same diagram to explain the process to executives, managers, IT, SME and business analysts. As a business analyst, the tool is not complicated and can be learned in just a couple hours. As a developer, I use the same modeling diagram, but the tool profile I use is a robust IDE that lets me create the implementation details (objects, logic, integration to services and local testing). If I make a change as a developer, the business analyst can see the change if they look at the same process artifact (typically shared through a source control repository).
    Logic and Integration
    Process modeling tools are not BPM tools so they are not intended to support the process logic or integration to your existing IT assets needed to execute a business process.
    Oracle BPM can use a service bus as the intermediary layer to expose existing IT assets. Alternatively, Oracle BPM can expose and consume components directly if you do not have a service bus. These IT assets are stored in Oracle BPM's catalog for reuse by developers creating the logic needed inside Oracle BPM automated processes.
    As a developer using Oracle BPM, I use templates and drag and drop to create much of my logic. Once I catalog an object it can be reused across multiple projects either by using the Project Dependency option or by importing the artifacts. I test my logic either by using the method editor debugger or at the process level. As I create objects used in my logic using Oracle BPM, I inherit attributes provided by introspected components. This means that if you have an ERP system object with 138 attributes, you do not have to rebuild this object from scratch in Oracle BPM.
    As a developer using Oracle BPM, I use templates and drag and drop to create much of my logic. Once I catalog an object it can be reused across multiple projects either by using the Project Dependency option or by importing the artifacts. I test my logic either by using the method editor debugger or at the process level.
    As I create objects used in my logic using Oracle BPM, I can easily inherit attributes provided by the components exposed to Oracle BPM's catalog. This means that if you have an ERP system with 138 attributes, you do not have to rebuild this object from scratch in Oracle BPM.
    End User Interface
    Before deciding to create your own Struts based UI, examine the capabilities of the OOTB Oracle BPM Workspace. Others on this forum will disagree with this, but rebuilding the functionality of the Oracle BPM Workspace will take quite a bit of time and will require an in-depth knowledge of PAPI (Oracle BPM's API into the runtime Engine) knowledge.
    End user interface screens and complex end user interaction with a variety of screens can be built inside the Oracle BPM toolset's WYSIWYG editor. The forms use the attributes of the objects described in the previous paragraph. There's a common misconception that you cannot have both client side and server side components invoked from the UI. This is simply not the case. You can use both client side and server side components to do cross field validation or provide lists for valid values.
    If you'd been are a JSP shop you'd have had the flexibility to instead create your forms using the Oracle BPM tag library instead of the forms editor provided.
    Since you're a Struts shop, your presentations will be exposed as "External" using Interactive activity Screenflows.
    The forms you build are automatically presented in the OOTB Workspace.
    Runtime
    End users interact with the processes at runtime using an OOTB Workspace. End users are given various roles. When they log into the Workspace, the end users only see the work item instances that are in the roles that they have been assigned. There is an Engine that stores the work item instance information as it flows through the processes at runtime. The Engine is like a traffic cop, ensuring that the right work item instance goes to the right person in the right activity at the right time.
    Hope this helps,
    Dan

  • Oracle BPM 11g

    Hi All,
    I am using Jdeveloper 11g Rel 1. (11.1.1.6.0) with BPM Studio for Implementing Sales Application.
    1) Application File = SalesQuoteLab.jws.
    2) Project File = QuoteProcessLab.jpr
    3) Process File = RequestQuoteLab.bpmn
    I have completed the All the Roles (Sales Rep, Approvers and Contracts) with complete flow.
    In the Business Practices Role (Swim Lane -
    a) I created a Exclusive Gateway Named as (Is Business Practices Review Required ?)
    b) which has sequence flow (Yes) to Human Task Named (Business Practices Review)
    c) I created a new Exclusive Gateway named as (Business Practices Outcome) This Gateway has
    i) Outgoing condition flow (Business Practices Rejected) to Human Task (Enter Quote Details) in Sales Rep. Role.
    ii) Outgoing Unconditional flow (Business Practices Approved) to Parallel Gateway (Approvals ) in Approvers Role.
    Here the Point is :
    When I am Trying to do this step
    "Drag the outgoing sequence flow from Business Practices Review to Business
    Practices Outcome gateway" (Exclusive Gateway)
    I am not able to draw the outgoing sequence flow from Human Task (Business Practices Review) to Business
    Practices Outcome gateway. It denies even when I am clicking the Artifacts --> Sequence Flow Icon from Component Pallete
    or from the tool bars icons - Artifacts --> Sequence Flow.
    Due to this in my second Phase of Simulation Activity, (have completed all the simulation pre-requisites) When I start the Simulation I am getting the following error.
    "Node 'Business Practices Review' does not have any incoming Sequence Flows"
    Please correct me how do I do this step.
    "Drag the outgoing sequence flow from Business Practices Review to Business
    Practices Outcome gateway" (Exclusive Gateway)
    For this I have referred many guides and Tutorial, but none could provide the solution.
    Please response ASAP, awaiting your timely and valuable solution. to the post or to my id : [email protected]
    Thanks and Regards
    Ajaz Ahmed
    Oracle Corporate Trainer / Consultant
    Mumbai - India

    For the Oracle BPM 11g documentation go to http://download.oracle.com/docs/cd/E14571_01/soa.htm for the documentation (look at the "Oracle Business Process Management Suite" section).
    10g and 11g Oracle BPM are vastly different. A couple key differences:
    - 10g runs on Ecllipse and 11g runs on JDeveloper
    - 11g has full access to the SOA Suite adapters natively using SCA
    Dan

  • Oracle BPM - Expense Management Example problem

    Hi,
    I have just started to explore Oracle BPM Version 10.3.2 and I am trying to execute the Expense Management Project as given in the starters documentation.
    http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/tutorial/index.html
    After deploying the process and going into the workspace using
    http://localhost:8585/workspace
    I am not getting anything listed in the Applications tab. It is showing the following error:-
    Could not retrievePrincipal applications for process '/ExpenseReporting'.
    I searched in this same forum and came across this post:-
    Re: Why there is no application in workspace?
    which says that it may be due to version conflicts or some error coming up in the problems tab.
    I checked my problems tab but it is not showing anything.
    Eliminating this I thought it may be due to version conflicts (as i am following the post) so I uninstalled all my JDK's and just installed jdk 1.6 update 21 but still I got the same problem - i think this solved the issue for some users (Satya Anareddy)
    Then in one comment in the same post given by Dan (Daniel Atwood ) i tried using the default 1.5 JM.
    But still I am getting the same error.
    I am completely confused as to what the problem could be.
    Please could anyone give me some directions.
    Thanks,
    Rohit
    Edited by: 801493 on Oct 11, 2010 6:02 AM
    Edited by: 801493 on Oct 11, 2010 6:03 AM

    Please follow this step may this solve your problem.
    please modify any thing in process "ExpenseReporting" for example any transition or any activity to place some where else or any other modification and then save that process. Then clean the project and build and deploy it.
    if this also not solve the problem then export that project to and import it again in your workspace (Create new workspace or change the project name in same workspace ) and then again clean, build and deploy the application then test in work space.
    Thanks,
    Brijesh Kumar Singh

  • Update to Oracle BPM Suite 11.1.1.4

    We're currently testing Oracle BPM 11gR1 (11.1.1.3.0) which is running on a clustered environment (Weblogic). We would like to know if there is any documentation on how to upgrade the current installation for the new patch - 11gR1 (11.1.1.4.0).
    It just can't be that we have to make a brand new installation of everyting (creation of DB schemas, new installtion and customization of Weblogic 10.3.4 ...) ??

    Yes RCU is only to drop or create schemas, it doesn't do upgrades. The database upgrade to 11.1.1.4 is done with the patch set assistant, which is installed by the SOA installer into the SOA home. Which is why you have to upgrade the SOA installation before you can do the DB update. Note that not all schemas need to be updated. The patch set guide lists which are needed.
    The Fusion Middleware Installation Planning Guide outlines the difference between a new install and upgrade. If you start here I think it will save you lots of time and headache:
    http://download.oracle.com/docs/cd/E17904_01/install.1111/b32474/start.htm
    For an upgrade you'll use the Fusion Middleware Patching Guide:
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e16793/toc.htm
    The thing that can be confusing is that there is a single SOA installer that can do a full install of 11.1.1.4, and it can upgrade 11.1.1.2/11.1.1.3 to 11.1.1.4. When you point the SOA installer to a SOA home location, if it sees an existing 11.1.1.2/11.1.1.3 installation, it knows it's doing an upgrade.
    For the database it's different. You use RCU for new installations, but you use the patch set assistant to do an upgrade. Similarly a new installation of WLS uses the WLS 10.3.4 installer, but an upgrade from 10.3.3 to 10.3.4 requires the patch installer that's available from support.
    One last thing to note is that you should still download RCU even if you're doing an upgrade. The new purge scripts are included in the RCU installation directory and you'll install those using SQL Plus at the end of the upgrade.

Maybe you are looking for