IN DB2 V5R4, When you modify the functionality of a DETERMINISTIC UDF It returns the cached response for a while...
There are any way to reset the cached responses?
Thanks in advance.
IN DB2 V5R4, When you modify the functionality of a DETERMINISTIC UDF It returns the cached response for a while...
There are any way to reset the cached responses?
Thanks in advance.
To what is it returning the cached response? Is it through a remote connection or a native access? You might try closing and re-opening any remote connection, or ending and restarting any local jobs.
I just had the same problem. Temporarily create the function not deterministic, do your testing. When everything is fine replace the function deterministic.