control file single write
top of page
CerebroSQL

control file single write

Описание ожиданий сессий в СУБД Oracle доступно в программе.

Скачайте и используйте бесплатно.  

oracle-logo

[ RU ]

Ожидание происходит тогда, когда разделяемая информация контрольных файлов записывается на диск. Это атомарная операция защищаемая блокировкой с очередью (CF), для того чтобы только один сеанс мог одновременно записывать записи в базу данных.
Время ожидания: общее время записи.
Параметры:
file# – номер контрольного файла в который сеанс записывает.
block# – номер блока в контрольном файле, с которого сеанс начинает запись. Размер блока является физическим размером блока порта (обычно 512 байтов, у некоторых портов в UNIX может быть 1 или 2 Кбайта).
blocks – количество блоков, которые сеанс пытается прочитать.

[ EN ]

A wait occurs when the shared control file information is written to disk. This is an atomic operation protected by a queued lock (CF) so that only one session can write records to the database at a time.
Standby time: total recording time.
Options:
file# is the number of the control file to which the session writes.
block# is the block number in the control file from which the session starts recording. The block size is the physical block size of the port (usually 512 bytes, some UNIX ports may have 1 or 2 KB).
blocks is the number of blocks the session is trying to read.

bottom of page