Oracle PL/SQL Programming: Guide to Oracle8i Features
| |
Team-Fly |
| Oracle PL/SQL Programming Guide to Oracle 8 i Features By Steven Feuerstein
|
Table of Contents | |
Oracle has added a number of new built-in packages in Oracle8 i . Many of these packages offer very specialized capabilities for replication, database administration, and online analytical processing (OLAP). Other packages will play a more crucial role for PL/SQL developers in the brave new world of Oracle8 i . We'll introduce you to the capabilities of the packages in this second category (and existing packages, such as DBMS_UTILITY, that have been enhanced) in this chapter. More comprehensive, reference-oriented coverage of the packages will be included in the second edition of Oracle Built-in Packages (O'Reilly & Associates, expected in 2000). In addition to the new packages, Oracle8 i includes a new built-in conversion function, TO_LOB, which is also described in this chapter. In addition, a number of other new and modified packages are covered throughout the book in their appropriate chapters, as follows :
Table 7.1 provides a complete list of packages added in Oracle8 i . Table 7.1. New Built-in Packages in Oracle8i
|
| |
Team-Fly |
Top |