December 2002
Intermediate to advanced
745 pages
17h 26m
English
Unit Objectives
After this unit, you will know how to:
Return Names and Values of All CGI Environment Variables for a Particular PL/SQL Procedure
Return the Full Virtual Path of the PL/SQL Agent that is Handling an HTTP Request
Return the Name of a Procedure that is Being Invoked by the PL/SQL Gateway
Return Information about the Calling PL/SQL Code Unit to the Called PL/SQL Code Unit
The owa_util.get_cgi_env function returns the value of a specified CGI environment variable. If the variable is not defined, the function returns a NULL value. Although the WRB (Web Request Broker) is not operated through the CGI (Common ...