经典的oracle图书:

Oracle High Performance Tuning for 9i and 10g by Gavin Powell

Book Description

There are three parts to tuning an Oracle database: data modeling, SQL code tuning and physical database configuration.

A data model contains tables and relationships between tables. Tuning a data model involves normalization and de-normalization. Different approaches are required depending on the application, such as OLTP or a Data Warehouse. Inappropriate database design can make SQL code impossible to tune. Poor data modeling can have a most profound effect on database performance since all SQL code is constructed from the data model.

Paperback: 544 pages ; Dimensions (in inches): 1.38 x 9.22 x 7.08 Publisher: Digital Press; (December 8, 2003) ISBN: 1555583059 Average Customer Review: Based on 4 reviews.

Poorly written SQL code is often a culprit of performance problems and is expensive to rectify. However, tuning of SQL code is generally cheaper than changing the data model. SQL code tends to be contained inside independent blocks within applications or stored procedures.

Physical database tuning involves hardware resource usage, networking and various other Oracle things such as configuration and file distribution. Physical configuration is often a culprit of poor performance where Oracle is installed with defaults, and never altered by an expert.

*Includes all three aspects of Oracle database tuning: data model tuning, SQL & PL/SQL code tuning, physical plus configuration tuning

*Contains experienced guidance and real-world examples using large datasets *Emphasizes development as opposed to operating system perspective

我在这里提供下载:本地下载

Oracle Essentials, 3e: Oracle Database 10g by Rick Greenwald, Robert Stackowiak, Jonathan Stern

Book Description

The new edition of this classic book, Oracle Essentials, 3rd Edition: Oracle Database 10g, distills a vast amount of knowledge into an easy-to-read volume covering every aspect of the Oracle database. Readers of all levels will learn about Oracle's features and technologies, including the product line, architecture, data structures, networking, concurrency, tuning, and much more. Featuring focused text, abundant illustrations, and helpful hints, the new edition offers a valuable overview of Oracle's Database 10g --the industry's first database to support grid computing.

Paperback: 400 pages ; Dimensions (in inches): 0.98 x 9.18 x 7.08 Publisher: O'Reilly; 1 edition (February 11, 2004) ISBN: 0596005857

Average Customer Review: Based on 2 reviews. Recent releases such as Oracle 9i and 8i are also covered. More comprehensible than a large reference, and more detailed than mot primers, this book covers all the information you'll need to install and run the Oracle databases, as well as the conceptual background you'll want to understand how they work. If you're new to Oracle or upgrading to Oracle 10g, you'll find this all-in-one guide essential.

提供下载:

本地下载

Oracle9i: The Complete Reference by Kevin Loney, George Koch

从Oracle8到Oracle9i,这本书一直是入门者的很好的案头参考书之一.

Book Description

Master all the powerful features of Oracle9i using the exclusive information inside this indispensable resource. Written by best-selling Oracle Press authors Kevin Loney and George Koch, this volume explains how to implement all the components of Oracle9i. This is a must-have reference for all Oracle professionals.

Paperback: 1256 pages ; Dimensions (in inches): 2.42 x 9.10 x 7.34 Publisher: McGraw-Hill Osborne Media; 1 edition (August 16, 2002) ISBN: 0072225211 Average Customer Review: Based on 7 reviews.

我在这里提供下载:

本地下载

Oracle9i DBA JumpStart by Bob Bryla

Book Description

Interested in a career as an Oracle database professional but don't know where to begin? The Oracle9i OCA and OCP certifications are two of the hottest IT certifications around, and the Oracle9i DBA JumpStart from Sybex can provide you with the solid foundation in database administration and programming basics you'll need before embarking on a comprehensive study program. The JumpStart series was developed in response to requests from technical trainers seeking to ensure a level starting point for students in their classrooms. The author is an experienced Oracle instructor who provides simple, tangible explanations to make the world of databases accessible to newcomers to the IT field. You'll learn about relational database concepts, SQL*Plus or iSQL*Plus commands, sorting and reporting techniques, security, and much more. When you're done with this book, you'll be ready to face the challenges of Oracle9i certification preparation.

Paperback: 400 pages ; Dimensions (in inches): 0.78 x 9.16 x 7.40 Publisher: Sybex Books; 1 edition (March 4, 2003) ISBN: 0782141897

我在这里提供下载:

本地下载

欢迎大家阅读《经典Oracle图书推荐(之四)_oracle》,跪求各位点评,若觉得好的话请收藏本文,by 搞代码

微信 赏一包辣条吧~

支付宝 赏一听可乐吧~

oracle优质图书,经典Oracle图书推荐(之四)_oracle相关推荐

  1. .net 链oracle,.net链数据库oracle

    Oracle开发与使用文章收藏 收集一些Oracle开发与使用文章,以便于后续查找. [基础类] 1.ORACLE函数大全 2.Orace常用函数 3.oracle 日期函数介绍 4.Oracle中常 ...

  2. 经典Oracle图书

    经典Oracle图书(come from pconline.com.cn) Oracle8i Internal Services by Steve Adams     Steve Adams 的经典之 ...

  3. [推荐推荐][提供下载]ORACLE SQL:经典查询练手系列文章收尾(目录篇)

    [推荐推荐][提供下载]ORACLE SQL: 经典查询练手系列文章收尾(目录篇) --通过知识共享树立个人品牌. 通过近一个月的努力,<经典查询练手系列>也快告一段落,但并不代表结束,以 ...

  4. [推荐]ORACLE SQL:经典查询练手第三篇(不懂装懂,永世饭桶!)

    [推荐]ORACLE SQL:经典查询练手第三篇(不懂装懂,永世饭桶!) [推荐]ORACLE SQL: 经典查询练手第三篇(不懂装懂,永世饭桶!) --通过知识共享树立个人品牌. 本文与大家共同讨论 ...

  5. [强烈推荐]ORACLE SQL:经典查询练手第四篇(不懂装懂,永世饭桶!)

    [推荐]ORACLE SQL: 经典查询练手第四篇(不懂装懂,永世饭桶!) --通过知识共享树立个人品牌. 本文与大家共同讨论与分享ORACLE SQL的一些常用经典查询,欢迎大家补充,同时你认为有那 ...

  6. Oracle编程入门经典 第12章 事务处理和并发控制

    目录 12.1          什么是事务处理... 1 12.2          事务处理控制语句... 1 12.2.1       COMMIT处理... 2 12.2.2       RO ...

  7. Oracle编程入门经典 第11章 过程、函数和程序包

    目录 11.1          优势和利益... 1 11.2          过程... 1 11.2.1       语法... 2 11.2.2       建立或者替换... 2 11.2 ...

  8. Oracle编程入门经典 第10章 PLSQL

    目录 10.1          总览... 1 10.2          基于程序块的开发... 1 试验:PL/SQL程序块... 2 工作原理... 2 块嵌套... 2 10.3       ...

  9. Oracle编程入门经典 第9章 掌握SQL*Plus

    目录 9.1             高级启动选项... 1 9.1.1         LOGON.. 2 9.1.2         设置描述文件... 2 9.1.3         START ...

最新文章

  1. 系统调优,你所不知道的TIME_WAIT和CLOSE_WAIT
  2. ASP错误捕获的几种常规处理方式
  3. java enum(枚举)使用详解 + 总结
  4. 将excel多个工作表(表结构相同)合并后生成csv文件
  5. ubuntu18.04安装python3_如何在 Ubuntu 18.04上安装 Python3.7
  6. c语言实现目录下文件的多选 反选,oto高清正版分享(53页)-原创力文档
  7. CASE WHEN 小结
  8. building a blog
  9. Excel—身份证生日提取
  10. 小规模45万免税,免的是增值税,没有企业所得税!
  11. 「 程序员的风险控制」意外险:花几十块就能让你不用担心明天和意外哪个先来
  12. 前端基础_像素的处理
  13. 阿拉伯数字小写金额转换成中文大写金C额程序说明
  14. 李丽云为什么选择肖志军?
  15. 1.TPC-C测试工具一——TPC-C简介
  16. qwin10如何删除linux系统,win10双系统安装卸载ubuntu
  17. html input onfocus
  18. 微信小程序获取公众号code以及openId
  19. 全国计算机等级考试一级教程讲义资料,全国计算机等级考试一级教程讲义
  20. 语音处理 之 libritts,AIShell

热门文章

  1. mysql 横向分表合并_MySQL横向扩展-分库分表解决方案总结
  2. php5.6 连接 oracle,XAMPP中PHP5.6.3连接Oracle
  3. camera.swf java_java调用摄像头保存图片上传功能
  4. 基于java家教管理系统_基于jsp的家教信息管理-JavaEE实现家教信息管理 - java项目源码...
  5. 路由器上的usb接口有什么用_路由器的USB接口,非常强大的功能,教您轻轻松松玩转,太实用了...
  6. 6的变换_电源学报 | 2020年第3期:quot;高性能双向直流变换技术及其应用quot;专辑征稿启事...
  7. 02-CSS基础与进阶-day9_2018-09-12-20-29-40
  8. html css 知识回顾2
  9. 机房合作(一):我怎样做组长(敢于承担责任)
  10. GridView生成序号