aspose file tools
The moose likes JDBC and the fly likes How to store a string(more than 4 KB) into CLOB data using JDBC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to store a string(more than 4 KB) into CLOB data using JDBC" Watch "How to store a string(more than 4 KB) into CLOB data using JDBC" New topic
Author

How to store a string(more than 4 KB) into CLOB data using JDBC

ravikumar Chilukuri
Greenhorn

Joined: Sep 27, 2010
Posts: 14
Facing a problem in storing the data which of size more than 4000 character(i.e 4 KB)into Oracle CLOB field through JDBC.

Its works fine for less 4000 characters.

Any help how to handle this will be appreciated.
Vijitha Kumara
Bartender

Joined: Mar 24, 2008
Posts: 3670

Moved to JDBC forum.


SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to store a string(more than 4 KB) into CLOB data using JDBC
 
Similar Threads
How to store a string(more than 4 KB) into CLOB data using hibernate
Clobs in Oracle 10
CLOB in Hibernate
JVM Out Of Memory...How to increase Heap Size??
Creating a Unique ID from a String.