How do I get a list of locked users in an Oracle database? September 17, 2023 by Tarik Found it! SELECT username, account_status FROM dba_users;