Skip to Main Content

SQL & PL/SQL

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!

Source does not have a runnable target.

573767Jun 14 2008 — edited Jun 16 2008
I am just learning Stored Procedures. I have Oracle SQL Developer Version 1.5.1 loaded, going against 11G running on Ubuntu Linux.

I try to build a very basic Stored Procedure:

CREATE OR REPLACE
PROCEDURE HR.TEST AS
BEGIN
Select * from hr.jobs
NULL;
END HR.TEST;

I always receive the following error:
Source does not have a runnable target

I always post these question in the wrong area on this Forum, so go ahead and just direct me to the correct forum if applicable.

Any ideas?

Thanks Zach
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2008
Added on Jun 14 2008
15 comments
20,740 views