Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> PL/SQL & OraWeb 3.0: overloaded proc has performance hit
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
![]() |
![]() |