how to run pl/sql program in oracle sql developer

user2659722 picture user2659722 · Aug 27, 2013 · Viewed 85.9k times · Source
DECLARE
   message  varchar2(20):= 'Hello, World!';
BEGIN
   dbms_output.put_line(message);
END;

How can I execute above pl/sql program in Oracle SQL Developer. Can any one suggest me?

Answer

wittrup picture wittrup · Aug 28, 2013

I have tried following the steps shown in this image. Some steps are excluded but I am sure you will understand when you encounter them. screenshot