Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL Web HTML

Re: PL/SQL Web HTML

From: Housen <rchin_at_panix.com>
Date: Tue, 13 Apr 2004 11:08:10 -0400
Message-ID: <c5gvmt$ojb$1@reader1.panix.com>


> Can I get a hint on how to call PL/SQL procedures/packages with Apache as
> there are no DADs, etc?

Of course there are DADs....how is dumb server suppose to know how to connect ?

The URL is like :

http://<server>:<port>/pls/<DAD>/<package>.<procedure>

"pls" is the default Gateway name (aka mod_plsql call). It is configurable to any name you want.

"Craig Burtenshaw" <crb_at_amsa.gov.au> wrote in message news:407b6bfc$0$18990$c30e37c6_at_lon-reader.news.telstra.net...
> Hi,
>
> I have created a PL/SQL for Web site using Oracle Web Application Server
> 3.0.
>
> I am looking to get rid of WAS 3.0 and use Apache instead.
>
> Can I get a hint on how to call PL/SQL procedures/packages with Apache as
> there
> are no DADs, etc?
>
> Is it still the same as WAS 3.0, that is
> http://<server>:<port>/<DAD>/<package>.<procedure>
>
> Thank you
> Craig.
>
>
Received on Tue Apr 13 2004 - 10:08:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US