aspose file tools
The moose likes JDBC and the fly likes CLOB with Oracle thin driver 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 "CLOB with Oracle thin driver" Watch "CLOB with Oracle thin driver" New topic
Author

CLOB with Oracle thin driver

Anusha Jeyappa
Greenhorn

Joined: Apr 22, 2002
Posts: 4
Hi,
I am having an application where we need to store
the dynamically created XML file in the Data base
of type CLOB by streaming.I am able to insert only one row.When i try to insert second row with XML file
(100K) I am getting Java Empty Stack Trace Exception.The CLOB size is the Default size.
What is the size of CLOB supported by the Oracle thin driver.
What must be the problem.
Thanks
Regards,
Anusha Jv
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: CLOB with Oracle thin driver
 
Similar Threads
Java program to Convert java.lang.String to java.sql.CLOB Object
clob.setCharacterStream(1); Unsupported feature
connect oracle database to my servlet
Cannot create CLOB.createTemporary() in Sun One server
Java program to Convert java.lang.String to java.sql.CLOB Object