CLOB data insertion into orace table thr - TechRepublic
General discussion
January 9, 2002 at 02:14 PM
ssudha

CLOB data insertion into orace table thr

by ssudha . Updated 24 years, 5 months ago

Please give the code for inserting CLOB data into oracle through java code.First I insert “empty_clob()” into the table and then get one refrence through getCLOb and opened DataOutputStream and then write the required string into the stream.But whenI retrived the object and displayed it,It is displayed as “null”.

This discussion is locked

All Comments