Does Automatic SQL Tuning feature implement any recommendations besides SQL profiles? Why not?
The Automatic SQL Tuning feature in Oracle Database 11g only implements SQL profile recommendations. This is because a SQL profile is the easiest to test, impacts only one SQL statement, and is the most lightweight to implement on a production system (vs gathering statistics,creating indexes, etc).