DEVFYI - Developer Resource - FYI

Can U disable database trigger? How?

ORACLE Interview Questions and Answers (Part 4)


(Continued from previous question...)

626. Can U disable database trigger? How?

Yes. With respect to table
ALTER TABLE TABLE
[[ DISABLE all_trigger ]]

(Continued on next question...)

Other Interview Questions