Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sys.user$ has more users than dba_users

755353Dec 8 2010 — edited Dec 8 2010
SQL> select count(*) from dba_users;

COUNT(*)
----------
142

SQL> select count(*) from sys.user$;

COUNT(*)
----------
202

why is that ?
:(
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 5 2011
Added on Dec 8 2010
4 comments
1,852 views