************************************
Procedure for hello
CREATE OR REPLACE PROCEDURE HELLO IS
BEGIN
DBMS_OUTPUT.PUT_LINE('HELLO WORLD');
END;
**************************************
Procedure for hello
CREATE OR REPLACE PROCEDURE HELLO IS
BEGIN
DBMS_OUTPUT.PUT_LINE('HELLO WORLD');
END;
**************************************