PL/SQL procedures are stored in the database. The PL/SQL Agent invokes them by issuing commands to the database, which then performs the actual execution and sends the output and status messages back to the PL/SQL Agent.
Since PL/SQL is actually executed in the database, the PL/SQL Agent, whether executed through the WRB or CGI, must connect to the Oracle7 Server to run. If the PL/SQL Agent uses the WRB, the WRBX connects to the database in the following two stages:
Oracle WebServer also provides you with Java classes that can invoke PL/SQL. For more information, see Java or the Java Interpreter.
Go to the top of the section.
To report any problems or comments, e-mail Oracle WebServer Documentation.