There are six types of maintenance operations that mark index partitions INDEX
UNUSABLE (IU). Solution Explanation:
Maintenance operations causing index partitions to become INDEX UNUSABLE (IU):
1. IMPORT PARTITION or conventional path SQL*Loader.
2. Direct-path SQL*Loader leaves affected local index partitions and
global indexes in an IU state if it does not complete successfully.
3. Partition maintenance operations like ALTER TABLE MOVE PARTITION.
4. Partition maintenance operations like ALTER TABLE TRUNCATE PARTITION.
5. Partition maintenance operations like ALTER TABLE SPLIT PARTITION.
6. Index maintenance operations like ALTER INDEX SPLIT PARTITION.
Each of these operations may cause index partitions to be marked IU which will
require the index partitions to be rebuilt.
分享到:
相关推荐
partition:75 Exercise: 88(Merge as in Merge Sort), 215 Two pointers: Collider pointer: 167,125,344,345,11 Sliding window: 209,3,438,(76-hard) 对比: 对撞指针: 使用前提:数组,有序。 终止条件:while...
Each index row in node pages contains an index key (or set of keys for a composite index) and a pointer to a page at the next level for which the first key value is the same as the key value in the ...
partition algorithm. We first propose a representation based on ResNet, which has been shown to perform very well in image classification problems. Given this representation, we design a clustering ...
| # | Title | Solution | Time | Space | Difficulty | Tag | Note| |-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----| 136 | [Single ...
这本书在国内已经绝版。目录如下 Introduction Dorit S. Hochbaum 0.1 What can approximation algorithms do for you: an illustrative example 0.2 Fundamentals and concepts 0.3 Objectives and ...Index