Advanced Oracle PL/SQL Programming with Packages by Steven Feuerstein Following are the changes made in the 5/99 reprint: 72} code sample 1, line 7: "mode_inDBMS_SQL.V7" now reads "mode_in" {98} para. 7: before "I then changed my hard-coded ..." added the following: "I decided to use 100 because my identifier variable needed to hold identifiers of the form "package.element" and so that I had some extra space with which to work." {233} code sample 2 now reads the following: __________________________________________ SQL> SELECT PLV.now from DUAL; __________________________________________ August 3, 1996 20:19:35 SQL> exec p.1(PLV.now); August 3, 1996 20:20:48 (replaced the line with "NOW" and the blank line following it with a line of dashes.) {338} Table 13-1, row 3: "UTL_FILE.INVALID_FILE-HANDLE" now reads: "UTL_FILE.INVALID_FILE_HANDLE" {379} code sample 1, line 6: "display_line(line_ind)" now reads: "disp_line(line_ind)" {561} code sample 2, line 1 SQL> execute PLVlog.to_pstab now reads: SQL> execute PLVlog.to_dbtab