40 of 43 people found the following review helpful:
5.0 out of 5 stars
ODTUG Review, November 5, 2002
This review is from: Oracle PL/SQL Programming, Third Edition (Paperback)
Most of us have had to learn PL/SQL at some point in our Oracle careers, and I am sure many of you have become quite expert. On the other hand, some of you may be new to this world of PL/SQL and are looking for a basic text that will educate you in the use of this language.
The "Bible" for PL/SQL programming has long been the earlier editions of this book, and Steven Feuerstein has been considered the guru of PL/SQL programming for as many years as I can remember. Steven has completely revised his best-known work into a new, third edition. I thought that it was time to take a look at this new edition and see what it has to offer both groups. Here is what I found.
Steven now provides complete coverage of PL/SQL from Oracle RDBMS version 7.3.4 through Oracle9i Release 2. He has incorporated all the information from his book PL/SQL Guide to Oracle8i New Features into this book. He has added a new chapter on database triggers and included especially useful information on DDL triggers and database event triggers. He has added new content on the PL/SQL runtime architecture, creating and running PL/SQL programs, and calling Java methods from within PL/SQL. He has integrated all the new Oracle9i features throughout the text, instead of placing them in a separate chapter.
In order to make the book fit into 1,000 pages, some of the example code was removed and can be found on O'Reilly's Web site at www.oreilly.com/catalog/oraclep3 as a zipped file. About 300 files are available. Approximately 200 pages that were pruned from the second edition that still have some utility are also available there.
The book is organized much the same way as previous editions, with a few changes. There are 23 chapters divided into six parts:
Part I: Programming in PL/SQL. These three chapters orient you to PL/SQL, its history, utility, and basic programming constructs.
Part II: PL/SQL Program Structure. Conditional, sequential, iterative control structures, and exceptions are covered in these three chapters.
Part III: PL/SQL Program Data. Six chapters cover how to manipulate data within PL/SQL procedures and functions. Strings, numbers, datatypes, including the new Oracle9i datatypes, and records and collections are also discussed.
Part IV: SQL in PL/SQL. There are three chapters that cover transactions, data retrieval, and the use of dynamic SQL.
Part V: PL/SQL Application Construction. The four chapters in this part discuss procedures and functions, packages, triggers, and managing PL/SQL applications.
Part VI: Advanced PL/SQL Topics. There are four final chapters that cover the runtime architecture, object-orientation in PL/SQL, PL/SQL and Java, and external procedure calls.
Steven states in his preface that the three objectives of this book are to
1. take full advantage of the features of PL/SQL,
2. use PL/SQL to solve your problems, and
3. write efficient, maintainable code.
Each chapter has been crafted to address these three objectives. His writing style is clear, succinct, and reads like he is sitting next to you chatting about the new things he's learned. The book is absolutely full of code examples. Most of the examples are posed as practical programming problems. He carefully walks you through the lines of example code, clearly explaining the logic used for each step of the program, and points out version-based differences. Steve is also not afraid to express an opinion and will tell you exactly why he chooses a particular method for solving a problem. Notes explaining tips and traps proliferate the book.
So, what do I think about this new edition? His book has the most comprehensive coverage of PL/SQL that I have ever seen. The code examples achieve a level of sophistication that is truly elegant. For a PL/SQL beginner, this book can be the source of all PL/SQL wisdom. Even if you have been programming with PL/SQL for a time, I think you will find the information on Oracle9i new features useful and will find many nuggets of information that can be used immediately to improve your code.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
17 of 17 people found the following review helpful:
4.0 out of 5 stars
Not a reference, use in conjunction with oracle docs, January 6, 2003
By A Customer
This review is from: Oracle PL/SQL Programming, Third Edition (Paperback)
A lot of reviewers are knocking this book because it's not a comprehensive reference. While it does contain some valuable reference information, it's real value is not as a reference, but as an actual guide to using the language's features to construct useful, working code.
At this, it's excellent. For example: Need to understand how to intelligently use exception blocks? Don't look in the Oracle docs; you'll get the correct syntax, but not much else. This is true for many of the topics the book touches on.
The author does spend a lot of time on programming fundamentals, (modularization, comments, good style, etc.) but considering how precise you need to be, and the specific challenges of debugging and deploying server side PL/SQL code, a little dose of rigor can be a good thing.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
21 of 25 people found the following review helpful:
2.0 out of 5 stars
Database Developer, August 17, 2004
This review is from: Oracle PL/SQL Programming, Third Edition (Paperback)
Im an experienced SQL Server developer.
I used this book to learn PL/SQL, while this book is
very detailed but it is HIGHLY disorganized.
It assumes you know everything. It talk about issues in
some chapter, while defines the concepts used in that issue in the future chapters!!!!
This makes this book a very "BAD" resourse for beginners.
For a 900+ pages book the number of examples are very limited!
Buy this book "only" IF you are already an expreinced Oracle
User and you need a review.
Otherwise this is not for you.
Regards.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No