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
Respected sir, Please send me technical questions related to oracle apps..
How to change program global area (pga) in oracle?
What is the quickest way to export a table to a flat file?
how to join query for one source type is oracle another source type is sql server ?
Explain about the analyze command in oracle?
What is meant by recursive hints in oracle?
Explain what are the characteristics of data files?
What is the difference between primary key and unique key and foreign key in oracle?
How to select an oracle system id (sid)?
How to filter out duplications in the returning rows using oracle?
How to define a data source name (dsn) in odbc manager?
Why do we use coalesce function in oracle?
What is parameterized cursor in oracle?
What is tns entry?
Explain overloading. Can functions be overloaded?