SET pages 60
SET lines 80
col tablespace_name format a15
col initial_extent format 999,999,999
col next_extent format 999,999,999
col min_extents format 999
col min_extents heading MIN
col max_extents format 999
col max_extents heading MAX
SELECT * FROM dba_tablespaces
/