Home » Programming » Oracle Programming

Oracle Reports Tutorial Topic:  Oracle Programming
Download (426) times
Last Download at Friday 03rd of September 2010 10:21:01 AM

Oracle Reports Tutorial

This tutorial is intended for users new to Oracle Reports, or for users familiar with Oracle Reports who would like to learn more about building JSP-based Web reports. ...

This tutorial relies on the data contained in the Human Resources section of the sample schema. This sample schema is provided with the Oracle database.

Although you can view the Web source for your JSP report in Reports Builder, this tutorial also shows you how to analyze your Web source in a text editor. It is recommended that you use a text editor such as NotePad or UltraEdit.

In this tutorial, it is assumed that you are a developer for a company called My Company. You have been asked to publish some content on the company intranet. Human resource managers for each branch should be able to view this content from any location. You must use the companyâ s template (which is an HTML file) to make the data look good on the Web. At the same time, managers must be able to print out a paper version of the report.

In this tutorial, you will build a report for the Web using JavaServer Pages (JSP) that displays the required information about employee salaries in each department. You will also create a graph so that managers can see an overview of the data. At the end of the tutorial, you will learn to generate a paper report based on the same data model.
...
Source: download.oracle.com

Incoming Search: , , , , , , , , , , , , , , , , , , ,

Related PDF Files