backing up index ogranized tables
I have not worked with the IOTs before. I will be making some minor changes to these tables and the customers want to make sure that there will be no data loss. So I am planning to create a copy tables of the production IOTs (create table T_BACKUP nologging as (select * from IOT1); In case of data loss I plan to truncate the IOT1 table and reinsert the data from the T_BACKUP table.
Does anyone know of any restrictions related to the IOTs that will make my plan unworkable under 11.1.0.7?
thank you
Gene
0