This topic describes the common error codes and the causes of the errors.

  • ERR_ORIGIN_STMT_UNEXPECTED_CONST: In parameter-based match mode, origin_stmt contains the constants that are not parameters.
  • ERR_PARAM_COUNT_NOT_EQUAL: In parameter-based match mode, the number of bind variables in origin_stmt differs from the number of bind variables in target_stmt.
  • ERR_TARGET_STMT_UNEXPECTED_PARAM: In exact match mode, target_stmt contains the bind variables.
  • ERR_ORIGIN_STMT_CONFLICTED: origin_stmt used for creating an outline is the same as that of an existing outline in the system.
  • ERR_TARGET_STMT_ERROR: target_stmt used for creating an outline fails to generate an execution plan.