版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
StatisticsandWaitEventsObjectivesAftercompletingthislesson,youshouldbeabletodothefollowing:IdentifydynamicperformanceviewsusefulintuningIdentifythekeytuningcomponentsofthealertlogfileIdentifythekeytuningcomponentsofusertracefilesUsedynamicperformanceviewstoviewstatisticsandwaiteventsPerformanceTuningDataTypeofdatagathered:Cumulativestatistics:WaiteventswithtimeinformationTimemodelMetrics:StatisticratesSampledstatistics:ActivesessionhistoryStatisticsbysessionStatisticsbySQLStatisticsbyserviceOtherdimensionsPerformanceTuningToolsToolsthatareavailable:Basic:EnterpriseManagerpagesAlertlogTracefilesDynamicperformanceviewsandtablesAdd-in:StatspackOptions:DiagnosticspackTuningpackAccessingtheDatabaseHomePagehttp://hostname:1158/emEMPerformancePagesViewingtheAlertLogDatabaseHomepage>RelatedLinksregion>
AlertLogContentUsingAlertLogInformation
toAidinTuningThealertlogfilecontainsthefollowinginformation
thatcanbeusedtoaidintuningthedatabase:IncompletecheckpointsTimetoperformarchivingInstancerecoverystartandcompletetimesDeadlockandtimeouterrorsCheckpointstartandendtimesUserTraceFilesServer-processtracingcanbeenabledordisabledatthesessionorinstancelevel.AusertracefilecontainsstatisticsfortracedSQLstatementsinthatsession.Usertracefilesarecreatedonaperserverprocessbasis.Usertracefilescanalsobecreatedby:PerformingaBACKUP
CONTROL
FILE
TO
TRACEProcesserrorsBackgroundProcessTraceFilesTheOracledatabaseserverdumpsinformationabouterrorsdetectedbyanybackgroundprocess
intotracefiles.OracleSupportusesthesetracefilestodiagnose
andtroubleshoot.Thesefilesdonotusuallycontaintuninginformation.DynamicPerformanceViewsDynamicperformanceviewsprovideaccesstoinformationaboutchangingstatesandconditionsintheinstance.SessiondataWaiteventsMemoryallocationsRunningSQLUNDOusageOpencursorsRedologusageAndsoonOracleinstanceDynamicPerformanceViews:
UsageExamplesSQL>SELECTsql_text,executions2FROMv$sqlstats3WHEREcpu_time>200000;SQL>SELECT*FROMv$session2WHEREmachine='EDRSR9P1'and3logon_time>SYSDATE-1;SQL>SELECTsid,ctime2FROMv$lockWHEREblock>0;abcDynamicPerformanceViews:ConsiderationsTheseviewsareownedbySYS.Differentviewsareavailableatdifferenttimes:Theinstancehasbeenstarted.Thedatabaseismounted.Thedatabaseisopen.YoucanqueryV$FIXED_TABLEtoseealltheviewnames.Theseviewsareoftenreferredtoas“v-dollarviews.”Readconsistencyisnotguaranteedontheseviewsbecausethedataisdynamic.StatisticLevelsSTATISTICS_LEVELBASICTYPICALALLRecommended
defaultvalueAdditionalstatistics
formanual
SQLdiagnosticsDisableallself-tuning
capabilitiesV$STATISTICS_LEVELStatisticsandWaitEventsStatisticsWaiteventsReportsDynamicperformanceviewsSystemStatisticClassesCacheDebugRACSQLRedoUserEnqueueOSV$SYSSTATV$SESSTATV$STATNAMESystem
statistic
classesDisplayingSystemwideStatisticsV$SYSSTATSTATISTIC#NAMECLASSVALUEV$SGASTATPOOLNAMEBYTESV$EVENT_NAMEEVENTNUMBERNAMEPARAMETER1PARAMETER2PARAMETER3
V$SYSTEM_EVENTEVENTTOTAL_WAITSTOTAL_TIMEOUTSTIME_WAITEDAVERAGE_WAITDisplayingSession-RelatedStatisticsV$STATNAMESTATISTIC#NAMECLASSV$SESSTATSIDSTATISTIC#VALUEV$SESSION_WAITSIDSEQ#EVENTP1/2/3P1/2/3TEXTP1/2/3RAWWAITTIMESECONDS_IN_WAITSTATEV$SESSIONSIDSERIAL#USERNAMEOSUSERV$SESSION_EVENTSIDEVENTTOTAL_WAITSTOTAL_TIMEOUTSTIME_WAITEDAVERAGE_WAITMAX_WAITV$EVENT_NAMEEVENT#NAMEPARAMETER1PARAMETER2PARAMETER3DisplayingService-RelatedStatisticsV$SERVICE_STATSSERVICE_NAME_HASHSERVICE_NAMESTAT_IDSTAT_NAMEVALUEV$SESSION_WAIT_CLASSSERVICE_NAMESERVICE_NAME_HASHWAIT_CLASS_IDWAIT_CLASS#WAIT_CLASSTOTAL_WAITSTIME_WAITEDV$SERVICESSERVICE_IDNAMENAME_HASHNETWORK_NAMECREATION_DATEV$SERVICE_EVENTSERVICE_NAMESERVICE_NAME_HASHEVENTEVENT_IDTOTAL_WAITSTOTAL_TIMEOUTSTIME_WAITEDAVERAGE_WAITMAX_WAITTIME_WAITED_MICROWaitEventsAcollectionofwaiteventsprovidesinformation
aboutthesessionsthathadtowaitormustwaitfordifferentreasons.TheseeventsarelistedintheV$EVENT_NAMEview,whichhasthefollowingcolumns:EVENT#NAMEPARAMETER1PARAMETER2PARAMETER3CommonlyObservedWaitEventsOver-commit,I/OLogfilesyncLogbufferI/OLogbufferspaceLatchesLibrarycachewaitsLocksEnqueuewaits(enq:)I/O,SQLTuningDbfilescatteredread,DbfilesequentialreadBuffercache,DBWR,I/OFreebufferwaitsBuffercache,DBWRBufferbusywaitsAreaWaitEventWaitClassesSchedulerClusterConfigurationCommitApplicationAdministrativeNetworkUserI/OConcurrencySystemI/OOtherIdleBackground
processesI/OForeground
processesI/ODBA
commandsShouldbe
rareInadequatedatabase/
instanceconfigurationResourcemanagerRAC
resourcesUser
application
codeInactive
sessionsNetwork
messaginglogfilesyncInternaldatabaseresourcesV$SESSION_WAIT_CLASSV$SERVICE_WAIT_CLASSV$SYSTEM_WAIT_CLASSV$EVENT_NAMEWait
classesUsingtheV$EVENT_NAMEViewNAMEPARAMETER1PARAMETER2PARAMETER3
PL/SQLlocktimerdurationaltersystemsetmts_dispatcherwaitedbufferbusywaitsfile#block#idlibrarycachepinhandleaddrpinaddress0*mode+namelogbufferspacelogfileswitch(checkpointincomplete)transactionundoseg#wrap#count...286rowsselected.SQL>SELECTname,parameter1,parameter2,parameter32FROMv$event_name;WaitEventStatisticsTheseviewsholdsession-levelwaiteventstatistics:V$SESSION_EVENT:SessionwaitsbyeventforeachsessionthathadtowaitV$SESSION_WAIT:SessionwaitsbyeventforcurrentactivesessionsthatarewaitingV$SYSTEM_EVENT:Totalwaitsforanevent,allsessionstogetherUsingtheV$SESSION_EVENTView
SIDEVENTTOTAL_WAITSAVERAGE_WAIT
10bufferbusywaits12510dbfilesequentialread129010fileopen1010SQL*Netmessagetoclient77010SQL*Netmoredatatoclient2010SQL*Netmessagefromclient760SQL>SELECTsid,event,total_waits,average_wait2FROMv$session_event3WHEREsid=10;UsingtheV$SESSION_WAITViewSIDSEQ# EVENT WAIT STATE TIME --- 1 1284 pmontimer 0 WAITING 2 1697 rdbmsipcmessage 0 WAITING 3 183 rdbmsipcmessage 0 WAITING 4 4688 rdbmsipcmessage 0 WAITING 5 114 smontimer 0 WAITING 6 14 SQL*Netmessagefromclient -1 WAITED SHORT TIMESQL>SELECTsid,seq#,event,wait_time,state2FROMv$session_wait;UsingtheV$SYSTEM_EVENTViewEVENT TOTAL_ TOTAL_ TIME_ AVERAGE_ WAITS TIMEOUTS WAITED WAIT
latchfree 5 5 5 1pmontimer 932 535 254430 272.993562processstartup 3 8 2.66666667bufferbusywaits 12 0 5 5...34rowsselected.SQL>SELECTevent,total_waits,total_timeouts,2time_waited,average_wait3FROMv$system_event;
PrecisionofSystemStatisticsViewsthatincludemicrosecondtimings:V$SESSION_WAIT,V$SYSTEM_EVENT,V$SERVICE_EVENT,
V$SESSION_EVENT(TIME_WAITED_MICROcolumn)V$SQL,V$SQLAREA(CPU_TIME,ELAPSED_TIMEcolumns)V$LATCH,V$LATCH_PARENT,V$LATCH_CHILDREN(WAIT_TIMEcolumn)V$SQL_WORKAREA,V$SQL_WORKAREA_ACTIVE(ACTIVE_TIMEcolumn)Viewsthatincludemillisecondtimings:V$ENQUEUE_STAT(CUM_WAIT_TIMEcolumn)TimeModel:OverviewThetimemodelisasetofstatisticsthatgiveanoverviewofwheretimeisspentinsidetheOracledatabase.Allstatisticsusethesamedimension:time.Thestatisticsareaccessiblethrough:V$SYS_TIME_MODELV$SESS_TIME_MODELDBtimerepresentsthetotal
timespentindatabasecalls.TuninggoalistoreduceDBtime.UsingDBtime,youcangaugetheperformanceimpactofanyentityofthedatabase.SQLPLSQLConnectParseJavaDBtimeTimeModelStatisticsHierarchyFailedparse(outofsharedmemory)elapsedtimeDBtimeD
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五年度返聘前技術(shù)支持工程師合同
- 二零二五年度遵守合同精神的文化創(chuàng)意產(chǎn)業(yè)版權(quán)授權(quán)合同
- 2025年度餐飲業(yè)廚師培訓(xùn)與勞動(dòng)合同
- 二零二五年度社區(qū)防疫消毒作業(yè)承包合同
- 二零二五年度車輛牌照借用及違章罰金分擔(dān)合同
- 小班教案:預(yù)防流感
- 尿路造口護(hù)理應(yīng)急預(yù)案
- 幼兒園教師開園安全培訓(xùn)
- 2025高速路單立柱廣告場(chǎng)地租賃合同(空白件)
- 柿餅雙十一營(yíng)銷方案
- 三晶8000B系列變頻器說(shuō)明書
- 幽默動(dòng)感年會(huì)互動(dòng)PPT演示模板
- 麒麟小學(xué)創(chuàng)建五好關(guān)工委工作實(shí)施方案
- 地化錄井技術(shù)在油田勘探開發(fā)中的應(yīng)用-李斌
- GB/T 23315-2009粘扣帶
- GB/T 10228-2015干式電力變壓器技術(shù)參數(shù)和要求
- 會(huì)議系統(tǒng)大會(huì)議室報(bào)價(jià)清單
- 2休閑食品市場(chǎng)營(yíng)銷策劃案1
- 全國(guó)高校第三輪學(xué)科評(píng)估按大學(xué)匯總
- 社區(qū)衛(wèi)生服務(wù)中心裝飾施工組織設(shè)計(jì)(86頁(yè))
- 送達(dá)地址確認(rèn)書(法院最新版)
評(píng)論
0/150
提交評(píng)論