如何查看 oracle 官方文档
Concept
包含了 oracle 数据库里面的一些基本概念和原理, 比如 数据库逻辑结构, 物理结构, 实例结构, 优化器, 事务等. PDF 460页
Reference
包含了动态性能视图, 数据字典, 初始化参数等, 如果有参数不知道意思, 或者 v$视图字段信息模糊, 都可以从这里找到描述, 使用 html版的进去 ctrl+f查找比较快.还包含一些其他比如数据库的硬性限制, 等待事件的名称, 后台进程的描述等.
SQL Language Reference
这个文档中包含 oracle数据库的sql语法,(不包含plsql), 比如 create table 等.
Administrator’s Guide
各种管理oracle数据库的场景都在这里, 各种管理表, 索引, 表空间, redo等
Performance tuning guide
包含优化相关内容, 介绍优化方法, 数据库实例及sql的优化
Database Administration 页面
因为上面 administrator’s guide 已经描述了, 这里列举几个比较重要文档
Net Services Reference
文档说明了几个关于监听的重要文件, tnsnames.ora, listener.ora, sqlnet.ora 等
Backup and Recovery User’s Guide
描述了 rman 的各种用法
Application Development 页面
PL/SQL Packages and Types Reference
包括各种 oracle 自建的包和函数的功能, 参数描述. 如果有不了解的包, 可以在这里找到, 比如 dbms_stats.
PL/SQL language Reference
plsql 编程的基础概念, 语法等.
SQLJ Developer’s Guide
SQLJ, JAVA相关的内容
Workspace Manager Developer’s Guide
关于 oracle 的 workspace manager 版本化的一些东西
installing and upgrading 页面
需要安装 oracle 参照这里.
Grid Computing 页面
包括 oracle grid infrastructure 集群软件的各种文档
Automatic Storage Management Administrator’s Guide
Asm 相关文档
Real Application Clusters Administration and Development Guide
包括 RAC 环境下的数据库管理和维护的内容
Clusterware Administration and Deployment Guide
主要写了集群软件的各种工具和命令
High Availability 页面
包含各种高可用文档
Data Guard Broker 和 Data Guard Concepts and Administration
关于 Data guard 文档
Data Warehousing and Business Intelligence 页面
数据仓库和商业智能的相关技术
VLDB and Partitioning Guide
very large database, … partition 和 parallel 相关的内容
utilities
imp, expdp, sql*loader, 外部表, dbv, adrci, logminer
unstructured Data and Content Management 页面
非结构化数据相关, 比如 object type, xml type, oracle text
SecureFiles and Large Objects Developer’s Guide
讲述了 11g 中存储 lob 字段使用的 secure file 技术内容
Text Application Developer’s Guide 和 Text Reference
全文索引相关
如何查看 oracle 官方文档的更多相关文章
- Oracle官方文档在线查看
1.9i Oracle官方文档在线查看 http://www.oracle.com/pls/db92/homepage 2.10g Oracle官方文档线查看 http://www.oracle.co ...
- centos7安装oracle11g(根据oracle官方文档安装,解决图形界面安装问题)
一.系统及安装包 操作系统:centos 7.4 oracle版本:oracle 11g r2 二.centos环境配置 安装数据库所需要的软件包 [root@localhost data]# yum ...
- Oracle 官方文档地址
官方文档地址: https://docs.oracle.com/cd/E11882_01/index.htm
- oracle官方文档_查看初始化參数(举例)
原创作品,出自 "深蓝的blog" 博客.深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/46864217 记录 ...
- oracle官方文档的阅读方法
Concept 包含了 oracle 数据库里面的一些基本概念和原理, 比如 数据库逻辑结构, 物理结构, 实例结构, 优化器, 事务等. PDF 460页 Reference 包含了动态性能视图, ...
- [置顶] 阅读Oracle官方文档指南
还在整理中.... EXPDP/IMPDP 相关文档:Utilities 2 Data Pump Export 3 Data Pump Import SQL*Loader 相关文档:Utilities ...
- oracle官方文档12c对应关系
ADDCI Oracle® Database Data Cartridge Developer's Guide 12c Release 1 (12.1) E15882-05 ADFNS Oracle® ...
- oracle官方文档- length篇
一.首先介绍下单字节字符集和 多字节字符集 2.2字符编码方案 2.2.1 单字节编码 (1)单字节7位字符集,可以定义128个字符,最常用的字符集为 US7ASCII (2)单字节8 ...
- Oracle官方文档
Oracle DBA 10g 两日速成课程 http://www.oracle.com/webfolder/technetwork/cn/tutorials/obe/db/10g/r2/2day_db ...
随机推荐
- Chap5: question 35 - 37
35. 第一个只出现一次的字符 char firtNotRepeat(char *s) { if(s == NULL) return 0; int i = 0; while(s[i] != '\0') ...
- 转一篇老外写的博文:Android automated testing (Robotium)
Robotium的中文资料甚少,只得求助于老外,发现了一篇不错的文章:https://blog.codecentric.de/en/2011/03/android-automated-testing- ...
- devexpress中如何给TabPage控件的Tab定义背景色
js: /*tab选项卡样式*/ .color .dxtc-link { background-color: #bf4e6a !important; } 后台代码: //选项卡样式 protected ...
- JAVA编程规则【转自java编程思想】
本附录包含了大量有用的建议,帮助大家进行低级程序设计,并提供了代码编写的一般性指导: (1) 类名首字母应该大写.字段.方法以及对象(句柄)的首字母应小写.对于所有标识符,其中包含的所有单词都应紧靠在 ...
- js 小工具-- 原生 js 去除空格
// 原生js 去除字符串空格 <script type="text/javascript"> String.prototype.trim = function (){ ...
- Attribute "resource" must be declared for element type "mapper".
今天在玩mybatis的时候,遇到这个奇葩问题. 最后发现,原因是 dtd文件配置错误了.错把Mapper的直接copy过来 把DOCTYPE mapper改成configuration,Mapper ...
- 基于WDF的PCI/PCIe接口卡Windows驱动程序(4)- 驱动程序代码(源文件)
原文出处:http://www.cnblogs.com/jacklu/p/4687325.html 本篇文章将对PCIe驱动程序的源文件代码作详细解释与说明.整个WDF驱动程序工程共包含4个头文件(已 ...
- checkinstall打包工具使用
checkinstall官网: http://asic-linux.com.mx/~izto/checkinstall/ 下载安装checkinstall: # git clone http://ch ...
- C/ C++ 常见编程问题
C 中容易忽略的问题 1.在C语言中,浮点型变量分为两类: a. 单精度型:类型说明符为float, 在Turbo C 中占4个字节(32位)内存空间,其数值范围为3.4E-38~3.4E+38,可提 ...
- A 浪哥的烦恼 完全背包dp
https://biancheng.love/contest-ng/index.html#/131/problems 首先,去到n点的最小时间是所有数加起来. 然后,如果我1 --- 2,然后再2-- ...