Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: functions vs procedures

Re: functions vs procedures

From: Jaap W. van Dijk <j.w.vandijk_at_hetnet.nl>
Date: Thu, 21 Feb 2002 20:23:10 GMT
Message-ID: <3c7556e0.357975@news.freeler.nl>


A function, like a procedure, contains a PL/SQL-block. In this block you can do DML like you do it in a procedure.

Jaap.

On Wed, 20 Feb 2002 18:10:47 GMT, "Julian Kooiker" <julian.kooiker_at_quicknet.nl> wrote:

>Hi,
>
>Is there a way to insert records in a function? I have build a
>webapplication, that now uses procedures. I want to use functions because i
>can fetch the error messages then. I can give return values with functions.
>How can I combine functions and procedures????
>
>I think you experts have a solution for this, since I am a beginner using
>oracle.
>
>Thank you already,
>
>Julian Kooiker
>
>
Received on Thu Feb 21 2002 - 14:23:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US