Search notes:

DBMS_SQLTUNE.SELECT_CURSOR_CACHE

dbms_sqltune.select_cursor_cache collects SQL statements from the shared SQL area.
select
   cc.force_matching_signature,
   cc.sql_text,
   cc.object_list,
   cc.bind_data   ,
   cc.parsing_schema_name,
   cc.module,
   cc.action,
   cc.elapsed_time,
   cc.cpu_time,
   cc.buffer_gets,
   cc.disk_reads,
   cc.direct_writes,
   cc.rows_processed,
   cc.fetches,
   cc.executions,
   cc.end_of_fetch_count,
   cc.optimizer_cost,
   cc.optimizer_env,
   cc.priority,
   cc.command_type,
   cc.first_load_time,
   cc.stat_period,
   cc.active_stat_period,
   cc.other,
   cc.plan_hash_value,
   pl.*
from
   table(dbms_sqltune.select_cursor_cache(
       basic_filter    => 'force_matching_signature = 15217364541437386770', -- condition  of selected records
       object_filter   =>  null                                              -- Currently not supported
    -- ranking_measure =>
    -- result_limit    =>
    -- attribute_list  =>
    -- recursive_sql   =>
   ))                      cc,
   table(cc.sql_plan)      pl
;   

See also

dbms_sqltune

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758199461, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/packages/dbms/sqltune/api/select_cursor_cache/index(76): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78