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”.