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

Re: PL/SQL calls - are these the same?

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Thu, 14 Aug 2003 16:32:01 +0100
Message-ID: <3f3bab72$0$18492$ed9e5944@reading.news.pipex.net>


assuming the obvious completion of the second one, then yes they are the same.

-- 
Niall Litchfield
Oracle DBA
Audit Commission UK
"Harry Boswell" <hboswel1_at_bellsouth.net> wrote in message
news:5d9njv4dko5vm8bqhevsj52a0tno2q3n94_at_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:32:01 CDT

Original text of this message

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