I want to have access to our users last login date for IFS10. There is a column in ORACLE_ACCOUNT (dba_users), but this doesn’t seem to log Logins to the Application, only PL/SQL, BAES and other stuff.
Earlier we created a trigger to fetch logins from active sessions, but this caused problems.
Anyone knows how to get hold of this Login information? We want to use it for license control.
