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: Is this legal?

Re: Is this legal?

From: joel garry <joel-garry_at_home.com>
Date: 2 Mar 2007 14:59:49 -0800
Message-ID: <1172876389.411444.315050@j27g2000cwj.googlegroups.com>


On Mar 2, 12:01 pm, "Valentin Minzatu" <valentinminz..._at_yahoo.com> wrote:
> On Mar 2, 2:32 pm, "rogergor..._at_gmail.com" <rogergor..._at_gmail.com>
> wrote:
>
>
>
>
>
> > On Mar 2, 8:32 am, "mfuller..._at_gmail.com" <mfuller..._at_gmail.com>
> > wrote:
>
> > > Lol, ok, you get an award for that response.
>
> > > Seriously, don't be afraid to test, it would have been faster to test
> > > that out than post the question.
>
> > > On Mar 1, 7:57 pm, "Anurag Varma" <avora..._at_gmail.com> wrote:
>
> > > > On Mar 1, 8:36 pm, "Dereck L. Dietz" <diet..._at_ameritech.net> wrote:
>
> > > > > I know in a package I could have something similar to:
>
> > > > > PROCEDURE procedure_name
> > > > > IS
>
> > > > > PROCEDURE local_procedure
> > > > > IS
> > > > > BEGIN
> > > > > ...
> > > > > END;
>
> > > > > BEGIN
>
> > > > > body of procedure ...
>
> > > > > END;
>
> > > > > My question is can the same thing be done inside an anonymous block within a
> > > > > script file like:
>
> > > > > DECLARE
>
> > > > > PROCEDURE local_procedure
> > > > > IS
> > > > > BEGIN
> > > > > ...
> > > > > END;
>
> > > > > BEGIN
> > > > > ...
> > > > > END;
>
> > > > > Thanks.
>
> > > > Go on .. test it. You know, you've got to take risks sometimes:
>
> > > > ORA92> declare
> > > > 2 procedure local_procedure
> > > > 3 is
> > > > 4 begin
> > > > 5 dbms_output.put_line('Yes its friggin legal');
> > > > 6 end;
> > > > 7 begin
> > > > 8 local_procedure;
> > > > 9 end;
> > > > 10 /
> > > > Yes its friggin legal
>
> > > > PL/SQL procedure successfully completed.
>
> > > > Anurag- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > > - Show quoted text -
>
> > Legal, yes. But the real question is: Is it moral?
>
> > :)- Hide quoted text -
>
> > - Show quoted text -
>
> Well, to avoid having to answer the question one could use "pragma
> ignore_morality" in the outermost declare block

And the most important thing: Is it fattening?

jg

--
@home.com is bogus.
One of my favorites:
http://www.amazon.com/Illegal-Immoral-Fattening-Flo-Eddie/dp/B000002R4A/ref=sr_1_1/002-3956815-8231233?ie=UTF8&s=music&qid=1172876265&sr=1-1
And yes, my sister sang in the high school chorus with them.
Received on Fri Mar 02 2007 - 16:59:49 CST

Original text of this message

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