Oracle Built-in Packages
By Steven Feuerstein, Charles Dye, John Beresniewicz
May 1998
Pages: 952
ISBN 10: 1-56592-375-8 |
ISBN 13: 9781565923751




(Average of 2 Customer Reviews)


Description
Oracle's built-in packages dramatically extend the power of the PL/SQL language, but few developers know how to use them effectively. This book is a complete reference to all of the built-ins, including those new to Oracle8. the enclosed diskette includes an online tool that provides easy access to the many files of source code and documentation developed by the authors.
Full Description
Oracle is the most popular database management system in use today, and PL/SQL plays a pivotal role in current and projected Oracle products and applications. PL/SQL is a programming language providing procedural extensions to the SQL relational database language and to an ever-growing number of oracle development tools. originally a rather limited tool, PL/SQL became with Oracle7 a mature and effective language for developers. now, with the introduction of Oracle8, PL/SQL has taken the next step towards becoming a fully realized programming language providing sophisticated object-oriented capabilities. Steven Feuerstein's
Oracle PL/SQL Programming is a comprehensive guide to building applications with PL/SQL. That book has become the bible for PL/SQL developers who have raved about its completeness, readability, and practicality.
Built-in packages are collections of PL/SQL objects built by Oracle Corporation and stored directly in the Oracle database. The functionality of these packages is available from any programming environment that can call PL/SQL stored procedures, including Visual Basic, Oracle Developer/2000, Oracle Application Server (for web-based development), and, of course, the Oracle database itself. Built-in packages extend the capabilities and power of PL/SQL in many significant ways. for example:
- DBMS_SQL executes dynamically constructed SQL statements and PL/SQL blocks of code.
- DBMS_PIPE communicates between different Oracle sessions through a pipe in the RDBMS shared memory.
- DBMS_JOB submits and manages regularly scheduled jobs for execution inside the database.
- DBMS_LOB accesses and manipulates Oracle8's large objects (LOBs) from within PL/SQL programs.
The first edition of
Oracle PL/SQL Programming contained a chapter on Oracle's built-in packages. but there is much more to say about the basic PL/SQL packages than Feuerstein could fit in his first book. In addition, now that Oracle8 has been released, there are many new Oracle8 built-in packages not described in the PL/SQL book. There are also packages extensions for specific oracle environments such as distributed database. hence this book.
Oracle Built-in Packages pulls together information about how to use the calling interface (API) to Oracle's Built-in Packages, and provides extensive examples on using the built-in packages effectively.
The windows diskette included with the book contains the companion guide, an online tool developed by RevealNet, Inc., that provides point-and-click access to the many files of source code and online documentation developed by the authors.
The table of contents follows:
Preface
Part I: Overview
Part II: Application Development Packages
- Executing Dynamic SQL and PL/SQL
- Intersession Communication
- User Lock and Transaction Management
- Oracle Advanced Queuing
- Generating Output from PL/SQL Programs
- Defining an Application Profile
- Managing Large Objects
- Datatype Packages
- Miscellaneous Packages
Part III: Server Management Packages
- Managing Session Information
- Managing Server Resources
- Job Scheduling in the Database
Part IV: Distributed Database Packages
- Snapshots
- Advanced Replication
- Conflict Resolution
- Deferred Transactions and Remote Procedure Calls
Appendix. What's on the companion disk?
Featured customer reviews

Essential!,
April 29 2006
Submitted by
Columbia Kai.
[
Respond |
View]
If you're not making regular use of Oracle's many built-in packages you're missing out on some of the great power in Oracle.
This book was an invaluable reference to me while learning Oracle. I only regret it hasn't been updated and re-released.
Oracle Built-in Packages Review,
December 19 2001
Submitted by Adrian
[
Respond |
View]
This book is fantastic... I think that some may find it hard to come to grips with all the possibilities... and then to read, understand and then implement the options. But if they do, they will indeed find out why Steven, Charles, and John took the time to write this... Simply, if a person doesn't come to understand the most powerful and efficacious tools for a PL/SQL developer (that is "Built-In Packages") they and the companies they work for... R' MISSIN' OUT!
I hope they continue to write on the new packages available under 8i and 9i including the UTL_SMTP, and the packages for the web... even despite them being covered under other authors.
Read all reviews
Media reviews
"Steven Feuerstein is one of my all-time heroes. A brilliant coder and eloquent communicator, he has crafted a second masterpiece that not only delivers code you can use today, but also educates, entertains, and provides a foundation for the code you'll write tomorrow." -- Bill Pribyl, Principal Consultant/Trainer of Datacraft Inc. and former Editor-in-Chief of
Select Magazine
Read all reviews