From c19f52df350d98ce2396fd42f42ea87b7af015c9 Mon Sep 17 00:00:00 2001 From: obdev Date: Thu, 6 Apr 2023 12:11:08 +0000 Subject: [PATCH] hold table ids for obkv connection virtual table and system view --- src/share/inner_table/ob_inner_table_schema_def.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/share/inner_table/ob_inner_table_schema_def.py b/src/share/inner_table/ob_inner_table_schema_def.py index d46677f662..c8f567f74d 100644 --- a/src/share/inner_table/ob_inner_table_schema_def.py +++ b/src/share/inner_table/ob_inner_table_schema_def.py @@ -11446,6 +11446,7 @@ def_table_schema( # 12389: __all_virtual_wr_snapshot # 12390: __all_virtual_wr_statname # 12391: __all_virtual_wr_sysstat +# 12392: __all_virtual_kv_connection # # 余留位置 # @@ -25669,6 +25670,9 @@ def_table_schema( # 21394: CDB_WR_STAT_NAME # 21395: DBA_WR_SYSSTAT # 21396: CDB_WR_SYSSTAT +# 21397: GV$OB_KV_CONNECTIONS +# 21398: V$OB_KV_CONNECTIONS + ################################################################################ # Oracle System View (25000, 30000] # Data Dictionary View (25000, 28000]