[Zope-DB] DCOracle2: ORA-06502: PL/SQL: numeric or value error: character string buffer too small

John Ziniti rejpz at channing.harvard.edu
Fri Dec 10 09:49:11 EST 2004


Matthew T. Kromer wrote:
> One thing you should be able to do is grab the procedure's _cursor  
> attribute and call setoutputsize on it, e.g.
> 
> curs.procedure.generations.JAVAMARKER_INSERT_PROC._cursor.setoutputsize( 
> 11,80000)

w00t!  It worked.  Thanks, Matt.  Just to note, though, that the
numbering for the "column" parameter starts at "0", so in this case,
it would be 10.

Thanks again, though.

> But that's kind of disturbing, I'll admit.

Ehhh ... I've seen uglier kludges.

I owe you another one.

John


More information about the Zope-DB mailing list