Re: PL/SQL Question

From: Jonathan Gennick <gennick_at_worldnet.att.net>
Date: 1998/01/03
Message-ID: <68k3in$29i_at_mtinsc03.worldnet.att.net>#1/1


On Tue, 30 Dec 1997 23:50:55 GMT, Amoda Kulkarni <amodk_at_bellsouth.net> wrote:

>I want to know how to call a PL/SQL stored procedure from a SQL
>statement.

Strictly speaking, from a SQL statement such as INSERT, UPDATE, etc, you can only call a function. There are limitations on what that function can do, but I don't remember what they are at the moment. You need to read up on the PRAGMA directive. I believe that is covered in the Application Developer's Manual. Received on Sat Jan 03 1998 - 00:00:00 CET

Original text of this message