December 2010
Intermediate to advanced
451 pages
11h 16m
English
You'd like to make your PL/SQL procedures accessible to users in a web browser via the Oracle Application Server.
To run a PL/SQL procedure on the Web, you must first configure a Data Access Descriptor (DAD) within the Oracle Application Server to define the connection information required between mod_plsql within the Oracle Application Server and the Oracle database that holds the PL/SQL procedures you wish to run. In this example the mod_plsql configuration file dads.conf (located in [Oracle_Home]\Apache\ modplsql\conf) is edited to define the DAD.
<Location /DAD_NAME>
SetHandler pls_handler
Order deny,allow
Deny from all Allow from localhost node1.mycompany.com node2.mycompany.com ...Read now
Unlock full access