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 |
What is Formula Column?
What r the validation types?
What is the reason for distribution hold. Why invoices will go on distribution variance hold ??
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
what are external tables? how can we use external table instead of sql * loader to load data from flat file to staging table?
can we write multiple procedures in package with same name like A p1,p2(parameters) B p1,p2(same parameters)
what is lexical parameter?
what is the invoice matching
in GL module specifing org_id or not?
WHAT IS THE USE OF SKIP WHERE U WILL GIVE?
While running the concurrent program we will get the status, we have to change the status. How it will be done.
What is the interface?