Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

oracle sql log to console

set serveroutput on format wrapped;
begin
    DBMS_OUTPUT.put_line('simple comment');
end;
/

-- do something

begin
    DBMS_OUTPUT.put_line('second simple comment');
end;
/
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #oracle #sql #log #console
ADD COMMENT
Topic
Name
9+2 =