Change the error code prefix from ORA to OBE in ob oracle mode

This commit is contained in:
obdev
2024-07-23 10:46:45 +00:00
committed by ob-robot
parent a47cff45c8
commit c82c2fbef7
39 changed files with 9583 additions and 2550 deletions

View File

@ -111,7 +111,7 @@ int ObExprUDF::calc_result_typeN(ObExprResType &type,
if (udf_package_id_ == T_OBJ_XML
&& types[i].is_xml_sql_type() && params_type_.at(i).is_string_type()) {
ret = OB_ERR_WRONG_FUNC_ARGUMENTS_TYPE;
LOG_WARN("ORA-06553:PLS-306:wrong number or types of arguments in call procedure",
LOG_WARN("OBE-06553:PLS-306:wrong number or types of arguments in call procedure",
K(i), K(udf_package_id_), K(udf_id_), K(types[i]), K(params_type_.at(i)));
} else {
types[i].set_calc_accuracy(params_type_.at(i).get_accuracy());