Another day, another question!
While the month-end processes are being carried out, we normally ask users to refrain from logging into Oracle. We then monitor who accesses it by runnning this query:
select last_connect, usr.user_name, resp.responsibility_key, function_type, icx.*
from...