WO2018082079A1 - 数据对接动态管理方法及装置 - Google Patents

数据对接动态管理方法及装置 Download PDF

Info

Publication number
WO2018082079A1
WO2018082079A1 PCT/CN2016/104839 CN2016104839W WO2018082079A1 WO 2018082079 A1 WO2018082079 A1 WO 2018082079A1 CN 2016104839 W CN2016104839 W CN 2016104839W WO 2018082079 A1 WO2018082079 A1 WO 2018082079A1
Authority
WO
WIPO (PCT)
Prior art keywords
target database
data
configuration information
docking
long connection
Prior art date
Application number
PCT/CN2016/104839
Other languages
English (en)
French (fr)
Inventor
林竞文
林大镰
Original Assignee
深圳中兴力维技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳中兴力维技术有限公司 filed Critical 深圳中兴力维技术有限公司
Priority to CN201680025113.4A priority Critical patent/CN107980128B/zh
Priority to PCT/CN2016/104839 priority patent/WO2018082079A1/zh
Publication of WO2018082079A1 publication Critical patent/WO2018082079A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems

Definitions

  • the present invention relates to the field of database technologies, and in particular, to a data docking dynamic management method and apparatus.
  • an object of the present invention is to provide a data docking dynamic management method and apparatus to solve at least one of the above technical problems.
  • the present invention provides a data docking dynamic management method, the method comprising the steps of: receiving a data docking requirement of a client; configuring the docking service configuration information according to the data docking requirement, and saving the configuration to the database unit In the information record table, creating a long connection with each target database according to the docking service configuration information in the configuration information record table; sending the docking service Configuring information to the target database, causing the target database to perform a pre-processing operation, and storing the result data of the pre-processing operation in the memory of the target database; receiving a query request issued by the client; Obtain corresponding result data in the preprocessed data of the database; and feed back the obtained result data to the client.
  • the configuration information record table is identified by a unique key identifier ID, long connection information of the target database, the number of long connections of the target database, pre-processed SQL script information in the target database, and actual data acquisition S QL script.
  • the information consists of five fields.
  • the step of creating a long connection with each target database according to the docking service configuration information in the configuration information record table specifically includes: loading from the configuration information record table All the connection service configuration information; obtaining the long connection information and the number of long connections corresponding to each target database from the loaded connection service configuration information; according to the long connection information and the number of long connections, in the database unit and the Create a corresponding number of long connections between the target databases.
  • the step of sending the docking service configuration information to a target database, causing the target database to perform a pre-processing operation, and storing the result data of the pre-processing operation in a memory of the target database specifically includes: Obtaining a unique key identifier ID from the configuration information record table; selecting a long connection in the idle from the created long connection according to the unique key identifier ID; finding the configuration according to the unique key identifier ID Corresponding pre-processed SQL script information in the information record table; sending the pre-processed SQL script information to the target database through the long connection in the idle state, so that the target database performs the pre-processing operation, and obtains the result data of the pre-processing operation and Stored in the memory of the target database.
  • the sending the docking service configuration information to a target database, so that the target database performs a pre-processing operation, and storing the result data of the pre-processing operation in a memory of the target database includes the steps of: periodically updating the result data of the pre-processing operation by heartbeat detection
  • the step of obtaining the corresponding data from the pre-processed data of the target database according to the query request specifically includes: obtaining a unique key identifier ID from the query request; according to the unique key The value identifier ID selects a long connection in the idle from the created long connection; finds the corresponding actual data acquisition SQL script information in the configuration information record table according to the unique key identifier ID; and uses the long connection in the idle state Transmitting the actual data acquisition SQL script information to a target database to be from the target database The corresponding result data is obtained in the preprocessed data.
  • the present invention further provides a data docking dynamic management apparatus, the apparatus comprising: a receiving module, configured to receive a data docking requirement of a client; and a configuration module configured to configure a docking service according to the data docking requirement
  • the configuration information is saved to the configuration information record table of the database unit;
  • the docking module is configured to create a long connection with each target database according to the docking service configuration information in the configuration information record table;
  • a module configured to send the docking service configuration information to a target database, to perform a pre-processing operation on the target database, and store result data of the pre-processing operation in a memory of the target database;
  • the receiving module is further configured to receive a query request sent by the client;
  • the query module is configured to obtain corresponding result data from the preprocessed data of the target database according to the query request; and a feedback module, configured to feed back the obtained result data to the client
  • the configuration information record table is identified by a unique key identifier ID, long connection information of the target database, the number of long connections of the target database, pre-processed SQL script information in the target database, and actual data acquisition S QL script.
  • the information consists of five fields.
  • the process of creating a long connection with each target database by the docking module according to the docking service configuration information in the configuration information record table specifically includes: from the configuration information record table Loading all the docking service configuration information; obtaining the long connection information and the number of long connections corresponding to each target database from the loaded docking service configuration information; according to the long connection information and the number of long connections, in the database unit A corresponding number of long connections are created between the target databases.
  • the pre-processing module sends the docking service configuration information to a target database, so that the target database performs a pre-processing operation, and stores result data of the pre-processing operation in a memory of the target database.
  • the process specifically includes: obtaining a unique key identifier ID from the configuration information record table; selecting a long connection in the idle from the created long connection according to the unique key identifier ID; finding the ID according to the unique key identifier ID And corresponding pre-processed SQL script information in the configuration information record table; sending the pre-processed SQL script information to the target database by using the long connection in the idle state, so that the target database performs a pre-processing operation, and the pre-processing operation is obtained.
  • Result data is stored in the memory of the target database
  • the pre-processing module is further configured to periodically perform a result of the pre-processing operation by heartbeat detection The data is updated.
  • the process for the query module to obtain the corresponding data from the pre-processed data of the target database according to the query request specifically includes: obtaining a unique key-value identifier ID from the query request; The unique key value identification ID selects a long connection in the idle connection from the created long connection; finds the corresponding actual data acquisition SQL script information in the configuration information record table according to the unique key value identification ID; The long connection sends the actual data acquisition SQL script information to the target database to obtain corresponding result data from the pre-processed data of the target database.
  • the data docking dynamic management method and apparatus proposed by the present invention fills the SQL script information into the table by designing a configuration information record table, and then sends the relevant SQL script to the target database to create a data cache and update mechanism, which avoids The problem of compiling and maintaining the SQL embedded application is difficult.
  • the dynamic adjustment of the table contents can realize the rapid adjustment and update of the cached data of the docking function.
  • the present invention can be compatible with data docking of different types of manufacturer databases, and realizes data docking by changing the file access mode in the database into a memory access mode, thereby improving the response speed of the application.
  • FIG. 1 is an environment architecture diagram of a data docking dynamic management apparatus according to the present invention
  • FIG. 2 is a schematic block diagram of a data docking dynamic management apparatus according to a first embodiment of the present invention
  • FIG. 3 is a flowchart of a method for dynamically managing data docking according to a second embodiment of the present invention.
  • FIG. 1 it is an environment architecture diagram of a data docking dynamic management apparatus proposed by the present invention.
  • the data docking dynamic management device 20 is applied to the database server 2, which also includes the database unit 40.
  • the client 4 establishes a data connection with the database server 2 and the client 4 and at least one external target database 60.
  • the data docking dynamic management device 20 is configured to process data docking between the database unit 40 in the database server 2 and the external target database 60.
  • the client 4 is configured to send a data request to the database server 2 and obtain data from the database server 2.
  • the data docking dynamic management device 20 may also be located in another local server that establishes a data connection with the database server 2.
  • a first embodiment of the present invention provides a data docking dynamic management apparatus.
  • the data docking dynamic management apparatus 10 includes a receiving module 200 and a configuration module 202.
  • the docking module 204 The docking module 204, the preprocessing module 206, the query module 208, and the feedback module 210.
  • the receiving module 200 is configured to receive a data docking requirement of the client 4.
  • the data docking requirement includes at least a target database 60 that needs to be docked.
  • the configuration module 202 is configured to configure the docking service configuration information according to the data docking requirement, and save the configuration information to the configuration information record table of the database unit 40.
  • the docking service configuration information includes: long connection information of the target database 60, the number of long connections of the target database 60, pre-processed SQL script information in the target database 60, and actual data acquisition SQL script information.
  • the configuration information record table can record all mainstream databases (such as Oracle, Sybase SqlServer)
  • the configuration information of the long connection call in which the unique key value identification ID is determined in each docking order, and the action that needs to be performed each time data docking is recorded.
  • the configuration information record table is composed of five fields: a unique key value identification ID, long connection information of the target database 60, a number of long connections of the target database 60, pre-processed SQL script information in the target database 60, and actual data acquisition SQL script information. .
  • the unique key identifier ID field is used to record a unique identifier of each docking service configuration information.
  • the long connection The information field is used to record information such as the IP, port, database service name, user, and password string where the target database 60 is located.
  • the long connection number field is used to record the number of database long connections pre-created in the docking startup, and then to perform a docking, and to establish a database long connection with the target database 60 according to the number of long connections, and periodically detect the long connection. The validity of the long connection is guaranteed to be available.
  • the pre-processed SQL script information field is used to record all SQL script content that needs to be sent to the target database 60 for pre-execution to generate and maintain pre-processed data.
  • the actual data acquisition SQL script information field is used to record the SQL statement required to acquire or update the data in the actual docking interaction, and the result of the pre-processing can be directly obtained by the assignment.
  • the configuration module 202 needs to organize the docking service configuration information into a row record input to the database unit 40 and correspondingly save it to the corresponding field of the configuration information record table.
  • the docking module 204 is configured to perform the docking service configuration information according to the configuration information record table.
  • the docking module 204 loads all the docking service configuration information from the configuration information record table, and then obtains the long connection information and the number of long connections corresponding to each target database 60 from the loaded docking service configuration information. And establishing, according to the long connection information and the number of long connections, a corresponding number of long connections between the database unit 40 and the target database 60, referred to as between the database unit 40 and the target database 60. Long connection pool.
  • the docking module 204 actually detects the status of each long connection, and actively detects the long connection with the target database 60 when it detects that the partial long connection is broken, and keeps creating.
  • the long connection reaches the corresponding number.
  • the pre-processing module 206 is configured to send the docking service configuration information to the target database 60, so that the target database 60 performs a pre-processing operation, and stores the result data of the pre-processing operation in the memory of the target database 60. in.
  • the pre-processing module 20 obtains the unique key-value identifier ID from the configuration information record table, according to The unique key identifier ID selects a long connection in the idle connection from the created long connection, and finds corresponding pre-processed SQL script information in the configuration information record table according to the unique key identifier ID, by using the idle.
  • the long connection in the middle sends the pre-processed SQL script information to the target database 60, in the target database 60.
  • the script is executed to perform a pre-processing operation to obtain the content of the required query, and the result data of the pre-processing operation is pre-loaded into the memory of the target database 60 to generate a memory table or a memory cache of the pre-processed data.
  • the pre-processed data remains in the target database 60, and access is obtained only after actual needs.
  • the pre-processing module 206 is further configured to periodically update the pre-processed data by heartbeat detection. By maintaining the periodic update of the pre-processed data, it can be ensured that the latest data can be obtained each time after the data is searched through the docked target database 60.
  • the receiving module 200 is further configured to receive a query request sent by the client 4.
  • the client 4 issues a query request to the database server 2.
  • the query request includes at least a unique key identifier ID corresponding to the target database 60
  • the query module 208 is configured to obtain corresponding result data from the pre-processed data of the target database 60 according to the query request.
  • the query module 208 obtains the unique key identifier ID from the query request, and then selects from the created long connection according to the unique key identifier ID in the query request. a long connection in idle, and finding the corresponding actual data acquisition SQL script information in the configuration information record table according to the unique key identifier ID, and acquiring the SQL script information by using the long connection in the idle
  • the result is sent to the target database 60, and the corresponding result data is obtained from the pre-processed data in the real memory of the target database 60. If there is no long connection in idle, an error is displayed and an error is logged.
  • the feedback module 210 is configured to feed back the obtained result data to the client 4.
  • a second embodiment of the present invention provides a data docking dynamic management method.
  • the method includes the following steps:
  • S300 Receive a data connection requirement of the client.
  • the data docking requirement includes at least a target database that needs to be docked.
  • the docking service configuration information includes: long connection information of the target database, the number of long connections of the target database, pre-processed SQL script information in the target database, and actual data acquisition SQL script information.
  • the configuration information record table can record all mainstream databases (such as Oracle, Sybase SqlServer)
  • the configuration information of the long connection call in which the unique key value identifier I D is determined in each docking order, and the action that needs to be performed each time data docking is recorded.
  • the configuration information record table is composed of five fields: a unique key identifier ID, long connection information of the target database, a long connection number of the target database, pre-processed S QL script information in the target database, and actual data acquisition SQL script information.
  • the unique key identifier ID field is used to record a unique identifier of each docking service configuration information.
  • the long connection information field is used to record information such as the IP, port, database service name, user and password string where the target database is located.
  • the long connection number field is used to record the number of long connections of the database pre-created in the docking startup, and subsequent to perform docking, create a database long connection with the target database according to the number of long connections, and periodically detect the long connection. Validity to ensure that long connections are available.
  • the pre-processed SQL script information field is used to record all SQL script content that needs to be sent to the target database for pre-execution to generate and maintain pre-processed data.
  • the actual data acquisition SQL script information field is used to record the SQL statement required to acquire or update data in the actual docking interaction, and the pre-processed result can be directly obtained through the assignment.
  • the docking service configuration information needs to be organized into a row record input to the database unit and correspondingly saved to the corresponding field of the configuration information record table.
  • S304 Create a long connection with each target database according to the docking service configuration information in the configuration information record table.
  • all the docking service configuration information is loaded from the configuration information record table, and then the long connection information and the number of long connections corresponding to each target database are obtained from the loaded docking service configuration information, and according to the The long connection information and the long connection number are created, and a corresponding number of long connections are created between the database unit and the target database, which is called a long connection pool between the database unit and the target database.
  • the pre-processed data needs to be updated periodically by heartbeat detection.
  • the pre-processed data it can be ensured that the latest data can be obtained each time after the data is searched through the docked target database 60.
  • S310 Receive a query request sent by a client.
  • the client issues a query request to the database server.
  • the query request includes at least a unique key identifier ID corresponding to the target database.
  • the unique key identifier ID is obtained from the query request, and then an idle key is selected from the created long connection according to the unique key identifier ID in the query request.
  • Long connection and according to the unique key identifier ID, find the corresponding actual data acquisition SQL script information in the configuration information record table, and send the actual data acquisition SQL script information to the target database through the long connection in the idle state Obtain the corresponding result data from the preprocessed data in the real memory of the target database. If there is no long connection in the idle, an error is displayed and an error is logged.
  • the technical solution of the present invention which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk,
  • a storage medium such as ROM/RAM, disk
  • the optical disc includes a number of instructions for causing a terminal device (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the methods described in various embodiments of the present invention.
  • the data docking dynamic management method and apparatus proposed by the present invention fills the SQL script information into the table by designing a configuration information record table, and then sends the relevant SQL script to the target database to create a data cache and update mechanism, which avoids The problem of compiling and maintaining the SQL embedded application is difficult.
  • the dynamic adjustment of the table contents can realize the rapid adjustment and update of the cached data of the docking function.
  • the present invention can be compatible with data docking of different types of manufacturer databases, and the data docking is changed from the file access mode in the database to the memory access mode, thereby improving the response speed of the application. Therefore, it has industrial applicability

Abstract

一种数据对接动态管理方法及装置,属于数据库技术领域。该方法包括:接收客户端的数据对接需求(S300);配置对接业务配置信息,并保存至数据库单元的配置信息记录表中(S302);根据所述对接业务配置信息创建与每个目标数据库之间的长连接(S304);发送所述对接业务配置信息至目标数据库,以使目标数据库进行预处理操作,并将所述预处理操作的结果数据存储在目标数据库的内存中(S308);接收客户端发出的查询请求(S310);根据所述查询请求从目标数据库的预处理数据中获取相应的结果数据(S312);将获取到的结果数据反馈至客户端(S314)。由此,可以快速实现数据对接以及访问目标数据库进行数据查询。

Description

数据对接动态管理方法及装置 技术领域
[0001] 本发明涉及数据库技术领域, 尤其涉及数据对接动态管理方法及装置。
背景技术
[0002] 在计算机程序幵发过程中, 为了保证软件质量, 提高软件可靠性、 可重用性和 可维护性, 提高软件的良好用户体验效果, 一种切实可行的方法是采用并维护 一套或几套通用的应用程序系统并在其基础上根据业务进行不断迭代幵发和优 化更新。
[0003] 在以往的数据应用系统幵发过程中, 面对一些扩展业务需求, 特别是需要进行 数据对接吋, 往往需要与从其他厂家的数据库进行交互访问, 用于集成业务功 能的呈现。 但是, 各厂家使用的数据库系统大不相同, 在现有的业务数据对接 模式上, 往往忽略了如何高效快速地实现数据对接以及实现数据快速地交互访 问, 对接交互访问延吋以致于应用无法获得良好的用户体验。 现有的做法是将 幵发好的 SQL嵌入到自身产品的应用程序系统中, 通过幵发、 调试、 编译、 发布 等一系列动作后最终部署应用, SQL无法预编译, 每次执行都需重编译, 往往耗 吋很长。 因此, 现有的业务数据对接模式无法较好的实现快速、 高复用、 可延 续、 易维护性的要求。
技术问题
[0004] 有鉴于此, 本发明的目的在于提供一种数据对接动态管理方法及装置, 以解决 至少一种上述技术问题。
问题的解决方案
技术解决方案
[0005] 为实现上述目的, 本发明提供一种数据对接动态管理方法, 该方法包括步骤: 接收客户端的数据对接需求; 根据所述数据对接需求配置对接业务配置信息, 并保存至数据库单元的配置信息记录表中; 根据所述配置信息记录表中的所述 对接业务配置信息, 创建与每个目标数据库之间的长连接; 发送所述对接业务 配置信息至目标数据库, 以使目标数据库进行预处理操作, 并将所述预处理操 作的结果数据存储在目标数据库的内存中; 接收客户端发出的査询请求; 根据 所述査询请求从目标数据库的预处理数据中获取相应的结果数据; 及将获取到 的结果数据反馈至客户端。
[0006] 可选地, 所述配置信息记录表由唯一键值标识 ID、 目标数据库的长连接信息、 目标数据库的长连接个数、 目标数据库中预处理 SQL脚本信息、 实际数据获取 S QL脚本信息五个字段构成。
[0007] 可选地, 所述根据所述配置信息记录表中的所述对接业务配置信息, 创建与每 个目标数据库之间的长连接的步骤具体包括: 从所述配置信息记录表中加载所 有对接业务配置信息; 从加载的对接业务配置信息中获取每个目标数据库对应 的长连接信息和长连接个数; 根据所述长连接信息和长连接个数, 在所述数据 库单元与所述目标数据库之间创建对应个数的长连接。
[0008] 可选地, 所述发送所述对接业务配置信息至目标数据库, 以使目标数据库进行 预处理操作, 并将所述预处理操作的结果数据存储在目标数据库的内存中的步 骤具体包括: 从所述配置信息记录表中获取唯一键值标识 ID; 根据所述唯一键 值标识 ID从创建的长连接中选择一空闲中的长连接; 根据所述唯一键值标识 ID 找到所述配置信息记录表中对应的预处理 SQL脚本信息; 通过所述空闲中的长连 接将所述预处理 SQL脚本信息发送至目标数据库, 以使目标数据库进行预处理操 作, 得到预处理操作的结果数据并存储在所述目标数据库的内存中。
[0009] 可选地, 所述发送所述对接业务配置信息至目标数据库, 以使目标数据库进行 预处理操作, 并将所述预处理操作的结果数据存储在目标数据库的内存中的步 骤之后还包括步骤: 定期通过心跳检测对所述预处理操作的结果数据进行更新
[0010] 可选地, 所述根据所述査询请求从目标数据库的预处理数据中获取相应数据的 步骤具体包括: 从所述査询请求中获取唯一键值标识 ID; 根据所述唯一键值标 识 ID从创建的长连接中选择一空闲中的长连接; 根据所述唯一键值标识 ID找到 所述配置信息记录表中对应的实际数据获取 SQL脚本信息; 通过所述空闲中的长 连接将所述实际数据获取 SQL脚本信息发送至目标数据库, 以从所述目标数据库 的预处理数据中获取相应的结果数据。
[0011] 为实现上述目的, 本发明还提出一种数据对接动态管理装置, 该装置包括: 接 收模块, 设置为接收客户端的数据对接需求; 配置模块, 设置为根据所述数据 对接需求配置对接业务配置信息, 并保存至数据库单元的配置信息记录表中; 对接模块, 设置为根据所述配置信息记录表中的所述对接业务配置信息, 创建 与每个目标数据库之间的长连接; 预处理模块, 设置为发送所述对接业务配置 信息至目标数据库, 以使目标数据库进行预处理操作, 并将所述预处理操作的 结果数据存储在目标数据库的内存中; 所述接收模块还设置为接收客户端发出 的査询请求; 査询模块, 设置为根据所述査询请求从目标数据库的预处理数据 中获取相应的结果数据; 及反馈模块, 设置为将获取到的结果数据反馈至客户
[0012] 可选地, 所述配置信息记录表由唯一键值标识 ID、 目标数据库的长连接信息、 目标数据库的长连接个数、 目标数据库中预处理 SQL脚本信息、 实际数据获取 S QL脚本信息五个字段构成。
[0013] 可选地, 所述对接模块根据所述配置信息记录表中的所述对接业务配置信息, 创建与每个目标数据库之间的长连接的过程具体包括: 从所述配置信息记录表 中加载所有对接业务配置信息; 从加载的对接业务配置信息中获取每个目标数 据库对应的长连接信息和长连接个数; 根据所述长连接信息和长连接个数, 在 所述数据库单元与所述目标数据库之间创建对应个数的长连接。
[0014] 可选地, 所述预处理模块发送所述对接业务配置信息至目标数据库, 以使目标 数据库进行预处理操作, 并将所述预处理操作的结果数据存储在目标数据库的 内存中的过程具体包括: 从所述配置信息记录表中获取唯一键值标识 ID; 根据 所述唯一键值标识 ID从创建的长连接中选择一空闲中的长连接; 根据所述唯一 键值标识 ID找到所述配置信息记录表中对应的预处理 SQL脚本信息; 通过所述空 闲中的长连接将所述预处理 SQL脚本信息发送至目标数据库, 以使目标数据库进 行预处理操作, 得到预处理操作的结果数据并存储在所述目标数据库的内存中
[0015] 可选地, 所述预处理模块还设置为定期通过心跳检测对所述预处理操作的结果 数据进行更新。
[0016] 可选地, 所述査询模块根据所述査询请求从目标数据库的预处理数据中获取相 应数据的过程具体包括: 从所述査询请求中获取唯一键值标识 ID; 根据所述唯 一键值标识 ID从创建的长连接中选择一空闲中的长连接; 根据所述唯一键值标 识 ID找到所述配置信息记录表中对应的实际数据获取 SQL脚本信息; 通过所述空 闲中的长连接将所述实际数据获取 SQL脚本信息发送至目标数据库, 以从所述目 标数据库的预处理数据中获取相应的结果数据。
发明的有益效果
有益效果
[0017] 本发明提出的数据对接动态管理方法及装置, 通过设计配置信息记录表将 SQL 脚本信息填充到该表格, 然后将相关的 SQL脚本发送至目标数据库创建出数据缓 存及更新机制, 避免了 SQL嵌入应用程序产生的编译及维护难的问题。 另外动态 实吋调整表格内容可以实现对接功能的缓存数据的快速调整与更新。 通过实吋 创建并监控长连接机制, 以及通过表格设定的 SQL实现预加载及预处理数据, 可 以实现数据快速交互, 避免了在对接获取数据吋吋延较长的问题。
[0018] 并且, 本发明可以兼容不同类型厂家数据库的数据对接, 实现数据对接由数据 库中文件访问方式变为内存访问方式, 提高应用程序的响应速度。
对附图的简要说明
附图说明
[0019] 图 1为本发明提出的一种数据对接动态管理装置的环境架构图;
[0020] 图 2为本发明第一实施例提出的一种数据对接动态管理装置的模块示意图;
[0021] 图 3为本发明第二实施例提出的一种数据对接动态管理方法的流程图;
[0022] 本发明目的的实现、 功能特点及优点将结合实施例, 参照附图做进一步说明。
本发明的实施方式
[0023] 为了使本发明所要解决的技术问题、 技术方案及工业实用性更加清楚、 明白, 以下结合附图和实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描 述的具体实施例仅仅用以解释本发明, 并不用于限定本发明。
[0024] 如图 1所示, 是本发明提出的一种数据对接动态管理装置的环境架构图。 所述 数据对接动态管理装置 20应用于数据库服务器 2中, 所述数据库服务器 2中还包 括数据库单元 40。 客户端 4与所述数据库服务器 2与客户端 4和外部的至少一个目 标数据库 60之间建立数据连接。
[0025] 所述数据对接动态管理装置 20用于对所述数据库服务器 2中的数据库单元 40与 外部的目标数据库 60之间的数据对接进行处理。 所述客户端 4用于向所述数据库 服务器 2发送数据请求及从所述数据库服务器 2中获取数据。
[0026] 值得注意的是, 除了图 1所示的环境架构, 所述数据对接动态管理装置 20还可 以位于本地的另一服务器中, 该另一服务器与所述数据库服务器 2建立数据连接
[0027] 第一实施例
[0028] 如图 2所示, 本发明第一实施例提出一种数据对接动态管理装置。
[0029] 在本实施例中, 所述数据对接动态管理装置 10包括接收模块 200、 配置模块 202
、 对接模块 204、 预处理模块 206、 査询模块 208及反馈模块 210。
[0030] 所述接收模块 200设置为接收客户端 4的数据对接需求。
[0031] 具体地, 所述数据对接需求中至少包括需要进行对接的目标数据库 60。
[0032] 所述配置模块 202设置为根据所述数据对接需求配置对接业务配置信息, 并保 存至数据库单元 40的配置信息记录表中。
[0033] 具体地, 所述对接业务配置信息包括: 目标数据库 60的长连接信息、 目标数据 库 60的长连接个数、 目标数据库 60中预处理 SQL脚本信息、 实际数据获取 SQL脚 本信息。
[0034] 所述配置信息记录表可以记录所有主流数据库 (如 Oracle、 Sybase SqlServer
、 MySQL等) 长连接调用的配置信息, 其中以每次对接顺序确定唯一键值标识 I D, 记录每次数据对接需要执行的动作。 所述配置信息记录表由唯一键值标识 ID 、 目标数据库 60的长连接信息、 目标数据库 60的长连接个数、 目标数据库 60中 预处理 SQL脚本信息、 实际数据获取 SQL脚本信息五个字段构成。 其中, 所述唯 一键值标识 ID字段用于记录每一条对接业务配置信息的唯一标识。 所述长连接 信息字段用于记录目标数据库 60所在的 IP、 端口、 数据库服务名、 用户及密码串 等信息。 所述长连接个数字段用于记录在对接启动吋预创建的数据库长连接的 个数, 后续在进行对接吋按所述长连接个数与目标数据库 60创建数据库长连接 , 并定期检测长连接的有效性, 以保证长连接实吋可用。 所述预处理 SQL脚本信 息字段用于记录所有需要发送到目标数据库 60进行预执行的 SQL脚本内容, 以生 成并维护预处理数据。 所述实际数据获取 SQL脚本信息字段用于记录实吋对接交 互所需获取或更新数据的 SQL语句, 通过赋值可以直接得到事先预处理的结果。
[0035] 每当有新的数据对接业务需求吋, 配置模块 202需要将所述对接业务配置信息 整理为一行记录输入至数据库单元 40并对应保存至所述配置信息记录表的对应 字段中。
[0036] 所述对接模块 204设置为根据所述配置信息记录表中的所述对接业务配置信息
, 创建与每个目标数据库 60之间的长连接。
[0037] 具体地, 对接模块 204从所述配置信息记录表中加载所有对接业务配置信息, 然后从加载的对接业务配置信息中获取每个目标数据库 60对应的长连接信息和 长连接个数, 并根据所述长连接信息和长连接个数, 在所述数据库单元 40与所 述目标数据库 60之间创建对应个数的长连接, 称为所述数据库单元 40与所述目 标数据库 60之间的长连接池。
[0038] 另外, 在长连接创建成功后, 对接模块 204还实吋检测每条长连接的状态, 当 检测到部分长连接被断幵吋则主动重新创建与目标数据库 60的长连接, 保持创 建的长连接达到对应个数。
[0039] 所述预处理模块 206设置为发送所述对接业务配置信息至目标数据库 60, 以使 目标数据库 60进行预处理操作, 并将所述预处理操作的结果数据存储在目标数 据库 60的内存中。
[0040] 具体地, 当所述长连接创建成功后, 或者接收到客户端 4发出的预处理请求后 , 预处理模块 20从所述配置信息记录表中获取所述唯一键值标识 ID, 根据所述 唯一键值标识 ID从创建的长连接中选择一空闲中的长连接, 并根据所述唯一键 值标识 ID找到所述配置信息记录表中对应的预处理 SQL脚本信息, 通过所述空闲 中的长连接将所述预处理 SQL脚本信息发送至目标数据库 60, 在目标数据库 60中 执行该脚本以进行预处理操作, 得到所需査询的内容, 将预处理操作的结果数 据预加载到目标数据库 60的内存中, 生成预处理数据的内存表或者内存缓存。 所述预处理数据仍保留在目标数据库 60, 在实际需要吋才进行访问获取。
[0041] 另外, 所述预处理模块 206还设置为定期通过心跳检测对所述预处理数据进行 更新。 通过维持所述预处理数据的定期更新, 可以保证后续每次需要通过对接 的目标数据库 60査询数据吋, 都能获取到最新的数据。
[0042] 所述接收模块 200还设置为接收客户端 4发出的査询请求。
[0043] 具体地, 当需要査询目标数据库 60中的数据吋, 客户端 4向数据库服务器 2发出 査询请求。 所述査询请求中至少包括所述目标数据库 60对应的唯一键值标识 ID
[0044] 所述査询模块 208设置为根据所述査询请求从目标数据库 60的预处理数据中获 取相应的结果数据。
[0045] 具体地, 査询模块 208从所述査询请求中获取所述唯一键值标识 ID, 然后根据 所述査询请求中的所述唯一键值标识 ID, 从创建的长连接中选择一空闲中的长 连接, 并根据所述唯一键值标识 ID找到所述配置信息记录表中对应的实际数据 获取 SQL脚本信息, 通过所述空闲中的长连接将所述实际数据获取 SQL脚本信息 发送至目标数据库 60, 从目标数据库 60的实吋内存中的预处理数据中获取相应 的结果数据。 若无空闲中的长连接则提示错误并记录错误。
[0046] 所述反馈模块 210设置为将获取到的结果数据反馈至客户端 4。
[0047] 第二实施例
[0048] 如图 3所示, 本发明第二实施例提出一种数据对接动态管理方法。 该方法包括 以下步骤:
[0049] S300, 接收客户端的数据对接需求。
[0050] 具体地, 所述数据对接需求中至少包括需要进行对接的目标数据库。
[0051] S302, 根据所述数据对接需求配置对接业务配置信息, 并保存至数据库单元 40 的配置信息记录表中。
[0052] 具体地, 所述对接业务配置信息包括: 目标数据库的长连接信息、 目标数据库 的长连接个数、 目标数据库中预处理 SQL脚本信息、 实际数据获取 SQL脚本信息 [0053] 所述配置信息记录表可以记录所有主流数据库 (如 Oracle、 Sybase SqlServer
、 MySQL等) 长连接调用的配置信息, 其中以每次对接顺序确定唯一键值标识 I D, 记录每次数据对接需要执行的动作。 所述配置信息记录表由唯一键值标识 ID 、 目标数据库的长连接信息、 目标数据库的长连接个数、 目标数据库中预处理 S QL脚本信息、 实际数据获取 SQL脚本信息五个字段构成。 其中, 所述唯一键值 标识 ID字段用于记录每一条对接业务配置信息的唯一标识。 所述长连接信息字 段用于记录目标数据库所在的 IP、 端口、 数据库服务名、 用户及密码串等信息。 所述长连接个数字段用于记录在对接启动吋预创建的数据库长连接的个数, 后 续在进行对接吋按所述长连接个数与目标数据库创建数据库长连接, 并定期检 测长连接的有效性, 以保证长连接实吋可用。 所述预处理 SQL脚本信息字段用于 记录所有需要发送到目标数据库进行预执行的 SQL脚本内容, 以生成并维护预处 理数据。 所述实际数据获取 SQL脚本信息字段用于记录实吋对接交互所需获取或 更新数据的 SQL语句, 通过赋值可以直接得到事先预处理的结果。
[0054] 每当有新的数据对接业务需求吋, 需要将所述对接业务配置信息整理为一行记 录输入至数据库单元并对应保存至所述配置信息记录表的对应字段中。
[0055] S304, 根据所述配置信息记录表中的所述对接业务配置信息, 创建与每个目标 数据库之间的长连接。
[0056] 具体地, 从所述配置信息记录表中加载所有对接业务配置信息, 然后从加载的 对接业务配置信息中获取每个目标数据库对应的长连接信息和长连接个数, 并 根据所述长连接信息和长连接个数, 在所述数据库单元与所述目标数据库之间 创建对应个数的长连接, 称为所述数据库单元与所述目标数据库之间的长连接 池。
[0057] 另外, 在长连接创建成功后, 还需要实吋检测每条长连接的状态, 当检测到部 分长连接被断幵吋则主动重新创建与目标数据库之间的长连接, 保持创建的长 连接达到所述配置信息记录表中记录的长连接个数。
[0058] S308 , 发送所述对接业务配置信息至目标数据库, 以使目标数据库进行预处理 操作, 并将所述预处理操作的结果数据存储在目标数据库的内存中。 [0059] 具体地, 当所述长连接创建成功后, 或者接收到客户端发出的预处理请求后, 从所述配置信息记录表中中获取所述唯一键值标识 ID, 根据所述唯一键值标识 I D从创建的长连接中选择一空闲中的长连接, 并根据所述唯一键值标识 ID找到所 述配置信息记录表中对应的预处理 SQL脚本信息, 通过所述空闲中的长连接将所 述预处理 SQL脚本信息发送至目标数据库, 在目标数据库中执行该脚本以进行预 处理操作, 得到所需査询的内容, 将预处理操作的结果数据预加载到目标数据 库的内存中, 生成预处理数据的内存表或者内存缓存。 所述预处理数据仍保留 在目标数据库, 在实际需要吋才进行访问获取。
[0060] 另外, 在得到所述预处理数据后, 还需要定期通过心跳检测对所述预处理数据 进行更新。 通过维持所述预处理数据的定期更新, 可以保证后续每次需要通过 对接的目标数据库 60査询数据吋, 都能获取到最新的数据。
[0061] S310, 接收客户端发出的査询请求。
[0062] 具体地, 当需要査询目标数据库中的数据吋, 客户端向数据库服务器发出査询 请求。 所述査询请求中至少包括所述目标数据库对应的唯一键值标识 ID。
[0063] S312, 根据所述査询请求从目标数据库的预处理数据中获取相应的结果数据。
[0064] 具体地, 从所述査询请求中获取所述唯一键值标识 ID, 然后根据所述査询请求 中的所述唯一键值标识 ID, 从创建的长连接中选择一空闲中的长连接, 并根据 所述唯一键值标识 ID找到所述配置信息记录表中对应的实际数据获取 SQL脚本信 息, 通过所述空闲中的长连接将所述实际数据获取 SQL脚本信息发送至目标数据 库, 从目标数据库的实吋内存中的预处理数据中获取相应的结果数据。 若无空 闲中的长连接则提示错误并记录错误。
[0065] S314, 将获取到的结果数据反馈至客户端。
[0066] 需要说明的是, 在本文中, 术语"包括"、 "包含 "或者其任何其他变体意在涵盖 非排他性的包含, 从而使得包括一系列要素的过程、 方法、 物品或者装置不仅 包括那些要素, 而且还包括没有明确列出的其他要素, 或者是还包括为这种过 程、 方法、 物品或者装置所固有的要素。 在没有更多限制的情况下, 由语句 "包 括一个 ...... "限定的要素, 并不排除在包括该要素的过程、 方法、 物品或者装置 中还存在另外的相同要素。 通过以上的实施方式的描述, 本领域的技术人员可以清楚地了解到上述实施例 方法可借助软件加必需的通用硬件平台的方式来实现, 当然也可以通过硬件来 实现, 但很多情况下前者是更佳的实施方式。 基于这样的理解, 本发明的技术 方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来 , 该计算机软件产品存储在一个存储介质 (如 ROM/RAM、 磁碟、 光盘) 中, 包 括若干指令用以使得一台终端设备 (可以是手机, 计算机, 服务器, 空调器, 或者网络设备等) 执行本发明各个实施例所述的方法。
[0068] 以上参照附图说明了本发明的优选实施例, 并非因此局限本发明的权利范围。
上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣。 另外, 虽然在流 程图中示出了逻辑顺序, 但是在某些情况下, 可以以不同于此处的顺序执行所 示出或描述的步骤。
[0069] 本领域技术人员不脱离本发明的范围和实质, 可以有多种变型方案实现本发明 , 比如作为一个实施例的特征可用于另一实施例而得到又一实施例。 凡在运用 本发明的技术构思之内所作的任何修改、 等同替换和改进, 均应在本发明的权 利范围之内。
工业实用性
[0070] 本发明提出的数据对接动态管理方法及装置, 通过设计配置信息记录表将 SQL 脚本信息填充到该表格, 然后将相关的 SQL脚本发送至目标数据库创建出数据缓 存及更新机制, 避免了 SQL嵌入应用程序产生的编译及维护难的问题。 另外动态 实吋调整表格内容可以实现对接功能的缓存数据的快速调整与更新。 通过实吋 创建并监控长连接机制, 以及通过表格设定的 SQL实现预加载及预处理数据, 可 以实现数据快速交互, 避免了在对接获取数据吋吋延较长的问题。 并且, 本发 明可以兼容不同类型厂家数据库的数据对接, 实现数据对接由数据库中文件访 问方式变为内存访问方式, 提高应用程序的响应速度。 因此, 具有工业实用性

Claims

权利要求书
[权利要求 1] 一种数据对接动态管理方法, 该方法包括步骤:
接收客户端的数据对接需求;
根据所述数据对接需求配置对接业务配置信息, 并保存至数据库单元 的配置信息记录表中;
根据所述配置信息记录表中的所述对接业务配置信息, 创建与每个目 标数据库之间的长连接;
发送所述对接业务配置信息至目标数据库, 以使目标数据库进行预处 理操作, 并将所述预处理操作的结果数据存储在目标数据库的内存中 接收客户端发出的査询请求;
根据所述査询请求从目标数据库的预处理数据中获取相应的结果数据 ; 及
将获取到的结果数据反馈至客户端。
[权利要求 2] 根据权利要求 1所述的数据对接动态管理方法, 其中, 所述配置信息 记录表由唯一键值标识 ID、 目标数据库的长连接信息、 目标数据库的 长连接个数、 目标数据库中预处理 SQL脚本信息、 实际数据获取 SQL 脚本信息五个字段构成。
[权利要求 3] 根据权利要求 2所述的数据对接动态管理方法, 其中, 所述根据所述 配置信息记录表中的所述对接业务配置信息, 创建与每个目标数据库 之间的长连接的步骤具体包括:
从所述配置信息记录表中加载所有对接业务配置信息;
从加载的对接业务配置信息中获取每个目标数据库对应的长连接信息 和长连接个数;
根据所述长连接信息和长连接个数, 在所述数据库单元与所述目标数 据库之间创建对应个数的长连接。
[权利要求 4] 根据权利要求 2所述的数据对接动态管理方法, 其中, 所述发送所述 对接业务配置信息至目标数据库, 以使目标数据库进行预处理操作, 并将所述预处理操作的结果数据存储在目标数据库的内存中的步骤具 体包括:
从所述配置信息记录表中获取唯一键值标识 ID; 根据所述唯一键值标识 ID从创建的长连接中选择一空闲中的长连接; 根据所述唯一键值标识 ID找到所述配置信息记录表中对应的预处理 S QL脚本信息;
通过所述空闲中的长连接将所述预处理 SQL脚本信息发送至目标数据 库, 以使目标数据库进行预处理操作, 得到预处理操作的结果数据并 存储在所述目标数据库的内存中。
[权利要求 5] 根据权利要求 1或 4所述的数据对接动态管理方法, 其中, 所述发送所 述对接业务配置信息至目标数据库, 以使目标数据库进行预处理操作 , 并将所述预处理操作的结果数据存储在目标数据库的内存中的步骤 之后还包括步骤:
定期通过心跳检测对所述预处理操作的结果数据进行更新。
[权利要求 6] 根据权利要求 2所述的数据对接动态管理方法, 其中, 所述根据所述 査询请求从目标数据库的预处理数据中获取相应数据的步骤具体包括 从所述査询请求中获取唯一键值标识 ID;
根据所述唯一键值标识 ID从创建的长连接中选择一空闲中的长连接; 根据所述唯一键值标识 ID找到所述配置信息记录表中对应的实际数据 获取 SQL脚本信息;
通过所述空闲中的长连接将所述实际数据获取 SQL脚本信息发送至目 标数据库, 以从所述目标数据库的预处理数据中获取相应的结果数据
[权利要求 7] —种数据对接动态管理装置, 该装置包括:
接收模块, 设置为接收客户端的数据对接需求; 配置模块, 设置为根据所述数据对接需求配置对接业务配置信息, 并 保存至数据库单元的配置信息记录表中; 对接模块, 设置为根据所述配置信息记录表中的所述对接业务配置信 息, 创建与每个目标数据库之间的长连接;
预处理模块, 设置为发送所述对接业务配置信息至目标数据库, 以使 目标数据库进行预处理操作, 并将所述预处理操作的结果数据存储在 目标数据库的内存中;
所述接收模块还设置为接收客户端发出的査询请求;
査询模块, 设置为根据所述査询请求从目标数据库的预处理数据中获 取相应的结果数据; 及
反馈模块, 设置为将获取到的结果数据反馈至客户端。
[权利要求 8] 根据权利要求 7所述的数据对接动态管理装置, 其中, 所述配置信息 记录表由唯一键值标识 ID、 目标数据库的长连接信息、 目标数据库的 长连接个数、 目标数据库中预处理 SQL脚本信息、 实际数据获取 SQL 脚本信息五个字段构成。
[权利要求 9] 根据权利要求 8所述的数据对接动态管理装置, 其中, 所述对接模块 根据所述配置信息记录表中的所述对接业务配置信息, 创建与每个目 标数据库之间的长连接的过程具体包括:
从所述配置信息记录表中加载所有对接业务配置信息;
从加载的对接业务配置信息中获取每个目标数据库对应的长连接信息 和长连接个数;
根据所述长连接信息和长连接个数, 在所述数据库单元与所述目标数 据库之间创建对应个数的长连接。
[权利要求 10] 根据权利要求 8所述的数据对接动态管理装置, 其中, 所述预处理模 块发送所述对接业务配置信息至目标数据库, 以使目标数据库进行预 处理操作, 并将所述预处理操作的结果数据存储在目标数据库的内存 中的过程具体包括:
从所述配置信息记录表中获取唯一键值标识 ID; 根据所述唯一键值标识 ID从创建的长连接中选择一空闲中的长连接; 根据所述唯一键值标识 ID找到所述配置信息记录表中对应的预处理 S QL脚本信息;
通过所述空闲中的长连接将所述预处理 SQL脚本信息发送至目标数据 库, 以使目标数据库进行预处理操作, 得到预处理操作的结果数据并 存储在所述目标数据库的内存中。
[权利要求 11] 根据权利要求 7或 10所述的数据对接动态管理装置, 其中, 所述预处 理模块还设置为定期通过心跳检测对所述预处理操作的结果数据进行 更新。
[权利要求 12] 根据权利要求 8所述的数据对接动态管理装置, 其中, 所述査询模块 根据所述査询请求从目标数据库的预处理数据中获取相应数据的过程 具体包括:
从所述査询请求中获取唯一键值标识 ID;
根据所述唯一键值标识 ID从创建的长连接中选择一空闲中的长连接; 根据所述唯一键值标识 ID找到所述配置信息记录表中对应的实际数据 获取 SQL脚本信息;
通过所述空闲中的长连接将所述实际数据获取 SQL脚本信息发送至目 标数据库, 以从所述目标数据库的预处理数据中获取相应的结果数据
PCT/CN2016/104839 2016-11-07 2016-11-07 数据对接动态管理方法及装置 WO2018082079A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201680025113.4A CN107980128B (zh) 2016-11-07 2016-11-07 数据对接动态管理方法及装置
PCT/CN2016/104839 WO2018082079A1 (zh) 2016-11-07 2016-11-07 数据对接动态管理方法及装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/104839 WO2018082079A1 (zh) 2016-11-07 2016-11-07 数据对接动态管理方法及装置

Publications (1)

Publication Number Publication Date
WO2018082079A1 true WO2018082079A1 (zh) 2018-05-11

Family

ID=62004228

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/104839 WO2018082079A1 (zh) 2016-11-07 2016-11-07 数据对接动态管理方法及装置

Country Status (2)

Country Link
CN (1) CN107980128B (zh)
WO (1) WO2018082079A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108846763A (zh) * 2018-06-05 2018-11-20 中国平安人寿保险股份有限公司 核保请求处理方法、装置、计算机设备和存储介质
CN112241418B (zh) * 2019-07-17 2023-04-18 金篆信科有限责任公司 分布式数据库预处理方法及代理层、系统、存储介质
CN112328224B (zh) * 2021-01-06 2021-03-30 广州市玄武无线科技股份有限公司 业务接口的对接方法、装置、存储介质以及电子设备
CN115134400A (zh) * 2022-06-29 2022-09-30 中国工商银行股份有限公司 动态调整长连接数的方法和装置
CN115278138A (zh) * 2022-07-08 2022-11-01 浙江威固信息技术有限责任公司 一种固态硬盘、图像存储设备和远程图像处理配置方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050228765A1 (en) * 2004-01-16 2005-10-13 Taiwan Semiconductor Manufacturing Co. Mechanism for synchronizing manafacturing information systems and document content management systems data
CN102346775A (zh) * 2011-09-26 2012-02-08 苏州博远容天信息科技有限公司 一种基于日志的异构多源数据库同步方法
CN102915377A (zh) * 2012-11-14 2013-02-06 深圳市宏电技术股份有限公司 数据库转换或同步方法及系统
CN103699638A (zh) * 2013-12-23 2014-04-02 国云科技股份有限公司 一种基于配置参数实现跨数据库类型同步数据的方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8868617B2 (en) * 2009-12-23 2014-10-21 International Business Machines Corporation Common connection definitions for database clients
CN103365929B (zh) * 2012-04-10 2016-09-28 阿里巴巴集团控股有限公司 一种数据库连接的管理方法及系统
CN102982141B (zh) * 2012-11-20 2016-01-20 北京搜狐新媒体信息技术有限公司 一种实现分布式数据库代理的方法及装置
CN103761140B (zh) * 2013-11-29 2018-04-13 北京中启智源数字信息技术有限责任公司 一种在异构关系型数据库中实现事务处理的方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050228765A1 (en) * 2004-01-16 2005-10-13 Taiwan Semiconductor Manufacturing Co. Mechanism for synchronizing manafacturing information systems and document content management systems data
CN102346775A (zh) * 2011-09-26 2012-02-08 苏州博远容天信息科技有限公司 一种基于日志的异构多源数据库同步方法
CN102915377A (zh) * 2012-11-14 2013-02-06 深圳市宏电技术股份有限公司 数据库转换或同步方法及系统
CN103699638A (zh) * 2013-12-23 2014-04-02 国云科技股份有限公司 一种基于配置参数实现跨数据库类型同步数据的方法

Also Published As

Publication number Publication date
CN107980128A (zh) 2018-05-01
CN107980128B (zh) 2019-07-26

Similar Documents

Publication Publication Date Title
US11093377B2 (en) Systems and methods for testing source code
US10402424B1 (en) Dynamic tree determination for data processing
WO2018082079A1 (zh) 数据对接动态管理方法及装置
CA2993839C (en) Control service for relational data management
US8910138B2 (en) Hot pluggable extensions for access management system
US8762931B2 (en) Generating an encoded package profile
US10216548B1 (en) Dynamic and adaptive programmatic interface selection (DAPIS)
US20060117091A1 (en) Data logging to a database
US20170163480A1 (en) System and method for generic configuration management system application programming interface
US9690593B2 (en) Server information handling system configuration from an end state definition file
CN112199197B (zh) 一种服务器管理方法及系统
US9483493B2 (en) Method and system for accessing a distributed file system
US9740537B2 (en) Contention and selection of controlling work coordinator in a distributed computing environment
CN112867988A (zh) 由移动设备实现合规设置以遵循配置场景
US20130097595A1 (en) Update scanning
US11216482B2 (en) Systems and methods for access to multi-tenant heterogeneous databases
US20140074917A1 (en) Reusing system configuration information and metadata for related operations
WO2016116013A1 (zh) 软件升级方法和系统
US11018860B2 (en) Highly available and reliable secret distribution infrastructure
US11657020B2 (en) Method and apparatus for versioning cloud network configuration
US20120137297A1 (en) Modifying scheduled execution of object modification methods associated with database objects
CN114356521A (zh) 任务调度方法、装置、电子设备及存储介质
US20170139758A1 (en) Nondeterministic Operation Execution Environment Utilizing Resource Registry
US9059992B2 (en) Distributed mobile enterprise application platform
CN106375132B (zh) 一种云服务器系统的管理方法及云服务器系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16920619

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16920619

Country of ref document: EP

Kind code of ref document: A1