dba_ vs all_
chuckersApr 23 2004 — edited Apr 23 2004The all_<tables> were recently introduced to me. Prior to this, I thought that the dba_<tables> provided a db-wide view of object information, but I see similar information in both (as opposed to user_<tables>).
What's the difference between 'all_%' and 'dba_%' tables, for example, between all_users and dba_users?
Thanks,
Chuck