Concept
包含了 oracle 數據庫里面的一些基本概念和原理, 比如 數據庫邏輯結構, 物理結構, 實例結構, 優化器, 事務等. PDF 460頁
Reference
包含了動態性能視圖, 數據字典, 初始化參數等, 如果有參數不知道意思, 或者 v$視圖字段信息模糊, 都可以從這里找到描述, 使用 html版的進去 ctrl+f查找比較快.還包含一些其他比如數據庫的硬性限制, 等待事件的名稱, 后台進程的描述等.
SQL Language Reference
這個文檔中包含 oracle數據庫的sql語法,(不包含plsql), 比如 create table 等.
Administrator’s Guide
各種管理oracle數據庫的場景都在這里, 各種管理表, 索引, 表空間, redo等
Performance tuning guide
包含優化相關內容, 介紹優化方法, 數據庫實例及sql的優化
Database Administration 頁面
因為上面 administrator’s guide 已經描述了, 這里列舉幾個比較重要文檔
Net Services Reference
文檔說明了幾個關於監聽的重要文件, tnsnames.ora, listener.ora, sqlnet.ora 等
Backup and Recovery User’s Guide
描述了 rman 的各種用法
Application Development 頁面
PL/SQL Packages and Types Reference
包括各種 oracle 自建的包和函數的功能, 參數描述. 如果有不了解的包, 可以在這里找到, 比如 dbms_stats.
PL/SQL language Reference
plsql 編程的基礎概念, 語法等.
SQLJ Developer’s Guide
SQLJ, JAVA相關的內容
Workspace Manager Developer’s Guide
關於 oracle 的 workspace manager 版本化的一些東西
installing and upgrading 頁面
需要安裝 oracle 參照這里.
Grid Computing 頁面
包括 oracle grid infrastructure 集群軟件的各種文檔
Automatic Storage Management Administrator’s Guide
Asm 相關文檔
Real Application Clusters Administration and Development Guide
包括 RAC 環境下的數據庫管理和維護的內容
Clusterware Administration and Deployment Guide
主要寫了集群軟件的各種工具和命令
High Availability 頁面
包含各種高可用文檔
Data Guard Broker 和 Data Guard Concepts and Administration
關於 Data guard 文檔
Data Warehousing and Business Intelligence 頁面
數據倉庫和商業智能的相關技術
VLDB and Partitioning Guide
very large database, … partition 和 parallel 相關的內容
utilities
imp, expdp, sql*loader, 外部表, dbv, adrci, logminer
unstructured Data and Content Management 頁面
非結構化數據相關, 比如 object type, xml type, oracle text
SecureFiles and Large Objects Developer’s Guide
講述了 11g 中存儲 lob 字段使用的 secure file 技術內容
Text Application Developer’s Guide 和 Text Reference
全文索引相關