How to call a stored procedure inside a trigger? Give an
example.
Answer Posted / pardeep
Using Call keyword we can call procedure inside trigger.
e.g.
CREATE OR REPLACE TRIGGER foo
BEFORE DELETE OR INSERT OR UPDATE ON <<table_name>>
FOR EACH ROW
BEGIN
CALL PROCEDURE_NAME();
END;
/
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
How many categories of data types?
Explain coalesce function?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
Why we use bulk collect in oracle?
How do I limit the number of oracle database connections generated by weblogic server?
Differentiate between post-database commit and post-form commit?
hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.
Explain the use of rows option in imp command.
What is the relation of a user account and a schema?
What happens if you lost a data file?
What is integrity and what is constraint??Explain with example
How would you change old and new values in an insert, delete and update triggers?
Difference between cartesian join and cross join?
What is the Tune Query
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?