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.

相关推荐
星霜笔记2 小时前
Docker 部署 MariaDB+phpMyAdmin+Nextcloud 完整教程
运维·数据库·docker·容器·mariadb
wyiyiyi8 小时前
【Web后端】Django、flask及其场景——以构建系统原型为例
前端·数据库·后端·python·django·flask
天宇_任8 小时前
Mysql数据库迁移到GaussDB注意事项
数据库·mysql·gaussdb
xiep143833351011 小时前
Ubuntu 安装带证书的 etcd 集群
数据库·etcd
Java小白程序员12 小时前
Spring Framework:Java 开发的基石与 Spring 生态的起点
java·数据库·spring
老虎062712 小时前
数据库基础—SQL语句总结及在开发时
数据库·sql·oracle
爱掘金的土拨鼠14 小时前
国产化dm数据库锁表解锁
数据库
庖丁解java14 小时前
N个Utils
数据库
Mr. zhihao15 小时前
SQL LEFT JOIN 与 WHERE 条件的隐藏坑
数据库·sql
2301_7930868715 小时前
Redis 04 Reactor
数据库·redis·缓存