It looks as though your server is enabled to use Abstract Plans. Is this your intention? Abstract Plans are used to override the query optimizer and force the use of a particular, previously generated optimization strategy. From the error you are getting, it appears that the query in question is being run under the abstract plan "associate" mode - which causes the AP to be used. You might want to examine why this mode is being used and consider turning it off. |