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: web server PL/SQL cartridge: no POST, only GET?

Re: web server PL/SQL cartridge: no POST, only GET?

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Thu, 25 Jun 1998 13:36:20 GMT
Message-ID: <35925210.3286245@192.86.155.100>


A copy of this was sent to "PB" <pejbaanv_at_mailserv.caiw.nl> (if that email address didn't require changing) On Thu, 25 Jun 1998 09:40:22 +0200, you wrote:

>I have come to the same conclusion. POST doesn't seem to work, only the get.
>As far as I am concerned you are right.
>
>Patrick
>

post works, what problems are you having?

The pl/sql cartridge will handle both:

<a href=/dcd/owa/proc?x=5>

As well as:

<form action=/dcd/owa/proc method=post>
<input type=text name=x value=5>
<input type=submit>
</form>

seamlessly. GET and POST make no difference.

>paul wrote in message ...
>>Hi,
>>
>>Am I correct in assuming that there is no way to use POST with the
>>oracle web server PL/SQL cartridge? I have seen no mention of this in
>>any documentation.
>>
>>thanks,
>>Paul
>>
>
 

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Herndon VA  

http://govt.us.oracle.com/ -- downloadable utilities  



Opinions are mine and do not necessarily reflect those of Oracle Corporation  

Anti-Anti Spam Msg: if you want an answer emailed to you, you have to make it easy to get email to you. Any bounced email will be treated the same way i treat SPAM-- I delete it. Received on Thu Jun 25 1998 - 08:36:20 CDT

Original text of this message

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