【正文】
EMP39。SP20613: 無法驗證 PLAN_TABLE 格式或實體SP20611: 啟用EXPLAIN 報告時出錯SP20618: 無法找到會話標識符。普通用戶沒有該角色時在SQL set time on10:09:20 SQL set autotrace onSP20618: Cannot find the Session Identifier. Check PLUSTRACE role is enabledSP20611: Error enabling STATISTICS report提示么有角色權限,所在只能看到Execution Plan的信息,看不到統(tǒng)計信息。Grant succeeded.SQL grant plustrace to dba with admin option。Role dropped.SQL create role plustrace。創(chuàng)建索引 顯示執(zhí)行計劃可以放在任意的表空間create index index_name on table_name(xxx,xxx) tablespace tablespace_name storage(xxxx .....)1)em下的命令CREATE INDEX SCOTT.INX_EMP ON SCOTT.EMP (EMP