ALTER TRIGGER RENAME TO To rename a trigger, we can use ALTER TRIGGER RENAME TO statement to rename it. For example: SQL> show user USER… Read More »How Oracle Rename Trigger
Here I introduce a trigger which can log logon information on specific schemas. It will kill their sessions if they are not from specific subnet.… Read More »How to Kill Session in Logon Trigger