Oracle统计信息问题排查常用SQL 对表的基本情况分析 统计信息收集作业分析 最近一次的统计信息收集 修改触发统计信息收集的阈值 对表的基本情况分析 是否为临时表: select owner,table_name,temporary from dba_tables where table_name='xxx'; 是否为分区表: select owner,table_name,partitioned from dba_tabl