Database Administration (MOSC)

MOSC Banner

backing up index ogranized tables

edited Mar 19, 2012 6:07AM in Database Administration (MOSC) 6 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center