| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: DOES ORACLE HAVE A PRODUCT SIMILAR TO MICROSOFT'S (ASP) ACTIVE SERVER PAGES?
Active Server Pages uses delimiters to parse any scripts contained between their delimiters "<%" and "%>". These scripts can be VBScript, JScript, etc., and will be executed by the IIS Server. These scripts can generate HTML "that are returned to the client's browser".
Oracle WebServer 2.x and up (including Oracle Web Application Server 3.0) can serve up static HTML files, but as well, the HTML can be generated dynamically through the use of the PL/SQL Web Toolkit. In brief, this is a collection of PL/SQL procedures and functions to generate dynamic HTML. And in conjunction with the Web Request Broker, this type of access, especially to the database, is very fast.
On Wed, 30 Jul 1997 14:22:12 -0400, Kevin Pettine <kpettine_at_bdsinc.com> wrote:
>I was wondering if Oracle has a product that will perform many of the
>same functions that Microsoft's Active Server Pages. We have a Sun
>Sparq Station version 2.5 and would like to use an Oracle product
>especially since (as I understand) Microsoft ASP can only run on a NT
>machine.
>
>We are building an online store and are considering the purchase of
>Oracle's Web Application Server 3.0 and Internet Commerce Server. Is
>there a product that will dynamically access the database and create
>HTML documents that are returned to the client's browser. I am not
>looking for a CGI/Perl solution.
>
>Thanks,
>
>Kevin
Thanks!
Joel
Joel R. Kallman Enabling the Information Age through Oracle Government Network Computing! Bethesda, MD http://govt.us.oracle.com jkallman@us.oracle.com http://www.oracle.com
![]() |
![]() |