I'm looking at the article id 837570.1
step 32
Step 32
Upgrade Statistics Tables Created by the DBMS_STATS Package.
If you created statistics tables using the DBMS_STATS.CREATE_STAT_TABLE procedure, then upgrade these tables by executing the following procedure:
in the first place how do I know which tables are create by DBMS_STATS.CREATE_STAT_TABLE.
have check 10gr2 http://docs.oracle.com/cd/B19306_01/app ... sthref6598
11gr2 http://docs.oracle.com/cd/E11882_01/app ... ARPLS68508
and search for CREATE_STAT_TABLE in metalink, but search was in vain.
did not mentioned about tables created by the above by DBMS_STATS.CREATE_STAT_TABLE
thanks a lot!