[EN]
Program operation logs are an essential tool for identifying problems in the core of a system and obtaining comprehensive information about the functioning of specific modules or processes.
System log
System messages from the kernel, with the exception of the query editor, are displayed for almost all modules.
Each entry of the system log is previously reset to a file CerebroSQL.log in the directory ./logs
History of completed requests
All executed queries are saved in the local storage of the program (in cases of operation in the mode with the central database, the data is saved in the central database) and displayed on the "Current SQL" page of the "Logs" window
Local database: core database -> C$QUERY_HISTORY
The mode of operation with the central database: audit.user_sql_run
History of DDL teams
All executed commands in the query editor are saved separately in the local database in the DDL_EXE table and displayed on the "Command list" tab
Error description
Error monitoring of the "ORA-*****" family for all modules of the program.
This module also allows you to save a description of errors found in Oracle, PostgreSQL, MySQL and MS SQL Server databases and how to fix them.
Checking the structure of local databases
The database verification log is used to monitor database maintenance by the system core. The database check is started at the start of the program.
[RU]
Логи работы программы - это механизм определения как проблем в ядре системы, так и получения полной информации о работе тех или иных модулей/процессов
Системный лог
Системные сообщения ядра, практически всех модулей - за исключение редактора запросов
Каждая запись системного лога сбрасывается предварительно в файл CerebroSQL.log в директории ./logs
История выполненных запросов
Все выполняемые запросы сохраняются в локальном хранилище программы (в случаи работы в режиме с центральной базой, данные сохраняются в центральной базе) и выводятся на странице "Current SQL" окна "Logs"
Локальная БД: база core -> C$QUERY_HISTORY
Режим работы с центральной БД: audit.user_sql_run
История команд DDL
Все выполненные команды в редакторе запросов отдельно сохраняются в локальной базе данных в таблице DDL_EXEC и выводятся на вкладке "Command list"
Error description
Мониторинг ошибок семейства "ORA-*****" по всем модулям программы.
Так же данный модуль позволяет сохранить описание ошибок встречающихся в базах Oracle, PostgreSQL, MySQL и MS SQL Server и способ их исправления.
Проверки структуры локальных баз
Лог проверки БД служит для контроля обслуживания БД ядром системы. Проверка базы запускается при старте программы.