I want to be able to list all of the users in a given database along with an icon that determines whether they are locked or not. The problem I\'m having is querying the \"locke
This suits the requirement:
select username, account_status, EXPIRY_DATE from dba_users where username='';
Output:
USERNAME ACCOUNT_STATUS EXPIRY_DA -------------------------------------------------------------------------------- SYSTEM EXPIRED 13-NOV-17