Sharing DBA experience to all -- Oracle,MS SQL, DB2 , Netezza DBA,postgreSQL,AWS Redshift,MySQL,oracle SAP
script to check failed logins in aws redshift database
SELECT *
FROM stl_connection_log
WHERE event='authentication failure'
ORDER BY recordtime;
No comments:
Post a Comment