Recent content by tholecek

  1. T

    Fastest images upload

    I need the fastest image upload in the Oracle BLOBs. I must make continual uploads of about 1000 images of 500K. What is the fastest way? I made: ..... /* qryInsertImage = INSERT INTO IMAGE.KS_IMAGE_DATA_POKUS (IMAGE_ID, DATA) VALUES(:IMAGE_ID, EMPTY_BLOB()) RETURNING DATA INTO...
Back
Top