ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Oracle PL/SQL Programming 2ed
Author:
Steven Feuerstein and Bill Pribyl
ISBN:
1 56592 335 9
Publisher:
O'Reilly
Pages:
987pp+disc
Price:
£32-95
Reviewer:
Michael Minihane
Subject:
database
Appeared in:
12-2
PL/SQL is Oracle's procedural language extension to SQL, for use in those cases where SQL functionality on its own isn't sufficient. Ubiquitous across the various Oracle products, PLSQL has seen many different versions and supports development both server-side in the database and client-side in application code.

The book starts with an overview of the different versions available and then throughout, when features are introduced, it's made clear if there are restrictions for use across versions. This works well, as the progression is from fundamentals to advanced features and as you would expect the Oracle 8 features are dealt with towards the end.

The author takes the trouble early on to discuss coding style in general and the reasoning behind his personal style, before the detailed discussion of language features. The examples used in the book are useful and the comments on approach show real experience. This evidence of living in the real world is added to in the later stages of the book with sections on design, debugging and tuning.

The book is suitable for use both as a learning aid and as a reference. It's my first choice for answering PL/SQL questions and certainly much more useful than the Oracle supplied documentation.