From 0a734f9343d1318fd687a54bc5901ace714f1c9d Mon Sep 17 00:00:00 2001 From: seuwebber Date: Mon, 19 Jun 2023 02:12:24 +0000 Subject: [PATCH] placeholder --- src/objit/include/objit/common/ob_item_type.h | 1 + src/share/ob_errno.def | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index 73a0841dc..5c8676895 100755 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -1580,6 +1580,7 @@ typedef enum ObItemType T_SP_FORALL, T_SP_TYPE, T_SP_ROWTYPE, + T_SP_DBLINK_TYPE, T_SP_DECL_USER_SUBTYPE, T_SP_USER_SUBTYPE_RANGE, T_SP_USER_SUBTYPE_BASETYPE, diff --git a/src/share/ob_errno.def b/src/share/ob_errno.def index 301f47cf3..c8cf0bb99 100644 --- a/src/share/ob_errno.def +++ b/src/share/ob_errno.def @@ -2286,6 +2286,8 @@ DEFINE_ORACLE_ERROR(OB_ERR_VARIABLE_NOT_IN_SELECT_LIST, -9745, -1, "HY000", "var DEFINE_ORACLE_ERROR(OB_ERR_MULTI_RECORD, -9746, -1, "HY000", "coercion into multiple record targets not supported", 494, "coercion into multiple record targets not supported"); DEFINE_ERROR(OB_ERR_MALFORMED_PS_PACKET, -9747, -1, "HY000", "malformed ps packet"); DEFINE_ERROR(OB_ERR_VIEW_SELECT_CONTAIN_QUESTIONMARK, -9748, 1351, "HY000", "View's SELECT contains a variable or parameter"); +DEFINE_ORACLE_ERROR(OB_ERR_OBJECT_NOT_EXIST, -9749, -1, "HY000", "object does not exist", 6564, "object does not exist", "object %.*s does not exist"); + //////////////////////////////////////////////////////////////// // !!! text/blob || clob/blob erro code // for compat we cant not remove this errno!!!!