查詢使用者登入資訊sql

p-knowledge發表於2020-01-18

select *
from dba_audit_trail
where returncode=1017 --1017 is invalid username/password
and timestamp > sysdate -2 /24
order by timestamp desc;

相關文章