Performance Tuning guide 翻译 || 前言
CSDN 对格式支持比較弱,能够到http://user.qzone.qq.com/88285879/blog/1399382878 看一致的内容。
前言Preface
包含例如以下几个小节
l Audience
l Documentation Accessibility
l Related Documents
l Conventions
目标人群Audience
Oracle Database Performance Tuning Guide 针对的人群是DBA。这个指南描写叙述了如何使用命Oracle数据库性能工具(通过命令行使用)来优化数据库性能,以及调整SQL语句。
这个指南相同描写叙述了 创建初始化一个数据库时关于性能方面的最佳实践,以及包含性能相关各种信息。
參照:
Oracle Database 2 Day + Performance Tuning Guide 来学习如何使用OEM来调整数据库性能
文档訪问Documentation Accessibility
关于Oracle的承诺信息,能够訪问Oracle訪问程序站点 http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
訪问Oracle support
Oracle客户能够通过訪问My Oracle Support(MOS)来获得支持。相关信息请訪问 http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info
假设您有听力障碍,可訪问http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs 阅读相关信息
相关文档Related Documents
在阅读这个指南之前,你应该熟悉以下这些手冊:
l Oracle Database Concepts
l Oracle Database 2 Day DBA
l Oracle Database Advanced Application Developer's Guide
l Oracle Database Administrator's Guide
学习怎样使用OEM来调整Oracle数据库的性能,请阅读Oracle Database 2 Day + Performance Tuning Guide.
学习怎样调整数据仓库环境,请阅读Oracle Database Data Warehousing Guide.
本手冊中的非常多样例,都是使用了 sample schemas(样例用户,hr等),这些样例用户在你安装数据库时使用了基本安装选项(或高级选项自己加勾)都会默认安装在数据库中。
学习怎样安装和使用这些 样例用户,看Oracle Database Sample Schemas.
学习Oracle数据库中相关错误信息,请阅读Oracle Database Error Messages.该文档仅仅在HTML格式时可用。假设你通过Oracle Documentation CD 訪问的该文档,你能够选择错误的区域。在你选择特定错误信息区域后,通过使用浏览器的查找 特性(CTRL+F)找到指定的错误信息。
当你是通过互联网訪问该文档时,你能够通过使用Oracle online documentation的错误搜索特性,来直接搜索定位相关错误。
约定Conventions
本手冊使用了以下这些约定
本手冊用到了以下这些文本格式:
约定 |
意义 |
粗体 |
粗体字表示术语,或具有特殊意义的文字 |
斜体 |
斜体字表示 标题,重点强调,或者 占位符变量 |
正常字体 |
就是其它正常文本内容 |
Performance Tuning guide 翻译 || 前言的更多相关文章
- Performance Tuning guide 翻译 || Performance Tuning Guide 11G中新增特性
CSDN 对格式支持比較弱.能够到http://user.qzone.qq.com/88285879/blog/1399382878 看一致的内容. Performance Tuning Guide ...
- 老李分享: Oracle Performance Tuning Overview 翻译
老李分享: Oracle Performance Tuning Overview 翻译 poptest是国内唯一一家培养测试开发工程师的培训机构,以学员能胜任自动化测试,性能测试,测试工具开发等工 ...
- 老李分享: Oracle Performance Tuning Overview 翻译下
1.2性能调优特性和工具 Effective data collection and analysis isessential for identifying and correcting perfo ...
- 一篇分析诊断被"hang"住数据库的资料(Oracle Performance Diagnostic Guide——Hang/Locking)
该资料已上传至本人QQ群空间,如需该资料,可到本人QQ群空间查找.下面贴表文本: Oracle Performance Diagnostic GuideHang/LockingVersion 3.1. ...
- Performance Tuning
本文译自Wikipedia的Performance tuning词条,原词条中的不少链接和扩展内容非常值得一读,翻译过程中暴露了个人工程学思想和英语水平的不足,翻译后的内容也失去很多准确性和丰富性,需 ...
- PostgreSQL Hardware Performance Tuning
Bruce Momjian POSTGRESQL is an object-relational database developed on the Internet by a group of de ...
- Performance Tuning Guidelines for Windows Server 2012
http://msdn.microsoft.com/en-us/library/windows/hardware/jj248719.aspx This guide describes importan ...
- MySQL Performance Tuning: Tips, Scripts and Tools
With MySQL, common configuration mistakes can cause serious performance problems. In fact, if you mi ...
- Spark SQL 之 Performance Tuning & Distributed SQL Engine
Spark SQL 之 Performance Tuning & Distributed SQL Engine 转载请注明出处:http://www.cnblogs.com/BYRans/ 缓 ...
随机推荐
- Codeforces Round #274 (Div. 2) E. Riding in a Lift(DP)
Imagine that you are in a building that has exactly n floors. You can move between the floors in a l ...
- ViewDragHelper详解
2013年谷歌i/o大会上介绍了两个新的layout: SlidingPaneLayout和DrawerLayout,现在这俩个类被广泛的运用,其实研究他们的源码你会发现这两个类都运用了ViewDra ...
- iOS集成微信支付各种坑收录
统一下单的参数要拼接成XML格式,使用AFN请求时要对参数转义,直接传入字典给AFN无法识别(这个接口微信demo中并没有提供示例) AFHTTPRequestOperationManager *ma ...
- 简易浏览器App webview
使用 public class MainActivity extends Activity { @Override protected void onCreate(Bundle sav ...
- 3:url无规律的多页面爬取
试例网站:豆瓣电影TOP250:http://movie.douban.com/top250 关键点:在审查元素下查看后页即可以看到跳转的url.而且最后一页就此属性就没有了. 由于关键是实现分页,所 ...
- (转)几种HtmlEncode的区别
一.C#中的编码 HttpUtility.HtmlDecode.HttpUtility.HtmlEncode与Server.HtmlDecode.Server.HtmlEncode与HttpServe ...
- C#SaveFileDialog的使用
SaveFileDialog sfd = new SaveFileDialog(); //默认打开的路径 sfd.InitialDirectory = "C:\\Users\\Adminis ...
- JS 匿名函数
一.声明: 1. 正常函数声明: //正常函数声明 function foo(p1, p2){ return p1+p2; } 2. 匿名函数声明: //匿名函数声明 var foo= functio ...
- Visual Studio发布项目到远程服务器的步骤
第一步: 需要远程服务器上安装Web Deploy ,下载地址:http://www.iis.net/downloads/microsoft/web-deploy PS.安装时选择完全安装. 第二步: ...
- Mediawiki.org的PHP编码约定
http://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP assignment作为expression来用看起来像个错误(looks su ...