动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
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教程 ]的信息

本月文章推荐
.Oracle9i开机自启.
.Oracle 9i锁.
.新手入门 介绍ORACLE的Copy命令.
.oracle9i,如何在PL/SQL中读写文.
.ORACLE ERP导数据(BOM清单).
.怎样在FORM中使用程序实现与EXCE.
.Oracle临时表 优化查询速度.
.Oracle:10.0.1.2.0的bug!.
.Oracle数据库的左连接和右连接.
.教你快速掌握Oracle数据库中的 b.
.Oracle 10g R2ORA-3136 错误解决.
.ORACLE在HP_UX下的系列问题处理(.
.Oracle LogMiner终结版(zt).
.Oracle与PHP实例开发Myers订单跟.
.Oracle数据库字符集问题总结.
.数据库监控工具 For Oracle v1.2.
.Linux 中 x86 的内联汇编.
.Oracle数据库在NT平台的系统优化.
.CSDN Oracle杂志正式启动.
.优化Oracle库表设计的若干方法.

[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字段的使用研究 人气:626
下一篇:ORACLE SERVICE不能启动 人气:759
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-12-2 OpenPNE中文 v2.12.5 for win 中
2008-12-2 谷秋精品课程软件课程版 v2.3
2008-12-2 晴天电影系统(带一键迅雷/自定义
2008-12-2 QQip138闪字程序
2008-12-2 SmartWeb企业智能建站系统 v1.0.2
2008-12-2 梦想不死个人主页 v2009
2008-12-2 开良ASP小偷程序生成器 v1.1
2008-12-2 toolxp.cnalexa世界排名查询 php
2008-12-2 腾讯留言板 v1.3
2008-11-29 Tencent Traveler 4.4
2008-11-29 龙卷风网络收音机 v3.0.0.0
2008-11-29 Intel Chipset Software Install
2008-11-29 TweakVI 1.0 Build 1100
2008-11-29 Opera 9.62 Build 10469
2008-11-29 MPlayer WW编译版 SVN-r28044(20
2008-11-29 NetTools网络工具v1.0.0破解版
2008-11-29 3DGallery三维体验1.1破解版
2008-11-29 SecretBook保密本v1.0破解版
  发表评论
姓 名: 验证码:
内 容:
站长工具:网站收录查询 | Google PR查询 | ALEXA排名查询 | CSS在线编辑器 | OPEN参数生成器 | 弹出式窗口代码产生器 | 密码登录生成器 | 在线按钮生成器 | Meta标签生成器 | 多色彩特效字代码生成器 | 网页代码调试器 | 在线FTP登陆 | Flash取色器 | 配色代码对照表 | 配色辞典 | CSS生成器 | 广告代码 | 框架网页代码生成器 | js/vbs加密 | md5加密 | 进制转换 | UTF-8 转换工具 | 在线调色板 | Html转换js | Html转换asp | Html转换php | Html转换perl
实用工具:汉字翻译拼音 | 拼音字典 | 符号对照表 | 个税计算 | 实时汇率查询换算 | 经典小工具 | 汉字简繁转换 | 普通单位换算 | 公制单位换算 | 生辰老黄历 | 国内电话区号 | 国家代码与域名缩写 | 文字加密解密 | 元素周期表 | 健康查询 | 世界时间 | 万年历 | 二十四节气 | 汉字横竖排版 | 手机号码查询 | 计算器 | ip搜索
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2009 www.knowsky.com All rights reserved | 沪ICP备05001343号