Is there a posibillity to make an analyze to an Partitioned table. if you analyze this table and you look after that in the dba_tables than you can see that the table wasn't analyzed or is that a bug under oracle 8.1.7
Thanks
Printable View
Is there a posibillity to make an analyze to an Partitioned table. if you analyze this table and you look after that in the dba_tables than you can see that the table wasn't analyzed or is that a bug under oracle 8.1.7
Thanks
If you look in dba_tab_partitions.last_analyzed, you will see that the partitions will reflect the correct information. Is this a bug, I don't know.
Thanks i can see it in this view but not in the dba_tables.