Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL Web HTML
> 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