December 2010
Intermediate to advanced
451 pages
11h 16m
English
![]()
Oracle's Application Server provides a powerful gateway that exposes your PL/SQL procedures to web browsers. The gateway is defined using a Data Access Descriptor (DAD) that runs PL/SQL code as either the user defined in the DAD or as the user running the web application.
Oracle provides a PL/SQL Web Toolkit, which is a set of procedures and functions that generate HTML tags. In addition to making your code easier to read and manage, the toolkit sends the HTML code through Apache directly to the client web browser.
The following recipes teach you how to write PL/SQL procedures that produce interactive ...
Read now
Unlock full access