hey guys. please take a look at this SO question. thanks
Stack Overflow
I want to hash blob data of oracle table. I saw two options : doing it in database using DBMS_CRYPTO or writing a processor which will go throw all blobs, gets the streams and hashes them using md5...