Is Oracle Workflow required to execute OWB schedules?

Hi,
I want to create and deploy a schedule in OWB 10gR2 to automatically run my OWB process flow every week. I would like to know
1) Whether I need to install Oracle workflow too in order to execute the process flow as per the schedule created?
2) If not, how does the OWB scheduler work?
3) Also, if the scheduled proces flow terminates due to some error, how do I resume executing it from the point of termination after correcting the error?
Thanks
Amit

Hi Amit,
1. Is the workflow monitor a standard part of Oracle workflow,or does one need a separate license for it?All parts Oracle workflow (workflow server, workflow monitor, workflow builder) licensed with Oracle database licenses,
so if you buy Oracle database you can use workflow components without any limitations.
2. In your approach, you had mentioned that there should be no transitions for error, but I would like to send an email notification to the DW administrator incase of an error before suspending the process flow.My recomendation is to use additional PL/SQL procedure which will executed periodically (for example every 30 minutes, scheduled with DBMS_JOBS/DBMS_SCHEDULER),
in this procedure you can use query on OWB public view (ALL_RT_AUDIT_EXECUTIONS) or workflow repository views/tables
for identification failed steps/mappings (if you decide to use OWB public view) or "stucked" processflow (if you will use workflow views/tables,
algorithm of identification stucked processflow you can see in workflow PL/SQL package WF_ENGINE, procedure ProcessStuckProcess).
Using post-mapping is more expensive because you need modify each mapping which you want to monitor for fails.
Example of query for identifiaction failed steps (PL/SQL prcoedures and mappings) within period of time datetime1..datetime2 with ALL_RT_AUDIT_EXECUTIONS
select * from ALL_RT_AUDIT_EXECUTIONS where task_type in ('PLSQL','PLSQLProcedure')
and NOT (return_result is null or return_result='OK') and :datetime1<=created_on and created_on<:datetime2
Regards,
Oleg

Similar Messages

  • Which version of Oracle workflow is required for owb 11.2 process flow.

    Hi,
    I want to implement process flow for my mapping.
    But I am getting error as,
    "The connection was succesful but failed to retrive workflow version."
    Also OWF_MGR user is not created.
    Database is oracle 11g on RHEL
    and standalone OWB 11.2 on Windows.
    Do I need to create user owf_mgr which have schema for workflow objects?
    Also which version of oracle workflow required for process flow. Do I need to install
    Oracle Workflow server at Oracle db server or it ll get installed with 11g.
    Where I ll get the details steps to implement process flow from scratch.
    Please help.
    Edited by: TN on 21 Nov, 2011 6:01 AM

    Hi,
    I checked in dba_user and do not find owf_mgr in it so I created owf_user and grant himexecute any procedure and a role owb_user.
    When I did not get table wf_resources in owf_mgr schema, I try to run wfinstall.bat on stand alone owb 11.2.
    But I got the following error,
    ORA-00942: table or view does not exist and execution terminated.
    Details from log file is as,
    Workflow Configuration Assistant 2.6.4.0.0 - Windows Vista
    WFCA Version: : WorkflowCA.java 26.106 2005/06/29 04:33
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA: Tue Jan 03 13:07:02 IST 2012
    WorkflowCA:
    WorkflowCA: Screen width -1366-, screen height -768-
    WorkflowCA:
    WorkflowCA: Graphics User Interface mode
    WorkflowCA:
    WorkflowCA:
    WorkflowCA: Start testing connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Account connection test for SYS
    WorkflowCA: SYS account connects successfully.
    WorkflowCA: Embedded Workflow check completed successfully
    WorkflowCA: Workflow schema already exist, Workflow Configuration Assistant will upgrade existing schema instead.
    WorkflowCA:
    WorkflowCA: Account connection test for Workflow
    WorkflowCA: Workflowaccount connects successfully.
    WorkflowCA:
    WorkflowCA: Checking existing Workflow version
    java.sql.SQLException: ORA-00942: table or view does not exist
    Please help.

  • Process flows without Oracle Workflow?

    I am using OWB 10.2, running with a 10.2 database. I want to create a new workflow module, package, and flow, and execute it the process flow using the OWB scheduler. The documentation implies that this configuration is possible, but when I create the workflow module it wants an Oracle Workflow connection for the location. I get the feeling that I'm overlooking something basic in the documentation.
    QUESTION:
    1) Is Oracle Workflow REQUIRED to create, deploy, and execute a process flow?

    Hi,
    Oracle Workflow is required for deploying processflow.
    Where did you read in documentation about possibilities of running processflows without OWF? OWB instalation guide tells:
    "If you plan to use Warehouse Builder process flows, you need to install Oracle Workflow to enable deployment."
    Regards,
    Oleg

  • Process Flow Deployment using Oracle workflow

    Hi,
    If I have my own Process Flow in XPDL, can I deploy it to the Oracle workflow? I couldn't find any doc regarding how Oracle workflow (standalone) imports XPDL file.
    Is the Oracle workflow packaged with the OWB comes with some adapter that understand the XPDL process flow?
    I have an application that may output process flows in XPDL, and I want to deploy them to Oracle workflow for processing. How do I do that?
    Thanks,
    Denny

    Hi,
    I´ve used it in 2 system as a DM. It works fine. But I have to say that they were a small project.
    OWF is a very robust and easy tool. I´ve never need to look for another workflow because OWF always cover my project. When it doesn´t, I´m able to change some pl/sql procedures to make it attend project requirements.
    I can advice you that if you want a personalized user interface, you are going to spend more time doing it than developing your workflow. but if you don´t need to personalize user interface, so it is very easy do develop and deploy a workflow.
    Any doubt just ask.
    Regards,
    Luiz Soares

  • How to run Oracle Workflow Project

    Hi people
    I've installed Oracle Workflow Server in a SUN machine and I have one
    development machine with the OWB (Oracle Warehouse Builder) and Oracle
    Client (Oracle Enterprise Manager Client and Oracle Workflow Builder).
    My OWB Project has several mappings that load tables in a Data Warehouse.
    When I deploy these mappings one by one, in OEM, I can execute them in OEM
    and they work well.
    But when I use the Workflow Deployment Wizard, I create a new Workflow
    Project (Item type and Process).
    But I can't Launch this process. I go to Launch Process in Workflow page
    (http://<my machine>:<port>/pls/<WorkDAD>/) but when I iniciate the project,
    it stops in the OWB Standard Begin Function. It does not go ahead.
    Any idea? Any hint will be very useful!
    Regards.
    Adriano Sastre - Brazil.

    Hi,
    Oracle Workflow Builder (Client) can be installed and run on Windows clients only.
    Oracle Workflow Server/Client Downloads
    http://www.oracle.com/technology/software/products/workflow/index.html
    Where Can I Get Oracle Workflow Builder?
    Where Can I Get Oracle Workflow Builder?
    Regards,
    Hussein

  • Oracle Workflow Monitor

    I've seen plenty of references to Oracle Workflow Monitor, but I've never paid much attention. Yesterday I got an error message from Control Center that instructed me to use Oracle Workflow Monitor to solve my problem (a process was running and needed to be shut down before regenerating).
    But how to I use Oracle Workflow Monitor? Is it installed by default when OWF was initially installed with OWB? What URL do I use access it? If it does not run after the conventional OWB install, is there a How-To document available for configuring it?
    To be clear, OWF seems to be set up and working. I have created and run process flows successfully. I've just experienced a weird problem that Control Center cannot seem to handle -- and I'm looking for answers. Frankly, I'm mystified at the lack of information on Oracle Workflow Monitor given that OWB error messages reference it and plenty of people seem to discuss it in technical forums.
    Thanks,
    David

    Thanks Robert!
    We are using OWB 11 on Oracle 11, but I'm going to press on and ask our DBA to install the OWF mid-tier components from the 10g Companioin CD. I don't think workflow has changed and so I'm hopeful.
    (If anybody has experience, please chime in for the record.)
    Thanks again!
    -David

  • OWB process flow & Oracle Workflow

    Hi,
    In order to deploy the OWB process flow packages, is it necessary to have Oracle workflow installed on the Target server? When I tried to deploy a process flow package to the target database (10gR2 db), it required a user called owf_mgr. As far I know, owf_mgr is the admin user for workflow. Can this feature work without OWF being installed?
    Thanks for your help
    regards

    You also might be interested in this thread...
    OWB and Work Flow (being dessuported)
    Just in case you are starting an implementation.

  • Which Oracle Workflow version required for Oracle Warehouse Builder 92

    Hi,
    I have Oracle Database 9i and OWB 9.2. I want to install Oracle Workflow, which version is required for OWB 9.2.
    Help required from anybody in this matter.
    Thanks
    Liyakat

    Goodmorning Liyakat,
    Simply get the latest version, 2.6.3 that is for my platform.
    There's an interesting and informative document on that on Mark Rittman's site, check the following link: http://www.rittman.net/archives/000770.html
    Good luck, Patrick

  • Integration of Oracle Workflow with OWB

    Hi,
    I am using OWB 10gR2. Can you please give me some guidelines on integrating Oracle workflow with OWB? I have to deploy OWB schedules to Oracle Workflow.
    Thanks,
    Praveen

    Keep in mind that these are really two different products.
    First make sure you have installed workflow (2.6.3 for Oracle10gR1, 2.6.4 for Oracle10gR2 for the TARGET database).
    Then create a connection to the workflow schema (default would be OWF_MGR). Then you can start creating your OWF packages using OWB and finally deploy your packages to the newly defined Workflow connection.
    On a sadder note, OWF really blows. But that's just me.

  • URGENT: Oracle Workflow Error: API-10020 on Creation of OWB Process Flows

    I am trying to use Oracle Workflow to create Process Flows, in order to link together various mappings and components in Oracle Warehouse Builder. However, in the process flow editor window when I attempt to drag an object such as a mapping onto the editor panel, I get an error message stating the below:
    API-10020: Unable to determine if the map is a PLSQL or SQLLDR map, please correct the map or choose another map.
    All my maps are in PLSQL, and the language setting is set to this. I have tried modifying the langauge settings to see if it makes a difference but with no luck. My colleague believes this is a known bug in Oracle Workflow and there is a patch available to correct it.
    Can anyone help with this query please? Thank you for your time.

    In some versions of OWB (10.1, 10.2) The mapping property will display PL/SQL, but will actually be set to NULL in the repository (which will cause PL/SQL to be displayed as default).
    The fix is easy enough: in the developer navigator, right-click on the mapping and go to configure and set the generation language first to something other then PL/SQL (you should get an error) and then place it back to PL/SQL. This should force the GUI to reset the parameter.
    Alternatively, use OMB*Plus:
    OMBALTER MAPPING 'MAPPINGNAME' SET PROPERTIES \
    (GENERATION_LANGUAGE) VALUES ('PLSQL');
    Good Luck,
    Robbert

  • OWB, Oracle WorkFlow, and OEM

    I am a DBA who has been charged with the task of integrating Oracle Warehouse Builder, Oracle Workflow and OEM. Our source database is 9i but our Intelligence Team would like to use 10G. Does anyone know how I might install this? Should I install 10G, then create a database for OWB and Oracle Workflow? Any direction would be helpful.

    Hi,
    Have you found an answer? If not read on.
    We are also having the same combination.
    1. Identify a target server (datawarehouse server).
    2. Install 10G database on it (create a seed database with DWH option).
    3. Install OWB
    4. Install workflow server.
    Then , make OWB setups :
    1. Install a design repository, through which the team can carry out ETL in the OWB client.
    2. Install a runtime repository which creates 2 users - a runtime repository owner and a runtime access user('connect as') user when deploying the ETL mappings.
    3. Install a target schema using the runtime where the target objects - tables, dimensions and cubes will be created.
    Then, in OWB, the team have to configure the source modules as 9i and the target modules as 10g.
    Hope this helps.
    Regards,
    Usha

  • Running OWB without Oracle Workflow?

    Hi,
    I have developed a simple mapping that joins few tables into one.
    Is it possible to run the mapping in runtime environment without installing the Oracle Workflow?

    Hi,
    Yes. You can run a mapping from Deployment Manager without Oracle Workflow.
    Oracle Work flow is an optional one, and is only required if you have designed process flows to determine the dependency among the mappings.
    good luck
    mahesh

  • OWB 11g2 & Oracle Workflow

    Hi all,
    We are trying Warehouse Builder 11g2 and also database 11g2. He have seen it works fine, but we algo have seen that Oracle Workflow it is not supported in this database version, and from Oracle recomends using BPEL.
    Is this true? What will we have to install? The way of develop is the same with BPEL?
    Thanks in advance

    Is this true? What will we have to install? The way of develop is the same with BPEL?As I know OWB11gR2 doesnt support direct deployment processflows to BPEL.
    Oracle Workflow server supplied with Oracle database 11g R2 (it installed with OWB, directory for WF is ORADB_HOME/owb/wf).
    If you used Workflow monitor you can install it from Oracle database 10g R2 CD.
    Regards,
    Oleg

  • Oracle Workflow Notification to multiple users but only one response required

    Hi,
    I'd like to ask help on how I would go about this. I have a requirement using Oracle Workflow. Initially the workflow sends a notification with the option to Accept or Reject to a group of people, then if one accepts I should end the process. But if all rejects, then send a notification to the Manager.
    I used a Loop Timer to loop through the members of the group but I noticed that one needs to reply before the next one gets notified and so on.
    I thought of using adhoc role then adding all members to this role. But not sure how to catch if one accepts or all rejects.
    Appreciate any suggestions.
    Thanks,
    Allen

    Hi
    We have a similar situation and every level has multiple user to release the PO. I have tried with all possibilities using standard functionality but no good.
    Would you mind to share the design and the process will be great help.
    Thnaks
    Partha

  • Oracle Workflow - Help required

    While using oracle workflow with apps,
    the timeout function is not working. The process is not going thru th epath of timeout

    Dear Raghvendra,
    Run background engine concurrent program for the item type.
    Rgds,
    Jayesh

Maybe you are looking for