【发布时间】: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
【问题讨论】: