Search notes:

Oracle PLAN_TABLE: columns OBJECT_NAME and OBJECT_OWNER

The columns object_name and object_owner in plan_table identify the object that is being accessed in the respective plan operation.
object_name and object_owner might be used to join the record to all_tab_statistics and all_ind_statistics to find objects that are accessed in an SQL statement whose statistics are not taken for a certain amount of time. This is demonstrated in use explain plan to find objects whose statistics weren't taken for a certain amount of time.

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...', 1758192048, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL/statement/verbs/explain/plan_table/columns/object_name-owner/index(34): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78