I am trying to code PL/SQL in SQL Developer but it is not displaying the output. My program is compiling successfully. Here is the code:
set serveroutput on
declare
begin
dbms_output.put_line('Hi');
end;
Please suggest what should I do to display the output? Is there any settings I need to change?
View->Dbms Output->Enable DBMS_OUTPUT for connection->OK

If 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