Search notes:

Oracle: V$TABLESPACE

select
  ts#,
  name,
  included_in_database_backup,
  bigfile,
  flashback_on,
  encrypt_in_backup
from
  v$tablespace
order by
  name;
Github repository oracle-patterns, path: /Installed/dynamic-performance-views/tablespace/show.sql

See also

v$encrypted_tablespaces
dba_tablespaces
Oracle Dynamic Performance Views
tablespace

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