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: "Sub Routine" Functionality Within Oracle

Re: "Sub Routine" Functionality Within Oracle

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 03 Nov 2006 08:49:49 +0100
Message-ID: <eidn73$jov$1@news4.zwoll1.ov.home.nl>


pmmgpgp_at_gmail.com schreef:

> Thanks guys, I may have been too general.
> The only way I know to declare a procedure requires the inclusion
> of a parameter or signature such as the "param" in
> "PROCEDURE my_proc(parar in varchar2) as ...." .
> This is how/why it is "declared". Is there a way not to include a

No - this is how the tool you use automagically creates it; it's up to you to decide whether you want this or not.

> parameter or signature ? If it is essential what makes Oracle recognize
> that it has been used ? I've tried things like some useless "if"
> statement
> ( if param = param then
> param = null;
> end if;) to no avail.
>
> One thought is that I use PL/SQL developer and this my relate to the
> tool and not PL/SQL at all . Any thoughts on rhis ?

PL/SQL Developer can do this, indeed. And it warns you for code never used (why would you want to write never-used code anyway? Seems a waste of time)

And if I were you, I'd read up on packages as well.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Fri Nov 03 2006 - 01:49:49 CST

Original text of this message

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