I created a new user and by default the user is getting select on all tables of one of the schemas.
Please provide me your feedback as to how to investigate this. When I checked sys.USER_TAB_PRIVS, I don't see anything granted to the new user, however, the new user was able to select data from one of the schemas.
Thanks.
Found out that the schema objects have select grant to public, that is why the new user was able to select the data from the existing schema even though there was no explicit grants made to the new user.
Bookmarks