How to call a trigger inside a stored procedure?Give an
example.
Answers were Sorted based on User's Feedback
Answer / manikandan. s
triggers can't be called from procedures or functions
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / jay
Inside procedure, insert/update/delete the row in table.
The table will automatically fire the trigger. Trigger will
get fire automatically.
| Is This Answer Correct ? | 8 Yes | 2 No |
what is the difference between dbms and rdbms?
Can we use bind variables in oracle stored procedure?
What is bulk collect in oracle?
Can we convert a date to char in oracle and if so, what would be the syntax?
What is a proxy object?
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)
query optmization techniques and quwry analyser+projects+ppts
What is a directory object?
How to create a stored function in oracle?
What does ROLLBACK do ?
what is mean by prmary key and foreign key and how can we diffrentiate that? Please answer me. Advance thanks.
What language does oracle use?