select
*
from
table
(dbms_xplan.display_cursor(NVL(
'&1'
,
NULL
),
NULL
,
'ALL ALLSTATS LAST PEEKED_BINDS cost partition -projection -outline &2'
));
使用云技术,解决云问题
select
*
from
table
(dbms_xplan.display_cursor(NVL(
'&1'
,
NULL
),
NULL
,
'ALL ALLSTATS LAST PEEKED_BINDS cost partition -projection -outline &2'
));