Search notes:

dba_kgllock

dba_kgllock shows locks and pins that are held on Kernel Generic Library (KGL) cache objects.
select
-- lck.kgllkuse,
   ses.sid, ses.serial#,
   ses.username,
   lck.kgllkhdl,   -- Address of handle for KGL object
   lck.kgllkmod,   -- Current mode
   lck.kgllkreq,   -- Mode or request
   lck.kgllktype   -- Lock or Spin?
from
   dba_kgllock   lck                            left join
   v$session     ses on lck.kgllkuse = ses.saddr  
;

See also

dba_lock
x$kgl…

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