RU
Что нового:
AWR: сравнение 2-х ранее созданных отчетов
SQL Developer: Add - просмотр статистики использования функций базы данных
SQL Developer: Add - информация о резервном копировании rman
RMAN: Add - настройки параметров резервного копирования
Главное окно - Окно выбора подключения для ядра мониторинга в виде структурированного дерева.
Диспетчер табличных пространств: Add - добавлен столбец текущего размера файла
Средство просмотра ControlFile/PFile: Add - просмотр всех ControlFile и PFile, созданных программой
Настройки: Add - добавлен параметр, управляющий выбором способа подключения к серверам с помощью Putty (по IP или по DNS-имени)
История запросов: Обновлен функционал
Bug: исправлена ошибка с выводом текста выполненного запроса в режиме current_history в окне просмотра истории выполненных запросов
----------------------------------------------------------------------------------------------------------
Изменена таблица для хранения истории
Добавлены кнопки управления: добавить SQL в редактор, сохранить в файл, скопировать буфер обмена, добавить в диспетчер проектов.
Перенос данных из истории выполненных запросов возможен только в ручном режиме.
Инструкция:
Открыть редактор запросов
Создать лист для работы с базами данных SQLite
Нажмите кнопку «Attach database».
Установите переключатель напротив базовой «core».
Нажимаем кнопку "Attach"
Выполнить запрос
insert into core.C$QUERY_HISTORY(db_name,
db_user,
timestart,
lead,
status,
output,
error,
operation,
query)
SELECT
c_db_name,
c_db_user,
c_dt,
c_lead,
c_status,
c_output,
c_error,
c_com,
c_query
FROM core.CER_HISTORY_QUERY;
----------------------------------------------------------------------------------------------------------
Редактор запросов: поиск подключения - окно поиска соединения. Его можно открыть либо кнопкой «Search», либо комбинацией клавиш Ctrl + Y.
Редактор SQL для PostgreSQL
Обновлено дерево объектов
Узел COLUMN - добавлен дочерний узел со списком системных столбцов
Узел TABLE - добавлен дочерний узел DEPEND, список базовых объектов, на которые есть ссылки
Узел TABLE - добавлен дочерний узел CHECK, список ограничений-проверок
Перетаскивание имени таблицы из дерева в поле ввода SQL запросов - в поле ввода добавляется запрос select к выбранной таблице
EN
What's new:
AWR: comparison of 2 previously generated reports
SQL developer: Add - view statistics on the use of database functions
SQL developer: Add - rman backup info
RMAN: Add - configure backup options
The window for selecting a connection for the monitoring kernel in the form of a structured tree
Tablespace manager: Add - added current file size column
Viewer ControlFile/PFile: Add - viewing all ControlFile and PFile generated by the program
Settings: Add - added a parameter that controls the choice of the method of connecting to servers using Putty (by IP or by DNS name)
Query history: Updated functional
Bug: fixed a bug with displaying the text of a completed request in the current_history mode in the window for viewing the history of completed requests
----------------------------------------------------------------------------------------------------------
Changed table for storing history
Added control buttons: Add SQL to Developer, save to file, Copy clipboard, Add to Project manager
Transferring data from the history of completed requests is only possible in manual mode
Instructions
Open Query Editor
Create sheet for working with SQLite databases
Press the button "Attach databases"
Set the switch opposite the base "core"
Press the "Attach" button
Execute a request
insert into core.C$QUERY_HISTORY(db_name,
db_user,
timestart,
lead,
status,
output,
error,
operation,
query)
SELECT
c_db_name,
c_db_user,
c_dt,
c_lead,
c_status,
c_output,
c_error,
c_com,
c_query
FROM core.CER_HISTORY_QUERY;
----------------------------------------------------------------------------------------------------------
Query editor: search connect - connection search window. It can be opened either by the Search button or by the Ctrl + Y key combination.
SQL developer for PostgreSQL
Rebuilt object tree
COLUMN node - added a child node with a list of system columns
TABLE node - added DEPEND child node, list of referenced base objects
TABLE node - added CHECK child node, list of constraints-checks
Dragging the table name from the tree into the SQL query input field - a select query is added to the input field to the selected table