How frustrating that Oracle is the one who developed this awful REF_CURSOR stuff in JDBC and they do not even support it in their own drivers yet. Ugh. We'll have to investigate properly supporting stored procedures and REF_CURSOR against Oracle. Pull request would be helpful. As for the problem mixing ordinal and named parameters, that's simply not allowed. |