ORA-24345 returning > 4096 chars from Java Stored Function
130172Sep 6 2005 — edited Sep 23 2005I loaded a java stored function (from a java class method) into a 9i rel. 2 database. The return value is a varchar2 (string originally). Launching the function I get the following error:
ORA-24345: A Truncation or null fetch error occurred.
Another function with the same structure but shorter return value works fine.
Anybody can help?
Thank you
Davide