【问题标题】:Oracle Database 11g Express: DBA_SCHEDULER_WINDOWSOracle 数据库 11g Express:DBA_SCHEDULER_WINDOWS
【发布时间】:2017-09-21 18:08:35
【问题描述】:

我要查询windows的信息:

select
   window_name,
   resource_plan,
   enabled,
   active
from
   dba_scheduler_windows;

但我收到了这个错误:

ORA-00942: table or view does not exist
00942. 00000 -  "table or view does not exist"
*Cause:    
*Action:
Error en la línea: 7, columna: 4

这是来自 DB 的信息:

Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
"CORE   11.2.0.2.0  Production"
TNS for 64-bit Windows: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production

【问题讨论】:

    标签: sql oracle oracle11g


    【解决方案1】:

    这只是意味着此视图超出了您的权限范围,因此您看不到它。 你用什么用户来查询这个视图?您将需要 DBA 角色或 SELECT_CATALOG_ROLE 来查询此视图。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-05-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多