index block split
top of page
CerebroSQL

index block split

Description of session waits in Oracle DBMS is available in the program.

Download and use for free.  

oracle-logo

[ RU ]

Во время поиска ключа индекса в индексном блоке, Oracle обнаружил, что индексный блок в это время расщепился. Oracle будет ожидать окончания расщепления, чтобы потом снова найти ключ индекса.

Время ожидания: сеанс отдаёт CPU, таким образом нет никакого фактического времени ожидания.
Параметры:
rootdba – корневой блок индекса
level – уровень блока индекса, который сеанс пытается расщепить. Для листовых блоков уровень равен 0. Если уровень > 0, то это - блок ответвления. (Корневой блок можно считать специальным блоком ответвления).
сhilddba – блок который сеанс пытается расщепить

[ EN ]

While looking up the index key in the index block, Oracle found that the index block had split in the meantime. Oracle will wait for the split to finish before finding the index key again.

Timeout: The session gives up the CPU, so there is no actual timeout.
Options:
rootdba - index root block
level - The level of the index block that the session is trying to split. For leaf blocks, the level is 0. If level > 0, then this is a branch block. (The root block can be thought of as a special branch block.)
childdba - the block the session is trying to split

bottom of page