Oracle PL/SQL Developer's Workbook by Steven Feuerstein with Andrew Odewahn This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was last modified on September 13, 2005. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification CONFIRMED errors: [244] IN PRINT: Item 1-12; "...can have only one of three values: -1, 1, or NULL." SHOULD BE: "...can have only one of four values: -1, 1, 0, or NULL." (269) Solution for 4-36; it should say: The correct answer is (c). After the first NO_DATA_FOUND is re-raised, control is passed immediately to the outer block's exception section and then the string displayed terminates with "No data in outer block". Following this, PL/SQL does not return to the block to finish up by displaying "Finished test". (373) The first sentence now reads: "The function make three inappropriate..." Should read: "The function makes three inappropriate..." (401) Part d of Solution 16-17 now reads: "...created on NESTED TABLE..." Should read: "...created on the NESTED TABLE..."