轉儲指定的資料塊並檢視TRC資訊
1.轉儲指定的塊:需要兩個資訊:檔案號和塊號
BYS@bys1>alter system dump datafile 1 block 100;
System altered.
2.定位找出user tracefile的位置:
BYS@bys1>show parameter user_dump_dest;NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
user_dump_dest string /u01/diag/rdbms/bys1/bys1/trac
就是用使用dump命令時,檔案轉儲的位置:
3.進一步定位是哪個檔案
由於trace檔案的名字和OS的程式有很大的關聯,所以必須得找出OS的程式號:關聯3個檢視(V$process,v$mystat,v$session)
select spid from v$process
where addr=(select paddr from v$session
where sid=(select distinct sid from v$mystat));
4.定位到檔案
[oracle@bys001 ~]$ cd /u01/diag/rdbms/bys1/bys1/trace/
[oracle@bys001 trace]$ ls *4641*
bys1_ora_4641.trc bys1_ora_4641.trm
[oracle@bys001 trace]$ ls -al bys1_ora_4641*
-rw-r----- 1 oracle oinstall 18859 Oct 10 15:49 bys1_ora_4641.trc
-rw-r----- 1 oracle oinstall 120 Oct 10 15:49 bys1_ora_4641.trm
[oracle@bys001 trace]$ date
Thu Oct 10 15:52:59 CST 2013
5.檢視檔案--只擷取前三十行
[oracle@bys001 trace]$ head -n 30 bys1_ora_4641.trc
Trace file /u01/diag/rdbms/bys1/bys1/trace/bys1_ora_4641.trc
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1
System name: Linux
Node name: bys001.oel.com
Release: 2.6.32-200.13.1.el5uek
Version: #1 SMP Wed Jul 27 20:21:26 EDT 2011
Machine: i686
Instance name: bys1
Redo thread mounted by this instance: 1
Oracle process number: 31
Unix process pid: 4641, image: oracle@bys001.oel.com (TNS V1-V3)
*** 2013-10-10 15:49:50.862
*** SESSION ID:(37.3002) 2013-10-10 15:49:50.862
*** CLIENT ID:() 2013-10-10 15:49:50.862
*** SERVICE NAME:(SYS$USERS) 2013-10-10 15:49:50.862
*** MODULE NAME:(SQL*Plus) 2013-10-10 15:49:50.862
*** ACTION NAME:() 2013-10-10 15:49:50.862
Start dump data blocks tsn: 0 file#:1 minblk 100 maxblk 100
Block dump from cache:
Dump of buffer cache at level 4 for tsn=0, rdba=4194404
Block dump from disk:
buffer tsn: 0 rdba: 0x00400064 (1/100)
scn: 0x0000.000000cd seq: 0x01 flg: 0x04 tail: 0x00cd1e01
frmt: 0x02 chkval: 0x8254 type: 0x1e=KTFB Bitmapped File Space Bitmap
Hex dump of block: st=0, typ_found=1
相關文章
- Git檢視指定commit資訊GitMIT
- Windows使用Apche並檢視MySQL資料庫(轉)WindowsMySql資料庫
- 轉儲資料塊玩玩
- Wikibon:CIO角色的轉變–資料資訊檢視
- mysql binlog檢視指定資料庫MySql資料庫
- 持續更新,檢視dump oracle資料塊檢視Oracle
- Apache 的資訊檢視模組(轉)Apache
- 檢視資料庫中各表資訊資料庫
- oracle資料塊轉儲說明Oracle
- 2.6.5 指定資料塊大小
- 物化檢視--資料倉儲手冊
- 檢視各項Oracle資料庫資訊Oracle資料庫
- 如何檢視資料庫中的授權資訊資料庫
- 【AWR】DBA_HIST檢視檢視儲存在AWR中的歷史資料
- Maxymiser:Pinterest營銷指南–資料資訊檢視REST
- Oracle 通過undo塊檢視事務資訊Oracle
- 檢視資料庫版本與補丁的版本資訊資料庫
- 檢視並行程式的一些簡單資訊並行行程
- 【轉載】Oracle資料字典檢視Oracle
- 資料庫檢視詳解 (轉)資料庫
- 【轉】檢視Oracle資料庫阻塞Oracle資料庫
- 檢視Windows檔案系統資料塊大小的方法Windows
- 谷歌瀏覽器檢視本地儲存資訊谷歌瀏覽器
- 用bbed檢視資料檔案的資料塊block 0及block 1BloC
- Facebok使用者資料和品牌排行–資料資訊檢視
- 檢視錶空間及資料檔案的checkpoint資訊
- ORACLE資料庫檢視ACQ(ACTIVE CHECKPOINT QUEUE)資訊Oracle資料庫
- 2 Day DBA-管理Oracle例項-管理資料庫儲存結構-檢視資料檔案資訊Oracle資料庫
- 輕鬆找到並檢視織夢CMS的資料庫配置檔案,從而獲取資料庫連線資訊資料庫
- 檢視Oracle各組成部份(如資料塊頭)的大小Oracle
- 檢視系統資源資訊
- 檢視Oracle表中的指定記錄在資料檔案中的位置Oracle
- Sandbo:2012年Pinterest資料分享-資料資訊檢視REST
- elasticsearch: 指定索引資料的儲存目錄Elasticsearch索引
- Session儲存到指定資料庫中Session資料庫
- 使用events DUMP buffer cache中指定的資料塊
- 通過連線檢視資料庫相關資訊資料庫
- Linux系統中如何檢視塊裝置資訊?Linux