The following session formatting is recommended to enhance the readability of the output when using sqlplus to execute the procedures. Sqlplus is the recommended utility for interfacing with the IN_DB_UPGRADE package but is not required.
set serveroutput on size unlimited format wrapped set lines 200 pages 1000 set feedback on; set echo on;