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 Built-in Packages
Author:
Steven Feuerstein et al.
ISBN:
1 56592 375 8
Publisher:
O'Reilly
Pages:
930pp+disk
Price:
£??
Reviewer:
Mike Ellis
Subject:
database
Appeared in:
11-3
As any Oracle DBA or Application Developer knows, every Oracle database comes complete with a bewildering array of built-in packages, any optional feature installed only serves to increase the number. The supplied Oracle documentation is confusing at best and wading through a whole shelf of documentation to find the parameter list for such-and-such a function can be very time consuming.

The three authors of this book have combed through the Oracle documentation to create a list of almost all the packages and their functions and procedures; together with a list of their parameters and a short description. In many cases the supplied information will be enough to use the function correctly.

Although many of the packages are quite simple, some provide much more advanced facilities, e.g. the packages used when replicating a database are complex and actually write other packages when executed. These packages are given more thorough coverage, including advice on how and when to use the packages as well as the basic 'function prototype' level of documentation.

This book won't replace the shelf-full of books that come with Oracle, but it will answer a number of the more commonly asked questions about the packaged functions. Anyone using an Oracle database day-to-day could do a lot worse than keep this title alongside the SQL Server Reference next to their terminal.