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

Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL & OraWeb 3.0: overloaded proc has performance hit

Re: PL/SQL & OraWeb 3.0: overloaded proc has performance hit

From: steve shiflett <steven.p.shiflett_at_lmco.com>
Date: 1997/09/16
Message-ID: <341EE9DA.E6003193@lmco.com>#1/1

Why not write a Perl script to get what you want, and then pass what you want to a PL/SQL procedure? (You would use the Perl cartridge for this, of course.)

Steve Livingston wrote:

> Using: Oracle 7.3.2.2 & Oracle Webserver 3.0
>
> I've got a main procedure that has 20 overloaded copies.
>
> This runs OK (fast) from sqlplus.
>
> But...when executed from the web...response time goes to 4 seconds!?
>
> Has anyone seen this?
> Oracle help has not heard of this problem.
>
> By the way...I've used overloading because I web/POST info to PL/SQL,
> but PL/SQL does not (?) have access to the post-string. So I've
> overloaded my main routine to handle all combinations of 'param=value'
>
> from my web forms.
>
> What I really want is access to the post-string so I can parse it
> myself
> (a la cgi). Is this possible?
>
> Cheers,
> Steve
Received on Tue Sep 16 1997 - 00:00:00 CDT

Original text of this message

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