output for below code
DECLARE
a int;
b int;
c int;
BEGIN
a:=&a;
b:=&b;
c:=a+b;
dbms_output.put_line('Sum of a and b is '||c);
end;
/
In SQL Developer you have to


For more details including how to have dbms_output enabled by default for all sessions, see www.thatjeffsmith.com/archive/2012/05/enabling-dbms_output-by-default-in-sql-developer
Step by step instructions from Jeff Smith's post:
set serverout onIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With