1
我想查詢有關Windows的信息:Oracle數據庫11g快捷:DBA_SCHEDULER_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
這是從數據庫的信息:
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