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

Is this legal?

From: Dereck L. Dietz <dietzdl_at_ameritech.net>
Date: Fri, 02 Mar 2007 01:36:03 GMT
Message-ID: <7cLFh.3537$BE2.139@newssvr27.news.prodigy.net>


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. Received on Thu Mar 01 2007 - 19:36:03 CST

Original text of this message

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