Oracle Database 10g PL/SQL Programming (ISBN: 0072230665) By Scott Urman, Ron Hardman, & Michael McLuaghlin First Printing Page #606: ========== Is: --- EXECUTE IMMEDIATE statement USING OUT nvalue_out, OUT cvalue_out1, cvalue_out2; S/B: ---- EXECUTE IMMEDIATE statement USING OUT nvalue_out, OUT cvalue_out1, OUT cvalue_out2; Page #623: ========== The description for ORA-00928 in Table 13-3 should have the following sentence appended: "If you need to use that syntax, you can encapsulate the DML in a PLSQL wrapper." Page #631: ========== The following sentence, "The following DQL procedure with bind variables illustrates a bulk collect:", should be changed to: "The following DQL procedure with bind variables mimics a bulk collect:"