i have sql table which has partitions.
I recently created one partition. Even if i enter data to satisfy that partition , my no of records for this partition remains null. Its not getting increased.
the only difference i found in the existing and newly creating partitions is GLOBAL_STATS(in table All_tab_partitions) is YES for all, except the one i have created now.
Please guide me in this.
Oracle doesn’t recompute statistis automatically for every row inserted. You can analyze the partition manualy. There is also no relation to global_stats.