版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、目錄 TOC o 1-5 h z HYPERLINK l bookmark0 o Current Document 目錄1操作系統(tǒng)檢查2查看本地磁盤和掛載的華為存儲(chǔ)磁盤使用率2查看內(nèi)存使用率2查看CPU使用率2查看10情況2查看當(dāng)前系統(tǒng)時(shí)間、運(yùn)行天數(shù)3查看系統(tǒng)日志、遠(yuǎn)程登錄日志3查看服務(wù)器負(fù)載情況3查看數(shù)據(jù)庫(kù)日志3查看數(shù)據(jù)庫(kù)監(jiān)聽(tīng)日志大小,超過(guò)2G就要處理3 HYPERLINK l bookmark4 o Current Document Oracle數(shù)據(jù)庫(kù)健康檢查3檢查oracle數(shù)據(jù)庫(kù)的運(yùn)行情況3檢查oracle數(shù)據(jù)庫(kù)的實(shí)例運(yùn)行情況4檢查當(dāng)前數(shù)據(jù)庫(kù)的實(shí)例狀態(tài)、歸檔模式、實(shí)例已運(yùn)行時(shí)間、實(shí)例名
2、稱、數(shù)據(jù)庫(kù)名稱和歸檔進(jìn)程狀態(tài)等運(yùn)行時(shí)的重要信息。 4查看oracle數(shù)據(jù)庫(kù)端設(shè)置的字符集4查看oracle客戶端設(shè)置的字符集4檢查各個(gè)表空間的數(shù)據(jù)文件總大小G 5檢查表空間總個(gè)數(shù)5檢查各個(gè)表空間的數(shù)據(jù)文件總個(gè)數(shù)5檢查數(shù)據(jù)庫(kù)表空間的使用情況5檢查數(shù)據(jù)庫(kù)表空間的剩余空間大小G 6檢查數(shù)據(jù)庫(kù)表空間的運(yùn)行狀態(tài)等信息6檢查數(shù)據(jù)庫(kù)表空間的數(shù)據(jù)文件狀態(tài)等信息6檢查數(shù)據(jù)庫(kù)表空間異常狀態(tài)的數(shù)據(jù)文件7檢查數(shù)據(jù)庫(kù)控制文件的信息7 table_name, num_rows, CHAIN CNT, ROUND(CHAIN_CNT/num_rows)*100, 2) as RT%from dba_tableswhere
3、num_rows0 and CHAIN_CNT0order by CHAIN_CNT/num_rows desc) where rownum?/rdbms/admin/awrrpt. sql 生成AWR報(bào)告(單實(shí)例時(shí)候用這個(gè)腳本)SQL?/rdbms/admin/awrrpti. sql生成AWR報(bào)告(RAC環(huán)境時(shí)候用這個(gè)腳本)注意:輸入報(bào)告名后回車出現(xiàn)0RA-00904: invalid identified value 解決辦法:用sys用戶來(lái)執(zhí)行或者對(duì)用戶進(jìn)行授權(quán)grant all on dbms_workload_repository to username; TOC o 1-5 h
4、z 檢查數(shù)據(jù)庫(kù)redo文件的信息7檢查數(shù)據(jù)庫(kù)歸檔模式相關(guān)信息8檢查數(shù)據(jù)庫(kù)的JOB運(yùn)行情況8檢查數(shù)據(jù)庫(kù)的對(duì)象信息8檢查數(shù)據(jù)庫(kù)索引not analyzed9檢查數(shù)據(jù)庫(kù)的會(huì)話信息9檢查數(shù)據(jù)庫(kù)中行遷移的表9檢查數(shù)據(jù)庫(kù)中表的碎片大小10檢查數(shù)據(jù)庫(kù)回收站的信息10用awr工具來(lái)檢查數(shù)據(jù)庫(kù)的性能情況10LINUX操作系統(tǒng)檢查.查看本地磁盤和掛載的華為存儲(chǔ)磁盤使用率執(zhí)行命令:df-h.查看內(nèi)存使用率執(zhí)行命令:free -m.查看CPU使用率執(zhí)行命令:top.查看10情況執(zhí)行命令:iostat 2 10.查看當(dāng)前系統(tǒng)時(shí)間、運(yùn)行天數(shù)執(zhí)行命令:date, uptime.查看系統(tǒng)日志、遠(yuǎn)程登錄日志執(zhí)行命令:cat /
5、var/log/messages cat /var/log/secure.查看服務(wù)器負(fù)載情況執(zhí)行命令:sar 2 10或者vmstat 2 10.查看數(shù)據(jù)庫(kù)日志切換到 oracle 用戶, 進(jìn)入日志目錄 cd /uOl/app/oracle/admin/MICSPROD/bdump/ 查看日志有沒(méi)有報(bào)錯(cuò) 命令tail -300 alert_micspord.log|grep ORAtail -300 alert_micspord.log|grep Err.查看數(shù)據(jù)庫(kù)監(jiān)聽(tīng)日志大小,超過(guò)2G就要處理切換到oracle用戶, 進(jìn)入日志目錄cd $ORACLE_HOME/network/log查看日志
6、大小命令I(lǐng)s -1thOracle數(shù)據(jù)庫(kù)健康檢查.檢查oracle數(shù)據(jù)庫(kù)的運(yùn)行情況select dbid,name,created,logmode, openmode, flashbackon, dbunique_name, platformnamefrom v$database;select * from gv$database;.檢查oracle數(shù)據(jù)庫(kù)的實(shí)例運(yùn)行情況select instance_number, instance_name, host_name, version, startup_time, status, parallel, archiverfrom v$instance
7、;select * from gv$instance;.檢查當(dāng)前數(shù)據(jù)庫(kù)的實(shí)例狀態(tài)、歸檔模式、實(shí)例已運(yùn)行時(shí)間、實(shí)例名稱、數(shù)據(jù) 庫(kù)名稱和歸檔進(jìn)程狀態(tài)等運(yùn)行時(shí)的重要信息。select tl.status,t2. log mode,tl. startup_time,trunc(sysdate - tl. startup_time, 0) | |,天tl. instance_name,t2. name,tl. archiverfrom (select status, startup_time, instancename, archiver from v$instance) tl,(select name
8、, log_mode from v$database) t2;.查看oracle數(shù)據(jù)庫(kù)端設(shè)置的字符集select * from nlsdatabaseparameters;14.查看oracle客戶端設(shè): Hl)的字符集select userenv(,language,) from dual;.檢查各個(gè)表空間的數(shù)據(jù)文件總大小Gselect sum(bytes)/I024/1024/1024 G from dba_data_files union allselect sum (bytes)/1024/1024/1024 G from dba_temp_files;.檢查表空間總個(gè)數(shù)select
9、J tablespace num is | |count (*) from dba_tablespaces;select ? datafile num is union allselect J tempfile num isselect ? datafile num is union allselect J tempfile num is.檢查各個(gè)表空間的數(shù)據(jù)文件總個(gè)數(shù)count (*) from dba_data_filescount (*) from dba_temp_files;.檢查數(shù)據(jù)庫(kù)表空間的使用情況selecta. tablespace name,round(total/1024
10、/1024/1024, 5) total_size_g,round(free/1024/1024/1024, 5) free_size_g,round(total-free)/1024/1024/1024, 5) used_size_g,(round(total-free)/total, 5)*1001|) percentage from(select tablespace name, sum(bytes) total from dba_data_files group by tab1e space_name) a,(select tablespace_name, sum(bytes) fre
11、e from dba_free_space group by tablespace_name) bwhere a. tablespace name=b. tablespace name;select a. tablespace_name,round (total / 1024 / 1024, 3) total_size_m,round (free / 1024 / 1024, 3) free size m,round(total - free) / 1024 / 1024, 3) used_size_m,(round(total - free) / total, 3) * 100 j | %)
12、 percentage from (select tablespace_name, sum (bytes) totalfrom dba data filesgroup by tabiespace_name) a, (select tablespacename, sum(bytes) free from dba_free_spacegroup by tablespacename) b where a. tablespace_name = b. tablespace_name;.檢查數(shù)據(jù)庫(kù)表空間的剩余空間大小Gselect tablespace name, round(sum(bytes / 10
13、24 / 1024 / 1024), 5) free_size_gfrom dba_free_space group by tablespace_name;.檢查數(shù)據(jù)庫(kù)表空間的運(yùn)行狀態(tài)等信息select tablespace_name, block_size, status, contents, logging, extent_managementext_mag,SEGMENT_SPACE_MANAGEMENT seg_mag, ALLOCATION_TYPEalloc_typefrom DBA_TABLESPACES;.檢查數(shù)據(jù)庫(kù)表空間的數(shù)據(jù)文件狀態(tài)等信息select a. tablespa
14、ce_name,a. bytes,FILE_NAME,status,name,b. enabled,creation_time,a. autoextensible autofrom dba_data_files a, v$datafile bwhere a. file_id = b.FILE#union allselect a. tablespace_name,a. bytes,a. FILE_NAME,status,name, b. enabled, b. creation_time, a. autoextensible autofrom dba_temp_files a, v$tempfi
15、le b where a. file_id = b.FILE#;.檢查數(shù)據(jù)庫(kù)表空間異常狀態(tài)的數(shù)據(jù)文件select tl.file name文件名稱, tl. status文件狀態(tài), t2. status表空間狀態(tài), t2. tabiespace_name 表空間名稱 from(select file name, status, tablespace_name from dba_data_files) tl,(select tab 1 espace name, status from dba_tablespaces where status not in (ONLINE) t2 wheretl.
16、 tablespace_name = t2. tablespace_name;.檢查數(shù)據(jù)庫(kù)控制文件的信息select * from v$controlfile; select * from V$CONTROLFILE_RECORD_SECTION;.檢查數(shù)據(jù)庫(kù)redo文件的信息select * from v$log; select * from v$logfile;select a. group#, thread#, member, bytes/1024/1024MB,members, archived, a. status from v$log a, v$logfile b where a.
17、 group#=b. group# order by a. thread#;.檢查數(shù)據(jù)庫(kù)歸檔模式相關(guān)信息selecttrunc(completion_time, hh) archived_timed,sum(trunc(t. BLOCKS * t. BLOCK_SIZE) / 1024 / 1024) archivedsize,count (*) archived numfromv$archived_log tgroup by trunc (t. COMPLETIONS I ME, hh) order by archivedtimed desc;select thread#, to_char(
18、first_time, 5 yyyy-mm-dd:hh24:mi:ss?) from v$log_historywhere first_time sysdate - 5order by first_time desc;.檢查數(shù)據(jù)庫(kù)的JOB運(yùn)行情況select job, last_date, last_sec, next_date, next_sec, broken, failures from dba_jobs;select job_name,job_type,job_action,to_char(start_date, 5 yyyy-mm-dd hh24:mi:ss5),repeat_int
19、erval,enabled,statefrom dba_scheduler_jobs;select log_id, log_date, status, additional_info fromdba_scheduler_job_run_details;.檢查數(shù)據(jù)庫(kù)的對(duì)象信息一檢查數(shù)據(jù)庫(kù)的每個(gè)用戶擁有的對(duì)象個(gè)數(shù)select owner, count(*) from dba objects group by owner;一檢查數(shù)據(jù)庫(kù)的無(wú)效對(duì)象select owner, object_name, OBJECT_TYPE, status from dba_objects where status=INVALID;一檢查數(shù)據(jù)庫(kù)是否有禁用的約束 select owner,constraint_name object_name, constraint_type object_type, status, last_changefrom dba_constraintswhere status not in (ENABLED);一檢查數(shù)據(jù)庫(kù)是否有禁用的觸發(fā)器select own
溫馨提示
- 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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年度節(jié)能減排技術(shù)改造項(xiàng)目合作合同2篇
- 2024版代理業(yè)務(wù)合作合同精簡(jiǎn)版版
- 2024汽車銷售商與汽車制造商之間的2024年銷售代理合同
- 二零二五年度電子商務(wù)平臺(tái)合作伙伴關(guān)系協(xié)議3篇
- 2025年度精準(zhǔn)灌溉技術(shù)研究與應(yīng)用合同3篇
- 小學(xué)生語(yǔ)文朗讀與口語(yǔ)表達(dá)能力的關(guān)系探討
- 古詩(shī)詞教育與小學(xué)生語(yǔ)言能力的培養(yǎng)
- 2025年度線上線下融合銷售代理協(xié)議書2篇
- 二零二五年度教育培訓(xùn)機(jī)構(gòu)職工保密協(xié)議及競(jìng)業(yè)限制服務(wù)3篇
- 小學(xué)數(shù)學(xué)實(shí)驗(yàn)操作中的數(shù)學(xué)游戲化教學(xué)
- 2024-2030年全球及中國(guó)洞察引擎行業(yè)市場(chǎng)現(xiàn)狀供需分析及市場(chǎng)深度研究發(fā)展前景及規(guī)劃可行性分析研究報(bào)告
- 建筑工程施工圖設(shè)計(jì)文件審查辦法
- 置業(yè)顧問(wèn)考核方案
- 吉林市2024-2025學(xué)年度高三第一次模擬測(cè)試 (一模)數(shù)學(xué)試卷(含答案解析)
- 自考《英語(yǔ)二》高等教育自學(xué)考試試題與參考答案(2024年)
- 應(yīng)急物資智能調(diào)配系統(tǒng)解決方案
- 2025年公務(wù)員考試時(shí)政專項(xiàng)測(cè)驗(yàn)100題及答案
- 《春秋》導(dǎo)讀學(xué)習(xí)通超星期末考試答案章節(jié)答案2024年
- 2024電力安全工作規(guī)程電力線路部分
- 2024年小學(xué)四年級(jí)科學(xué)考試練習(xí)試卷(試卷版)
- 《工業(yè)園區(qū)節(jié)水管理技術(shù)規(guī)范(征求意見(jiàn)稿)》編制說(shuō)明
評(píng)論
0/150
提交評(píng)論