The first two are languages that the WebServer can cause to be executed. The last is an HTML technique for passing execution to another process at a certain point in the scanning of a Web page, and embedding the output of that process in the calling page. LiveHTML can also execute programs, but its programs are written in some language, such as Perl for Unix or Visual Basic for Windows NT, that is executed by the OS itself rather than the WebServer.
Generally speaking, you can combine these techniques. For example, the Java Interpreter can execute PL/SQL in the database.
The PL/SQL Agent and the Java Interpreter can use either of two interfaces: WRB or CGI. Which interface is used is determined by the mapping of the "file" the URL requests; this mapping is part of the WebServer configuration.
URLs that specify applications are split into three different parts:
virtual_path extra_path_information?query_string
Here are the explanations of the syntax components:
<parameter name>=<value>
http://www.nhl.com:8080/ows-bin/nhl/owa/hockey_pass?person=Gretzky
Go to the top of the section.
To report any problems or comments, e-mail Oracle WebServer Documentation.