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

Home -> Community -> Usenet -> c.d.o.tools -> Creating several functions in the same script

Creating several functions in the same script

From: <miguelangel6886_at_my-deja.com>
Date: Mon, 11 Dec 2000 18:38:44 GMT
Message-ID: <9136vj$mpr$1@nnrp1.deja.com>

Is it possible to create several functions in the same sql script? I write
CREATE O REPLACE FUNCTION A(param1) RETURN number IS
-- variables

...
BEGIN
-- function body

...
END;
CREATE O REPLACE FUNCTION B(param1) RETURN number IS
-- variables

...
BEGIN
-- function body

...
END; Then I get an error (compiled with errors. Any clue?

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Dec 11 2000 - 12:38:44 CST

Original text of this message

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