1. 程式人生 > >如何檢視 oracle 官方文件

如何檢視 oracle 官方文件

包含了 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

全文索引相關

轉:http://www.cnblogs.com/moveofgod/p/3731680.html