Unlike a normal database trigger that fires before or after DML statements, an event trigger will fire at other database events, like the execution of DDL statements or when a database session is established.
Unlike a normal database-trigger that fires before or after dml statements, an event trigger will fire at other database-events, like the execution of ddl statements or when a database session is established.
Use this tag for questions concerning the creation or use of such triggers.