Re: Function Call in PL/SQL script

From: Kurt Laugesen <kul_at_post3.tele.dk>
Date: Thu, 3 Jun 1999 17:12:59 +0200
Message-ID: <7j66lq$81n$1_at_news.inet.tele.dk>


I guess you mean an anonymous plsql-block no problem - here is a template

declare
  procedure xx is
  begin
....
  end;
begin

   loop

       xx;
   end loop;
end;
/
Regards
Kurt Laugesen
kurtL_at_corebit.dk

  1. el Azzouzi wrote in message <7j5blu$rkq$1_at_news.accu.uu.nl>...
    >Hello there,
    >
    >Does anyone know if there is a possibility to define
    >a function in a PL/SQL-script in order to call it many times
    >in the same script.
    >So, I don't mean stored procedures/packages.
    >
    >Many thanks in advance,
    >
    >A.
    >
    >
    >
    >
Received on Thu Jun 03 1999 - 17:12:59 CEST

Original text of this message