Thanks for the question, Rajendra.
Asked: December 20, 2018 - 5:22 pm UTC
Last updated: December 24, 2018 - 1:46 am UTC
Version: Oracle 12c
Viewed 10K+ times! This question is
String updateStatement = "update MY_TABLE" + "set COL = COL + ? " + "where BLAH = ?"; try { con.setAutoCommit(false); updateTotal = con.prepareStatement(updateStatement); updateTotal.setInt(1, ...); updateTotal.setString(2, ...); updateTotal.executeUpdate(); con.commit(); }
Complete documentation on Securefiles and Large Objects here