Oracle Reports Tutorial 10 g (9.0.4)
In this tutorial, you will build a report for the Web using JSPs (JavaServer Pages) that displays the required information about employee salaries in each department. You will also create a graph so managers can see an overview of the data. At the end of the tutorial, we'll show you how to quickly generate a paper report based on the same data model.
In the chapters of this tutorial:
1. You will open the Web page we've provided for you, which contains some simple HTML, then create a data model for the report, which will pull data from a sample data source into the report ( Chapter2, "Adding Data to a Report" ). This Web page contains the template for My Company's look and feel.
Tutorial Scenario Tutorial Overview 1-3 Figure 1-2Adding Data to an HTML Page
2. In Chapter3, "Reviewing the Source Code of the Web Report" , you will review the resulting report to analyze what the steps you completed in Chapter2, "Adding Data to a Report" did to the sample Web page to help you understand what Reports Builder did to the sample Web page. You can compare the sample Web page we've provided with the resulting JSP-based Web page. Here, you will be able to examine how the data model looks in Reports Builder, and how it looks in XML.
3. In Chapter4, "Creating a Report Block for the Web Report" , you will use the Report wizard to add a report block to the JSP and generate a simple JSP-based Web report to your Web browser.
Tutorial Scenario 1-4 Oracle Reports Tutorial Figure 1-3Creating a Report Block for your JSP-based Web Report
4. Then, in Chapter5, "Reviewing the Source Code for the Report Block" , you will analyze the Web source of your report to review how the report block was inserted into your JSP-based Web report. Again, you will examine the XML code to see how the source code has changed.
5. In Chapter6, "Creating a Graph for the Web Report" , you will use the Graph wizard to add a graph to the JSP, then generate the completed JSP report to your Web browser.
Tutorial Scenario Tutorial Overview 1-5 Figure 1-4Adding a Graph to a JSP-based Web Report
6. In Chapter7, "Reviewing the Source Code for the Graph" , you will review the new code that Reports Builder added to your Web source to produce the graph.
7. Finally, in Chapter8, "Generating a Paper Report" , you will generate a paper report based on the same data model and layout you created for the JSP-based Web report.
...
Source: download.oracle.com
Related PDF Files
- Oracle Forms 10g : Demos, Tips And Techniques
- Oracle Reports Tutorial
- Oracle Weblogic Server Programming Weblogic Rmi
- Oracle Application Development Framework
- Oracle Application Server Discoverer Plus Tutorial 10 G (9.0.4)
- Oracle/sql Tutorial
- Oracle Application Development Framework
- Tutorial: Oracle Bam Plans To Collect Data From Jms Bus
- Oracle Webdb Tutorial Guide
- Invoking Oracle Applications Api Through The Oracle As Adapter

Topic: