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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Interesting!

RE: Interesting!

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Tue, 03 Jun 2003 16:04:57 -0800
Message-ID: <F001.005A9658.20030603160457@fatcity.com>


> -----Original Message-----
> From: Khedr, Waleed [mailto:Waleed.Khedr_at_FMR.COM]
>
>
> I've just discovered this, never thought if it was possible or not.
> Just wanted to share it with you, so forgive me if you know
> it already.
> Procedure can contain other procedures:

This is true of an anonymous SQL block as well.

declare

   x pls_integer ;

   function square (n number) return number    is
   begin

       return n * n ;
   end square ;
begin

   x := square (2) ;
end ;
/

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jacques Kilchoer
  INET: Jacques.Kilchoer_at_quest.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Jun 03 2003 - 19:04:57 CDT

Original text of this message

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