Re: PL/SQL !

From: Jeff <jeff_at_work.com>
Date: Tue, 21 Aug 2001 12:29:19 GMT
Message-ID: <9ltk70$r99$1_at_cronkite.cc.uga.edu>


In article <923a99a4.0108201211.f59a523_at_posting.google.com>, rahul_europe_at_yahoo.com (Rahul) wrote:

>b. how to call a trigger block from PL/SQL block.

Assuming we're NOT talking about a row trigger that uses the "referencing old/new" variables, make the trigger block into a stored procedure and then have the trigger call the procedure. Then you can also call the stored procedure from any PLSQL block you like. Received on Tue Aug 21 2001 - 14:29:19 CEST

Original text of this message