Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> [ask]: what wrong with my store procedure
hi, everyone,
i'm new in Oracle programming.
i just create some stored procedures.
some procedures work, some don't.
can you help me why this storee procedure won't work?
p.s. I got compilation error from oracle. TIA Phil
create or replace procedure t1
is
begin
select count(*)
from t_customer where person = 'father';
![]() |
![]() |