zl程序教程

您现在的位置是:首页 >  其它

当前栏目

ORA-01039

ORA
2023-09-14 08:59:31 时间
Execution Plan
----------------------------------------------------------
ERROR:
ORA-01039: insufficient privileges on underlying objects of the view

SP2-0612: Error generating AUTOTRACE EXPLAIN report
解决方法:
SQL> show user
USER 为 "SYS"
SQL> grant select any dictionary to scott;
授权成功。
scott用户再次登录
set autot on
不再报错。