[EN]
View system log data alert.log Oracle DBMS without physical connection to the DBMS server via ssh/rdp with the ability to filter data
Switch "Type filter"
Full data - load all data from "v$diag_alert_ext"
Ora only - select only lines containing error text
Select the last - select the last N (the value is indicated in the "The number of lines (last)" field) lines
Date between - select data for a time interval
Buttons
Download data
Stop the data download process
Save window information to a text file on disk (data is saved to a file in the directory <program path>\tmp\export\alert_$date.log)
Close a window
An example of a query executed to a DBMS
select component_id,
host_address,
originating_timestamp,
message_text
from v$diag_alert_ext
where component_id not like '%tnslsnr%'
order by originating_timestamp
[RU]
Просмотр данные системного журнала alert.log СУБД Oracle без физического подключения к серверу СУБД по ssh/rdp с возможностью фильтрации данных
Переключатель "Type filter"
Full data - загрузить все данные из "v$diag_alert_ext"
Ora only - выбрать только строки содержащие текст ошибок
Select the last - выбрать последние N (значение указывается в поле "The number of lines (last)") строк
Date between - выбрать данные за интервал времени
Кнопки
Загрузить данные
Остановить процесс загрузки данных
Сохранить информацию окна в текстовый файл на диске (данные сохраняются в файл в директории <program path>\tmp\export\alert_$date.log)
Закрыть окно
Пример запроса выполняемого к СУБД
select component_id,
host_address,
originating_timestamp,
message_text
from v$diag_alert_ext
where component_id not like '%tnslsnr%'
order by originating_timestamp