Was this helpful?
[No]Cache_dynamic
SET [NO]CACHE_DYNAMIC enables or disables the caching of query plans for cursors defined with dynamic SELECT statements. It overrides the server level setting defined by the cache_dynamic configuration parameter. To check the current setting, use SELECT DBMSINFO ('CACHE_DYNAMIC').
The SET [NO]CACHE_DYNAMIC setting persists until the DBMS Server is shut down.
See also SET SESSION [NO]CACHE_DYNAMIC (on page Session [No]Cache_Dynamic).
Last modified date: 01/30/2023