How to restore 11g exported statistics to upgraded 12c database
After upgrading some 11g databases to 12.1.0.2 (12c), we have found the performance of some of the queries is bad and we suspect something has happened to the table statistics to make the query plans go awry, so we would like to export and expdp the statistics for the next database to be upgraded and then restore that exported file after the database is upgraded.
I have found these instructions which lead up to the restoring of the 11g statistics.
Your attention and helpful advice are appreciated.