Warning: Procedure created with compilation errors.
685580Dec 10 2009 — edited Dec 10 2009Hi ,
I am new to PL/SQL development .
When i am creating a basic Stored Procedure for example the below one :
CREATE OR REPLACE
PROCEDURE HELLO
IS
BEGIN
DBMS_OUTPUT.PUT_LINE(’Hello World’);
END;
I am getting
Warning: Procedure created with compilation errors.