Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Java Stored procedure and CLOB Data Type
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