To check for IOT's in the tablespace(Just in case)

select table_name from dba_tables
where iot_type = 'IOT_OVERFLOW'
and tablespace_name = 'TS1';