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.

相关推荐
qq_417695054 分钟前
实战:用OpenCV和Python进行人脸识别
jvm·数据库·python
身如柳絮随风扬4 分钟前
什么是左匹配规则?
数据库·sql·mysql
xinhuanjieyi12 分钟前
ruoyimate导入sql\antflow\bpm_init_db.sql报错
android·数据库·sql
哈__21 分钟前
从内核阻断 SQL 注入:金仓 KingbaseES SQL 防火墙技术解析与实践
数据库·sql
jiankeljx27 分钟前
mysql之如何获知版本
数据库·mysql
_oP_i1 小时前
SQLBot 系统数据库字段
数据库
我真会写代码1 小时前
Redis高频面试题(含标准答案,覆盖基础+进阶+实战)
数据库·redis·缓存
2301_793804691 小时前
用Python和Twilio构建短信通知系统
jvm·数据库·python
小李来了!1 小时前
数据库DDL、DML、DQL、DCL详解
数据库·mysql
6+h1 小时前
【Redis】缓存问题及解决方案
数据库·redis·缓存