APEX 4.2.2
ORDS 2.0.10 deployed in Tomcat 8.0.15
Submitting a page with a File Browse item throws a HTTP 500 Internal Server Error with the following exception
Caused by: java.sql.SQLException: ORA-20895: BLOB set request failed application: "161", session: "14438471746696", page: "11" ORA-06512: at "APEX_040200.HTMLDB_UTIL", line 2790 ORA-06512: at line 1
This page works fine when processed by OHS/mod_plsql
Added a <entry key="apex.docTable">FLOWS_FILES.WWV_FLOW_FILE_OBJECTS$</entry> to defaults.xml but that didn't help.
Help? Thanks