jan.bollen@gmail.com (Jan Bollen) wrote:
> The max that I get using dbms_lob.loadfromfile() with this method is
> 5MB/s..
what about sqlloader ?
> That's no go, the files can not be converted because of safety
> reasons. The files are ECG-files that are used for testing algoriths
> for pacemakers, and one of the obligations is that de file keeps
> intact. Right now I'm calculating the MD5, en checking it after
> download.
Well you could also calculate the MD5 after the conversion "as a
table", so being 100% confident that the information is the same.
bye
Alberto Dell'Era