top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the advantage of a stored procedure over a database trigger?

+1 vote
273 views
What is the advantage of a stored procedure over a database trigger?
posted Dec 8, 2014 by Suchithra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

We have control over the firing of a stored procedure but we have no control over the firing of a trigger.

answer Dec 10, 2014 by Arun Gowda
Similar Questions
0 votes

Can database trigger written on synonym of a table and if it can be then what would be the effect if original table is accessed

0 votes

Oracle:Can database trigger written on synonym of a table and if it can be then what would be the effect if original table were accessed?

...