PLSQL里面设置tools->preferences->options->automatic statistics->select
然后看右边的statistics标签
在sqlplus里面,只能在sqlplus
set autotrace on;
select count(*) from tablename;
然后看右边的statistics标签
在sqlplus里面,只能在sqlplus
set autotrace on;
select count(*) from tablename;
本文介绍如何在PLSQL中设置自动统计功能,通过调整tools->preferences->options->automaticstatistics选项来实现,并展示了如何在sqlplus环境中启用autotrace功能以优化SQL查询。
1837

被折叠的 条评论
为什么被折叠?



