행위

Ash report 생성

DB CAFE

Dbcafe (토론 | 기여)님의 2018년 11월 15일 (목) 08:06 판 (새 문서: Generating an ASH Report The ashrpt.sql SQL script generates an HTML or text report that displays ASH information for a specified duration. To generate an ASH report: At the SQL pro...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
thumb_up 추천메뉴 바로가기


Generating an ASH Report The ashrpt.sql SQL script generates an HTML or text report that displays ASH information for a specified duration.

To generate an ASH report:

At the SQL prompt, enter:

@$ORACLE_HOME/rdbms/admin/ashrpt.sql Specify whether you want an HTML or a text report:

Enter value for report_type: text In this example, a text report is chosen.

Specify the begin time in minutes before the system date:

Enter value for begin_time: -10 In this example, 10 minutes before the current time is selected.

Enter the duration in minutes that the report for which you want to capture ASH information from the begin time.

Enter value for duration: In this example, the default duration of system date minus begin time is accepted.

Enter a report name, or accept the default report name:

Enter value for report_name: Using the report name ashrpt_1_0310_0131.txt In this example, the default name is accepted and an ASH report named ashrpt_1_0310_0131 is generated. The report will gather ASH information beginning from 10 minutes before the current time and ending at the current time.