Two different execution plans are being used by single query simultaneously in RAC environment
Hi All,
We have 3 node RAC setup and Database Version is 11.2.4.0 (with latest PSU applied). A query has two different execution plans wherein one plan is efficient and other one is causing performance slowness. The peculiar observation is that the efficient execution plan gets executed only in one node, rest of the nodes are using the poor plan. Please advise how to make other nodes also use the efficient plan. Also, let me know how to remove the inefficient plan. Sessions are getting accumulated causing chain of locks..
Note - The inefficient plan is also used in the node where the good plan is being executed.