Tuesday, October 9, 2012

Force all Oracle EBS users to change their password

Reference: Note: 414976.1 – How To Force All Applications Users To Change Their Password? We might have the requirement to force all EBS users to change their passwords due to some requirement. run Sql Script like below or same you can achieve by submitting concurrent request.
sqlplus -s APPS/apps @AFCPEXPIRE.sql

Azure AKS - Diag Logs - KQL

AzureDiagnostics | where Category == "kube-audit" | summarize requests = count() by bin(TimeGenerated, 5m), userAgent_s | orde...