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: Problems with CLOB in JDBC

Re: Problems with CLOB in JDBC

From: Subhashini.K <member24109_at_dbforums.com>
Date: Sat, 01 Feb 2003 08:42:06 +0000
Message-ID: <2468910.1044088926@dbforums.com>

hi

y don't u use this.
If u have any special characters
u can use AsciiStream from oracle.
getAsciiOutputStream
 public OutputStream getAsciiOutputStream() throws SQLException

Oracle extension. Write ascii stream to the CLOB.

subha

--
Posted via http://dbforums.com
Received on Sat Feb 01 2003 - 02:42:06 CST

Original text of this message

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