instance state change
top of page
CerebroSQL

instance state change

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

Download and use for free.  

oracle-logo

[ RU ]

Сеанс ожидает процесс SMON чтобы включить или выключить кэш или восстановление транзакции. Такое обычно происходит во время команд ALTER DATABASE OPEN или CLOSE.

Время ожидания: Время ожидания зависит от количества времени, которое занимает действие (то есть, количество необходимого для восстановления)
Параметры:
layer - значение может быть 1 или 2. Если 1, это означает, что уровень транзакции хочет, чтобы восстановление транзакции было выполнено. Если 2, это означает, что будет выполняться восстановление кэша.
value - значение может быть 0 (отключено) или 1 (включено)waited- число секунд ожидания

[ EN ]

The session waits for the SMON process to enable or disable the cache or transaction restore. This usually happens during ALTER DATABASE OPEN or CLOSE commands.

Wait Time: The wait time depends on the amount of time the action takes (that is, the amount needed to recover)
Options:
layer - The value can be 1 or 2. If 1, it means that the transaction layer wants the transaction recovery to be performed. If 2, it means that the cache will be rebuilt.
value - value can be 0 (disabled) or 1 (enabled) waited - number of seconds to wait

bottom of page