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: Large XML string from Oracle?

Re: Large XML string from Oracle?

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 20 Aug 2001 17:19:28 -0700
Message-ID: <9ls9eg0eh7@drn.newsguy.com>


In article <e15c115f.0108201337.313c78c7_at_posting.google.com>, hosie_owens_at_us.crawco.com says...
>
>I've read that there is a 4k limit on XML strings returned from PL/SQL
>because of the varchar2 limitations. I am using Microsoft ASP, VB/VC,
>Oracle stored procedures. What alternatives do I have?

the limit on varchar2 from plsql is 32k, not 4000 (a varchar2 stored in the database in a table is 4000bytes, plsql can return 32k however vai a stored procedure call)

Also, you can (should) use a CLOB -- then you have a 4gig limit.

--
Thomas Kyte (tkyte@us.oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Mon Aug 20 2001 - 19:19:28 CDT

Original text of this message

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