Oracle 创建存储过程 提示权限不足或者提示表和视图不存在问题

grant create view to cmuser;

--授予查询权限 
grant select any table to cmuser;

--授予权限 
grant select any dictionary to cmuser;

--授予查询条件
grant SELECT ON T_BNS_FULL_BOARD_IN to cmuser; 
grant SELECT ON T_BNS_FULL_BOARD_STORE_OUT to cmuser;

 

posted @ 2017-10-30 17:44  风的呢喃Ⅱ  阅读(458)  评论(0)    收藏  举报