The options I am thinking of are:
1) C# Console Based App to extract images to the windows file system.
2) java app to extract images on the unix based file system.
Any other method that you can think of, please let me know. There are approximately 101,234 records and each BLOB column may have a file between 1 MB to 6 MB.
If you want speed, I would recomend you to use a PL/SQL stored procedure to save the images to files directly. It should be quicker than an external program
Check this Link