Have one to sell? Sell yours here
Expert One-on-One Oracle (The Expert's Voice)
 
 

Expert One-on-One Oracle (The Expert's Voice) [Paperback]

Thomas Kyte
5.0 out of 5 stars  See all reviews (8 customer reviews)

Available from these sellers.


4 used from £20.00

Special Offers and Product Promotions


Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
     Expert Oracle Consultants opens new browser window
  www.Teamsolve.co.uk/Oracle_Experts   -   Oracle CAP Partner, Consultancy, Support, Licences & Training


Customers Who Bought This Item Also Bought


Product details

  • Paperback: 1297 pages
  • Publisher: APress; Reprint edition (1 Aug 2003)
  • Language English
  • ISBN-10: 1590592433
  • ISBN-13: 978-1590592434
  • Product Dimensions: 23.7 x 18.6 x 5.7 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon.co.uk Sales Rank:: 339,638 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

More About the Author

Thomas Kyte
Discover books, learn about writers, and more.

Visit Amazon's Thomas Kyte Page

Product Description

Amazon.co.uk Review

In Expert One-on-One: Oracle Thomas Kyte expounds his philosophy of database application development based on the premise that successful development requires a sound knowledge of the database and its internal workings--that the database cannot be treated merely as a black box to and from which data is passed. Equally, that a development project lacking this knowledge will inevitably fail, particularly when attempts are made to scale the resultant application to large scale multiple concurrent use.

This is a big book packed with lots of Oracle insider knowledge including, among other topics, what the various Oracle server processes and files do, what's happening inside the database during a transaction, and the real meaning of the various options available in Oracle's DML and DDL SQL statements. The likely impact of design decisions on application behaviour and performance is also discussed, particularly where this relates to using, or not using, a database feature.

Expert One-on-One: Oracle is likely to be a valuable resource for both Oracle system designers and application developers looking to find out what's really going on inside the database, albeit one that is likely to be dipped into from time to time rather than read from cover to cover. --Michael O'Connor --This text refers to an out of print or unavailable edition of this title.

Book Description

Tom Kyte has a simple philosophy: you can treat Oracle as a black box and just stick data into it or you can understand how it works and exploit it as a powerful computing environment. If you choose the latter course, then you will find that there are few information management problems that you cannot solve quickly and elegantly.

Tom has selected the most important features and techniques and he teaches them in a proof-by-example manner, not only discussing the features available, but also how to implement software using them and indicating the potential pitfalls.

This book covers:

Core database structures and utilities
Performance tuning
Advanced SQL features
Extensibility using C, Java and OR features
Security
Important supplied packages
--This text refers to an out of print or unavailable edition of this title.


Inside This Book (Learn More)
Browse and search another edition of this book.
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
oracle

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

8 Reviews
5 star:
 (8)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (8 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
16 of 16 people found the following review helpful:
5.0 out of 5 stars Tom Kyte - All kneel and praise him!, 14 Jan 2002
By A Customer
Finally Tom Kyte gets around to releasing his talents in a consumable form! This book is without doubt the best book available for Oracle at present, it is suitable for both DBA's and Developers alike, with ample time given to both camps and even the reasons why.

The introdution chapter alone is almost worth the cover price, Tom attempts to explain that all databases are different, no two are alike and they should *ALL* be respected for that, no-one DB is better than another, simply different. The book continues in this very down to earth common sense format.

Tom has an amazing talent of explaining things in a simple, consise form, without coming over as patronising or smug. He is not content to explain one theory and then expect you to guess the rest, he explains everything thoroughly, even if it seems so obvious at first glance. The book oozes, common sense, everything Tom writes about is in there for a reason, if it's not there, your told it's not there, and told why it's not there! His publishers must be given credit for allowing him the the extra space for the hundreds of examples.

As a 5 year Oracle DBA, I would reccomend this book to absolutely anyone who has to use Oracle in their day-to-day work, and I would recomend especially to anyone thinking about their OCP exams, as this will cover the fundamentals in such easy to remember detail, you can't fail.

Stop what your doing, put those other books into storage and make way for "Expert One-on-One"!!!

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
9 of 9 people found the following review helpful:
5.0 out of 5 stars The most complete Oracle book I have seen, 16 July 2001
By A Customer
If you are an Oracle programmer, or a DBA that works with programmers (and has to tell them all the things that they are supposed to know) this is the best book you can buy.

There are books by people that can program, books by writers who can write but do not quite understand what they are writing about, and there are a million other faults a book could have. However, this book has none of them.

Tom Kyte is at the very top of Oracle programming and he is a teacher who wants you to be able the do the same thing. Every topic in this book "reaches the ground". Tom starts from setting up your environment, and takes you through many high level exercises, showing you how to make it work, every single step of the way.

There is too much to describe it all, but as an example, there is a 70-page section on writing a C-Based external procedure. It starts with six pages of setting up your environment (listener, schema, server, exproc program, libraries), then the code in PL/SQL and C, how to make it, how to install it, how to test it. It ends with the answer to every error message you might get if you make a mistake.

The applications discussed are not just "interesting" and they do not just "work". There is a recurring theme in all of the applications and that is this that they scale. Tom has sections on bind variable, and then more on bind variables, and then more on bind variables, until the idea is branded on you that a "working" application is trivial unless it scales. You are not writing code for developers, but for end users who may do millions of transactions a day; that is the kind of code you want.

If you already know everything, you will learn more! Either way Tom's projects are complete, and well documented.

This is great book, and you will read all 1200 pages.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
6 of 6 people found the following review helpful:
5.0 out of 5 stars Superb detailed view of oracle database, 26 Mar 2002
By Graeme Barnett (Edinburgh, United Kingdom) - See all my reviews
This is the best book I've purchased so far.
I've a total of 9 oracle books on my book shelf and this is by far the best.

It is the way it is so well written; almost narratively. He gives details of the particular subject and interjects with the way it should 'really' be done. Oracle has so many different ways of doing the same thing and he points out the best ways.

There is also alot of technical information squeezed into a mere 1200 odd pages.

Even with limited Oracle knowledge this is the best introduction you could get if you've a few years general database experience already.

Read it and then read it again!!!

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Best Oracle book on the planet
I have just to say that i 100% agree with all the five-stars reviews on this book - since they have dissected the book from every possible perspective, I have only to add that... Read more
Published on 16 May 2003 by Alberto Dell'era

5.0 out of 5 stars One of the best sources of information about Oracle database
This is definitely a must-have even if you are only considering programming in Oracle. The book covers the most fundamentals aspects of programming for the Oracle database and Tom... Read more
Published on 16 May 2003 by M. Numan

5.0 out of 5 stars Superb
Just buy this. It is a truly expert book written in an easy to read style. Kyte's insight into Oracle is remarkable, and I picked up tips just from reading the first few chapters... Read more
Published on 28 Dec 2001 by Mr. R. Willett

5.0 out of 5 stars Ignore the rest
I'm about to dump all the other Oracle books I have bought over the years into the nearest skip.
This fantastic book is really the only one I will ever need,(well this and... Read more
Published on 27 Nov 2001 by anthony@aandlquinn.fsnet.co.uk

5.0 out of 5 stars Expert and readable, from beginnner to pro
I have been doing Oracle development since Oracle 5.x and have lots of books by now, but this is by far the best. Read more
Published on 14 Nov 2001 by P. H PICOT

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.