3
votes
1answer
402 views

Slow batch update on Oracle

I have a quite confusing and strange problem with using JDBC on an old Oracle server (which is an 8i as I was told). I prepared a table there with about 10 columns, numbers, varchars, a raw(255) and ...
7
votes
4answers
2k views

Oracle 10g small Blob or Clob not being stored inline?

According to the documents I've read, the default storage for a CLOB or BLOB is inline, which means that if it is less than approx 4k in size then it will be held in the table. But when I test this ...