Session [No]Cache_Dynamic
Set session [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 session [no]cache_dynamic setting persists for the duration of the session.
See also
Set [no]cache_dynamic (see
[No]Cache_dynamic).