I have written a simple PL/SQL command of printing hello world to console but it prints nothing and still message is prompted that PL/SQL procedure successfully completed. I am not able to figure it out as to what to do in this case? Code:
BEGIN
dbms_output.put_line ('Hello World..');
END;
OUTPUT:
