From c.veronesi at horta-srl.com Wed Jul 6 00:21:11 2016 From: c.veronesi at horta-srl.com (Cristian Veronesi) Date: Wed, 06 Jul 2016 09:21:11 +0200 Subject: [Mod_owa-users] ORA-01460 when uploading binary file Message-ID: <577CB167.80905@horta-srl.com> Hello all. I'm playing with mod_owa in a test environment. Today I got this error while trying to upload a binary file using the OwaDocTable option. Same code works with mod_plsql. === SQL ERROR Error 1460 calling procedure: ORA-01460: unimplemented or unreasonable conversion requested The last SQL statement executed was: begin insert into ATEC2_SCHEMA.UPLOADS (NAME, MIME_TYPE, DOC_SIZE, DAD_CHARSET, LAST_UPDATED, CONTENT_TYPE, BLOB_CONTENT) values (:B1, :B2, :B3, :B4, SYSDATE, 'BLOB', empty_blob()) returning BLOB_CONTENT into :B5; end; === Thank you for your assistance. Kind regards, Cristian