(轉(zhuǎn))Oracle文檔閱讀指南

Oracle官方文檔數(shù)量龐大,而且往往沒有側(cè)重點(diǎn),讓oracle新手看起來很費(fèi)力。但是,仍有很多Oracle使用者認(rèn)為任何oracle學(xué)習(xí)資料都比不上Oracle官方文檔的權(quán)威和扼要,且兼具基礎(chǔ)與全面。這種差異可能與個(gè)人的閱讀方法有很大關(guān)系,本文將為您提供一些可供參考的Oracle官方文檔閱讀方法。

  • 如何讀Reference?
      Reference意思是參考,向產(chǎn)品使用說明書一樣包羅萬象,建議無需精讀,碰到問題時(shí)速查即可

Oracle基礎(chǔ)入門必讀文檔

  • Oracle Database Concepts
      入門級,系統(tǒng)級地讀物。如果你想了解Oracle、RDBMS的相關(guān)概念和體系結(jié)構(gòu),《Oracle Database Concepts》是不錯(cuò)的文檔。另外,從這個(gè)文檔中,你可以了解到其它的文檔中提及的名詞和概念。如果你從未接觸過Oracle,這個(gè)文檔是很好的入門讀物。極力推薦要精讀。

Oracle升級了?如何快速閱讀Oracle新功能

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

Oracle數(shù)據(jù)庫管理

  • Oracle Database Administrator's Guide
      作為DBA,《Oracle Database Administrator's Guide》是必須要看的一本書。此書要精讀。
      如果你想?yún)⒓覱racle的認(rèn)證,如考OCA或OCP,則Oracle University(簡稱OU)在培訓(xùn)時(shí)會發(fā)給你與認(rèn)證課程相配的教材(OU稱之為Student Guide),并且有課程代號和教材編號。
      Oralce11G的考試課程代號,分別是OCA:051,052,OCP考試會再加考一門053。所有的考試全部為選擇題,考試形式采用機(jī)試的方式。
      OCA/OCP的考試周期為3個(gè)月,3個(gè)月內(nèi)通過051,052考試,可獲得OCA認(rèn)證,再通過053考試,可獲得OCP認(rèn)證。
      逾期未考或未通過考試的課程,需要繳納費(fèi)用并補(bǔ)考。

  • Oracle Database Reference
      這個(gè)文檔講述Oracle的所有初始化參數(shù),數(shù)據(jù)字典,動(dòng)態(tài)性能視圖,Oracle自帶的用于數(shù)據(jù)庫管理的SQL腳本,Oracle等待事件,Oracle統(tǒng)計(jì)信息等知識。無需精讀。

基于平臺的管理:

  • Oracle Database Administrator's Reference for Linux and UNIX-Based Operating Systems
      這個(gè)文檔講述在類UNIX平臺如何管理Oracle數(shù)據(jù)庫,如設(shè)置環(huán)境變量,內(nèi)核參數(shù)等
  • Oracle Database Platform Guide for Microsoft Windows

Oracle備份和恢復(fù)

  • Oracle Database Backup and Recovery User's Guide
      建議精讀。作為DBA,精通數(shù)據(jù)庫的備份和恢復(fù)是沒得說的。
  • Oracle Database Backup and Recovery Reference
      這個(gè)文檔提供ORALCE備份和恢復(fù)管理器(RMAN)的命令的速查。無需精讀。

網(wǎng)絡(luò)管理與配置

  • Oracle Database Net Services Administrator's Guide

Oracle企業(yè)管理器安裝與配置

  • Enterprise Manager Installation and Basic Configuration
      這個(gè)文檔講述Oracle企業(yè)管理器的安裝與配置
  • Enterprise Manager Grid Control Installation and Basic Configuration
      這個(gè)文檔是告訴你怎么安裝Oracle的Grid Control的,包括Management Agent的安裝
  • Enterprise Manager Advanced Configuration
      這個(gè)文檔講述Oracle企業(yè)管理器的高級配置

Oracle實(shí)用工具

  • Oracle Database Utilities
      這個(gè)文檔介紹Oracle常用且實(shí)用的工具:Data Pump, SQL*Loader, DBVERIFY, DBNEWID, LogMiner, MetaData API, Export&Import, ASMCMD等的使用

Oracle數(shù)據(jù)庫開發(fā)相關(guān) Application Express User's Guide

  • Oracle Database Advanced Application Developer's Guide
      這個(gè)文檔主要講述如何利用SQL和PL/SQL來進(jìn)行數(shù)據(jù)庫開發(fā)。
      第13章:Using Oracle Flashback Technology,介紹了Oracle新的功能:Flashback在數(shù)據(jù)庫開發(fā)中的應(yīng)用

  • Oracle Database SQL Language Reference
      全面介紹SQL語言。此文檔無需精讀,碰到不懂的地方查看此文檔即可

  • Oracle Database PL/SQL Language Reference
      全面介紹PL/SQL編程語言。此文檔無需精讀,碰到不懂的地方查看此文檔即可

  • Oracle Database PL/SQL Packages and Types Reference
      這個(gè)文檔全面介紹Oracle數(shù)據(jù)庫中內(nèi)置的PL/SQL包和類型,如比較常用的以CTX_(Oracle TEXT相關(guān)的包),DBMS_(Oracle數(shù)據(jù)庫管理相關(guān)的包),UTL_(Oracle實(shí)用工具相關(guān)的包)

  • SQL Plus User's Guide and Reference
      這個(gè)文檔介紹Oracle常用的客戶端工具SQL Plus的使用

  • Java Developer's Guide

  • JDBC Developer's Guide and Reference

  • SQLJ Developer's Guide and Reference
      以上三個(gè)文檔都和JAVA數(shù)據(jù)庫編程相關(guān)

  • Oracle Call Interface Programmer's Guide
      這個(gè)文檔講述如何進(jìn)行基于OCI的開發(fā)

  • Pro*C/C++ Programmer's Guide
      這個(gè)文檔講述和Precompilers相關(guān)的開發(fā)

  • Oracle Database Data Cartridge Developer's Guide
      這個(gè)文檔介紹的一些開發(fā)知識比較少用到,但第11章:User-Defined Aggregate Functions講述如何開發(fā)自定義的合計(jì)函數(shù),在某些情況下會用到。

Oracle全球化支持

  • Oracle Database Globalization Support Guide
      這個(gè)文檔講述全球化支持(ITN),字符集,排序規(guī)則等。此外還介紹了Character Set Scanner和Oracle Locale Builder等實(shí)用工具的使用

數(shù)據(jù)庫性能優(yōu)化

  • Oracle Database Performance Tuning Guide
      全面介紹如何優(yōu)化Oracle數(shù)據(jù)庫。

Oracle安裝相關(guān)

  1. 單實(shí)例:
  • 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
    根據(jù)你的OS及平臺(32位還是64位)來選擇相關(guān)的文檔。無需精讀。
  1. 集群:
  • 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

數(shù)據(jù)庫升級

  • Oracle Database Upgrade Guide

Oracle高可用相關(guān)(HA)

  • DATA GUARD:
      Oracle Data Guard Concepts and Administration
  • RAC:
      Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide
  • 高級復(fù)制:
      Oracle Database Advanced Replication
  • 流復(fù)制:
      Streams Replication Administrator's Guide
  • 異構(gòu)數(shù)據(jù)庫連接:
      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

存儲管理

  • Oracle Database Storage Administrator's Guide
      這個(gè)文檔主要講述ASM的管理和配置

  • 數(shù)據(jù)倉庫
      Oracle Database Data Warehousing Guide
      Oracle Warehouse Builder User's Guide
      Oracle OLAP User's Guide

  • 數(shù)據(jù)挖掘
      Oracle Data Mining Administrator's Guide

  • Oracle樣本數(shù)據(jù)庫
      Oracle Sample Schemas

  • Oracle文本(TEXT)
      Oracle Text Application Developer's Guide
      Oracle Text Reference
      
    閱讀了這篇文章,您還覺得Oracle官方文檔是一塊無處下口的蛋糕嗎?是不是變得輕松多了呢?

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容