Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Warning: Procedure created with compilation errors.

685580Dec 10 2009 — edited Dec 10 2009
Hi ,

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.
This post has been answered by sb92075 on Dec 10 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 7 2010
Added on Dec 10 2009
6 comments
6,040 views