Is there a way to verify if the value in blob in more rows is identical in the Oracle database? The blob is the same column.
I have the size of the blob stored in another column but I need to know if the value is equal too.
The value stored is a serialized object.