This procedure returns a result set that shows the current status of users. In addition to basic user information, the procedure
includes a column indicating if the user has been locked out and a column with a reason for the lockout. Users can be locked
out for the following reasons: locked due to policy, password expiry, or too many failed attempts.
A user without DBA authority can obtain user information by creating and executing a cover procedure owned by a DBA.
DBA authority is required to view information about all users. Users without DBA authority can view their own information.
In addition, users without DBA authority can view information about other users by executing a cover procedure owned by a
DBA.