Oracle SQL Developer DBA 管理工具入口

Steps for AWR, ADDM and Real Time SQL monitor report from SQL Developer (Doc ID 2766700.1)

SOLUTION

A. Generate AWR (Active Workload Repository), ADDM (Automatic Database Diagnostic Monitor)

  1. Run SQL Developer as Administrator, Go to View and Select option 'DBA'

  2. Click on Add Connections, select your connection and click OK

Make sure your connection is has DBA Access

  1. Open connection Performance > AWR > Click on AWR Report

  2. Select Start ID and End ID based on required time range

Example: Below screenshot/report covered from 3 March 2021, 01:00:20 AM to 3 March 2021, 07:00:42 AM.

Start ID = Session ID 5489 Start Time 3 March 2021, 01:00:20 AM

End ID = Session ID 5494 End Time 3 March 2021, 07:00:42 AM

Start ID selecting Session ID 5489

End ID selecting Session ID 5494

  1. Click on Generate Report Button

AWR Report

If there are any ADDM finding or recommendations within the time/sessions we selected, it is included in same report in section 'Top ADDM Findings by Average Active Sessions'

Detailed ADDM report information is available at end of the report

User can save this report in HTML format with Save button option

B. Real Time SQL monitor report

  1. Go to Tools and Select Monitor SQL

  2. Select your connection and click OK

  3. Sort by Start time

  4. For each user activity in application, there is a record inserted... once status change to Executing to DONE, Right Click on SQL ID and select 'Show SQL details' for cost and executions details

  5. Below is the report. Click on save ICON as HTML.

相关推荐
做梦敲代码44 分钟前
达梦数据库-读写分离集群部署
数据库·达梦数据库
dingdingfish1 小时前
JSON 系列之1:将 JSON 数据存储在 Oracle 数据库中
oracle·json·database
小蜗牛慢慢爬行1 小时前
如何在 Spring Boot 微服务中设置和管理多个数据库
java·数据库·spring boot·后端·微服务·架构·hibernate
hanbarger1 小时前
nosql,Redis,minio,elasticsearch
数据库·redis·nosql
微服务 spring cloud2 小时前
配置PostgreSQL用于集成测试的步骤
数据库·postgresql·集成测试
先睡2 小时前
MySQL的架构设计和设计模式
数据库·mysql·设计模式
弗罗里达老大爷2 小时前
Redis
数据库·redis·缓存
仰望大佬0073 小时前
Avalonia实例实战五:Carousel自动轮播图
数据库·microsoft·c#
学不透java不改名3 小时前
sqlalchemy连接dm8 get_columns BIGINT VARCHAR字段不显示
数据库