I know there are 3 kinds of dictionary views that a user can access,
dba_xxx , all the objects the dba can access
all_xxx , all the objects the current user can access
user_xxx , all the objects in user's schema
how to understand following?
dba_users, all_users, user_users
thanks