【正文】
the Development Technology to Database恢復(fù)進(jìn)程 (RECO)在 Oracle10g分布式數(shù)據(jù)庫環(huán)境中,RECO處理程序會自動處理分布式操作失敗時產(chǎn)生的問題。 (多個數(shù)據(jù)庫同時進(jìn)行數(shù)據(jù)處理動作 )the Development Technology to Database 圖 后臺進(jìn)程與數(shù)據(jù)庫外部結(jié)構(gòu)、 SGA的關(guān)系the Development Technology to Database數(shù)據(jù)字典 數(shù)據(jù)字典的結(jié)構(gòu) 數(shù)據(jù)字典的用途the Development Technology to Database數(shù)據(jù)字典 是 Oracle數(shù)據(jù)庫的核心組件,它是對用戶來說為只讀類型的表和視圖組成。在其中保存著關(guān)于數(shù)據(jù)庫系統(tǒng)本身以及其中存儲的所有對象的基本信息。 數(shù)據(jù)字典 the Development Technology to Database?數(shù)據(jù)庫對象所有的框架對象的定義(表、視圖、索引、同義詞、序列、過程、函數(shù)、包、觸發(fā)器等)?為框架對象如何分配和使用空間?列的默認(rèn)值?完整性約束信息?數(shù)據(jù)庫安全信息,包括用戶、權(quán)限、角色等?審計信息數(shù)據(jù)字典 the Development Technology to Database一個數(shù)據(jù)字典包括基礎(chǔ)表,動態(tài)性能視圖及數(shù)據(jù)字典視圖。數(shù)據(jù)字典視圖又包含ALL視圖, USER視圖和 DBA視圖。V$ 運(yùn)行中動態(tài)改變的信息 數(shù)據(jù)字典的結(jié)構(gòu) the Development Technology to Database3. ALL視圖包含了用戶查詢表時可以訪問的所有對象的信息。the Development Technology to Database 4. USER視圖前綴為 USER,每個數(shù)據(jù)庫用戶都擁有一套屬于自己的 USER視圖。在 USER視圖中包含了該用戶模式下所有對象的信息。the Development Technology to Database 5. DBA視圖前綴為 DBA,在 DBA數(shù)據(jù)字典視圖中包含著全部數(shù)據(jù)庫對象的信息。對于帶有 DBA前綴的視圖,顯示了整個數(shù)據(jù)庫的情況。因此,它們只能被數(shù)據(jù)庫管理員查詢。授予系統(tǒng)權(quán)限SELECT ANY TABLE的用戶都能查詢帶有DBA前綴的視圖。the Development Technology to Database復(fù)習(xí)與總結(jié)作業(yè) :總結(jié) oracle系統(tǒng)的體系結(jié)構(gòu)the Development Technology to Database演講完畢,謝謝觀看