CN108287874B - DB2 database management method and device - Google Patents

DB2 database management method and device Download PDF

Info

Publication number
CN108287874B
CN108287874B CN201711476417.5A CN201711476417A CN108287874B CN 108287874 B CN108287874 B CN 108287874B CN 201711476417 A CN201711476417 A CN 201711476417A CN 108287874 B CN108287874 B CN 108287874B
Authority
CN
China
Prior art keywords
data
session
man
database
filling
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201711476417.5A
Other languages
Chinese (zh)
Other versions
CN108287874A (en
Inventor
刘磊
黄河
宋磊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Xinrand Network Technology Co ltd
Institute of Acoustics CAS
Original Assignee
Institute of Acoustics CAS
Beijing Intellix Technologies Co Ltd
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 Institute of Acoustics CAS, Beijing Intellix Technologies Co Ltd filed Critical Institute of Acoustics CAS
Publication of CN108287874A publication Critical patent/CN108287874A/en
Application granted granted Critical
Publication of CN108287874B publication Critical patent/CN108287874B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management
    • 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a DB2 database management method and a device, relating to the technical field of data processing and network security, wherein the method comprises the following steps: the method comprises the steps of obtaining a structural body for data analysis, filling database session information to a session space in the structural body, reading request data of DB2 through a man-in-the-middle platform within the current session duration time, obtaining a message corresponding to a selected type code, filtering the message through a blacklist, filling an operation display structure according to the content of the filtered message, generating a request display frame at a webpage end, analyzing a database response and filling a response display frame, filling inquired data or operation return codes to the webpage end through the man-in-the-middle platform, generating a visual data display report, forming a preset log format based on the preset man-in-the-middle platform, and forwarding recombined DB2 control data. By adopting the invention, the buffer waste can be reduced.

Description

DB2 database management method and device
Technical Field
The invention relates to the technical field of data processing and network security, in particular to a DB2 database management method and a DB2 database management device.
Background
The DB2 database management method refers to operations of adding, deleting and modifying the DB2 database in the background in the enterprise internal network system, and monitoring and controlling the operations. It is common practice in the industry to monitor data between client/server sides using mirror traffic monitoring standard DB2 databases, or to directly invoke existing analysis tools on-board the DB2 clients.
The client/server refers to a client/server mode of a computer network, the client and the server are often located on two servers which are far away from each other, and traditionally, the task of the client is to convert a user request into a request instruction which can be identified and executed by the server and to display a response returned by the server in a user-readable manner; the server executes the request command sent by the client and returns a response.
Several conventional DB2 database management methods are embodied as follows:
firstly, the method comprises the following steps: the standard DB2 database client/server side is directly monitored using mirror traffic. The method is convenient to encode due to high standardization of a data format generated by a standard end. One of the disadvantages is that the application scope is narrow, and a slightly optimized data format cannot be identified in the industry that a large number of third-party clients are used, especially response data cannot be analyzed; the other disadvantage is that the DB2 standard end has high installation time cost and is not friendly to a manager who is not professional in the database; the third disadvantage is that the parallel structure corresponding to the mirror image flow can not modify the communication content, and usually can not stop the malicious instruction sent in time
II, secondly: the existing DB2 client-side self-contained analysis tool is directly called for monitoring. The method can avoid the first two disadvantages of the standard DB2 end, but the function can not be customized according to specific requirements, and the method can not be further developed
In addition, in the prior art, the caching strategy of the data acquisition instrument for the network session is to completely cache a whole session (including one or more messages) and then forward the session, which causes caching waste when the session length is large.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention provide a method and an apparatus for operating a container. The technical scheme is as follows:
in one aspect, a DB2 database management method is provided, the method is applied to a database management system, the database management system comprises a man-in-the-middle platform, and collects database session information on a data collection man-in-the-middle platform, the method comprises:
acquiring a structural body for data analysis;
filling the database session information into a session space in the structure body;
in the current session duration, reading the request data of the DB2 through the intermediary platform to obtain a message corresponding to the selected type code, filtering the message by a blacklist, filling an operation display structure according to the content of the filtered message, and generating a request display frame at a webpage end;
analyzing the database response and filling a response display frame, and filling the inquired data or operation return codes into the webpage end through the man-in-the-middle platform to generate a visual data display report;
and forming a preset log format based on a preset man-in-the-middle frame and forwarding the recombined DB2 control data.
Optionally, the obtaining a structural body for data analysis includes:
formulating analysis structure content according to operation requirements, wherein the analysis structure content at least comprises a network session information space, an operation display structure and a response display frame;
and forming an executable file by compiling the codes, and sending the executable file to the man-in-the-middle environment for execution.
Optionally, the filling the database session information into the session space in the structure body includes:
and acquiring session information and user information from a DB2 client and a server through the man-in-the-middle platform, and filling the session information and the user information into a session space in the structure body, wherein the session information and the user information comprise a session ID, a user name, a password, a database name and login time.
Optionally, the method further includes:
and generating a conversation log according to the mechanism of the man-in-the-middle platform, the conversation information and the user information, and displaying the conversation information and the user information through the webpage end.
Optionally, analyzing the database response and filling a response display frame, and filling the queried data or operation return code into the webpage through the broker platform to generate a visual data display report, including:
for returned data corresponding to any version of client, determining the data position of the returned data through a specific type code, and determining the cell content of the data record through a rebound method;
and submitting the cell content to a response display frame of the webpage end for display, and recording the execution duration and the number of the affected lines.
Optionally, the forming a preset log format and forwarding the recombined DB2 control data based on the preset man-in-the-middle frame includes:
displaying session data in a list form, wherein the session data comprises session data, request data and response data;
when a click instruction of a control corresponding to a session data position is received, displaying a target window, wherein request content corresponding to the click instruction is displayed in the target window, and response information is displayed in a form below the request content;
and forwarding the processed original data.
In another aspect, there is provided a DB2 database management apparatus, the apparatus being applied to a database management system including a man-in-the-middle platform and collecting database session information on a data collection man-in-the-middle platform, the apparatus including:
the acquisition module is used for acquiring a structural body for data analysis;
the filling module is used for filling the database session information into a session space in the structural body;
the first generation module is used for reading the request data of the DB2 through the intermediary platform within the current session duration time, obtaining the message corresponding to the selected type code, performing blacklist filtering on the message, filling an operation display structure according to the content of the filtered message, and generating a request display frame at a webpage end;
the second generation module is used for analyzing the database response and filling a response display frame, and filling the inquired data or the operation return code into the webpage end through the man-in-the-middle platform to generate a visual data display report;
and the forwarding module is used for forming a preset log format and forwarding the recombined DB2 control data based on a preset man-in-the-middle frame.
Optionally, the filling module is used for
And acquiring session information and user information from a DB2 client and a server through the man-in-the-middle platform, and filling the session information and the user information into a session space in the structure body, wherein the session information and the user information comprise a session ID, a user name, a password, a database name and login time.
Optionally, the first generating module is configured to:
for returned data corresponding to any version of client, determining the data position of the returned data through a specific type code, and determining the cell content of the data record through a rebound device;
and submitting the cell content to a response display frame of the webpage end for display, and recording the execution duration and the number of the affected lines.
Optionally, the forwarding module is configured to:
displaying session data in a list form, wherein the session data comprises session data, request data and response data;
when a click instruction of a control corresponding to a session data position is received, displaying a target window, wherein request content corresponding to the click instruction is displayed in the target window, and response information is displayed in a form below the request content;
and forwarding the processed original data.
The invention provides a DB2 database management method, (1) a login mechanism which can acquire login authority regardless of a user name and a password of a client can be realized, and an internal database manager can debug a database management scheme conveniently. (2) The method can realize a set of management scheme which can analyze the flow of any DB2 database regardless of the client and the DB2 version, and has the characteristics of safety isolation, cross-platform, space resource saving and the like. (3) Real-time forwarding is realized, and chip memory resources are saved. The method has the characteristics of safety isolation, cross-platform performance, space resource saving and the like.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flowchart of a method for managing a DB2 database according to an embodiment of the present invention;
FIG. 2 is a flow chart of a session filling session space provided by an embodiment of the present invention;
FIG. 3 is a flowchart of a DB2 management method based on the man-in-the-middle technique and the character string matching algorithm according to an embodiment of the present invention;
FIG. 4 is a flow chart for parsing an operation to populate each request/response exposure framework provided by an embodiment of the present invention;
fig. 5 is a schematic view of a scenario involved in a jump-back algorithm provided in an embodiment of the present invention;
FIGS. 6-7 are exemplary diagrams of a request/response exposing framework provided by embodiments of the present invention;
fig. 8 is a schematic structural diagram of a DB2 database management apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
The embodiment of the invention provides a DB2 database management method, which is characterized in that the method is applied to a database management system, the database management system comprises a man-in-the-middle platform, the database session information is collected on the data collection man-in-the-middle platform, and the database management system also comprises a web server and a client (also called a web server). As shown in fig. 1, the method comprises the steps of:
step 101, obtaining a structure for data analysis.
In the implementation, a total analysis template needs to be designed, wherein the content of the total analysis template at least comprises a network session information space, a request display frame and a response display frame; the specific treatment process may include the following steps:
step one, formulating analysis structure content according to operation requirements, wherein the analysis structure content at least comprises a network session information space, an operation display structure and a response display frame.
Wherein, the content of the analysis structure body is the content of the total analysis template.
And step two, forming an executable file by compiling the codes, and sending the executable file to the man-in-the-middle environment for execution.
The relevant codes of the database management method provided by the embodiment of the invention run in an MITM (man in the middle) environment, a data analysis structure body, a character string matching algorithm, a packing algorithm and the like of the database management method are all deployed in an embedded L inux operating system environment of a middle person, and a data display frame (comprising a request/response) is deployed on a webpage server.
Step 102, filling the database session information into a session space in the structure body.
In implementation, the broker platform will obtain session information and user information from the DB2 client (i.e., the client described above) and the web server, and then fill in the session space, thereby generating a session unit and presenting the corresponding session data on the web side. The session information and the user information may be referred to as user characteristic information, and the user characteristic information may include session information and user information including a session ID, a user name, a password, a database name, a login time, and the like. Then, a conversation log is generated according to the mechanism of the man-in-the-middle platform and the user characteristic information, and the user characteristic information (namely the conversation information and the user information) is displayed through a webpage end. The specific treatment process may be as follows:
preferably, referring to fig. 2, each DB2 session is initialized and state classification is performed for the session.
The session state types include complete information, incomplete information, in-process operation, end and the like.
If the information such as network five-tuple, login time, session ID, FIFO (First Input First Output, First Input First Output queue) space, etc. is complete, the "request/response" in the operation processing in step 103 is entered, otherwise, the session is blocked or released according to the management requirement. The operation processing means that each operation in the session is processed in a time-series linear sequence, and the state of the session in the middle man is ended after the processing is completed.
Referring to fig. 3, it is a flowchart of the DB2 data management method based on the man-in-the-middle and string matching algorithm of the present invention; in the step of security check, when a session is initialized, the management method can match with the input user name, password and database name to determine whether injected characters exist, and if so, the session establishment is blocked.
Referring to fig. 3, in the step of "security check", a default password may be set, and the default password is replaced by the default password regardless of the password input by the request issuer, so as to facilitate login.
Referring to FIG. 4, a flow chart for parsing the operation and populating each request/response presentation framework according to the present invention is shown; the man-in-the-middle platform in the operation process classifies each operation according to the own DB2 status code.
Step 103, reading the request data of the DB2 through the man-in-the-middle platform within the current session duration to obtain the message corresponding to the selected type code, filtering the blacklist of the message, filling the operation display structure according to the content of the filtered message, and generating a request display frame at the webpage end.
In implementation, in the current session duration, the broker platform may read the request data of the DB2, obtain messages corresponding to the selected type codes, then perform blacklist filtering on the messages, further fill the operation display structure according to the filtered messages, and generate a request display frame at the web page side.
Referring to fig. 4, a DB2 status code corresponding to the request is selected, the request sql is read according to the offset and length information of the DB2 header, and regular expression matching is used to detect whether there is an injected character.
And 104, analyzing the database response, filling a response display frame, filling the inquired data or the operation return code into a webpage end through the man-in-the-middle platform, and generating a visual data display report.
In implementation, for the returned data corresponding to the client with any version, the data position of the returned data is determined through the specific type code, and the returned data is filled into a response display frame of the webpage end through a jump back method to determine the cell content of the data record, so that a visual data display report is generated and displayed, and meanwhile, the execution time length and the number of the affected lines can be recorded. The specific treatment process may be as follows:
referring to fig. 5, the format of the server-side return data table is slightly different under different DB2 clients and versions, the main difference is that the header encapsulation format is different by 1-3 bytes at the edge, the transition character is different by 0x00 and 0xff, etc., which causes different DB2 client data to be displayed as a garbled code under the standard client. However, there is a fixed separator 0xff (round box) between the columns in the header, the information to be extracted (thin box) is preceded and followed by a large segment 0x00, and 15 bytes ahead of it have fixed 4 bytes of information indicating the data type of the column, beginning with 0xc, from which the following matching algorithm jumps:
finding a prefix 0 xff;
match 0 xc;
matching 0x 00000000, and finding the 1 st non-0 byte as the length of the column name;
matching the length of the column name and obtaining the position of the right end of the column name according to the length skip;
matching 0x 00000000 again at the position, if the matching is successful, extracting the column name at the position located in the step c
Searching the prefix 0xff again, jumping to b if found, otherwise ending the algorithm
The above algorithm may ensure that the database management methods mentioned herein have cross-platform characteristics.
And 105, forming a preset log format based on a preset man-in-the-middle frame, and forwarding the recombined DB2 control data.
In implementation, the web page end can display session data in a list form, the session data comprises session, request and response data, when a click instruction of a control corresponding to a certain session data position is received, a target window is displayed, content requested by the click instruction is displayed in the target window, response information is displayed in a form below the content, and the processed original data are forwarded.
Referring to fig. 6 and 7, an example of a request/response exposure framework of the present invention is shown. The effect of the customer playback and data template display can be seen in fig. 6 and 7.
In addition, the difference between the buffer management caching strategy of the traditional plain and the buffer management caching strategy in the data forwarding process is that the middle man platform immediately performs forwarding once processing a complete data packet, and the traditional method performs forwarding after the whole frame is completely cached.
Based on the invention, the memory consumption can be reduced from the frame length level to the data packet length level, and the memory requirement on the intermediate human equipment is reduced, thereby avoiding the communication congestion caused by the overlarge frame length and having no influence on the original communication data with higher probability.
In the invention, any database operation is subjected to content analysis and efficient recombination by a man-in-the-middle, so that unsafe operation caused by direct database operation by a user is effectively avoided.
The embodiment of the invention provides a DB2 database management method, (1) a login mechanism capable of acquiring login authority regardless of a user name and a password of a client can be realized, and an internal database manager can debug a database management scheme conveniently. (2) The method can realize a set of management scheme which can analyze the flow of any DB2 database regardless of the client and the DB2 version, and has the characteristics of safety isolation, cross-platform, space resource saving and the like. (3) Real-time forwarding is realized, and chip memory resources are saved. The method has the characteristics of safety isolation, cross-platform performance, space resource saving and the like.
Based on the same technical concept, as shown in fig. 8, an embodiment of the present invention further provides a DB2 database management apparatus, where the apparatus is applied to a database management system, the database management system includes a man-in-the-middle platform, and collects database session information on a data collection man-in-the-middle platform, and the apparatus includes:
an obtaining module 810, configured to obtain a structural body for data analysis;
a filling module 820, configured to fill the database session information into a session space in the structure;
the first generation module 830 is configured to, within the current session duration, read request data of the DB2 through the broker platform, obtain a message corresponding to the selected type code, perform blacklist filtering on the message, fill an operation display structure according to content of the filtered message, and generate a request display frame at a web page end;
the second generation module 840 is used for analyzing the database response and filling a response display frame, and filling the inquired data or operation return code into the webpage end through the man-in-the-middle platform to generate a visual data display report;
and the forwarding module 850 is used for forming a preset log format and forwarding the recombined DB2 control data based on the preset man-in-the-middle frame.
Optionally, the filling module 820 is used for
And acquiring session information and user information from a DB2 client and a server through the man-in-the-middle platform, and filling the session information and the user information into a session space in the structure body, wherein the session information and the user information comprise a session ID, a user name, a password, a database name and login time.
Optionally, the first generating module 830 is configured to:
for returned data corresponding to any version of client, determining the data position of the returned data through a specific type code, and determining the cell content of the data record through a rebound device;
and submitting the cell content to a response display frame of the webpage end for display, and recording the execution duration and the number of the affected lines.
Optionally, the forwarding module 850 is configured to:
displaying session data in a list form, wherein the session data comprises session data, request data and response data;
when a click instruction of a control corresponding to a session data position is received, displaying a target window, wherein request content corresponding to the click instruction is displayed in the target window, and response information is displayed in a form below the request content;
and forwarding the processed original data.
The embodiment of the invention provides a DB2 database management device, (1) a login mechanism capable of acquiring login authority regardless of a user name and a password of a client can be realized, and an internal database manager can debug a database management scheme conveniently. (2) The method can realize a set of management scheme which can analyze the flow of any DB2 database regardless of the client and the DB2 version, and has the characteristics of safety isolation, cross-platform, space resource saving and the like. (3) Real-time forwarding is realized, and chip memory resources are saved. The method has the characteristics of safety isolation, cross-platform performance, space resource saving and the like.
Finally, it should be noted that the above embodiments are only used for illustrating the technical solutions of the present invention and are not limited. Although the present invention has been described in detail with reference to the embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted without departing from the spirit and scope of the invention as defined in the appended claims.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, as for the apparatus embodiment, since it is substantially similar to the method embodiment, the description is relatively simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only for the preferred embodiment of the present application, and is not intended to limit the scope of the present application. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application are included in the protection scope of the present application.

Claims (9)

1. A DB2 database management method, applied to a database management system including a man-in-the-middle platform and collecting database session information on a data collection man-in-the-middle platform, the method comprising:
acquiring a structural body for data analysis; the method comprises the following steps: formulating analysis structure content according to operation requirements, wherein the analysis structure content at least comprises a network session information space, an operation display structure and a response display frame; forming an executable file by compiling codes, and sending the executable file to a man-in-the-middle environment for execution;
filling the database session information into a session space in the structure body;
in the current session duration, reading the request data of the DB2 through the intermediary platform to obtain a message corresponding to the selected type code, filtering the message by a blacklist, filling an operation display structure according to the content of the filtered message, and generating a request display frame at a webpage end;
analyzing the database response and filling a response display frame, and filling the inquired data or operation return codes into the webpage end through the man-in-the-middle platform to generate a visual data display report;
and forming a preset log format based on a preset man-in-the-middle frame and forwarding the recombined DB2 control data.
2. The DB2 database management method of claim 1, wherein the populating the database session information into session spaces in the structure includes:
and acquiring session information and user information from a DB2 client and a server through the man-in-the-middle platform, and filling the session information and the user information into a session space in the structure body, wherein the session information and the user information comprise a session ID, a user name, a password, a database name and login time.
3. The DB2 database management method of claim 2, wherein the method further comprises:
and generating a conversation log according to the mechanism of the man-in-the-middle platform, the conversation information and the user information, and displaying the conversation information and the user information through the webpage end.
4. The method of claim 1, wherein parsing the database response and populating a response display framework and populating the webpage with the queried data or operation return code via the broker platform generates a visual data display report comprising:
for returned data corresponding to any version of client, determining the data position of the returned data through a specific type code, and determining the cell content of the data record through a rebound method;
and submitting the cell content to a response display frame of the webpage end for display, and recording the execution duration and the number of the affected lines.
5. The DB2 database management method according to claim 1, wherein the forming a preset log format and forwarding the reassembled DB2 control data based on a preset man-in-the-middle framework comprises:
displaying session data in a list form, wherein the session data comprises session data, request data and response data;
when a click instruction of a control corresponding to a session data position is received, displaying a target window, wherein request content corresponding to the click instruction is displayed in the target window, and response information is displayed in a form below the request content;
and forwarding the processed original data.
6. A DB2 database management apparatus, wherein the apparatus is applied to a database management system, the database management system includes a man-in-the-middle platform, and collects database session information on a data collection man-in-the-middle platform, the apparatus includes:
the acquisition module is used for acquiring a structural body for data analysis; the method comprises the following steps: formulating analysis structure content according to operation requirements, wherein the analysis structure content at least comprises a network session information space, an operation display structure and a response display frame; forming an executable file by compiling codes, and sending the executable file to a man-in-the-middle environment for execution;
the filling module is used for filling the database session information into a session space in the structural body;
the first generation module is used for reading the request data of the DB2 through the intermediary platform within the current session duration time, obtaining the message corresponding to the selected type code, performing blacklist filtering on the message, filling an operation display structure according to the content of the filtered message, and generating a request display frame at a webpage end;
the second generation module is used for analyzing the database response and filling a response display frame, and filling the inquired data or the operation return code into the webpage end through the man-in-the-middle platform to generate a visual data display report;
and the forwarding module is used for forming a preset log format and forwarding the recombined DB2 control data based on a preset man-in-the-middle frame.
7. The DB2 database management apparatus of claim 6, wherein the fill module is to fill the DB2 database management apparatus
And acquiring session information and user information from a DB2 client and a server through the man-in-the-middle platform, and filling the session information and the user information into a session space in the structure body, wherein the session information and the user information comprise a session ID, a user name, a password, a database name and login time.
8. The apparatus of claim 6, wherein the first generating module is configured to:
for returned data corresponding to any version of client, determining the data position of the returned data through a specific type code, and determining the cell content of the data record through a rebound device;
and submitting the cell content to a response display frame of the webpage end for display, and recording the execution duration and the number of the affected lines.
9. The DB2 database management apparatus of claim 6, wherein the forwarding module is configured to:
displaying session data in a list form, wherein the session data comprises session data, request data and response data;
when a click instruction of a control corresponding to a session data position is received, displaying a target window, wherein request content corresponding to the click instruction is displayed in the target window, and response information is displayed in a form below the request content;
and forwarding the processed original data.
CN201711476417.5A 2017-12-19 2017-12-29 DB2 database management method and device Active CN108287874B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2017113775897 2017-12-19
CN201711377589 2017-12-19

Publications (2)

Publication Number Publication Date
CN108287874A CN108287874A (en) 2018-07-17
CN108287874B true CN108287874B (en) 2020-07-31

Family

ID=62831908

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711476417.5A Active CN108287874B (en) 2017-12-19 2017-12-29 DB2 database management method and device

Country Status (1)

Country Link
CN (1) CN108287874B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111091339A (en) * 2018-10-24 2020-05-01 北京数聚鑫云信息技术有限公司 Device and method for automatically analyzing information in e-mail
CN110781367B (en) * 2019-09-25 2023-10-20 中国科学院计算技术研究所 Internet data acquisition method and system based on middleman
CN113760961B (en) * 2020-08-11 2023-11-03 北京京东振世信息技术有限公司 Data query method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102420869A (en) * 2011-12-02 2012-04-18 浪潮集团有限公司 Security monitoring method for cloud data center
CN104252463A (en) * 2013-06-26 2014-12-31 中国银联股份有限公司 Db2 database management method based on web system
CN104794147A (en) * 2013-12-30 2015-07-22 深圳键桥通讯技术股份有限公司 Heterogeneous database access method
CN106126404A (en) * 2016-06-21 2016-11-16 上海新炬网络技术有限公司 The DB2 process/thread method for rapidly positioning that a kind of CPU height consumes
CN106445494A (en) * 2009-10-14 2017-02-22 韦尔迈格服务有限公司 Automated enterprise software development
CN107346320A (en) * 2016-05-06 2017-11-14 北京神州泰岳软件股份有限公司 A kind of data calling method and device
CN107491538A (en) * 2017-08-23 2017-12-19 成都安恒信息技术有限公司 A kind of storing process order of DB2 database and parameter value extracting method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8972439B2 (en) * 2010-05-13 2015-03-03 Salesforce.Com, Inc. Method and system for exploring objects in a data dictionary

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445494A (en) * 2009-10-14 2017-02-22 韦尔迈格服务有限公司 Automated enterprise software development
CN102420869A (en) * 2011-12-02 2012-04-18 浪潮集团有限公司 Security monitoring method for cloud data center
CN104252463A (en) * 2013-06-26 2014-12-31 中国银联股份有限公司 Db2 database management method based on web system
CN104794147A (en) * 2013-12-30 2015-07-22 深圳键桥通讯技术股份有限公司 Heterogeneous database access method
CN107346320A (en) * 2016-05-06 2017-11-14 北京神州泰岳软件股份有限公司 A kind of data calling method and device
CN106126404A (en) * 2016-06-21 2016-11-16 上海新炬网络技术有限公司 The DB2 process/thread method for rapidly positioning that a kind of CPU height consumes
CN107491538A (en) * 2017-08-23 2017-12-19 成都安恒信息技术有限公司 A kind of storing process order of DB2 database and parameter value extracting method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
通用日志分析器框架中DB2数据更新检测方法研究与实现;伍国伦;《中国优秀硕士学位论文全文数据库 信息科技辑》;20080115(第01期);I138-273 *

Also Published As

Publication number Publication date
CN108287874A (en) 2018-07-17

Similar Documents

Publication Publication Date Title
US8849991B2 (en) System and method for hypertext transfer protocol layered reconstruction
US9455864B2 (en) System and method for creation, distribution, application, and management of shared compression dictionaries for use in symmetric HTTP networks
US11030384B2 (en) Identification of sequential browsing operations
CN111901192B (en) Statistical method and device for page access data
US20060047838A1 (en) Inferring server state in a stateless communication protocol
CN108287874B (en) DB2 database management method and device
CN105049287A (en) Log processing method and log processing devices
US20070282859A1 (en) Method for collecting online visit activity
US8713368B2 (en) Methods for testing OData services
CN111030857A (en) Network alarm method, device, system and computer readable storage medium
CN108040045B (en) Access flow file generation method and device, server and storage medium
JP2004234157A5 (en)
US10775751B2 (en) Automatic generation of regular expression based on log line data
CN110753050A (en) Method and device for generating protocol document, computer storage medium and electronic equipment
CN111898036B (en) Behavior data collecting and processing system and method
CN109714406A (en) The processing of Resource Description File, the acquisition methods of page resource and equipment
CN112035205A (en) Data processing method, device, equipment and storage medium
CN101572633B (en) Network forensics method and system
DE112012004301T5 (en) Generating a predictive data structure
CN110493250A (en) A kind of WEB front-end ARCGIS resource request processing method and processing device
CN106302349B (en) HTTP packet analysis method and device based on libpcap
CN112148545B (en) Security baseline detection method and security baseline detection system of embedded system
CN114915566A (en) Application identification method, device, equipment and computer readable storage medium
CA2788100C (en) Crawling of generated server-side content
CN117271584A (en) Data processing method and device, computer readable storage medium and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210818

Address after: Room 1601, 16th floor, East Tower, Ximei building, No. 6, Changchun Road, high tech Industrial Development Zone, Zhengzhou, Henan 450001

Patentee after: Zhengzhou xinrand Network Technology Co.,Ltd.

Address before: 100190, No. 21 West Fourth Ring Road, Beijing, Haidian District

Patentee before: INSTITUTE OF ACOUSTICS, CHINESE ACADEMY OF SCIENCES

Effective date of registration: 20210818

Address after: 100190, No. 21 West Fourth Ring Road, Beijing, Haidian District

Patentee after: INSTITUTE OF ACOUSTICS, CHINESE ACADEMY OF SCIENCES

Address before: 100190, No. 21 West Fourth Ring Road, Beijing, Haidian District

Patentee before: INSTITUTE OF ACOUSTICS, CHINESE ACADEMY OF SCIENCES

Patentee before: BEIJING INTELLIX TECHNOLOGIES Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210826

Address after: 100190, No. 21 West Fourth Ring Road, Beijing, Haidian District

Patentee after: INSTITUTE OF ACOUSTICS, CHINESE ACADEMY OF SCIENCES

Address before: 100190, No. 21 West Fourth Ring Road, Beijing, Haidian District

Patentee before: INSTITUTE OF ACOUSTICS, CHINESE ACADEMY OF SCIENCES

Patentee before: BEIJING INTELLIX TECHNOLOGIES Co.,Ltd.

Effective date of registration: 20210826

Address after: Room 1601, 16th floor, East Tower, Ximei building, No. 6, Changchun Road, high tech Industrial Development Zone, Zhengzhou, Henan 450001

Patentee after: Zhengzhou xinrand Network Technology Co.,Ltd.

Address before: 100190, No. 21 West Fourth Ring Road, Beijing, Haidian District

Patentee before: INSTITUTE OF ACOUSTICS, CHINESE ACADEMY OF SCIENCES