Book Image

Oracle BAM 11gR1 Handbook

By : Pete Wang
Book Image

Oracle BAM 11gR1 Handbook

By: Pete Wang

Overview of this book

An integral component of Oracle SOA and BPM Suite, Oracle BAM (Business Activity Monitoring) ultimately empowers business executives to react quickly to changing business situations. BAM enables business service and process monitoring through real-time data streaming and operational reports, and this book helps you to take advantage of this vital tool with best practice guidance for building a BAM project."Oracle BAM 11gR1 Handbook" is an essential companion for advancing your BAM knowledge, with troubleshooting and performance tuning tips to guide you in building BAM applications. The book uses step-by-step instructions alongside a real world demo project to steer you through the pitfalls of report and application development. Packed with best practices, you'll learn about BAM migration, HA configuration and much more."Oracle BAM 11gR1 Handbook" comprises a myriad of best practices for building real-time operational dashboards, reports and alerts. The book dives straight into the architecture of Oracle BAM 11g, before moving swiftly onto concepts like managing BAM server securities, populating Data Objects and performing load testing. Later on you'll also learn about BAM migration and building an ADF-based report, plus much more that you won't want to miss. For focusing in on best practices for this integral tool within Oracle SOA and BPM Suite, "Oracle BAM 11gR1 Handbook" is the perfect guide for the job.
Table of Contents (18 chapters)
Oracle BAM 11gR1 Handbook
Credits
Foreword
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface

Designing a report that contains a single View


It is recommended to build a report using an incremental method, which is to start with a single View, and later extend it to include more View types.

Report design normally includes the following steps:

  1. 1. Specifying Data Objects and fields.

  2. 2. Performing data manipulation tasks.

  3. 3. Editing view properties.

In this section, you will learn how to build a single view report using a List View type, to track order processing information.

Specifying Data Objects and fields

Reports are rendered based on the contents of Data Objects. So, specifying Data Objects and their fields is the first step to create a report view. In this section, you will start to build a BookstoreDemo report using an incremental approach. The base View in the report is a list that is built with the Updating Ordered List view type, for displaying the contents of /BookstoreDemo/Order Data Object.

To create a view using the Updating Ordered List template, perform the following steps...