December 2010
Intermediate to advanced
451 pages
11h 16m
English
You wish to provide the results from an SQL SELECT statement to the users via a web browser.
Use the Oracle PL/SQL Web Toolkit to SELECT and display data. The owa_util.tablePrint procedure accepts any table name for the ctable parameter. When this procedure is compiled in a schema with a DAD it can be accessed via the Web. This example displays information similar to the describe feature within SQL*Plus.
Note See Recipe 14-1 to define a DAD and direct your browser to run your procedure.
Note ...
Read now
Unlock full access