Copy 10gR2 sql tuning set to 11gR2
I have upgrade our test database from 10.2.0.5 to 11.2.0.3. I want to capture a SQL Tuning Set from our production database from AWR (which is still 10.2.0.5) and copy that set to the test database (which is now 11.2.0.3).
I currently have our test database's optimzer_mode set to 11.2.0.3.
Question is... Do I have to have my test db's optimizer mode set back to 10.2 in order to import the sql tuning set from my production 10.2 db? The upgrade document isn't terribly clear about it and just wanted to make sure I'm doing it right.
Thanks!