- Programmer's notes
- 2006/11/15 11:32
별거 없다.
select 'alter index '||index_name||' nologging;'
from user_indexes
where logging = 'YES' and index_type = 'NORMAL';
위의 쿼리를 돌려서 나온 결과를 다시 수행하기.
인덱스 중에서 IOT - TOP 과 LOB 타입의 것은 안된다.
1





최근 덧글