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常用的實用工具Data 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


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章