Compare prices and save on cheap textbooks at CheapestTextbooks.com
Compare prices and save on cheap textbooks at CheapestTextbooks.com HACKER SAFE certified sites prevent over 99.9% of hacker crime.
Bookmark and Share
CheapestCDPrice.comCheapestDVDPrice.comCheapestTextbooks.comGo to CheapestTextbooks USA!Go to CheapestTextbooks UK!
 
Multi-Store Textbook Search
  
(What's this?)

Selected Product:  

Expert Oracle Database Architecture: 9i and 10g Programming Techniques and Solutions,   ISBN:9781590595305

     
  Expert Oracle Database Architecture: 9i and 10g Programming Techniques and Solutions

 Quick Price Check:


From $35.20 Used
From $43.72 New


Make selection below
    
Binding: Paperback
Release Date: September 2005
List Price: $49.99

Average Customer Rating:
Score = 5.0 Score = 5.0 Score = 5.0 Score = 5.0 Score = 5.0

ISBN-13: 9781590595305
ISBN-10: 1590595300
Author: Thomas Kyte
Publisher: Apress
Bookmark and Share
      e-mail a friend these results and save them $$$
Select button not working?   Click Here

Price Comparisons: New & Used

Store Price  Condition  Shipping Online Coupons and Deals
Coupon/Deal | Coupon Code | Restrictions
Amazon
 (Marketplace) 
$35.20
as of 3/15 10am EST
Used $3.99 There are no current coupons/deals for this store in our database.
If you find one, please contact us.
Half.com
 (Marketplace) 
$43.72
as of 3/15 10am EST
New $3.49 to $3.99 $5 off $50 Click 'Select'
to show coupon
code HERE
New Users Only on Books and Textbooks Click to view coupon instructions 
Half.com
 (Marketplace) 
$43.97
as of 3/15 10am EST
Used $3.49 to $3.99 $5 off $50 Click 'Select'
to show coupon
code HERE
New Users Only on Books and Textbooks Click to view coupon instructions 
Amazon
 (Marketplace) 
$49.54
as of 3/15 10am EST
New $3.99 There are no current coupons/deals for this store in our database.
If you find one, please contact us.

Price Comparisons: New Only

Store Price  Condition  Shipping Online Coupons and Deals
Coupon/Deal | Coupon Code | Restrictions
Half.com
 (Marketplace) 
$43.72
as of 3/15 10am EST
New $3.49 to $3.99 $5 off $50 Click 'Select'
to show coupon
code HERE
New Users Only on Books and Textbooks Click to view coupon instructions 
Amazon
 (Marketplace) 
$49.54
as of 3/15 10am EST
New $3.99 There are no current coupons/deals for this store in our database.
If you find one, please contact us.

Price Comparisons: Used Only

Store Price  Condition  Shipping Online Coupons and Deals
Coupon/Deal | Coupon Code | Restrictions
Amazon
 (Marketplace) 
$35.20
as of 3/15 10am EST
Used $3.99 There are no current coupons/deals for this store in our database.
If you find one, please contact us.
Half.com
 (Marketplace) 
$43.97
as of 3/15 10am EST
Used $3.49 to $3.99 $5 off $50 Click 'Select'
to show coupon
code HERE
New Users Only on Books and Textbooks Click to view coupon instructions 

Price Comparisons: Rental

Store Price  Condition  Shipping Online Coupons and Deals
Coupon/Deal | Coupon Code | Restrictions
Sorry, the textbook you were looking for is not available as Rental, at any of the stores we searched.
Select button not working?   Click Here  

Summaries and Customer Reviews are supplied by Amazon.com

Summary:

Expert Oracle Database Architecture: 9i and 10g Programming Techniques and Solutions is the definitive book if you're a developer or DBA who works with Oracle-driven database applications. This fully revised edition covers both the 9i and 10g versions. It also comes with a CD containing a searchable PDF of the 8i version of the book.

One of the world's foremost Oracle experts, Thomas Kyte covers every important feature and function of the database: the importance, inner workings, proper usage, and pitfalls if handled incorrectly. This book will show you how to program correctly with the Oracle database and exploit its feature-set effectively. As a result, you will be able to build fast, effective, scalable, and secure Oracle applications.

Customer Reviews:

Average Customer Rating: Score = 5.0 Score = 5.0 Score = 5.0 Score = 5.0 Score = 5.0

Great Book for Develoepr & DBA
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5

This book explains basic & advance about Oracle database and He wrote about his experience, that's great ;)
I suggest Oracle Developer & DBA read this book. I believe this book is helpful...

One of the best book of Oracle DB
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5

Hallo,
this book is the base book for every programmer in oracle, which explains the main architecture principles of this DB system by intelligible language of Tom Kyte, the Oracle guru.
Jarda

recommended but flawed
Customer Rating:  Score = 4 Score = 4 Score = 4 Score = 4 Score = 4

I recommend this book, more so if you are new to industrial strength relational databases of today (keeping in mind this review is in June 2009) and if you are new to Oracle. My main complaint is that the author spends too much time paying the "faint praise" to Microsoft SQL Server which spoils the book and fills up extra pages. I think the author should have concentrated on just Oracle 9/10 and left the competitive/comparison talk to Oracle sales (which I get download for free) - in context of this book it is not relevant. BTW, much of what the author says about SQL Server is not correct or no longer correct since release of SQL 2005 in CY2005, and SQL Server 2008 in CY2008. I hope the next edition of this book only talks about Oracle and how it works and leaves the other databases out.

must read for Oracle user
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5

This is THE best book for anyone who uses Oracle. I've read it several times. And I still learn from reading it. I couldn't find anything better. Well, the document is thorough (good for reference), but too damn long to read from cover to cover.

Must Have Book For Anyone Oracle
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5

If you work with the Oracle database, or write software that utilizes the Oracle database, you must read this book and apply the knowledge therein to utilize the database to its highest potential. The majority of developers would probably learn a lot about Oracle just by reading through the first chapter. I would recommend anyone who assumes the database is a black box simply to store data to read this book if they want to effectively use Oracle.

This book is not a "how-to" or a "check your syntax" reference manual, but I find myself going back to it time after time for answers concerning design, or production problems that I have encountered. I think the book acts as this sort of reference inherently because of the nature of the author's step by step detail of each problem domain. For example, in the chapter on concurrency and multi-versioning, the author is explaining Oracle's read consistency model. In the code examples, he shows you how to quickly and easily prove exactly how Oracle works by giving the code sample to open one session, perform tasks, then open another session and perform tasks to see for yourself exactly what happens in different scenarios. You can believe what he says in this book is true, simply because he puts the code right in front of you, and even provides all of the code samples from the book online for free on the Apress website.

The author provides in this book details on all aspects of Oracle database. You get a full explanation of the architecture of the database system itself, to behavior of the database such as locking, concurrency, transactional controls. After you understand what the database does, the book goes into details of how to use it. A typical Oracle book, including the Oracle reference, will just give you the options that you have, for example, listing the types of tables that are available for use. What this book does is give you complete detailed analysis of each implementation, along with examples and common pitfalls. It will help you choose the right tool for each implementation.

This is not a DBA handbook! Kyte often writes something to the effect of "but I don't want to get into the details of the DBA world". While it is not a detailed reference or handbook for DBAs, it still provides the best overview of the Oracle database that I have read anywhere, and would do all DBA's a favor to read it.

Of all the books in the pile on my desk, this one stays near the top!

Bookmark and Share | Suggestions | Textbook Store Reviews | Site Map | Textbook Reviews | Contact Us | Links
Cheap Textbook Search | Used Textbooks | Discount Textbooks | Buy College Textbooks
© 2010 . All rights reserved. Privacy Statement and Disclaimer
web site design and support by Crystal Solutions