Spotlight:ORA-00942: table or view does not exist in table explainplan
在使用Spotlight监控数据库的过程中,配置好了相关的选项后,首次连接,Spotlight会做一些预配置,在这个过程中,你可能遇到和我一样的问题:
对于这个问题,Spotlight官方给出了解答:
URL:https://support.software.dell.com/spotlight-on-oracle/kb/23617
—— —— —— —— —— ——
解法:
为连接Spotlight的用户赋予“dba”角色:
1 2 3 4 5 |
SQL> grant dba to spotlight; Grant succeeded. SQL> |
————————————————————————————
Ending。
说点什么