oracle中用户与用户之间是不透明的,即userA userB看不到(或者说没有权限访问)彼此所拥有的对象. 要授权的话:
conn /as sysdba 
grant select on userb.table to usera;