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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Function Call in PL/SQL script

Re: Function Call in PL/SQL script

From: Van Messner <vmessner_at_netaxis.com>
Date: Thu, 3 Jun 1999 19:37:04 -0400
Message-ID: <OqE53.475$Vi5.20396@typ32b.nn.bcandid.com>


Yes, you can define a function in the procedure and then call it within the procedure. I often do this for pesky little things like returning a particular piece of a string in a certain format or whatever. And you can define procedures in procedures and then call them within the procedure.

Van

  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 - 18:37:04 CDT

Original text of this message

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