OFA是oracle資料庫中的一個概念(在任何平台上安裝和部署適用最優靈活架構)。OFA通過類型和用途來組織和管理資料庫檔案。二進制檔案、控制檔案、日誌檔案、管理檔案可以分布在多個磁碟。
基本介紹
簡介,具體表現,原則,
簡介
Optimal Flexible Architecture (OFA)
OFA是oracle資料庫中的一個概念
Installation and configuration on all supported platforms complies with Optimal Flexible
Architecture (OFA). OFA organizes database files by type and usage. Binary files, control
files, log files, and administrative files can be spread across multiple disks.
Consistent naming convention provides the following benefits:
* Database files can be easily differentiated from other files
* It is easy to identify control files, redo log files, and data files
* Easier administration of multiple Oracle Homes on the same machine by separating
files on different disks and directories
* Better performance is achieved by decreasing disk contention among data files, binary
files, and administrative files which can now reside on separate directories and disks
Oracle有靈活的檔案目錄結構,
具體表現
2, 資料庫的檔案能很容易與平台中的其它檔案區別開來。
3, 容易確定控制檔案,redo日誌檔案和數據檔案
4, 能很容易的在同一machine 上管理多個Oracle Homes,通過將它們各自的檔案放在不同的disk和directory裡面。
5, 將檔案放在不同的磁碟上,這樣加快了執行的效率。
OFA的方法包括以下三條
原則
l 創建一個有續的作業系統目錄結構,在此目錄下存儲檔案可以存儲在任何一個磁碟里.
命名可能存放oracle的所有設備,在以設備為單位來指定設備的時候可以用同配符或者類似的方法.
在每個設備的同一級目錄下明確的創建一個用於存儲oracle數據的目錄.