Difference between triggers and procedures?
Answers were Sorted based on User's Feedback
Answer / kiran kumar
Triggers:
--------
1)Defined with create trigger
2)The data dictionary contains source code in the user_triggers.
3)Implicitly invoked
4)Commit, save point and rollback are not allowed(TCL)
Procedures:
-----------
1)Defined with create procedure
2)Data dictionary contains source code in user_source
3)Explicitly invoked
4)Those are allowed
Note: compare both ones with numbers mentioned..
| Is This Answer Correct ? | 19 Yes | 6 No |
Answer / suresh.somayajula
1. Triggers are implicitly invoked but
procedures are explicitly invoked.
2. in Triggers TCL commands are not allowed.
TCL commands are allowed in Procedures.
| Is This Answer Correct ? | 15 Yes | 4 No |
can we execute one concurrent program through another concurrent program?
what is the invoice matching
what is difference between d2k report and oracle apps report
How to call oracle database stored procedure from form in form coding ?
types of invoices?
7 Answers BelAir Store, Convergys, Wings Biotech,
q)what are the validations in sql*loader
what are the types of interfacing?
What is the Use of User Exit in Oracle apps and when we are developeing the new report you need to pass one parameter called P_CONC_REQUEST_ID,what is the use of this parameter and is it mandatory.Can't we develop report without this User exit's and P_CONC_REQUEST_ID parameter
what are the important table names in purchasing?
how can i print random rows in plsql table
what are the steps to develop a new report?
What is multi org?