Search notes:

Oracle: DBA_SQL_PLAN_DIR_OBJECTS

select
  obj.object_name,
  obj.subobject_name,
  dir.reason,
  dir.created,
  dir.type,
  obj.object_type
from
  dba_sql_plan_dir_objects obj   join
  dba_sql_plan_directives  dir on obj.directive_id = dir.directive_id
where
  obj.owner = 'RNYFFENEGGER'
order by
  dir.created desc;
Github repository Oracle-Patterns, path: /Installed/data-dictionary/sql/plan/dir_objects/joins.sql

See also

dba_sql_plan_directives
SQL plan directives

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...', 1758199681, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/sql/plan/dir_objects/index(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78