oracle在线api文档,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常用的实用工具

29.gifata 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

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值