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: Oracle Web Listener

Re: Oracle Web Listener

From: Cyriel Vringer <cyriel.vringer_at_pop.gsd.nos.nl>
Date: 1997/07/31
Message-ID: <33E09327.40DD@pop.gsd.nos.nl>#1/1

Robert Lange wrote:
>
> I am having problems using Form-based file upload (RFC 1867) when using
> Oracle Web Server/Listener. My PL/SQL stored procedures are fine and
> will work correctly when file upload size is less than about 6 Meg.
> Above this it fails (Connection reset by peer). I assume this is some
> kind of timeout error on the part of the server, but adjusting any or
> all of the possible timeout values in the listener configuration has no
> effect.
>
> Does anyone know of any solutions?
> Oracle admit that there is a problem here and suggest using a different
> listener, but I don't know any or how to install one with OWS if I did.
>

I had the same problem.
I personally think it has to do with the available memory on the server. The more mem, the bigger the file you can upload. Seems that the server wants to store the complete file in memory first, before passing it to the DB.
I heard somewhere it should be better using web-server 3 and Oracle 8. cheers,
cyriel

> Thanks in advance for any help
>
> Rob Lange.(rjl1_at_doc.ic.ac.uk)
  Received on Thu Jul 31 1997 - 00:00:00 CDT

Original text of this message

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