原因一:本用户的查询表或者视图确实不存在,请检查表或者视图是否存在。
原因二:本用户的查看权限没有,所以查询不了。
解决办法就是给当前用户查询权限:
grant select any table to vpetl;
扩展常用的需要赋权限的语句:
grant connect,resource,alter system,debug connect session,select any table,delete any table,drop any table,alter any table to vpetl;