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: Java Stored procedure and CLOB Data Type

Re: Java Stored procedure and CLOB Data Type

From: <stevedhoward_at_gmail.com>
Date: 27 Apr 2006 12:40:07 -0700
Message-ID: <1146166806.991237.68670@i40g2000cwc.googlegroups.com>


Hi Gerald,

Is there any reason you can't use a java.sql.CLOB type and use the getCharacter*Stream methods rather than a String array in the JSP? That would be a clean mapping between PL/SQL and java.

Regards,

Steve Received on Thu Apr 27 2006 - 14:40:07 CDT

Original text of this message

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