Search notes:

Oracle: CONTEXT$

context$ stores the associations of contexts to the context package.
select
   own.name    context_owner,
   obj.name    context_name,
   con.schema  context_pkg_schema,
   con.package context_pkg_name,
   con.flags   context_flags,
   obj.type# -- 44 (= context)
from
   context$ con                            join
   obj$     obj on con.obj#   = obj.obj#   join
   user$    own on obj.owner# = own.user#
;

See also

The Oracle object type context.

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