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. | ||||
|
feedback
|
DROPandCREATEcleared any cache. IPLing the system would (almost certainly) do it, but be a bit heavy-handed; perhaps check with your IBM rep? – X-Zero Feb 14 at 21:31