Hello,
I have a table that has grown, as they do. Over time it has had to create extents for itself. The following SQL:
SELECT SEGMENT_NAME,TABLESPACE_NAME,EXTENTS,BLOCKS FROM DBA_SEGMENTS where segment_name = 'table-name';
tells me that the table has had to extend itself 260 times. I think...