Customer Reviews


9 Reviews
5 star:
 (1)
4 star:
 (4)
3 star:
 (3)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


9 of 9 people found the following review helpful:
4.0 out of 5 stars Excellent for serious developers
A book like this is essential for real world projects. The author knows exactly what he is talking about and it is easy to tell he has been a developer because he addresses the issues that usually come up during the development phase of a project. Also, the examples illustrate the concepts very clearly and it hardly matters whether you are using UNIX or NT.

This book...

Published on September 13, 1999

versus
9 of 10 people found the following review helpful:
3.0 out of 5 stars A good book but there are too many errors
I think this is a good book because it contains an introduction to the most important features of relational database and then it treat all aspects of PL/SQL, but I would like to know immediately how to debug Oracle PL/SQL programs without reading 210 pages. Next to that I found many type errors in the book.
Published on November 4, 1999


Most Helpful First | Newest First

9 of 9 people found the following review helpful:
4.0 out of 5 stars Excellent for serious developers, September 13, 1999
By A Customer
A book like this is essential for real world projects. The author knows exactly what he is talking about and it is easy to tell he has been a developer because he addresses the issues that usually come up during the development phase of a project. Also, the examples illustrate the concepts very clearly and it hardly matters whether you are using UNIX or NT.

This book is way ahead of the other Oracle books I have seen. The reason I didn't give 5 stars is because this book doesn't cover the new Oracle8 features.

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


9 of 10 people found the following review helpful:
3.0 out of 5 stars A good book but there are too many errors, November 4, 1999
By A Customer
I think this is a good book because it contains an introduction to the most important features of relational database and then it treat all aspects of PL/SQL, but I would like to know immediately how to debug Oracle PL/SQL programs without reading 210 pages. Next to that I found many type errors in the book.
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:
4.0 out of 5 stars Excellent reference (For procedures, functions, triggers), July 28, 1999
By A Customer
This is one of a number of publications I acquired when tasked with converting an existing Sybase SQL Server 11 system to Oracle. The current system relied heavily on stored procedures\functions with a fair amount of triggers. The fact that this book was laid out as well as it is made my job alot easier.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars general discussion, good source of PL/SQL knowledge, August 23, 2001
By 
"michael_maron" (Stamford, CT United States) - See all my reviews
Stored procedures and especially triggers usually cooperate with other system components, they are sensitive to intricate system configuration changes. True appeciation of the power of Oracle environment comes from comparison of PL/SQL collections and APIs provided by built-in packages (like DMBS_PIPE) - with host operating system IPCs.

Now we can see the challenge of BUILDING INTELLIGENT DATABASES: the book starts from PL/SQL basics and proceeds to exception handling, interprocess

communication and database integrity enforcement.

In ch.7 we find discussion of basic PL/SQL constructs, datatypes and data structures (including index by tables, but without collections that were added later) are covered by ch.9. Exceptions (necessary to deal with built-in packages) are described in ch.10.

Material of chapters 14-17(trigger methodolgy and procedural constraints) is, in fact, software life cycle discussion: development starts from finding out what concrete objects are to be encapsulated and in what way, proprietary integrity constraints are determined. Then certain PL/SQL code is developed and tested, results are re-assessed, more code is developed, etc. - all on concrete code examples. Discussion of Mutable Table situation is very helpful.

Basically, BUILDING INTELLIGENT DATABASES shows two things: how one actually builds PL/SQL applications and how general terminology can be used in the process.

An important practical suggestion here is to develop triggers as wrappers for packages which is very helpful - from C++/Java point of view.

Ch.19 discusses basic package testing using DBMS_OUTPUT. Package methods are usually called from other components, for example, Pro*C/C++ applications. So it is useful to simulate actual calls by special PL/SQL testing wrappers. Then actual component cooperation is tested.

Sample code from the book is easy to read, I'd take it more as illustration than working demo or system

configuration benchmark.

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


1 of 1 people found the following review helpful:
4.0 out of 5 stars Good introduction, but beware of the examples!, June 22, 2001
This appears to be a good introduction to useful PL/Sql coding and techniques. Everything in this book is in the two Official Oracle Press PL/Sql Programming books but more time is spent explaining both the how and the why and making suggestions.

But beware of the example code: some of them have typo errors and some won't run even with the typo's corrected. I sometimes had to debug and correct the code before it would run. This is not unique to this book, but it is not fun debugging code that should already run. Still, I found the book very useful.

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


5.0 out of 5 stars Excellent, Good value for money!, January 29, 1999
By A Customer
I AM SURE GLAD I BOUGHT THIS BOO, THE AUTHOR DID A GREAT JOB- TAKING THE READER FROM THE BASICS TO ADVANCED PL/SQL TOPICS.THIS BOOK HAD IN IT WHAT MANY BOOKS ON THE MARKET HAD MISSING AND THE UNIQUNESS IS THE SIMPLICITY IN IT'S LANGUAGE. Y GO ON GET A COPY, YOU WON'T REGRET IT!!!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 4 people found the following review helpful:
3.0 out of 5 stars Multiple errors w/in the book, September 20, 2000
By A Customer
I am no SQL or Oracle expert so when I needed to be creative with triggers and stored procedures I choose this book. Several of the examples and ideas in the book are usefull but I have to say that there are numerous errors with spelling, switching variable names, and definitions (i.e. section 8.7.3 meaning to explain LPAD the book uses LTRIM instead). If you don't mind taking an extra minute to figure out what was meant instead of what is written in the text, pick up the book, its an ok reference. I don't think I will use another book by this publisher.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 2 people found the following review helpful:
1.0 out of 5 stars lacking in all areas, April 20, 1999
By A Customer
lacking in practical examples not effective as a reference materia
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 12 people found the following review helpful:
3.0 out of 5 stars Oracle PL/SQL, Triggers and Stored Procedures, February 3, 2000
By 
Alexander (Leningrad, Russia, Toronto, Canada) - See all my reviews
Do you know where to obtain an errata list for this book, Alexander
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Building Intelligent Databases With Oracle Pl/Sql, Triggers, and Stored Procedures (Oracle Series)
Used & New from: $1.00
Add to wishlist See buying options