8 Copyright © 2009, Oracle. All rights reserved. Using Process Flows.

Slides:



Advertisements
Similar presentations
6 Copyright © 2005, Oracle. All rights reserved. Building Applications with Oracle JDeveloper 10g.
Advertisements

17 Copyright © 2005, Oracle. All rights reserved. Deploying Applications by Using Java Web Start.
Copyright  Oracle Corporation, All rights reserved. 1 Creating an Application: The AppBuilder for Java IDE.
Copyright Ó Oracle Corporation, All rights reserved Sharing Objects and Code.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
© 2005 EMC Corporation. All rights reserved. Module 9 Workflows.
5 Copyright © 2004, Oracle. All rights reserved. Creating a Master-Detail Form.
14 Copyright © 2004, Oracle. All rights reserved. Producing Triggers.
5 Copyright © 2009, Oracle. All rights reserved. Defining ETL Mappings for Staging Data.
TIBCO Designer TIBCO BusinessWorks is a scalable, extensible, and easy to use integration platform that allows you to develop, deploy, and run integration.
23 Copyright © 2004, Oracle. All rights reserved. Sharing Objects and Code.
2 Copyright © 2009, Oracle. All rights reserved. Getting Started with Warehouse Builder.
C Copyright © 2009, Oracle. All rights reserved. Appendix C: Service-Oriented Architectures.
Jean-Pierre Dijcks Principal Product Manager Oracle Warehouse Builder Oracle Corporation.
4 Copyright © 2009, Oracle. All rights reserved. Designing Mappings with the Oracle Data Integration Enterprise Edition License.
5 Copyright © 2009, Oracle. All rights reserved. Right-Time Data Warehousing with OWB.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
B Copyright © 2009, Oracle. All rights reserved. Creating Experts.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Binding UI Components to Data. Adding UI Components to the Page You can create components on a page by: Dragging a component from the Component Palette.
Oracle Data Integrator Procedures, Advanced Workflows.
4 Copyright © 2009, Oracle. All rights reserved. Defining Source Metadata.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
13 Copyright © 2009, Oracle. All rights reserved. Integrating with Oracle Business Intelligence Enterprise Edition (OBI EE)
3 Copyright © 2009, Oracle. All rights reserved. Accessing Non-Oracle Sources.
Copyright Ó Oracle Corporation, All rights reserved Working with Other Canvases.
37 Copyright © 2007, Oracle. All rights reserved. Module 37: Executing Workflow Processes Siebel 8.0 Essentials.
1 Copyright © 2009, Oracle. All rights reserved. Administrative Tasks in Warehouse Builder.
14 Copyright © Oracle Corporation, All rights reserved. SQL Workshop.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Oracle Data Integrator Data Quality (Integrity Control)
6 Copyright © 2009, Oracle. All rights reserved. Using the Data Transformation Operators.
9 Copyright © 2009, Oracle. All rights reserved. Deploying and Reporting on ETL Jobs.
12 Copyright © 2009, Oracle. All rights reserved. Managing Backups, Development Changes, and Security.
3 Copyright © 2009, Oracle. All rights reserved. Understanding the Warehouse Builder Architecture.
13 Copyright © 2004, Oracle. All rights reserved. Adding Validation and Error Handling.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
14 Copyright © 2004, Oracle. All rights reserved. Enhancing the User Interface.
© 2007 by Prentice Hall2-1 Introduction to Oracle 10g Chapter 2 Overview of SQL and SQL*Plus James Perry and Gerald Post.
8 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. BI Publisher Server: Administration and Security.
15 Copyright © 2004, Oracle. All rights reserved. Adding JAAS Security to the Client.
8 Copyright © 2004, Oracle. All rights reserved. Making the Model Secure.
3 Copyright © 2007, Oracle. All rights reserved. Using the RMAN Recovery Catalog.
10 Copyright © 2009, Oracle. All rights reserved. Using the Mapping Debugger.
Copyright Ó Oracle Corporation, All rights reserved Debugging Triggers.
10 Copyright © 2004, Oracle. All rights reserved. Building ADF View Components.
22 Copyright © 2009, Oracle. All rights reserved. Filtering Requests in Oracle Business Intelligence Answers.
2 Copyright © 2004, Oracle. All rights reserved. ADF Development Process.
9 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Scheduling and Bursting Reports.
12 Copyright © 2004, Oracle. All rights reserved. Using ADF Struts Components.
6 Copyright © 2007, Oracle. All rights reserved. Managing Security and Metadata.
V7 Foundation Series Vignette Education Services.
13 Copyright © 2007, Oracle. All rights reserved. Using the Data Recovery Advisor.
7 Copyright © 2006, Oracle. All rights reserved. Creating Experts.
Copyright © 2006, Oracle. All rights reserved. Czinkóczki László oktató Using the Oracle Warehouse Builder.
3 Copyright © 2006, Oracle. All rights reserved. Building an Analytic Workspace.
7 Copyright © 2006, Oracle. All rights reserved. Defining a Relational Dimensional Model.
11 Copyright © 2004, Oracle. All rights reserved. Performing a Migration Using Oracle Migration Workbench (Part II)
E Copyright © 2006, Oracle. All rights reserved. Using SQL Developer.
16 Copyright © 2004, Oracle. All rights reserved. Testing the Migrated Oracle Database.
4 Copyright © 2004, Oracle. All rights reserved. Managing the Oracle Instance.
16 Copyright © 2004, Oracle. All rights reserved. Building ADF UIX View Components.
4 Copyright © 2006, Oracle. All rights reserved. Managing OWB Life-Cycle Changes.
11 Copyright © 2009, Oracle. All rights reserved. Enhancing ETL Performance.
Working in the Forms Developer Environment
Oracle Subledger Accounting
Introduction.
Presentation transcript:

8 Copyright © 2009, Oracle. All rights reserved. Using Process Flows

Copyright © 2009, Oracle. All rights reserved Objectives After completing this lesson, you should be able to do the following: Navigate the Process Flow Editor Create process flow definitions

Copyright © 2009, Oracle. All rights reserved Lesson Agenda Process flow concepts –Create process flow module, process flow package, and process flow Activities –Types –Fork activity, Mapping activity, And activity, and End activity Create transitions Some more activities: –Manual, SQL*Plus, and Validate and generate

Copyright © 2009, Oracle. All rights reserved Data Warehouse Implementation: Typical Steps Part 1 Part 2 1. Define the source metadata. 2. Define staging area metadata. 3. Define a relational dimensional model. 4. Create process flows. 5. Deploy the mappings. 6. Execute or run the mappings. 7. View the data.

Copyright © 2009, Oracle. All rights reserved Process Flow Concepts PROCESS_FLOW_MODULE Process_Flow_Package1 Process flow 1 Process flow 2 Process flow 3 Process_Flow_Package2

Copyright © 2009, Oracle. All rights reserved Creating a Process Flow Module

Copyright © 2009, Oracle. All rights reserved Creating an Oracle Workflow Location You use an Oracle Workflow location to deploy process flows. This location corresponds to the Oracle Workflow schema.

Copyright © 2009, Oracle. All rights reserved Creating a Process Flow Package

Copyright © 2009, Oracle. All rights reserved Creating a Process Flow Component Palette containing the process flow activities. Here you design the process flow. The START1 and END_SUCCESS activities are added automatically. Property Inspector shows the properties of the current activity. You can drag existing mappings directly on the canvas. Structure panel provides the current activity's parameters. You can generally set its values in the Property Inspector panel.

Copyright © 2009, Oracle. All rights reserved Creating a Process Flow Component Palette containing the process flow activities. Here you design the process flow. The START1 and END_SUCCESS activities are added automatically Property Inspector shows the properties of the current activity You can drag existing mappings directly on the canvas.

Copyright © 2009, Oracle. All rights reserved Lesson Agenda Process flow concepts –Create process flow module, process flow package, and process flow Activities –Types –Fork activity, Mapping activity, And activity, and End activity Create transitions Some more activities: –Manual, SQL*Plus, and Validate and generate

Copyright © 2009, Oracle. All rights reserved Types of Activities

Copyright © 2009, Oracle. All rights reserved Types of Activities

Copyright © 2009, Oracle. All rights reserved Adding a Fork Activity Launches two or more activities after completing an activity

Copyright © 2009, Oracle. All rights reserved Adding a Mapping Activity Shape of the cursor when you drag the mapping from the Projects Navigator

Copyright © 2009, Oracle. All rights reserved Adding an And Activity

Copyright © 2009, Oracle. All rights reserved Adding End Activities

Copyright © 2009, Oracle. All rights reserved Lesson Agenda Process flow concepts –Create process flow module, process flow package, and process flow Activities –Types –Fork activity, Mapping activity, And activity, and End activity Create transitions Some more activities: –Manual, SQL*Plus, and Validate and generate

Copyright © 2009, Oracle. All rights reserved Creating Transitions Between Activities

Copyright © 2009, Oracle. All rights reserved Transition Conditions

Copyright © 2009, Oracle. All rights reserved Lesson Agenda Process flow concepts –Create process flow module, process flow package, and process flow Activities –Types –Fork activity, Mapping activity, And activity, and End activity Create transitions Some more activities: –Manual, SQL*Plus, and Validate and generate

Copyright © 2009, Oracle. All rights reserved Manual Activity The manual activity indicates that the process flow would be halted until a manual response is performed by a person. The user can respond to the manual activity in the Control Center or in the Repository browser, and define the result ( SUCCESS, WARNING, or ERROR ). The process flow continues accordingly.

Copyright © 2009, Oracle. All rights reserved SQLPLUS Activity With the SQLPLUS activity, you can run any (parameterized) SQL*Plus script from within a process flow. Parameter_List: In the Value property, followed by the full path of the location of the file containing the script. Script: Alternatively, enter or paste the script in the Value property.

Copyright © 2009, Oracle. All rights reserved Activity You can send notifications after the completion of an activity in a process flow.

Copyright © 2009, Oracle. All rights reserved Some More Activities File Exists: Used to verify the existence of a file before running the next activity FTP: Used to transfer files from one file location to another based on a script of FTP commands that you provide. Sub-Process: Used to start a previously created process flow. From one process flow, you can start any other process flow that is contained within the same or any other process flow package.

Copyright © 2009, Oracle. All rights reserved Lesson Agenda Process flow concepts –Create process flow module, process flow package, and process flow Activities –Types –Fork activity, Mapping activity, And activity, and End activity Create transitions Some more activities: –Manual, SQL*Plus, and Validate and generate

Copyright © 2009, Oracle. All rights reserved Validating the Process Flow

Copyright © 2009, Oracle. All rights reserved Generating the Process Flow Package XPDL Code is generated

Copyright © 2009, Oracle. All rights reserved Quiz From the following, what is the smallest unit of deployment: a.Individual process flows b.Process flow package c.Process flow module

Copyright © 2009, Oracle. All rights reserved Summary In this lesson, you should have learned how to: Navigate the process flow editor Create process flow definitions

Copyright © 2009, Oracle. All rights reserved Practice 8-1 Overview: Creating a Simple Process Flow This practice covers creating a simple process flow to run the mappings you created so far.

Copyright © 2009, Oracle. All rights reserved