In DB2 V5R4, when you change the functionality of DETERMINISTIC UDF, it returns a cached response for a while ...
Is there a way to reset cached responses?
Thanks in advance.
Why does it return a cached response? Is it through a remote connection or native access? You can try closing and reopening any remote connection, or terminating and restarting any local jobs.
I had the same problem. Temporarily create a non-deterministic function, do your testing. When everything is in order, replace the deterministic function.
Source: https://habr.com/ru/post/908137/More articles:NSView Mouse Tracking - objective-chttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/908133/forcing-the-load-of-images-on-ios-to-preload&usg=ALkJrhhToB0fvOLTP0r4Kz4rmxnp_GfFMAUnable to update knockout user interface with new data object - javascriptIs there a recommended HTML / CSS / JavaScript style guide? - javascriptAttach two queries to one - sqlWhy win32 thread does not exit automatically? - c ++org.hibernate.exception.SQLGrammarException: failed to insert [com.sample.Person] - javaJVM memory issues - javaHow to convert to YIA CDataProvider for viewing? - phpHow can I support the display of a PDF file in a browser in a 64-bit Internet Explorer - c #All Articles