You can use the DICTIONARY or DICT view to know all data dictionary views available in your database. There are definitions of each view available there.
From your sqlplus,
select *
from DICT
where table_name like 'USER_%';
I just hope this is what you are looking for.
Robbie
"The rule is, not to besiege walled cities if it can possibly be avoided" -- Art of War