Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 98051
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.


Thread View

Thread Author Date
read output from anonymous pl/sql blockEric Peterson2011-11-14 16:10
      RE: read output from anonymous pl/sql blockRaimonds Simanovskis2011-11-14 20:31
            RE: read output from anonymous pl/sql blockEric Peterson2011-11-14 22:29
      RE: read output from anonymous pl/sql blockBeethoven Cheng2012-07-11 18:46

Post a followup to this message