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.

相关推荐
友友马27 分钟前
『 QT 』按钮类控件属性解析
开发语言·数据库·qt
jarreyer27 分钟前
【ubuntu离线安装Oracle 客户端】ldd /opt/oracle/instantclient_19_8/libclntsh.so
linux·ubuntu·oracle
vvw&34 分钟前
如何在 Ubuntu 上安装 PostgreSQL
linux·运维·服务器·数据库·ubuntu·postgresql
qq_5470261791 小时前
Canal实时同步MySQL数据到Elasticsearch
数据库·mysql·elasticsearch
java1234_小锋2 小时前
REDIS集群会有写操作丢失吗?为什么
数据库·redis·缓存
兰若姐姐2 小时前
如何进行MSSQL提权?sp_oacreate、sp_oamethod和沙盒提权以及xp_regwrighte提权
数据库·sqlserver
一抓掉一大把2 小时前
秒杀-订单创建消费者CreateOrderConsumer
网络·数据库
一只小bit4 小时前
MySQL事务:如何保证ACID?MVCC到底如何工作?
数据库·mysql·oracle
小猪咪piggy4 小时前
【项目】小型支付商城 MVC/DDD
java·jvm·数据库
向阳而生,一路生花5 小时前
redis离线安装
java·数据库·redis