Search notes:

Oracle: V$SESSION_CONNECT_INFO

select
  sci.authentication_type,
  sci.osuser,
  sci.client_charset,
  sci.client_connection,
  sci.client_oci_library,
  sci.client_version,
  sci.client_driver,
  sci.client_lobattr,
  sci.network_service_banner,
  sci.client_regid
from
  v$session              ses join
  v$session_connect_info sci on ses.sid = sci.sid
where
  ses.audsid = sys_context('userenv', 'sessionid');
Github repository oracle-patterns, path: /Installed/dynamic-performance-views/session/connect_info/own-sessions-values.sql

See also

client_charset specifies the client's character set as specified with nls_lang.
Oracle Dynamic Performance Views

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...', 1759965207, '216.73.216.133', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/dynamic-performance-views/session/connect_info/index(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78