[Mod_owa-users] ORA-01460 when uploading binary file

Cristian Veronesi c.veronesi at horta-srl.com
Wed Jul 6 00:21:11 PDT 2016


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




More information about the Mod_owa-users mailing list