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 -> PL/SQL calls - are these the same?

PL/SQL calls - are these the same?

From: Harry Boswell <hboswel1_at_bellsouth.net>
Date: Thu, 14 Aug 2003 10:08:34 -0500
Message-ID: <5d9njv4dko5vm8bqhevsj52a0tno2q3n94@4ax.com>


Are these two triggers the same?

CREATE OR REPLACE TRIGGER taiud_dskmtb_doc_template

   AFTER INSERT OR UPDATE OR DELETE
   ON dskmtb_doc_template
BEGIN
   proc_incr_data_version_num ('DSKMTB_DOC_TEMPLATE'); END; CREATE OR REPLACE TRIGGER taiud_dskmtb_doc_template

   AFTER INSERT OR UPDATE OR DELETE
   ON dskmtb_doc_template
   CALL proc_incr_data_version_num ('DSKMTB_DOC_TEMPLATE'

I'm thinking they are, but I can't find anything that says so definitely.

Thanks,
Harry Boswell Received on Thu Aug 14 2003 - 10:08:34 CDT

Original text of this message

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