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

Home -> Community -> Mailing Lists -> Oracle-L -> PL/SQL: character string buffer too small

PL/SQL: character string buffer too small

From: Andreas Jung <ajung_at_sz-sb.de>
Date: Tue, 23 May 2000 11:19:29 +0200
Message-Id: <10506.106339@fatcity.com>


I have a PL/SQL function that returns VARCHAR2. When the size of the return string is greater than about 2000 characters I get an ORA-06502: PL/SQL: numeric or value error: character string buffer too small during the return statement.

So how should one return varchar2 strings up to 32000 bytes when this error occurs all the time ?

Andreas Received on Tue May 23 2000 - 04:19:29 CDT

Original text of this message

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