ADDM test note

Source: Internet
Author: User
ADDM is the abbreviation of diagic Database Diagnostic Moniter. You can regularly check the database status, automatically identify database performance bottlenecks, and provide adjustment measures and suggestions. The database collects workload snapshots every hour by default.
The steps for testing are as follows:
1. Run the following SQL statement, find the SNAP_ID of the time period you want to analyze, and write down the SNAP_ID corresponding to the two time periods.
SQL> SELECT SNAP_ID, BEGIN_INTERVAL_TIME, END_INTERVAL_TIME, SNAP_LEVEL, ERROR_COUNT FROM dba_hist_snapshot ORDER BY snap_id DESC;
2. Run @ $ ORACLE_HOME/rdbms/admin/addmrpt. SQL to generate a report.
During SQL running, the system first prompts you to enter the starting SNAP_ID, The SNAP_ID corresponding to the start time you noted down, And then requires you to enter the SNAP_ID corresponding to the stop time, enter a name. Oracle generates a report named after this name, such as test. lst.
3. Of course I have read this report.
Of course, you can also manually collect the workload snapshots automatically collected by oracle as needed. You need to execute dbms_workload_repository:
SQL> exec dbms_workload_repository.create_snapshot ('typical ');

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.