oracle 中的表或视图不存在,该怎么解决
oracle 中的表或视图不存在
用跟踪工作。在执行
select 字典_id.nextval as id from dual
后提示的 表或视图不存在;
但,将dual 。
grant select on dual to public; 之后,还是提示。
请各位指教 。
在线等~~
------解决方案--------------------
授权给使用的账户:如 user_test
grant select on 字典_id to user_test
用跟踪工作。在执行
select 字典_id.nextval as id from dual
后提示的 表或视图不存在;
但,将dual 。
grant select on dual to public; 之后,还是提示。
请各位指教 。
在线等~~
------解决方案--------------------
授权给使用的账户:如 user_test
grant select on 字典_id to user_test