Maximum how many triggers can be updated in table ?
Answer Posted / khushal
The oracle table can have the 12 Trigger associated with it.
-- before constraints are applied
1) BEFORE INSERT STATEMENT LEVEL
2) BEFORE INSERT ROW LEVEL
3) BEFORE UPDATE STATEMENT LEVEL
4) BEFORE UPDATE ROW LEVEL
5) BEFORE DELETE STATEMENT LEVEL
6) BEFORE DELETE ROW LEVEL
7) AFTER INSERT STATEMENT LEVEL
8) AFTER INSERT ROW LEVEL
9) AFTER UPDATE STATEMENT LEVEL
10) AFTER UPDATE ROW LEVEL
11) AFTER DELETE STATEMENT LEVEL
12) AFTER DELETE ROW LEVEL
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
State the various uses of dbcc command?
What is the usage of control file in oracle?
Can we use bind variables in oracle stored procedure?
What is procedure overloading in oracle?
What is pragma autonomous transaction in oracle?
What are the different types of trigger and explain its various uses and functions?
what is Single Byte Overhead...?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
How to create an initialization parameter file?
How to convert csv to table in oracle?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
Why does for update in oracle 8 cause an ora-01002 error?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
Explain coalesce function?
How to define a variable of a specific record type?