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

Home -> Community -> Usenet -> c.d.o.misc -> Re: DBMS_LOB and PLSQL

Re: DBMS_LOB and PLSQL

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Wed, 21 Jan 2004 14:59:19 -0800
Message-ID: <1074725892.8385@yasure>


Gary Menchen wrote:

> I believe that the most you can pass from a web page using the htp
> package, is 32K, the maximum size of a varchar2.
>
> It is possible to upload files from the client desktop into a blob,
> using a file upload form. It requires some configuration on the server.

I'm not sure if you are correct though you may be.

The GET_PAGE procedure has an OUT parameter ... THEPAGE that is a TABLE OF VARCHAR2(256). Which is analogous to how DBMS_SQL handles strings larger than 32K.

I'd be interested in whether anyone knows if that is how this works.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Wed Jan 21 2004 - 16:59:19 CST

Original text of this message

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