This is how you select all the LOCKED account in your oracle database :
SELECT username, account_status
FROM dba_users
where account_status = 'LOCKED'
Wednesday, December 28, 2011
Subscribe to:
Post Comments (Atom)
This is how you select all the LOCKED account in your oracle database :
SELECT username, account_status
FROM dba_users
where account_status = 'LOCKED'
Subscribe to our newsletter to get the latest updates to your inbox. ;-)
Your email address is safe with us!
0 comments:
Post a Comment
Say whut you want, but be responsible on whut you said...