You are on page 1of 16

2

Designing and Running Reports

Copyright 2004, Oracle. All rights reserved.

Objectives
After completing this lesson, you should be able to do
the following:
Identify user requirements
Name the common report styles
Describe the structure of each style
Run prebuilt reports as an end user
Identify supported report file types

2-2

Copyright 2004, Oracle. All rights reserved.

Understanding User Requirements

2-3

What data
Parameters

Web features
Security

Web or
Paper

Charts
Drill down

Copyright 2004, Oracle. All rights reserved.

Designing Reports
Before you start development, consider:
Specification
Data retrieval
Common features
Structure

Style
Publishing
Medium

2-5

Copyright 2004, Oracle. All rights reserved.

Tabular
List of Products
Product
Number

2-7

Description

Price

Copyright 2004, Oracle. All rights reserved.

Master-Detail
Outstanding Customer Items
Customer Name
Product
Number

Price

Customer Name
Product
Number

2-8

Price

Copyright 2004, Oracle. All rights reserved.

Master with Two Details


Customer Statistics
Customer

2-9

Outstanding
Items

Orders in Last
Six Months

Product
Number Price

Order
No.

Date

Total
Value

Copyright 2004, Oracle. All rights reserved.

Matrix
Customer Matrix
Product ID
Customer

2-10

Copyright 2004, Oracle. All rights reserved.

Retrieving and Sharing Data


Keep database access to a minimum
Consider report structure and number of queries
Make effective use of common code and objects

2-11

Copyright 2004, Oracle. All rights reserved.

Running a Report

2-13

Your browser
OracleAS Portal application
Command line (Start > Run)
OracleAS Reports Queue Manager
Java application
Database trigger
Menu integrated with a Forms application
Button in a Forms application

Copyright 2004, Oracle. All rights reserved.

Previewing Reports

2-15

Copyright 2004, Oracle. All rights reserved.

Print Preview
1
2
3

2-16

Copyright 2004, Oracle. All rights reserved.

Print Preview
1

2-17

Copyright 2004, Oracle. All rights reserved.

Supported File Types

2-19

RDF
REP
JSP
HTML
XML

Copyright 2004, Oracle. All rights reserved.

Summary
In this lesson, you should have learned how to:
Identify key questions to help understand user
requirements
List the simple report styles and describe their
underlying structures
Identify key design considerations:

Report style
Database access
Common code
Common objects

List the various options for running a report

2-21

Copyright 2004, Oracle. All rights reserved.

Practice 2 Overview
Executing existing reports

2-22

Copyright 2004, Oracle. All rights reserved.

You might also like