BY: Beethoven Cheng (lvbcheng) DATE: 2012-07-11 18:46 SUBJECT: RE: read output from anonymous pl/sql block
DBMS_OUTPUT doesn't send output to STDOUT. Instead, it buffers it in DBMS_OUTPUT package state. You will need to write a second PL/SQL block that pulls the output back.