|
|
||
|
|
The examples we have walked through up to this point allow
Open the file mod_osso.conf file located on the middle
Find the following line: # # Insert Protected Resources: .................
Add the following lines immediately after the line mentioned in step 2:
<Location /discoverer/plus> require valid-user AuthType Basic </Location> <Location /discoverer/viewer> Header unset Pragma OssoSendCacheHeaders off require valid-user AuthType Basic </Location>
|
|
||
|
|
|
|
||
|
|
OracleAS Discoverer 10
g
gives end users incredible flexibility when viewing complex reports over the Web. By having the complex aspects of SQL encapsulated in the Discoverer End-
Empowering end users to make decisions quicker and with greater confidence
Decreased
Increased understanding of data through the use of graphs
The ability to export data into tools like Excel for further analysis and reporting
OracleAS provides a production-quality web-based development environment, Discoverer Plus, which decreases Total Cost of Ownership (TCO) by reducing licensing fees and maintenance fees involved in maintaining client PC configurations. Discoverer Plus provides wizards for virtually every aspect of Discoverer report development, allowing developers to change aspects of their reports on the fly before saving the finished product to the database. As Discoverer Workbooks and Worksheets are stored within the database, viewing them over the Web requires no conversion work whatsoever, something that is not true for Oracle Forms and Oracle Reports.
Discoverer Viewer is a powerful web-based application that allows end users to view Discoverer Workbooks and Worksheets over the Web. All advanced Discoverer features used in Discoverer Plus, such as drill-
The features, along with OracleAS Discoverer 10 g ˜s integration with Oracle Identity Management and Oracle Web Cache, make Discoverer a true world-class solution for virtually any organization s reporting needs.
|
|
||
|
|
|
|
||
|
|
A book with Oracle Web Development in the title would be of use
| Note |
It is important to note that when discussing web applications in this chapter, we are referring to intranet-based or extranet-based web applications. Due to performance, download times, footprint, and JInitiator requirements, it is not practical to deploy these applications in an Internet environment. |
| Note |
In this chapter, Form(s) with a capital F refers to the form(s) developed with the Oracle Forms Builder tool that comes as part of the Oracle Development Suite as opposed to an HTML form, and Report(s) with a capital R refers to reports developed with Oracle
|
If Oracle provides environments such as Oracle Portal and tools such as JDeveloper that have their basis in web deployments, why even bother with tools such as Oracle Forms, Oracle Reports, and Oracle Discoverer? There are many reasons for this (discussed in the appropriate chapters), but some of the
Legacy applications and legacy knowledge.
The move to the Web greatly decreases administration costs, particularly for large installations where many users are spread over a large distance. Keeping the client machines (which probably have different versions of operating systems, different service
Tool feature set incompatibilities and complexity. Oracle Portal has wizards that allow the development of forms and reports, but these Portal components do not have all of the functionality of the respective Oracle Forms and Oracle Reports products. Oracle JDeveloper 10 g allows complete control of all aspects of your application, but has a much higher learning curve.
Impedance mismatch.
This
In Chapter 1, we discussed the different types of Oracle Application Server 10 g installations. You will recall that there were three different types of installations:
J2EE and Web Cache Provides a HyperText Transfer Protocol (HTTP) server and Oracle Application Server Containers for J2EE (OC4J) containers for the deployment of Java applications.
Portal and Wireless Provides all of the components in the J2EE and Web Cache installation plus support for wireless devices and the Oracle Portal environment.
Business Intelligence and Forms Includes support for serving Oracle Forms, Oracle Reports, and Oracle Discoverer workbooks and worksheets over the Web. This chapter focuses on the Business Intelligence and Forms features of Oracle Application Server 10 g .
In Chapter 14). There are many issues when moving these components to the Web, not the least of which is the fundamental architecture change from client/server to web deployment. This chapter addresses the major issues and provides a road map for a seamless transition of Oracle Forms, Reports, and Discoverer workbooks and worksheets to the Web.
|
|
||
|
|