DECLARE text VARCHAR2(25); BEGIN text:= ‘Hello World’; dbms_output.put_line (text); END: /
BEGIN dbms_output.put_line (‘Hello World..'); END; /