天天看點

Oracle 官方文檔歸類

某人的總結,貼在這裡了

oracle官方文檔歸類

原則:凡是Reference相關的文檔都無需精讀,碰到問題時速查即可

1.ORACLE新功能

        Oracle Database New Features Guide

每次新版本的ORACLE RELEASE以後,看一下《Oracle Database New Features Guide》,以了解一下最新的FEATURE,此文檔可以粗略地閱讀,不需精讀。

2.ORACLE,RDBMS的概念及體系結構

        Oracle Database Concepts

入門級,系統級地讀物。如果你想了解ORACLE的相關概念和體系結構,《Oracle Database Concepts》是不錯的文檔。另外,從這個文檔中,你可以了解到其它的文檔中提及的名詞和概念。如果你從未接觸過ORACLE,這個文檔是很好的入門讀物。

3.ORACLE資料庫管理

        Oracle Database Administrator's Guide

作為DBA,《Oracle Database Administrator's Guide》是必須要看的一本書。此書要精讀。如果你想參加ORACLE的認證,如考OCA或OCP,則Oracle University(簡稱OU)在教育訓練時會發給你與認證課程相配的教材(OU稱之為Student Guide),并且有課程代号和教材編号,如:

        lzo-042:Oracle 10g Administration I: Oracle Database 10g Administration Workshop I

        lzo-043:Oracle 10g Administration II: Oracle Database 10g Administration Workshop II

        lzo-047: Oracle Database SQL Expert: Oracle Database 10g SQL Fundamentals I&II

        Oracle Database Reference

這個文檔講述ORACLE的所有初始化參數,資料字典,動态性能視圖,ORACLE自帶的用于資料庫管理的SQL腳本,ORACLE等待事件,ORACLE統計資訊等知識。無需精讀。

基于平台的管理:

        Oracle Database Administrator's Reference for Linux and UNIX-Based Operating Systems

這個文檔講述在類UNIX平台如何管理ORACLE資料庫,如設定環境變量,核心參數等

        Oracle Database Platform Guide for Microsoft Windows

4.ORACLE備份和恢複

        Oracle Database Backup and Recovery User's Guide

精讀。作為DBA,精通資料庫的備份和恢複是沒得說的,否則沒得混下去。

        Oracle Database Backup and Recovery Reference

這個文檔提供ORALCE備份和恢複管理器(RMAN)的指令的速查。無需精讀。

5.網絡管理與配置

        Oracle Database Net Services Administrator's Guide

6.ORACLE企業管理器安裝與配置

        Enterprise Manager Installation and Basic Configuration

這個文檔講述ORACLE企業管理器的安裝與配置

        Enterprise Manager Grid Control Installation and Basic Configuration

這個文檔是告訴你怎麼安裝ORACLE的Grid Control的,包括Management Agent的安裝

        Enterprise Manager Advanced Configuration

這個文檔講述ORACLE企業管理器的進階配置

6.ORACLE實用工具

        Oracle Database Utilities

這個文檔講述ORACLE常用的實用工具

Oracle 官方文檔歸類

ata Pump,SQL*Loader,DBVERIFY,DBNEWID,

LogMiner,MetaData API,Export&Import,ASMCMD等的使用

7.ORACLE資料庫開發相關

        Application Express User's Guide

        Oracle Database Advanced Application Developer's Guide

這個文檔主要講述如何利用SQL和PL/SQL來進行資料庫開發。

第13章:Using Oracle Flashback Technology,介紹了ORACLE新的功能:Flashback在資料庫開發中的應用

        Oracle Database SQL Language Reference

全面介紹SQL語言。此文檔無需精讀,碰到不懂的地方檢視此文檔即可

        Oracle Database PL/SQL Language Reference

全面介紹PL/SQL程式設計語言。此文檔無需精讀,碰到不懂的地方檢視此文檔即可

        Oracle Database PL/SQL Packages and Types Reference

這個文檔全面介紹ORACLE資料庫中内置的PL/SQL包和類型,如比較常用的以CTX_(ORACLE TEXT相關的包)DBMS_(ORACLE資料庫管理相關的包),UTL_(ORACLE實用工具相關的包)

        SQL*Plus User's Guide and Reference

這個文檔介紹ORACLE常用的用戶端工具SQL*Plus的使用

        Java Developer's Guide

        JDBC Developer's Guide and Reference

        SQLJ Developer's Guide and Reference

以上三個文檔都和JAVA資料庫程式設計相關

        Oracle Call Interface Programmer's Guide

這個文檔講述如何進行基于OCI的開發

        Pro*C/C++ Programmer's Guide

這個文檔講述和Precompilers相關的開發

        Oracle Database Data Cartridge Developer's Guide

這個文檔介紹的一些開發知識比較少用到,但第11章:User-Defined Aggregate Functions講述如何開發自定義的合計函數,在某些情況下有用到。

8.ORACLE全球化支援

        Oracle Database Globalization Support Guide

這個文檔講述全球化支援(ITN),字元集,排序規則等。此外還介紹了Character Set Scanner和Oracle Locale Builder等實用工具的使用

9.資料庫性能優化

        Oracle Database Performance Tuning Guide

全面介紹如何優化ORACLE資料庫。此外,在ORACLE 9I,如果你參加OCP認證,必須要過代号為LZ0-033的課程:Oracle9i Database Performance Tuning

10.ORACLE安裝相關

單執行個體:

        Installation Guide for Linux x86-64

        Installation Guide for hp-ux PA-RISC (64-Bit)

        Installation Guide for AIX 5L Based Systems (64-Bit)

        Installation Guide for Solaris Operating System (SPARC 64-Bit

        Installation Guide for Microsoft Windows (64-Bit) on Intel Itanium

根據你的OS及平台(32位還是64位)來選擇相關的文檔。無需精讀,隻需大概地gothrough一下。

叢集:

        Oracle Clusterware and Oracle Real Application Clusters Installation and Configuration Guide for AIX

        Oracle Clusterware and Oracle Real Application Clusters Installation and Configuration Guide for hp HP-UX PA-RISC (64-Bit)

        Oracle Clusterware and Oracle Real Application Clusters Installation and Configuration Guide for Microsoft Windows Platforms

        Oracle Clusterware and Oracle Real Application Clusters Installation and Configuration Guide for Solaris Operating System (SPARC 64-Bit)

        Oracle Clusterware and Oracle Real Application Clusters Installation Guide for Linux

        Universal Installer and OPatch User's Guide for Windows and UNIX

11.資料庫更新

        Oracle Database Upgrade Guide

12.ORACLE高可用相關(HA)

DATA GUARD:

        Oracle Data Guard Concepts and Administration

RAC:

        Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide

進階複制:

        Oracle Database Advanced Replication

流複制:

        Streams Replication Administrator's Guide

異構資料庫連接配接:

        Heterogeneous Connectivity Administrator's Guide

        Gateway for Informix User's Guide        

        Gateway for Microsoft SQL Server User's Guide        

        Gateway for Sybase User's Guide

13.存儲管理

        Oracle Database Storage Administrator's Guide       

這個文檔主要講述ASM的管理和配置

14.資料倉庫

        Oracle Database Data Warehousing Guide

        Oracle Warehouse Builder User's Guide

        Oracle OLAP User's Guide

15.資料挖掘

        Oracle Data Mining Administrator's Guide

16.ORACLE樣本資料庫

        Oracle Sample Schemas

17.ORACLE文本(TEXT)

        Oracle Text Application Developer's Guide

        Oracle Text Reference 

繼續閱讀