网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
本月文章推荐
.Oracle 9i 事务处理.
.如何在Oracle中建立汉字拼音对照.
.ORACLE在HP-UX下的系列问题处理(.
.开启企业殿堂的钥匙 Oracle服务器.
.Linux启动过程全接触(1).
.oracle数据库文件中的导入\导出(.
.存储参数(storage子句)含义及设.
.使用ssh实现oracle数据库备份文件.
.建立一个内嵌的柱状表.
.数据库应用程序常见T-SQL和PL/SQL.
.如何实现MSSQL7.0、Sysbase、Acc.
.Oracle基础工具简介.
.在Redhat 9上安装 Oracle 817心得.
.轻松修改Oracle数据库表的大小.
.解决Oracle 10g library内存分配.
.关于数据库名(db_name)、实例名(.
.删除a表中和b表相同的数据.
.Oracle数据库诊断性能问题.
.推荐精华文章:Oracle数据库高手.
.pl/sql程序编写中遇到的一些问题.

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

发表日期:2008-2-9



  
[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

ProdUCt Details
pages: 513 pages
Publisher: Addison-Wesley Professional
ISBN: 0201325748
Average Customer Review: 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

Product Details
pages: 400 pages
Publisher: McGraw-Hill Osborne Media
ISBN: 007222729x
Average Customer Review: 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

Product Details
pages: 130 pages
Publisher: O'Reilly
ISBN: 156592598X
Average Customer Review: 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

Product Details
pages: 64 pages
Publisher: O'Reilly
ISBN: 0596006012
Average Customer Review: 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
这些内容本着交流的目的,请不要用作商业利益.假如侵犯您的版权,请来信通知,我会马上删除。

上一篇:ORACLE中BFILE字段的使用研究 人气:655
下一篇:ORACLE SERVICE不能启动 人气:810
浏览全部Oracle教程的内容 Dreamweaver插件下载 网页广告代码 祝你圣诞节快乐 2009年新年快乐