Search notes:

Oracle: V$SORT_SEGMENT

select
   sts.tablespace_name,   
   sts.extent_size,
   sts.total_blocks , sts.used_blocks    , sts.free_blocks,
   sts.total_extents, sts.used_extents   , sts.free_extents,
   sts.max_size     , sts.max_sort_size  , sts.max_used_size,
   sts.max_blocks   , sts.max_sort_blocks, sts.max_used_blocks,
   sts.added_extents,
   sts.current_users,
   sts.extent_hits,
   sts.free_requests,
   sts.freed_extents,
   sts.is_local_temp,
   sts.segment_block,
   sts.segment_file,
   sts.ts#,   
   sts.relative_fno,
   sts.con_id
from
   sys.v$sort_segment sts;

See also

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