Oracle PL/SQL Built-ins Pocket Reference by Steven Feuerstein, John Beresniewicz & Chip Dawes Following are the changes made in the 1/00 reprint: 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 {45} In the second-to-last line of text before the heading, "UTL_RAW," it used to read: "... or %n indicating newline (any number allowed)." It now reads: "... or \n indicating newline (any number allowed)." The newline information has been changed to \n instead of %n.