SQL Profiles and hard parse queries
I'm checking daily the key SQL profiles generated by by Application Server Control daily. I have a few hard parse queries likeselect date from table where date='01-mar-2013' and active='Y'
If I apply this profile for this query which is 99% faster and indeed timing the query with the profile it takes instead of 1 sec 0.01 second.
But the next time this query will run let's say on '02-mar-2013' the profile will not picked up. Is there a way to force Oracle pick the profile even though the parameters will change.
0