ASH(Active Session History)——概述(1)!
ASH(Active Session History)——概述(1)!
1、大家都知道v$session裡面記錄的是活動會話當前的等待,這個也可以透過v$session_wait檢視,而v$session_wait_history記錄的也只是活動會話的最近10次等待事件。
2、那麼想要看活動Session更早的等待事件就只能透過ASH了,ASH的資訊透過檢視v$active_session_history檢視。
3、使用ASH報告可以以幾分鐘為跨度對進行精確分析。ASH資訊是儲存在SGA記憶體中的。
4、我們還可以對一個會話ID、一個SQL_ID、一個程式做他們各自的ASH報告。(ashrpti.sql)@?/rdbms/admin/ashrpt.sql
[oracle@linux oracle]$ sqlplus / as sysdba @?/rdbms/admin/ashrpt.sql
SQL*Plus: Release 10.2.0.4.0 - Production on 星期二 11月 1 06:36:43 2011
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
連線到:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Current Instance
~~~~~~~~~~~~~~~~
DB Id DB Name Inst Num Instance
----------- ------------ -------- ------------
1293815896 ORCL 1 orcl
Specify the Report Type
~~~~~~~~~~~~~~~~~~~~~~~
Enter 'html' for an HTML report, or 'text' for plain text
Defaults to 'html'
輸入 report_type 的值: html --生成html格式的ash報告。
Type Specified: html
Instances in this Workload Repository schema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DB Id Inst Num DB Name Instance Host
------------ -------- ------------ ------------ ------------
* 1293815896 1 ORCL orcl linux
Defaults to current database
Using database id: 1293815896
Defaults to current instance
Using instance number: 1
ASH Samples in this Workload Repository schema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Oldest ASH sample available: 01-11月-11 03:34:14 [ 183 mins in the past]
Latest ASH sample available: 01-11月-11 06:36:43 [ 0 mins in the past]
Specify the timeframe to generate the ASH report
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Enter begin time for report:
-- Valid input formats:
-- To specify absolute begin time:
-- [MM/DD[/YY]] HH24:MI[:SS]
-- Examples: 02/23/03 14:30:15
-- 02/23 14:30:15
-- 14:30:15
-- 14:30
-- To specify relative begin time: (start with '-' sign)
-- -[HH24:]MI
-- Examples: -1:15 (SYSDATE - 1 Hr 15 Mins)
-- -25 (SYSDATE - 25 Mins)
Defaults to -15 mins
輸入 begin_time 的值: -30 --採集30分鐘以前的資料。
Report begin time specified: -30
Enter duration in minutes starting from begin time:
Defaults to SYSDATE - begin_time
Press Enter to analyze till current time
輸入 duration 的值: --這裡預設是當前時間。
Report duration specified:
Using 01-11月-11 06:07:51 as report begin time
Using 01-11月-11 06:38:17 as report end time
Specify Slot Width (using ashrpti.sql) for 'Activity Over Time' section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Explanation:
-- In the 'Activity Over Time' section of the ASH report,
-- the analysis period is divided into smaller slots
-- and top wait events are reported in each of those slots.
-- Default:
-- The analysis period will be automatically split upto 10 slots
-- complying to a minimum slot width of
-- 1 minute, if the source is V$ACTIVE_SESSION_HISTORY or
-- 5 minutes, if the source is DBA_HIST_ACTIVE_SESS_HISTORY.
Specify Slot Width in seconds to use in the 'Activity Over Time' section:
Defaults to a value as explained above:
Slot Width specified:
Specify Report Targets (using ashrpti.sql) to generate the ASH report
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Explanation:
-- ASH Report can accept "Report Targets",
-- like a particular SQL statement, or a particular SESSION,
-- to generate the report on. If one or more report targets are
-- specified, then the data used to generate the report will only be
-- the ASH samples that pertain to ALL the specified report targets.
-- Default:
-- If none of the report targets are specified,
-- then the target defaults to all activity in the database instance.
Specify SESSION_ID (eg: from V$SESSION.SID) report target:
Defaults to NULL:
SESSION report target specified:
Specify SQL_ID (eg: from V$SQL.SQL_ID) report target:
Defaults to NULL: (% and _ wildcards allowed)
SQL report target specified:
Specify WATI_CLASS name (eg: from V$EVENT_NAME.WAIT_CLASS) report target:
[Enter 'CPU' to investigate CPU usage]
Defaults to NULL: (% and _ wildcards allowed)
WAIT_CLASS report target specified:
Specify SERVICE_HASH (eg: from V$ACTIVE_SERVICES.NAME_HASH) report target:
Defaults to NULL:
SERVICE report target specified:
Specify MODULE name (eg: from V$SESSION.MODULE) report target:
Defaults to NULL: (% and _ wildcards allowed)
MODULE report target specified:
Specify ACTION name (eg: from V$SESSION.ACTION) report target:
Defaults to NULL: (% and _ wildcards allowed)
ACTION report target specified:
Specify CLIENT_ID (eg: from V$SESSION.CLIENT_IDENTIFIER) report target:
Defaults to NULL: (% and _ wildcards allowed)
CLIENT_ID report target specified:
Specify PLSQL_ENTRY name (eg: "SYS.DBMS_LOB.*") report target:
Defaults to NULL: (% and _ wildcards allowed)
PLSQL_ENTRY report target specified:
Specify the Report Name
~~~~~~~~~~~~~~~~~~~~~~~
The default report file name is ashrpt_1_1101_0638.html. To use this name,
press <return> to continue, otherwise enter an alternative.
輸入 report_name 的值: /u01/app/oracle/ash.html --生成報告的路徑。
... ...
... ...
... ...
Report written to /u01/app/oracle/ash.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31397003/viewspace-2141475/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Active Session History (ASH)Session
- Active Session History (ASH) performed an emergency flushSessionORM
- ASH(Active Session History)——根據SID生產報告(3)!Session
- WRH$_ACTIVE_SESSION_HISTORYSession
- Active Session History ReportsSession
- Clean WRH$_ACTIVE_SESSION_HISTORY in SYSAUXSessionUX
- v$active_session_history檢視Session
- v$active_session_history檢視[轉]Session
- V$ACTIVE_SESSION_HISTORY檢視的使用Session
- 11g v$active_session_history的新增列Session
- 轉載--V$ACTIVE_SESSION_HISTORY檢視的使用Session
- V$ACTIVE_SESSION_HISTORY 檢視中包含的資訊Session
- 一次WRH$_ACTIVE_SESSION_HISTORY問題處理Session
- 通過active_session_history我們能得到什麼Session
- 【ASH】如何匯出檢視DBA_HIST_ACTIVE_SESS_HISTORY的查詢結果資料
- v$active_session_history的wait_time和time_waited 列SessionAI
- 從dba_hist_active_sess_history裡尋找session間的等待關係Session
- 11G 中的V$ACTIVE_SESSION_HISTORY 檢視沒有資料Session
- ORACLE 10g SYSAUX表空間快速增長之WRH$_ACTIVE_SESSION_HISTORY篇Oracle 10gUXSession
- v$action_session_historySession
- Oracle ASH和Session Tracing(ZT)OracleSession
- DBA_HIST_ACTIVE_SESS_HISTORY應用
- [Oracle Script] check active sessionOracleSession
- [20211214]檢視檢視V$ACTIVE_SESSION_HISTORY遇到奇怪問題.txtSession
- 查詢DBA_HIST_ACTIVE_SESS_HISTORY緩慢
- active session的準確定義!Session
- 加快dba_hist_active_sess_history的查詢速度
- history.back(-1)和history.go(-1)區別Go
- 11gr2 rac WRH$_ACTIVE_SESSION_HISTORY未自動清理導致SYSAUX空間過度增長SessionUX
- 10.27 V$SESSION_WAIT_HISTORYSessionAI
- [20130125]利用v$active_session_history檢視解決資料庫問題.txtSession資料庫
- ASH可以生成指定的session或sql_id的報告,ASH和AWR的區別SessionSQL
- 學用ORACLE AWR和ASH特性(1)-ASH和AWR的故事Oracle
- (1)概述
- 通過shell指令碼快速定位active session問題指令碼Session
- V$SESSION.STATUS='ACTIVE' AND WAIT_EVENT='Idle'SessionAI
- HTML概述1HTML
- 巧用dba_hist_active_sess_history跟蹤某個時間段內SQLSQL