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 Listener shutting down

Re: Web Listener shutting down

From: Rudi Demeulenaere <rdm_at_mentor.spamnothanks.be>
Date: 1998/04/30
Message-ID: <3548BE4A.D87D0FC5@mentor.spamnothanks.be>#1/1

Steve Bohler wrote:

> I've got a PL/SQL procedure which sends the data from a form to another
> PL/SQL procedure. When I send a lot of data from the form (i.e. > 2100
> characters in a textarea box), the Web listener on the server stops and I
> have to restart it.
>
> Does anyone know if there is a limit to the amount of characters you can
> send via this method...or whatever could be causing this awful behavior?

Possible reasons/solutions:

- use POST instead of GET
- your fields contain varchar2's with maximum 2000 char's
- alledgedly there was/is a problem with OWS v1.0 with >2000-char var's

--
r u d i
(remove anti-spam measure from reply-address)
Received on Thu Apr 30 1998 - 00:00:00 CDT

Original text of this message

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