[Oracle]體繫結構(一)–概述

來源:互聯網
上載者:User
 

 一.ORACLE執行個體 = 後台進程 + 進程所使用的記憶體(SGA)執行個體是一個臨時性的東西,你也可以認為它代表了資料庫某一時刻的狀態! SGA(System Global Area) = Shared pool + Block Buffer Cache + Redo Buffer + Java Pool + Large Pool + Stream pool Shared pool=Library Cache + Data Dictionary Cache Block Buffer Cache =Default pool + Keep pool + Recycle pool Background Process:PMON(Process Monitor)SMON(System Monitor)CKPT(Checkpoint Process)
LGWR(Log Writer)
DBWR(Database Block Writer)
ARCn(ArchiveProcess)RECO(Distributed Database Recovery) 二.資料庫 = 重做檔案 + 控制檔案 + 資料檔案 + 臨時檔案資料庫是永久的,是一個檔案的集合。 ORACLE執行個體和資料庫之間的關係1.          臨時性和永久性2.          執行個體可以在沒有資料檔案的情況下單獨啟動 startup nomount , 不過通常沒什麼意義3.          一個執行個體在其生存期內只能裝載(alter database mount)和開啟(alter database open)一個資料庫4.          一個資料庫可被許多執行個體同時裝載和開啟(即RAC),RAC環境中執行個體的作用能夠得到充分的體現!  

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.