DBA Hub

📋Steps in this guide1/3

ADDM Report

In this Blog i have explained how to generate ADDM Report.

oracle configurationintermediate
by OracleDba
16 views
1

Overview

Automatic Database Diagnostic Monitoring Report analyzes the AWR data on a regular basis, to give you overview of the root cause of the problem which is affecting your database’s performance. It also provides suggestions or recommendations for rectifying any problem identified and lists the areas which are having no issues. ADDM recommends multiple solutions for the DBA to choose from which includes, - Database Configuration Database Configuration - Hardware changes Hardware changes - Schema changes Schema changes - Application changes & Application changes & - Other advisories Other advisories Database Configuration Hardware changes Schema changes Application changes &
2

Section 2

Other advisories ADDM refines the report based on the key factor DB time (cumulative time spent by database to process user requests). Below mentioned is the script to generate ADDM: SAMPLE ACTIVITY:- 1) Login to DB Server as oracle 2) export ORACLE_SID=PrimeDG 4) sqlplus / as sysdba
3

Section 3

SQL>@$ORACLE_HOME/rdbms/admin/addmrpt.sql To pull the report, use WinSCP and pull the html file to you laptop. 10) Start WinSCP and configure it connect to server with “oracle” username. 11) Copy the file form UNIX (right side) to Windows (left side). 12) Double click the file to open the report in browser.

Comments (0)

Please to add comments

No comments yet. Be the first to comment!