After Logon Trigger
804056Oct 12 2010 — edited Oct 18 2010I am currently writting a trigger to execute after users logon to the database to display last successful logon and the number of failed logon attempts since last successful logon. This is being written to run on 11.2.0.1 database. The problem I have encountered, how do I display the information back to the user, regardless of tool being used (SQLPLUS, TOAD, etc)? The use of dbms_output does not work since the user must set serveroutput on. Should it be displayed as raising an event? Are there other options?
Brian