how to create oracle stored procedure

From: <wsunarko_at_my-deja.com>
Date: 2000/06/29
Message-ID: <8je85n$9kj$1_at_nnrp1.deja.com>#1/1


[Quoted] [Quoted] Could someone please tell me how to create a stored proc in oracle. I created the following from sql plus:

create procedure ws_emp as
begin
select emp_lname
from employee;
end;
/

It came back with:
Procedure created with compilation errors.

TIA
Welly

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Jun 29 2000 - 00:00:00 CEST

Original text of this message