2008中國首屆Oracle資料庫精英工程師評選電子試題(論述題部分)

木頭一個發表於2008-05-15

二、論述題

 

1.背景描述:客戶有一個9208的資料庫,沒有使用歸檔方式,資料庫的資料檔案總共800G

A.客戶執行應用時,出現ORA-01578 ORACLE data block corrupted錯誤,資料不能正常查詢。應如何處理使資料損失最小?

 

回答:

 

B重建表以後,客戶認識到歸檔的重要性,決定使用歸檔方式,用RMAN備份資料庫到DISK,但當執行RMAN備份時仍然報ORA-19566: exceeded limit of 0 corrupt blocks for file file_name錯誤,導致RMAN備份失敗,出錯的資料塊還是原來的塊,檢查發現此資料塊上已無表或索引。問題出在哪?

 

回答:

 

C.處理完備份問題後,執行RMAN備份成功,備份到硬碟上的備份集大小為20G,費時20分鐘。客戶最近新購買了帶庫裝置,自帶速度50M/S;但向磁帶備份時總共費時3小時,通過備份管理軟體查詢的結果是備份集大小為20G左右。為什麼向磁帶備份耗時較多?如何解決?

 

回答:

 

 

2.某客戶使用ORACLE10.2.0.3兩節點RAC,其中每節點有4塊網路卡,兩塊作clust_interconnect, 兩塊作PUBLIC對外服務,兩個OCR裸裝置,三個VOTING DISK;客戶需要做如下測試,請把預期的結果填入下列表中:

測試

方法

實現手段

結果

Corruption of 1 OCR disks

Corrupt 1  copy of OCR disk, by dd command.

dd if=/dev/zero f=/dev/raw/rawx bs=1024 count=10240

 

Corruption of both OCR disks

Corrupt two copies of OCR disk, by dd command.

dd if=/dev/zero f=/dev/raw/rawx bs=1024 count=10240

 

dd if=/dev/zero f=/dev/raw/rawy bs=1024 count=10240

 

Removal of single OCR disk

Remove RAWx copy of OCR disk, LUN masking.

 

 

 

 

 

Corruption of 1 voting disk

Corrupt RAWx copy of voting disk, by DD over the header of the raw device.

dd if=/dev/zero f=/dev/raw/rawx bs=1024 count=5120

 

Corruption of all voting disks

Use dd to corrupt all 3 voting disks

dd if=/dev/zero f=/dev/raw/rawx bs=1024 count=5120

 

dd if=/dev/zero f=/dev/raw/rawy bs=1024 count=5120

 

dd if=/dev/zero f=/dev/raw/rawz bs=1024 count=5120

 

CRS Process Failure

‘kill –9

 

 

EVMD Process Failure

‘kill –9

 

 

Public NIC Failure

Assuming dual NICs in a bonding configuration

Remove one NIC

 

 

Interconnect Network Failure

Unplug all network cables for the interconnect network

 

 

Interconnect NIC Failure

Assuming dual NICs in a bonding configuration

Remove one NIC

 

 

Interconnect Switch Failure

Assuming dual switches in failover configuration

Power off one switch

 

 

Listener Failure

‘kill –9

 

 

 

 

3.你做過的最經典的問題排除的例子是什麼?

 

回答:

 

4.你做過的最經典的調優例子是什麼?

 

回答:

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/498744/viewspace-269239/,如需轉載,請註明出處,否則將追究法律責任。

相關文章