CN109408480B - SCN alignment reading method and system based on ORACLE multi-node RAC log - Google Patents

SCN alignment reading method and system based on ORACLE multi-node RAC log Download PDF

Info

Publication number
CN109408480B
CN109408480B CN201811144633.4A CN201811144633A CN109408480B CN 109408480 B CN109408480 B CN 109408480B CN 201811144633 A CN201811144633 A CN 201811144633A CN 109408480 B CN109408480 B CN 109408480B
Authority
CN
China
Prior art keywords
scn
node
log
linked list
rac
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
CN201811144633.4A
Other languages
Chinese (zh)
Other versions
CN109408480A (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.)
Wuhan Dream Database Co ltd
Original Assignee
Wuhan Dameng Database 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 Wuhan Dameng Database Co Ltd filed Critical Wuhan Dameng Database Co Ltd
Priority to CN201811144633.4A priority Critical patent/CN109408480B/en
Publication of CN109408480A publication Critical patent/CN109408480A/en
Application granted granted Critical
Publication of CN109408480B publication Critical patent/CN109408480B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

A method for reading RACN alignment based on ORACLE multi-node RAC logs comprises the following steps: s1, establishing a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values; s2, reading the logs on each RAC node, when the logs are read, every time when the log set is full of a timestamp, sorting according to the SCN value, adding the sorted logs into the SCN linked list created in the step S1, setting the node mask mark corresponding to the maximum SCN value in the SCN linked list, wherein the SCN value is less than or equal to the SCN sequence, and marking that the logs corresponding to the SCN on the node are completely read; and S3, when the mark mask setting read on the first SCN node of the SCN linked list is found to contain all RAC nodes, picking the log data corresponding to the SCN node from the SCN linked list, analyzing the log and sending the log to the destination terminal.

Description

SCN alignment reading method and system based on ORACLE multi-node RAC log
Technical Field
The invention relates to the technical field of databases, in particular to a method and a system for reading RAC logs based on SCN alignment based on ORACLE.
Background
ORACLE RAC is composed of two or more instances and shares database data files in the same storage; when the RAC-based heterogeneous synchronization is built, the traditional method necessarily requires that the system time between the nodes is aligned, because when each RAC node log is extracted, the logs on each node need to be aligned based on the time stamps, the logs with the same time stamps between the nodes are combined together and then are sequenced according to the SCN, and then the log analysis can be carried out. However, any instance in each RAC cluster has its own separate log management system and is on a different physical server, and each has a different system time. As shown in fig. 1, when the time synchronization service is not deployed or the system time between nodes has an error, how to sort the logs in the logs between the nodes to obtain an accurate transaction execution sequence becomes a problem to be solved when the RAC database is synchronized to another database management system (heterogeneous database synchronization system).
Disclosure of Invention
In view of this, the present invention provides a method and a system for reading an raclog based on the ORACLE multi-node based on SCN alignment.
A method for reading RACN alignment based on ORACLE multi-node RAC logs comprises the following steps:
s1, establishing a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values;
s2, reading the logs on each RAC node, when the logs are read, every time when the log set is full of a timestamp, sorting according to the SCN value, adding the sorted logs into the SCN linked list created in the step S1, setting the node mask mark corresponding to the maximum SCN value in the SCN linked list, wherein the SCN value is less than or equal to the SCN sequence, and marking that the logs corresponding to the SCN on the node are completely read;
and S3, when the mark mask setting read on the first SCN node of the SCN linked list is found to contain all RAC nodes, picking the log data corresponding to the SCN node from the SCN linked list, analyzing the log and sending the log to the destination terminal.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the step S1 includes:
respectively deploying a database synchronization system at a source end and a destination end, wherein the source end is deployed at only one node of the RAC;
and creating a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values, and the SCN values are arranged in sequence.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the step S2 includes:
generating a log reading thread corresponding to each RAC node, and reading the log of each RAC node;
judging whether the log of each RAC node is full of a timestamp, namely reading until the time change of the next log operation is finished;
each RAC node sorts the logs finished by the same timestamp according to the SCN value;
each RAC node adds the sorted logs into the SCN linked list and sets the mask marks read by the respective node on the SCN value.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the step S3 includes:
adding the sequenced logs into the SCN linked list through each RAC node, and setting mask marks read by the respective nodes on the SCN value to cause the state of the SCN linked list to be changed;
judging whether the mask mark of the first SCN node of the SCN linked list is completely set, if not, continuing to monitor the state change of the SCN linked list, and if so, entering the next step;
deleting a first SCN node from the SCN linked list;
and sending the deleted SCN node to a destination terminal after log analysis.
The invention also provides a system for reading RAC logs based on SCN alignment based on ORACLE multi-node RAC, which comprises the following steps:
the chain table creating unit is used for creating a combined SCN chain table, and the SCN chain table comprises SCN values and node mask marks corresponding to the SCN values;
the sequencing unit is used for reading the thread of the log on each RAC node, when the log is read, every time a time stamp is filled in the log set, the log is sequenced according to the SCN value, the sequenced log is added into the SCN linked list established in the linked list establishing unit, all SCN values in the SCN linked list are less than or equal to the maximum SCN value in the SCN sequence, the node mask mark is correspondingly set, and the fact that the log corresponding to the SCN on the node is read is marked;
and the analysis sending unit is used for picking the log data corresponding to the SCN node from the SCN linked list and carrying out log analysis and sending the log data to the destination terminal when the read mark mask setting on the first SCN node of the SCN linked list is found to contain all RAC nodes.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the linked list creation unit includes:
respectively deploying a database synchronization system at a source end and a destination end, wherein the source end is deployed at only one node of the RAC;
and creating a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values, and the SCN values are arranged in sequence.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the sorting unit includes:
generating a log reading thread corresponding to each RAC node, and reading the log of each RAC node;
judging whether the log of each RAC node is full of a timestamp, namely reading until the time change of the next log operation is finished;
each RAC node sorts the logs finished by the same timestamp according to the SCN value;
each RAC node adds the sorted logs into the SCN linked list and sets the mask marks read by the respective node on the SCN value.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the analysis transmission unit includes:
adding the sequenced logs into the SCN linked list through each RAC node, and setting mask marks read by the respective nodes on the SCN value to cause the state of the SCN linked list to be changed;
judging whether the mask mark of the first SCN node of the SCN linked list is completely set, if not, continuing to monitor the state change of the SCN linked list, and if so, entering the next step;
deleting a first SCN node from the SCN linked list;
and sending the deleted SCN node to a destination terminal after log analysis.
Compared with the prior art, the method and the system for reading RAC logs based on the ORACLE and based on SCN alignment have the following beneficial effects:
the technical problem of how to order the logs in the logs between the nodes to obtain an accurate transaction execution sequence under the condition that the time synchronization service is not deployed or the system time between the nodes has errors can be effectively solved.
Drawings
FIG. 1 is a schematic diagram of system time misalignment between nodes when a heterogeneous synchronization building of RAC in the prior art is performed;
FIG. 2 is a flow chart of a method for reading based on SCN alignment based on ORACLE multi-node RAC log.
Detailed Description
As shown in fig. 2, a method for reading based on SCN alignment based on ORACLE multi-node RAC log includes the following steps:
s1, establishing a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values;
a merged SCN linked list is created to merge the logs of multiple RAC nodes, where the SCN values must be in strict ascending sequence, and node mask marks are used to record which nodes correspond to the SCN logs that have been read.
S2, reading the logs on each RAC node by the thread, and when the logs are read, sorting the logs according to the SCN value (setting the maximum SCN value in the SCN sequence as SCN) when the log set is full of a timestampmax) Adding the sorted log into the SCN linked list created in step S1, and making all SCNs in the SCN linked list less than or equal to SCNmaxCorrespondingly setting the node mask mark to mark that the log corresponding to the SCN on the node is read;
remarking: all log sets of one time stamp full, i.e. the completion time data _ time of the next operation has changed, the same operation completion time.
It is particularly noted that the log of each RAC node needs to be added to the SCN linked list in a manner of SCN sequence increase before being merged into the SCN linked list; and, when a certain SCN value SCN of the nodeXAfter entering the SCN linked list, all SCN values in the SCN linked list need to be smaller than the SCNXAnd correspondingly setting the read mask mark of the node SCN.
And S3, when the mark mask setting read on the first SCN node of the SCN linked list is found to contain all RAC nodes, picking the log data corresponding to the SCN node from the SCN linked list, analyzing the log and sending the log to the destination terminal.
In the embodiment of the invention, the real-time database synchronization system with the RAC as the source end at least comprises a log capture module, a transmission module and an execution module, wherein the log capture module also comprises reading and analyzing functions. The embodiment is mainly applied to RAC log analysis, the change date and time identified in the RAC log is used as a merging mark, the merging mark is sorted according to SCN, and finally the sorted log is used for database synchronization.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the step S1 includes:
respectively deploying a database synchronization system at a source end and a destination end, wherein the source end is deployed at only one node of the RAC;
and creating a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values, and the SCN values are arranged in sequence.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the step S2 includes:
generating a log reading thread corresponding to each RAC node, and reading the log of each RAC node;
judging whether the log of each RAC node is full of a timestamp, namely reading until the time change of the next log operation is finished;
each RAC node sorts the logs finished by the same timestamp according to the SCN value;
each RAC node adds the sorted logs into the SCN linked list and sets the mask marks read by the respective node on the SCN value.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the step S3 includes:
adding the sequenced logs into the SCN linked list through each RAC node, and setting mask marks read by the respective nodes on the SCN value to cause the state of the SCN linked list to be changed;
interpreting first SCN node of SCN linked list (SCN)min) If the mask mark is completely set, if not, the SCN linked list is continuously monitoredChanging the state, and entering the next step if the state is changed;
deleting the first SCN node (SCN) from the SCN linked listmin);
And sending the deleted SCN node to a destination terminal after log analysis.
The invention also provides a system for reading RAC logs based on SCN alignment based on ORACLE multi-node RAC, which comprises the following steps:
the chain table creating unit is used for creating a combined SCN chain table, and the SCN chain table comprises SCN values and node mask marks corresponding to the SCN values;
the sequencing unit is used for reading the thread of the log on each RAC node, when the log is read, every time a time stamp is filled in the log set, the log is sequenced according to the SCN value, the sequenced log is added into the SCN linked list established in the linked list establishing unit, all SCN values in the SCN linked list are less than or equal to the maximum SCN value in the SCN sequence, the node mask mark is correspondingly set, and the fact that the log corresponding to the SCN on the node is read is marked;
and the analysis sending unit is used for picking the log data corresponding to the SCN node from the SCN linked list and carrying out log analysis and sending the log data to the destination terminal when the read mark mask setting on the first SCN node of the SCN linked list is found to contain all RAC nodes.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the linked list creation unit includes:
respectively deploying a database synchronization system at a source end and a destination end, wherein the source end is deployed at only one node of the RAC;
and creating a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values, and the SCN values are arranged in sequence.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the sorting unit includes:
generating a log reading thread corresponding to each RAC node, and reading the log of each RAC node;
judging whether the log of each RAC node is full of a timestamp, namely reading until the time change of the next log operation is finished;
each RAC node sorts the logs finished by the same timestamp according to the SCN value;
each RAC node adds the sorted logs into the SCN linked list and sets the mask marks read by the respective node on the SCN value.
In the method for reading based on SCN alignment of the ORACLE multi-node RAC log according to the invention,
the analysis transmission unit includes:
adding the sequenced logs into the SCN linked list through each RAC node, and setting mask marks read by the respective nodes on the SCN value to cause the state of the SCN linked list to be changed;
judging whether the mask mark of the first SCN node of the SCN linked list is completely set, if not, continuing to monitor the state change of the SCN linked list, and if so, entering the next step;
deleting a first SCN node from the SCN linked list;
and sending the deleted SCN node to a destination terminal after log analysis.
Compared with the prior art, the method and the system for reading RAC logs based on the ORACLE and based on SCN alignment have the following beneficial effects:
the technical problem of how to order the logs in the logs between the nodes to obtain an accurate transaction execution sequence under the condition that the time synchronization service is not deployed or the system time between the nodes has errors can be effectively solved.
It is understood that various other changes and modifications may be made by those skilled in the art based on the technical idea of the present invention, and all such changes and modifications should fall within the protective scope of the claims of the present invention.

Claims (8)

1. A method for reading RACN-based alignment of RAC logs based on ORACLE is characterized by comprising the following steps:
s1, establishing a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values;
s2, reading the logs on each RAC node, when the logs are read, every time when the log set is full of a timestamp, sorting according to the SCN value, adding the sorted logs into the SCN linked list created in the step S1, setting the node mask mark corresponding to the maximum SCN value in the SCN linked list, wherein the SCN value is less than or equal to the SCN sequence, and marking that the logs corresponding to the SCN on the node are completely read;
and S3, when the mask mark setting read on the first SCN node of the SCN linked list is found to contain all RAC nodes, picking the log data corresponding to the SCN node from the SCN linked list, analyzing the log and sending the log to the destination terminal.
2. The ORACLE multi-node RAC log based on SCN aligned reading method of claim 1,
the step S1 includes:
respectively deploying a database synchronization system at a source end and a destination end, wherein the source end is deployed at only one node of the RAC;
and creating a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values, and the SCN values are arranged in sequence.
3. The ORACLE multi-node RAC log based on SCN aligned reading method of claim 2,
the step S2 includes:
generating a log reading thread corresponding to each RAC node, and reading the log of each RAC node;
judging whether the log of each RAC node is full of a timestamp, namely reading until the time change of the next log operation is finished;
each RAC node sorts the logs finished by the same timestamp according to the SCN value;
each RAC node adds the sorted logs into the SCN linked list and sets the mask marks read by the respective node on the SCN value.
4. The ORACLE multi-node RAC log based on SCN aligned reading method of claim 2,
the step S3 includes:
adding the sequenced logs into the SCN linked list through each RAC node, and setting mask marks read by the respective nodes on the SCN value to cause the state of the SCN linked list to be changed;
judging whether the mask mark of the first SCN node of the SCN linked list is completely set, if not, continuing to monitor the state change of the SCN linked list, and if so, entering the next step;
deleting a first SCN node from the SCN linked list;
and sending the deleted SCN node to a destination terminal after log analysis.
5. A system based on SCN alignment reading of ORACLE multi-node RAC logs is characterized by comprising the following steps:
the chain table creating unit is used for creating a combined SCN chain table, and the SCN chain table comprises SCN values and node mask marks corresponding to the SCN values;
the sequencing unit is used for reading the thread of the log on each RAC node, when the log is read, every time a time stamp is filled in the log set, the log is sequenced according to the SCN value, the sequenced log is added into the SCN linked list established in the linked list establishing unit, all SCN values in the SCN linked list are less than or equal to the maximum SCN value in the SCN sequence, the node mask mark is correspondingly set, and the fact that the log corresponding to the SCN on the node is read is marked;
and the analysis sending unit is used for picking the log data corresponding to the SCN node from the SCN linked list and carrying out log analysis and sending the log data to the destination terminal when the fact that the mask mark setting read on the first SCN node of the SCN linked list contains all RAC nodes is found.
6. The ORACLE multi-node RAC log based SCN-aligned read system of claim 5,
the linked list creation unit includes:
respectively deploying a database synchronization system at a source end and a destination end, wherein the source end is deployed at only one node of the RAC;
and creating a combined SCN linked list, wherein the SCN linked list comprises SCN values and node mask marks corresponding to the SCN values, and the SCN values are arranged in sequence.
7. The ORACLE multi-node RAC log based SCN-aligned read system of claim 6,
the sorting unit includes:
generating a log reading thread corresponding to each RAC node, and reading the log of each RAC node;
judging whether the log of each RAC node is full of a timestamp, namely reading until the time change of the next log operation is finished;
each RAC node sorts the logs finished by the same timestamp according to the SCN value;
each RAC node adds the sorted logs into the SCN linked list and sets the mask marks read by the respective node on the SCN value.
8. The ORACLE multi-node RAC log based SCN-aligned read system of claim 7,
the analysis transmission unit includes:
adding the sequenced logs into the SCN linked list through each RAC node, and setting mask marks read by the respective nodes on the SCN value to cause the state of the SCN linked list to be changed;
judging whether the mask mark of the first SCN node of the SCN linked list is completely set, if not, continuing to monitor the state change of the SCN linked list, and if so, entering the next step;
deleting a first SCN node from the SCN linked list;
and sending the deleted SCN node to a destination terminal after log analysis.
CN201811144633.4A 2018-09-29 2018-09-29 SCN alignment reading method and system based on ORACLE multi-node RAC log Active CN109408480B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811144633.4A CN109408480B (en) 2018-09-29 2018-09-29 SCN alignment reading method and system based on ORACLE multi-node RAC log

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811144633.4A CN109408480B (en) 2018-09-29 2018-09-29 SCN alignment reading method and system based on ORACLE multi-node RAC log

Publications (2)

Publication Number Publication Date
CN109408480A CN109408480A (en) 2019-03-01
CN109408480B true CN109408480B (en) 2020-10-30

Family

ID=65466541

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811144633.4A Active CN109408480B (en) 2018-09-29 2018-09-29 SCN alignment reading method and system based on ORACLE multi-node RAC log

Country Status (1)

Country Link
CN (1) CN109408480B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116541470B (en) * 2023-07-07 2024-02-13 深圳创维智慧科技有限公司 Synchronization method, device, equipment and medium of database read-only standby library

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102693324B (en) * 2012-01-09 2015-03-18 西安电子科技大学 Distributed database synchronization system, synchronization method and node management method
US9600500B1 (en) * 2013-06-21 2017-03-21 Amazon Technologies, Inc. Single phase transaction commits for distributed database transactions
CN104346454B (en) * 2014-10-30 2017-12-05 上海新炬网络技术有限公司 Data consistency verification method based on oracle database
CN105159793B (en) * 2015-08-18 2018-02-27 上海新炬网络信息技术股份有限公司 Data duplication backup method based on GoldenGate
CN105488187A (en) * 2015-12-02 2016-04-13 北京四达时代软件技术股份有限公司 Method and device for extracting multi-source heterogeneous data increment
CN105574187B (en) * 2015-12-23 2019-02-19 武汉达梦数据库有限公司 A kind of Heterogeneous Database Replication transaction consistency support method and system
US10437688B2 (en) * 2016-09-22 2019-10-08 Oracle International Corporation Enhancing consistent read performance for in-memory databases
CN107918620B (en) * 2016-10-10 2022-04-19 阿里巴巴集团控股有限公司 Database writing method and device and electronic equipment
CN106777270A (en) * 2016-12-28 2017-05-31 中国民航信息网络股份有限公司 A kind of Heterogeneous Database Replication parallel execution system and method based on submission point time line locking
CN107368392A (en) * 2017-07-25 2017-11-21 郑州云海信息技术有限公司 It is a kind of from the method for reconstructing of database, primary database and from database
CN107609188B (en) * 2017-10-09 2020-08-11 上海新炬网络信息技术股份有限公司 Data synchronization verification method based on golden gate

Also Published As

Publication number Publication date
CN109408480A (en) 2019-03-01

Similar Documents

Publication Publication Date Title
CN106815326B (en) System and method for detecting consistency of data table without main key
US10261967B2 (en) Data extraction
CN103699693A (en) Metadata-based data quality management method and system
CN111563041B (en) Test case on-demand accurate execution method
US20190370368A1 (en) Data consistency verification method and system minimizing load of original database
CN109241014B (en) Data processing method and device and server
CN109344053B (en) Interface coverage test method, system, computer device and storage medium
CN110765639A (en) Electrical simulation modeling method and device and readable storage medium
CN104135521A (en) Method and system of identifying data abnormal values of environment automatic monitoring network
CN110489317B (en) Cloud system task operation fault diagnosis method and system based on workflow
CN114153980A (en) Knowledge graph construction method and device, inspection method and storage medium
CN109508346A (en) A kind of the cascade synchronisation control means and system of DDL operation
CN109408480B (en) SCN alignment reading method and system based on ORACLE multi-node RAC log
CN113254572B (en) Electronic document classification supervision system based on cloud platform
CN114661584A (en) Testing device for software testing and using method
CN113672692B (en) Data processing method, data processing device, computer equipment and storage medium
CN111598535A (en) Basic material importing method and system and computer equipment
CN114595288A (en) SQL command level-based multi-IDC distributed system data synchronization method
CN112860954A (en) Real-time computing method and real-time computing system
CN109426576B (en) Fault-tolerant processing method and fault-tolerant assembly
CN115827777A (en) Self-adaptive synchronization and difference identification method, device and equipment for multiple data sources
CN113050925B (en) Block chain intelligent contract repairing method and device
CN105095061A (en) Page test method and equipment
CN105825318A (en) Electric power communication network data quality monitoring method
CN107291610A (en) Testing case management and device

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
CB03 Change of inventor or designer information

Inventor after: Fu Quan

Inventor after: Sun Feng

Inventor after: Chen Yan

Inventor before: Fu Quan

Inventor before: Sun Feng

Inventor before: Chen Yan

Inventor before: Yang Chun

CB03 Change of inventor or designer information
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 430000 16-19 / F, building C3, future technology building, 999 Gaoxin Avenue, Donghu New Technology Development Zone, Wuhan, Hubei Province

Patentee after: Wuhan dream database Co.,Ltd.

Address before: 430000 16-19 / F, building C3, future technology building, 999 Gaoxin Avenue, Donghu New Technology Development Zone, Wuhan, Hubei Province

Patentee before: WUHAN DAMENG DATABASE Co.,Ltd.

CP01 Change in the name or title of a patent holder
TR01 Transfer of patent right

Effective date of registration: 20220902

Address after: 430073 16-19 / F, building C3, future science and technology building, 999 Gaoxin Avenue, Donghu New Technology Development Zone, Wuhan City, Hubei Province

Patentee after: Wuhan dream database Co.,Ltd.

Patentee after: HUAZHONG University OF SCIENCE AND TECHNOLOGY

Address before: 430000 16-19 / F, building C3, future technology building, 999 Gaoxin Avenue, Donghu New Technology Development Zone, Wuhan, Hubei Province

Patentee before: Wuhan dream database Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230726

Address after: 16-19/F, Building C3, Future Science and Technology Building, No. 999 Gaoxin Avenue, Donghu New Technology Development Zone, Wuhan City, Hubei Province, 430206

Patentee after: Wuhan dream database Co.,Ltd.

Address before: 430073 16-19 / F, building C3, future science and technology building, 999 Gaoxin Avenue, Donghu New Technology Development Zone, Wuhan City, Hubei Province

Patentee before: Wuhan dream database Co.,Ltd.

Patentee before: HUAZHONG University OF SCIENCE AND TECHNOLOGY

TR01 Transfer of patent right