DBMS_OUTPUT

Ivan

Member
Is there any possibility to read text which is posted by dbms_output.put_line method ?

------------------
WBR, Ivan.

[This message has been edited by Ivan (edited 02 February 2001).]
 
After calling a procedure that has used dbms_output.put_line, you can use dbms_output.get_line or dbms_output.get_lines to read the output.

------------------
Marco Kalter
Allround Automations
 
Back
Top