欢迎来到天天文库
浏览记录
ID:39466806
大小:62.00 KB
页数:5页
时间:2019-07-04
《oracle awr检查报告》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、oracleawr检查报告1.报告采集说明Awr报告可以总体反映oracle数据库的信息和运行情况,帮助快速定位数据库问题。建议生成业务高峰时段报告,如:8:00-17:002.生成awr报告方式:在服务器上以sysdba用户登录数据库sqlplus/assysdba运行以下脚本SQL>@?/rdbmsadminawrrptCurrentInstance~~~~~~~~~~~~~~~~DBIdDBNameInstNumInstance-------------------------------------------1265912605ORC
2、L1orclSpecifytheReportType~~~~~~~~~~~~~~~~~~~~~~~WouldyoulikeanHTMLreport,oraplaintextreport?Enter'html'foranHTMLreport,or'text'forplaintextDefaultsto'html'Entervalueforreport_type:--回车,选择默认生成html格式TypeSpecified:htmlInstancesinthisWorkloadRepositoryschema~~~~~~~~~~~~~~~~~~~~~~
3、~~~~~~~~~~~~~~~~~~~~~~DBIdInstNumDBNameInstanceHost--------------------------------------------------------*12659126051ORCLorclIBMT60Using1265912605fordatabaseIdUsing1forinstancenumberSpecifythenumberofdaysofsnapshotstochoosefrom~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4、~~~~~~Enteringthenumberofdays(n)willresultinthemostrecent(n)daysofsnapshotsbeinglisted.Pressingwithoutspecifyinganumberlistsallcompletedsnapshots.Entervaluefornum_days:1--输入要查看几天的快照,我们选一天SnapInstanceDBNameSnapIdSnapStartedLevel------------------------------------------
5、--------------orclORCL29310May20119:01129410May201110:00129511May201111:001SpecifytheBeginandEndSnapshotIds~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Entervalueforbegin_snap:SpecifytheBeginandEndSnapshotIds~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Entervalueforbegin_snap:294--报告开始时间对应的
6、快照编号BeginSnapshotIdspecified:294Entervalueforend_snap:295EndSnapshotIdspecified:295--报告结束时间对应的快照编号SpecifytheReportName~~~~~~~~~~~~~~~~~~~~~~~Thedefaultreportfilenameisawrrpt_1_294_295.html.Tousethisname,presstocontinue,otherwiseenteranalternative.Entervalueforreport_na
7、me:回车,使用默认的报告名称,或者自己起个名字Usingthereportnameawrrpt_1_294_295.html1.查看报告当前目录下找到报告,下载到windows系统,用浏览器打开查看。ü参数检查找到init.oraParameters部分,检查数据库参数设置。Oracle数据库参数设置没有固定的标准,根据硬件和应用环境的不同,不同设置带来的效果也不同。但是每个参数有其影响的方面。部分参数说明如下:ParameterNameBeginvalue说明cluster_databaseTRUE是否是RAC模式db_file_multibl
8、ock_read_count16默认值16,影响全表扫面等场景的IO性能open_cursors300会话使用游标值上限,
此文档下载收益归作者所有