Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: What is the difference between procedure and function?
To run a proc, you type at the prompt:
exec procname;
You cannot run a function in the same way.
-Kumar
In article <6tsjma$gcb$2_at_news.sas.ab.ca>,
suisum_at_freenet.edmonton.ab.ca () wrote:
> I saw the following statement:
>
> A procedure differ from a function is:
>
> must execute as a PL/SQL statement.
>
> Can anyone tell me what it means?
>
> --
> Best regards,
>
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Sat Sep 19 1998 - 19:51:30 CDT
![]() |
![]() |