user_tables:->The tables which user owns
sys_tables:->The Tables which user can access
dba_tables:->All the tables in DatabaseAbove Tables are from DICT ViewBTW , You can do:
select * from tab to found out all the table and views which the user can access