User Auditing
-----------------------------------------------
SYSDBA priviledges
Audit
select OS_USERNAME,USERNAME,ACTION_NAME,USERHOST,to_char(timestamp,'MM-DD-YYYY HH24:MI:SS'), returncode
action code-- logon (if account locked )
Value for Action# column of 100 indicates a login record.
where NTIMESTAMP# >= sysdate-15 and returncode <> 0 and Action#=100
order by ACTION#, userid,userhost
No comments:
Post a Comment