I want to retrieve the file size of the content of a blob field. Is there a way without doing something crazy, such as throwing the field's contents into a buffer and measuring the size of the buffer?
I got an email from a customer who wanted to use BLOB data type in their CMP entity bean. They store images in BLOB data types in Oracle database and want to map their CMP entity bean field to a BLOB ...