Reputation: 9051
I am having an NCLOB column in oracle. When I create a row, I need to insert an empty_clob() using normal java insert query. Does anyone know how this is done? I am looking for something like the one below from java.
INSERT INTO MY_TABLE VALUES(1,'Abraham','empty_clob')
;
Thanks and Regards, Abraham Menacherry
Upvotes: 2
Views: 2288