| Hi Clinton Volzke, I think the problem is not a specific to a race condition but it's related to the fact that The ParameterMetadataImpl is cached by QueryPlanCache with isZeroBasedParametersIndex value to false and then the same query it's executed but this time it needs isZeroBasedParametersIndex to true. |