设为首页 收藏本站
查看: 1277|回复: 0

[经验分享] oracle 文档阅读

[复制链接]

尚未签到

发表于 2018-9-26 08:34:42 | 显示全部楼层 |阅读模式
  原则:凡是Reference相关的文档都无需精读,碰到问题时速查即可
  1.ORACLE新功能
          Oracle Database New Features Guide

  每次新版本的ORACLE>  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常用的实用工具http://www.itpub.net/images/smilies/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


运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-602150-1-1.html 上篇帖子: oracle 调优 下篇帖子: Oracle dba的工作职责
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表