|
These triggers are defined on system level. The triggers are fired at system level events, such as logon, logoff, startup and DDL which are explained as follows.- Database startup triggers – Refer to the triggers that are fired at database startup. These can be used to automate certain action that you want to perform every time at startup.
-
Logon triggers - Refer to the triggers that are fired at logon. You can use these trigger to generate audit information related to logon.
-
Logoff triggers – Refer to the triggers that are fired at logoff time. You can include certain session closure related activities in these triggers.
-
DDL triggers – Refer to the triggers that are fired at DDL operations can be used to audit DDL changes.
- Server error triggers – Refers to the triggers that are fired at server error. These triggers can be used to log error details and send email notification.
|