I'm using AbstractLobStreamingResultSetExtractor to read tthe BLOB data and write it to an output stream.
If My resultset has more than two rows it is throwing an exception.
"LobStreamingResultSetExtractor found multiple rows in database", 1);
Can anyone tell how to handle multiple rows?
Thanks