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';
|
Results 1 to 10 of 13
Thread: dropping a tablespace ?Threaded View
|
Click Here to Expand Forum to Full Width |