I Ivan Member Feb 2, 2001 #1 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).]
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).]
Marco Kalter Administrator Staff member Feb 3, 2001 #1 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
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