|
回复 #10 Yong Huang 的帖子
重建索引后,对应的分区P100对应的统计信息都是为空,我的版本是10.2.0.5
SQL> select u.partition_name,u.blevel,u.leaf_blocks,u.num_rows,u.clustering_factor,u.distinct_keys from user_ind_partitions u where u.index_name= 'IND_A_ID';
PARTITION_NAME BLEVEL LEAF_BLOCKS NUM_ROWS CLUSTERING_FACTOR DISTINCT_KEYS
------------------------------ ---------- ----------- ---------- ----------------- -------------
P100
P200 1 70 33301 7400 100
P300 1 70 33300 7400 100
PMAX 0 0 0 0 0 |
|