Search notes:

v$session_cursor_cache

select
  maximum,
 (select value from v$parameter2 where name = 'session_cached_cursors') session_cached_cursors,
  count,
  opens,
  hits,
  hit_ratio
from
  v$session_cursor_cache;
Github repository oracle-patterns, path: /Installed/dynamic-performance-views/session/cursor_cache/show.sql

See also

Oracle Dynamic Performance Views

Index