Search notes:

Oracle: PROXY_USERS

select
-- prx.proxy,
   prx.client,
   prx.authentication,
   prx.flags,
   usp.proxy_only_connect   proxy_only_proxy,
   usc.proxy_only_connect   proxy_only_client,
   usp.authentication_type  auth_type_proxy,
   usc.authentication_type  auty_type_client
from
   proxy_users prx                                left join
   dba_users   usp  on prx.proxy  = usp.username  left join
   dba_users   usc  on prx.client = usp.username 
where
   prx.proxy  = 'RNY'
-- prx.client = 'XXX'
order by

   prx.client;

See also

users
dba_users

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