ORACLE 查看SQL执行计划

xiaoxiao2021-02-28  90

set pagesize100;

col PLAN_TABLE_OUTPUT for a200;

explain plan for

select * fromtable(dbms_xplan.display());

转载请注明原文地址: https://www.6miu.com/read-56719.html

最新回复(0)