Maximum how many triggers can be updated in table ?
Answer Posted / ora
System Privileges Related To Table Triggers
create trigger
create any trigger
administer database trigger
alter any trigger
drop any trigger
Table Trigger Firing Options
-- before constraints are applied
BEFORE INSERT
BEFORE UPDATE
BEFORE DELETE
-- after constraints are applied
AFTER INSERT
AFTER UPDATE
AFTER DELETE
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How to Truncate Table in Oracle
How many data types are supported?
What are the restrictions in a oracle read only transaction?
What is system global area (sga) in oracle?
material view and view disadvantages?
How to use subqueries in the from clause in oracle?
What is concurrency in oracle?
List the parts of a database trigger.
How to start an oracle instance?
What is the maximum limit on the number of columns in a table?
What are ddl statements in oracle?
Why does for update in oracle 8 cause an ora-01002 error?
What is data type in oracle?
What are the different pseudo commands? Explain in general?
How many categories of data types?