Databases Books
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250


Excellent reference bookReview Date: 2008-04-05
ASM Book review by Oracle pressReview Date: 2008-02-08
The first chapter is very helpful and I learned some information about disk storage that I did not know. I am more comfortable talking with SAN and system administrators now. They also get the feel that I know what I am talking about. After the first chapter, the book dives right into ASM architecture and management. Each chapter is well written and easy to understand. This book also covers the new features in Oracle 11 and you can see that Oracle is dedicated to maturing ASM. ASM is here to stay and it will gain in popularity.
One of the areas that I thought could have been better is the discussion and explanation of RAC, ASM and how the cluster registry is affected. It would have been nice to have a chapter on OCFS just as a supplement. Some shops will utilize both OCFS and ASM. OCFS will host the OCR and voting file as ASM can not be used.
If you are new to ASM or you are an expert, this book is a good read. If you are new to ASM will get more out of it (obviously) since it covers everything you need to know to install and maintain ASM. Fortunately since this is the only ASM book (as of today) and it is great source of information you will not be wasting your time. This book comes highly recommended.
George Loewenthal
Denver, Colorado
ASM Best BookReview Date: 2008-01-28
After reading the book I can say that now I know what actually is ASM/How it works/How to Implement ASM and I don't need any more training on ASM.
-MOHAMMED MOINUDDIN UMAIR
Senior Tuning Consultant,LEHMAN BROTHERS,NEW JERSEY
This book will make you an expert on ASM.Review Date: 2007-12-20
I would highly recommend this book for any DBA that will be working with ASM and / or RAC. The high performance, ease of use, and low cost make it a very attractive solution. This book will teach you everything you need to know about ASM (that's why it's called an "Under-the-Hood" guide). It also makes an excellent reference.
Just in Time...Review Date: 2007-12-09
This book starts with the basics of the storage technology and moves towards the center of the ASM with deep discussions on ASM data structures, ASM in operation and ASM troubleshooting. Nitin probably probably knows more about ASM than anyone I know and excels in explaining the complex technologies in easy to understand manner. You will immensely benefit from his wisdom and real life experience.
A must read for Oracle Storage Administrators and DBAs working with RAC/ASM.

Used price: $14.00

top shelfReview Date: 2008-07-25
Must have for 10g DBA'sReview Date: 2006-01-25
It highlights so many of the powerful features and functionality of the Oracle Database, encapsulated within the PL/SQL language, that the first 5 chapters is worth the entire cost of the book!
(Especially Chapter 3 - Table Functions!)
Not only is this a must have for DBA's, it should also be required reading for PL/SQL developers, data warehouse developers and database architects alike.
Great Resource for Oracle DBAsReview Date: 2006-07-27
With the complexity involved, it's nice that a book like this has been written so that DBAs can quickly get their feet wet with Oracle and learn the ins and outs in an efficient manner. At a size of 400+ pages, this is a nice guide to learn the basics of becoming an experienced Oracle DBA. Containing 8 chapters that cover the basics, this book covers Oracle up to Database 10g Release 2. It's up to date, written well, and a perfect companion resource on any DBAs desk.
**** RECOMMENDED
A must have for any Oracle DBAReview Date: 2006-01-17
*) Security
*) Auditing
*) Encryption
*) Optimizing Performance
*) Automating Tasks
*) Scheduling
To start, Oracle PL/SQL for DBAs provides a solid foundation of the PL/SQL language including syntax, data types, cursors, control logic, exception handling, abstract data types, procedures, functions, and packages. The introduction is well written and packed with many explanations and examples. The book continues further to describe in great detail the use of cursors and table functions in chapters 2 and 3.
At this point, the Oracle DBA should have a firm understanding of the language and move on to more DBA-specific features that involve the use of PL/SQL. Chapter 4 explorers the fundamentals of encryption and how to implement advanced encryption techniques within Oracle. The chapter focuses on the use of the PL/SQL packages DBMS_CRYPTO (Oracle10g R1 and higher) and DBMS_OBFUSCATION_TOOLKIT (earlier releases prior to Oracle10g R1). Algorithms like DES and Triple DES along with other encryption fundamentals like hashing and key management are explained in easy to understand terms and illustrations.
Chapter 5 is dedicated to Row-Level Security. The authors do a fantastic job of explaining policies and how they work. Once again, the extensive amount of accurate examples is what makes this chapter easy to understand and implement. Special attention is paid to the use of the PL/SQL package DBMS_RLS and using it to create policies and control user access. A special section is provided on troubleshooting common errors with row-level security along with how to interpret and resolve them.
Chapter 6 explains the use of Fine-Grained Auditing (FGA). Like previous chapters, the authors lay the foundation for why, how, and when to use this powerful feature along with specifics to how it works with different Oracle releases. The DBA will learn just what is captured with FGA and how to customize it to their environment. FGA makes use of the PL/SQL procedure DBMS_FGA. Detailed examples are provided for creating and editing policies along with methods for administrating FGA.
Chapter 7 deals with generating random numbers and how to take advantage of DBMS_RANDOM. Here you will find great explanations of how to check for randomness and following statistical patterns. Again, all of this is put together with accurate examples.
Chapter 8 was my favorite - Scheduling. This chapter focuses on DBMS_SCHEDULER - Oracle10g's replacement for DBMS_JOB. Sections are also provided on how to prioritize jobs with the use of Database Resource Manager (DBMS_RESOURCE_MANAGER).
I enjoyed this book from front to back. Very well thought out explanations, real world examples and illustrations.
VERY VERY HIGHLY RECOMMENDED!!Review Date: 2006-08-20
Nanda and Steven Feuerstein, begin by providing a whirlwind tour of the PL/SQL language, touching on all of the topics DBAs will need to become familiar with--from the basics of the PL/SQL block structure, identifier construction, and program data declarations, to the use of control and error-handling statements, to the construction of procedures, functions, packages, and triggers in PL/SQL. Then, the authors describe PL/SQL cursors and how you can improve database performance by taking advantage of such features as cursor reuse, cursor soft-parsing and soft-closing, and various characteristics of implicit cursors. Next, they explore the use of functions that can be used as data sources for queries and that are used frequently in Extraction, Transformation, and Loading (ETL) operations. The authors then explain how you can use Oracle's tools to build basic encryption and key management systems to protect sensitive data. They continue to explain how you can define policies on database tables so that you can restrict which rows particular users can see or change in those tables. Then, the authors show you how you can extend traditional Oracle auditing to capture both database changes and queries. Next, they discuss situations in which you may need to generate values. Finally, they describe the use of the DBMS_SCHEDULER package in scheduling jobs to be performed at regular intervals.
This most excellent book is here to help you get your job done. More importantly, this book is focused squarely on the language topics of special concern to DBAs.

Used price: $1.62

Excellent examples for intermediate PL/SQL developers.Review Date: 1998-09-30
Excellent textReview Date: 1998-03-06
The best PL/SQL book in town!Review Date: 1999-08-05
Best PL/SQL Book on(off) the MarketReview Date: 2002-01-07
I highly recommend this book. The only issue is its availability, I find it hard to believe that the publishers have not cashed in on this book (did n't republish - currently out of print) as it is a real winner and a gem to have.
Listed below are the chapters.
1. PL/SQL At A Glance
2. Writing Simple Routines
3. Program Flow Control
4. Accessing the Database
5.
Complex Datatypes
6. Creating Programs
7. Using Object Types
8. PL/SQL In Different Environments
9. PL/SQL
And Application Performance
10. PL/SQL Fundamentals
11. Blocks, Stored Programs, Packages, Database Triggers And Stored
Types
12. Declarations
13. Procedural Constructs
14. Built In Functions
15. Oracle 8 Supplied Packages
16.
Extended SQL And PL/SQL Support
17. External File I/O And Background Job Control
18. Support of LOB Datatypes
19.
Event Notification And Intersession Communication Support
20. Advanced Queuing Support
21. Miscellaneous Packages
Highly reader friendly. Avoids (luckily) confusing jargons.Review Date: 1998-08-26

Used price: $1.17

A comprehensive and understandable bookReview Date: 1997-09-30
The book first explain the area to be covered, and then gives you lots of small examples, that you can test, or just read. It strengthen the idea that you should write not much code, but effective.
Among many other things it gives you several ways to pass variables, important but difficult for the newbee.
The book is even fun to read, and really helps you getting into OPAL. I strongly recommend it.
Solid reference for Paradox 7.Review Date: 1998-10-12
The Devil is in the detailsReview Date: 1998-07-02
The strong point of this book is it's index, which is beyond complete, it is intense.
Can't be beatReview Date: 1998-05-22
Essential & Excellence Books for all Paradox ProgrammersReview Date: 1998-02-01

Used price: $7.58

This is the most "MUST HAVE" Access bookReview Date: 2005-02-07
Must have for Access DevelopersReview Date: 2001-11-02
Next to The Access Developer's Handbook Series by Litwin, Getz etc..and F. Scott Barker's Power Programming, I would say this is a "must have" for any serious Access Developer.
How to Deploy SQL and Web Solutions w/ Access XPReview Date: 2001-10-05
Being pressured to grow my application to many users (both trusted LAN and anonymous Web) and being comfortable with the graphical interfaces of Access, I found the the need to learn about programming ADO recordsets, Data Access Pages and ASP while determining the best solution. I have been overwelmed by the flexibility of MS solutions and options that are possible and needed some guidance in plain language to explain such terms as Objects, Properties and Methods, and what they meant to be programmed. Chapter 2 does a good job of that which is followed by a useful summary of the ADO library. Data Access Projects are lined out well along with some practical tips to incorporating SQL Server 2000 as a data source. He further builds upon this model and shows how to dynamically (!) create web pages from the Access Project using MS Frontpage XP, the resultants being Active Server Pages! I have found while the Access 2002 graphical tools are helpful, Dobson explores how to control the code behind the power of the XP Office release.
I have found the code to be tight and well commented. I'd urge anyone interested in harnessing the full power and speed of deployment of Access 2002 and the Office XP suite to add this book to their "How To" library.
Includes Much That You Will Not Find ElsewhereReview Date: 2001-11-12
one. It is the clearest available introduction to VBA
coding. It provides explanations with a huge collection
of Access VBA code. And it is a thorough presentation
of what is new and powerful in Access 2002, especially
concerning integration with SQL Server.
This book is just the thing for anyone who wants to
become a serious Access user or developer. It is the
answer to the prayers of many Access users who have
wanted a reference that would finally take them from
the limited GUI Access interface into the more full and
flexible features of VBA coding. The coding in this
very large book is so extensive that I bet you could,
if you wanted to, do every future Access project with
just code and without reference to the GUI interface.
You can tell that Rick Dobson loves to code and to pass
on what he has learned.
The explanations are very readable and give you the
background necessary to actually understand why things
work the way they do. Much attention is given to
keeping you out of trouble by conveying a very clear
understanding of operational issues not covered
elsewhere. This includes successful integration of
different versions of Access and SQL Server, getting
the reference libraries correct, and even using Access
with FrontPage (now included in Office XP
Professional).
If this reference indicates the way Microsoft Press
books are headed, then I am going to look to add more
of them to my reference collection in the future.
Clarity, comprehensive, and Code, code, code!
Great HelpReview Date: 2003-08-07
I have 20 years
of software development experience mainly in the
mainframe area both here in Sydney, Australia and Boston, Mass. I recently
decided to start my own consulting firm and develop business applications using Access. In the past four months, I have used
your book to learn Access in order to develop an
inventory and billing software package for one of my clients. I can honestly
tell you that I learned a lot from your book, and I can even say that without your book, I would've not been able to finish
the project.

Used price: $0.78

By far the best beginner's SPSS referenceReview Date: 2001-05-22
Dummy-Proof!Review Date: 2002-06-02
Great Book for dissertation reference! SPSS for WindowsReview Date: 2001-04-27
This book is essentialReview Date: 2002-08-01
A comment from the AuthorReview Date: 2001-05-30
The comments by the individuals from Iowa and Minnesota reflect the many e-mails we have received on this book from, literally, all over the world. While we routinely recommend that anyone who uses the book first take a course in statistics, for anyone with reasonable math aptitude, the first 16 chapters should be understandable without ANY statistical background. If you are looking for a book that is comprehensive yet ultimately understandable for fundamental statistical procedures (data entry, data manipulation, frequencies, descriptives, chi-squares, t-tests, correlations, ANOVAs, simple linear and multiple regression analysis, graphs) but includes excellent coverage on the more advanced procedures we suggest that this book was made for you.
We, the authors, welcome your comments. These are considered carefully as we create new editions of the book.

Used price: $20.57

Great Book for BeginnnersReview Date: 2007-06-19
I especially enjoyed the explanation of the storage engine. It made things clear to me that I didn't understand previously.
Just what I neededReview Date: 2007-01-22
Good stuff.
Great Book!!!Review Date: 2007-01-18
Pretty good SQL Server 2005 BEGINNER bookReview Date: 2008-08-28
VERY good basic book.Review Date: 2008-05-06

Used price: $29.76

Excellent!Review Date: 2008-07-04
Good book to bootstrap yourself into Text MiningReview Date: 2008-05-03
Of course, a side effect of this is that the approaches described are not necessarily the state of the art for solving any given problem, but once you get the basic approach to solving a problem, it is relatively easy to find and understand the documentation on the web for the more advanced approaches, since you now know what you are looking for and how it differs from your basic solution.
The book does have a (fairly long) chapter where it covers the math background necessary to get started with Text Mining. If you understand the stuff in there, you will actually be able to think up solutions to text mining problems that are unique to your own situation.
The algorithms in the book are in pseudo-code, but the book comes with a CD (or download from the author's sourceforge project textmine.sf.net) where you can see working Perl code.
Overall, I think this is one of the most useful books that I have purchased in a while. It should appeal most to programmer types who have programmed in their language(s) of choice for a while in areas other than text mining, wants to get into text mining, and doesn't want to spend a lot of time relearning high school and college math before starting off.
A Great SubjectReview Date: 2008-03-29
However, I expected more details, and a richer content overall, thus the four stars. This is still a good book.
An excellent guide to mining the NetReview Date: 2006-07-03
How to Find InformationReview Date: 2006-06-07
In this book Dr. Konchady talks about how to go find data that is in text form on your system, on your network or out on the web somewhere. It talks about search engines, but also about other techniques that can be used only by programming.
The CD that comes with the book contains several Perl software snippets that help to find named entities, parts of speech, phrases and gives a summary of text documents. This area includes developing web crawlers that can be adapted by individual users to go out and find specialized information. It further contains an Open Source software package called Text Mine that is designed for mining operations. In addition it has utilities to build and enhance Text Mine and utilities to build and manage MySQL database tables. This is an excellent book on everything from the basic hints and types through some of the mathematics that underlies text mining.
His section on the nature of an English language Question and Answer system is the best I've ever seen.

Used price: $15.50

Provides excellent content for those working on MySQL Review Date: 2008-08-20
operation. Learned a lot through code review & trial and error! Recently
purchased this book and it is excellent! Wish we had it months ago.
The author knows what he's talking about. Provides a great overview of the
architecture, file and subsystem layout. Also provides great information on using the 'built in' debug capability of the server -- very useful!
I was expecting to be disappointed, I was not. The content was right
on the mark for those folks interested on working on server internals.
A very good book!Review Date: 2007-08-17
Provides clear insightsReview Date: 2007-07-07
Lift the magic veilReview Date: 2007-12-31
After reading this book you should be comfortable enough to tackle the source, and you'll also have deep understanding of the storage engines and how to configure them, how the query parser works, how the optimizer decides on the execution plan, and much more. This is a must read for any DBA, or a programmer who wants to see a great example of a high-performance, reliable UNIX server.
Excellent book, clearly explains MySQL internalsReview Date: 2007-05-25
Starting with an overview of MySQL history and architecture, the book quickly moves us through working with the source code to build and run the product in a debugger. Drawing on his deep experience with the software, Mr. Pachev explains the coding conventions used to develop MySQL and why you should use them when modifying the software yourself.
The author delineates the different functional "modules" (a term he coined himself to better explain the database, technically speaking there are no defined modules in MySQL's architecture) of MySQL and how they interrelate. Herein lies the key to how this book teaches the reader the vast intricacy of such a complex piece of software. The author recognizes the subject is huge and the source code changing. What he does in the book is serve as our tour guide, driving us through the various areas and explaining as much relevant information as he reasonably can. He constantly illustrates key pieces of source code and data structures; but perhaps more importantly he makes reference to the actual source files utilized by each functional component of the system, while encouraging us to explore further on our own. His approach is very much "top down".
As he takes us on this tour, the author explains many of the design decisions behind the various MySQL components, often imparting the historical perspective behind them. I appreciate how, throughout the book, the author shares some of his "inside information" about MySQL's development. There is also a section where he examines the code stability of each module and speculates on what the future may hold for each module. The author's writing style is clear and easy to read. I found Understanding MySQL Internals interesting and fun, and surprisingly easy to read for a book covering such a sophisticated piece of software. The author also does a good job explaining the engineering trade-offs of different MySQL configurations. Speaking of configuration, the book shows you how to add your own configuration option to the mysqld daemon.
Chapter 7, the largest chapter in the book, is 41 pages long. It covers the MySQL storage engine interface. This chapter explains how to integrate your own custom storage engine into MySQL and contains the source code for two custom storage engine examples (one for MySQL 4.1, the other for version 5.1). You can download this source code from O'Reilly's web site. Despite this one long chapter, the book is surprising short, only 234 pages.
I believe this book has value outside of MySQL. It does a good job showing how MySQL is essentially a well designed piece of software: a high-performance, reliable Unix server. The book also touches on the multi-platform aspects of MySQL design. Those of you designing other types of server software may benefit from studying how MySQL is constructed.
This book isn't for everyone, but if you are serious about MySQL in particular or database software design in general then this title certainly deserves a look.

Used price: $44.93

Using Microsoft Access XP: A How-To-Do-It Manual for LibrariReview Date: 2003-01-19
Using Microsoft Access XP: A How-To-Do-It Manual for LibrariReview Date: 2002-12-21
Using Microsoft Access XP: A How To Manual for LibrariansReview Date: 2002-12-21
Using Microsoft Access XPReview Date: 2002-11-12
Using Microsoft Access XP: A How-To-Do-It Manual for LibrariReview Date: 2002-10-31
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250