Disk file operations I/O
top of page
CerebroSQL

Disk file operations I/O

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

Download and use for free.  

oracle-logo

[ RU ]

Событие ожидания используется для файловых операций (к примеру, open, close, seek, resize). Оно так же может использоваться и для различных операций ввода-вывода, таких как дамп блока и доступ к файлу паролей.

Время ожидания: фактическое время, которое требуется для того, чтобы сделать ввод-вывод.
Параметры:
FileOperation – тип файловой операции
fileno – идентификационный номер файла
filetype – тип файла (для примера, файл данных, файл журнала)

[ EN ]

The wait event is used for file operations (eg open, close, seek, resize). It can also be used for various I/O operations such as block dumps and password file access.

Wait Time: The actual time it takes to do I/O.
Options:
FileOperation - type of file operation
fileno - file identification number
filetype - file type (for example, data file, log file)

bottom of page