Saturday 26 May 2012

What are the events on which a database trigger can be based? | PL SQL

 Database triggers are based on system events and can be defined at database or schema level. The various events on which a database trigger can be based are given as follows:
=>    Data definition statement on a database or schema object
=>    Logging off or on of a specific user
=>   Database shutdown or startup
=>   On any specific error that occurs.