feedzai/pdb

Oracle BLOB's are truncated if size greater than 2000 bytes

Closed this issue · 0 comments

When storing BLOB's, it's possible to verify that they're being truncated.
Answer for this problem: https://www.oracle.com/technetwork/topics/jdbc-faq-090281.html

For this case, we need to use alternatively setBytesForBlob instead of setBytes.