博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
oracle 体系结构及内存管理 03_oracle官方文档索引
阅读量:6227 次
发布时间:2019-06-21

本文共 1863 字,大约阅读时间需要 6 分钟。

hot3.png

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

http://www.cnblogs.com/songdavid/articles/1992509.html

转载于:https://my.oschina.net/peakfang/blog/2244947

你可能感兴趣的文章
sublime text 3安装
查看>>
UIViewController的生命周期
查看>>
[jzoj 5230] 队伍统计(状压DP)
查看>>
第一套面试题
查看>>
10个流行的JavaScript面试题
查看>>
演好你的角色
查看>>
javascript高级
查看>>
iOS下JS与OC互相调用(五)--UIWebView + WebViewJavascriptBridge
查看>>
[C#] String.Format格式说明
查看>>
SharePoint 2010 create 自定义 timejob-1
查看>>
libuv之文件监听---fs-poll.c
查看>>
MySQL-安装 启动 运行
查看>>
SSH on Mac OS
查看>>
asp.net 坑爹教材
查看>>
解析Mybatis源码解读-设计模式总结
查看>>
单行文本溢出、多文本溢出
查看>>
数据的采集,清洗,数据机器自动标注及转化为深度学习格式
查看>>
Practical Vim Edit Text at the Speed of Thought笔记
查看>>
include 和require的区别
查看>>
gradle.properties使用
查看>>