[Oracle] 几本重要的电子图书下载

[Oracle] 几本重要的电子图书下载

初始链接:
http://www.dbanotes.net/Oracle/DB_Books_Download.htm
供Oracle 技术爱好者参考。
这些内容本着交流的目的,请不要用作商业利益.如果侵犯您的版权,请来信通知,我会立刻删除

Title:Scaling Oracle8i: Building Highly Scalable OLTP System Architectures
Author: James Morle
URL:
http://www.amazon.com/exec/obidos/tg/detail/-/0201325748
0201325748.01._PE11_PIdp-schmoo2,TopRight,7,-26_SCMZZZZZZZ_.jpg
Product Details
pages: 513 pages
Publisher: Addison-Wesley Professional
ISBN: 0201325748
Average Customer Review: stars-5-0.gif Based on 11 review(s).
Format: PDF
Size:
Supplier:http://www.scaleabilities.co.uk
Summary:
As open systems continue to replace traditional mainframe systems, system scalability is becoming an increasingly important topic. Although far more flexible than mainframe systems, open systems applications tend to be less reliable and more difficult to scale. There is no cookbook approach to solving this challenge: A thorough understanding of the technologies involved is essential for designing scalable solutions that meet long-term business needs. Scaling Oracle8i offers valuable insights and techniques for designing reliable and scalable online transaction processing (OLTP) applications using Oracle. This book focuses on providing the in-depth information about Oracle and the underlying hardware required to build systems that scale effectively. You will find coverage of relevant hardware and I/O operation; benchmark and database monitoring systems; Oracle internals, operation, and implementation; and UNIX operating system issues that impact Oracle performance and scalability. Essential topics covered include: *Critical scalability concepts, including latches and locks, lists, hashing, and caching *A briefing on various hardware architectures, including symmetric multiprocessor


Download This Book

Oracle Wait Interface: A Practical Guide to Performance Diagnostics & Tuning (Osborne ORACLE Press Series)
Author: Richmond Shee / Kirtikumar Deshpande / K. Gopalakrishnan
URL:
http://www.amazon.com/exec/obidos/tg/detail/-/007222729x
007222729X.01._PE30_PI_SCMZZZZZZZ_.jpg
Product Details
pages: 400 pages
Publisher: McGraw-Hill Osborne Media
ISBN: 007222729x
Average Customer Review: stars-5-0.gif Based on 2 review(s).
Format:
Size:
Supplier:
Summary:
Troubleshoot, tune, and optimize your Oracle database efficiently and successfully every time. This book explains how to take full advantage of the revolutionary Oracle Wait Interface to quickly pinpoint--and solve--core problems and bottlenecks, and increase productivity exponentially.

Download This Book

Oracle8i Internal Services for Waits, Latches, Locks, and Memory
Author: Steve Adams
URL:
http://www.amazon.com/exec/obidos/tg/detail/-/156592598X
156592598X.01._PE_PIdp-schmoo2,TopRight,7,-26_SCMZZZZZZZ_.jpg
Product Details
pages: 130 pages
Publisher: O'Reilly
ISBN: 156592598X
Average Customer Review: stars-4-5.gif Based on 18 review(s).
Format:
Size:
Supplier:
Summary:
Advanced performance tuning with Oracle involves unraveling the mysteries of the SQL database's inner workings. Oracle8i Internal Services for Waits, Latches, Locks, and Memory peels back several layers of the Oracle onion to reveal how things really work. While the author claims his quest to get to the bottom of Oracle still continues, this book is a snapshot of his current knowledge of the performance-critical internals.

Download This Book

Oracle Regular Expressions Pocket Reference
Author: Jonathan Gennick / Peter Linsley
URL:
http://www.amazon.com/exec/obidos/tg/detail/-/0596006012
0596006012.01._PE_PI_SCMZZZZZZZ_.jpg
Product Details
pages: 64 pages
Publisher: O'Reilly
ISBN: 0596006012
Average Customer Review: stars-4-0.gif Based on 1 review(s).
Format:
Size:
Supplier:
Summary:
Support for regular expressions in SQL and PL/SQL is one of the most exciting features of Oracle Database 10G. Oracle has long supported the ANSI-standard LIKE predicate for rudimentary pattern matching, but regular expressions take pattern matching to a new level. They provide a powerful way to select data that matches a pattern, as well as to manipulate, rearrange, and change that data. This concise pocket guide is part tutorial and part quick-reference. It's suitable for those who have never used regular expressions before, as well as those who have experience with Perl and other languages supporting regular expressions. The book describes Oracle Database 10G's support for regular expressions, including globalization support and differences between Perl's syntax and the POSIX syntax supported by Oracle 10G. It also provides a comprehensive reference, including examples, to all supported regular expression operators, functions, and error messages. O'Reilly's Pocket References have become a favorite among developers and database administrators everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. Whether you're using regular expressions for the first time or applying your skills from other languages to the latest version of Oracle, the Oracle Regular Expressions Pocket Reference is the book to have close by.


Download This Book




原文出处

http://www.dbanotes.net/Oracle/DB_Books_Download.htm

这些内容本着交流的目的,请不要用作商业利益.如果侵犯您的版权,请来信通知,我会立刻删除

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
谢谢大家的支持,我会陆续上传相关电子 由于体积较大,本分两卷压缩,请都下载完再解压! Oracle 11g SQL和PL SQL从入门到精通 pdf格式电子 下载(一) http://download.csdn.net/source/3268267 Oracle 11g SQL和PL SQL从入门到精通 pdf格式电子 下载(二) http://download.csdn.net/source/3268312 内容简介   本是专门为oracle应用开发人员提供的sql和pl/sql编程指南。通过学习本,读者不仅可以掌握oracle常用工具oracle universal installer、net comfiguration assistant、sql developer、sql*plus的作用及使用方法,而且可以掌握sql语句和pl/sql的各种基础知识和高级特征(记录类型、集合类型、对象类型、大对象类型)。   除了为读者提供编写sql语句和开发pl/sql块的方法外,本还为应用开发人员提供了一些常用的pl/sql系统包。通过使用这些pl/sql系统包,应用开发人员可以开发出功能更强大的数据库应用程序。本不仅适合sql和pl/sql初学者,也适合于有经验的oracle应用开发人员。 前言 第一部分 sql和pl/sql相关工具  第1章 在windows 平台上安装oracle database 11g  第2章 配置网络服务名  第3章 使用sql database  第4章 使用sql*plus 第二部分 sql  第5章 sql和pl/sql综述  第6章 简单查询  第7章 sql单行函数  第8章 操纵数据  第9章 复杂查询  第10章 管理常用对象 第三部分 pl/sql  第11章 pl/sql基础  第12章 访问oracle  第13章 编写控制结构  第14章 使用复合数据类型  第15章 使用游标  第16章 异常处理 . 第17章 本地动态sql  第18章 pl/sql过程  第19章 pl/sql函数  第20章 pl/sql包  第21章 触发器  第22章 使用对象类型 第四部分 pl/sql系统包  第23章 使用大对象  第24章 读写os文件  第25章 开发多媒体应用  第26章 开发web应用  第27章 dbms_sq动态sql  第28章 管理统计  第29章 使用数据库资源管理器  第30章 数据加密和解密  第31章 使用调度程序  第32章 使用flashback  第33章 使用重定义联机表  第34章 修正损坏块  第35章 使用日里民挖掘  第36章 使用管道  第37章 使用精细访问控制  第38章 使用精细审计  第39章 使用预警事件  第40章 转换rowid  第41章 其他常用包 习题答案

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值