Java: How to insert CLOB into oracle database

前端 未结 10 1288
情话喂你
情话喂你 2020-12-03 03:32

I need to write an XML file content into oracle database where the column is of CLOB datatype. How will I do that?

10条回答
  •  难免孤独
    2020-12-03 03:52

    Take a look at the LobBasicSample for an example to use CLOB, BLOB, NLOB datatypes.

提交回复
热议问题