Oracle Script - List of Locked Users
The following SQL script will list out all users with its status: SELECT username, account_status FROM dba_users ;
Some things about Oracle that I jot about, keep for my records. Some articles in this blog are not owned by me. They are for my reference only.