Search notes:

Oracle: SYS.LINK$

select
   lnk.authpwd,
   lnk.authpwdx,
   lnk.authusr,
   lnk.ctime,
   lnk.flag,
   lnk.host,
   lnk.name,
   lnk.owner#,
   lnk.password,
   lnk.passwordx,
   lnk.userid
from
   SYS.link$ lnk;
As per a comment in $ORACLE_HOME/rdbms/admin/dbmsmetu.sql, spare1 and spare2 correspond to passwordx and authpwdx (and differ in that they're stored as BLOBs).

See also

select * from sys.link_logons$;
select * from sys.link_sources$;

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