JP2010079617A - Information processing apparatus - Google Patents

Information processing apparatus Download PDF

Info

Publication number
JP2010079617A
JP2010079617A JP2008247416A JP2008247416A JP2010079617A JP 2010079617 A JP2010079617 A JP 2010079617A JP 2008247416 A JP2008247416 A JP 2008247416A JP 2008247416 A JP2008247416 A JP 2008247416A JP 2010079617 A JP2010079617 A JP 2010079617A
Authority
JP
Japan
Prior art keywords
editing
database
history information
information
information processing
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.)
Pending
Application number
JP2008247416A
Other languages
Japanese (ja)
Inventor
Takeshi Tomita
剛 富田
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2008247416A priority Critical patent/JP2010079617A/en
Publication of JP2010079617A publication Critical patent/JP2010079617A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processing apparatus that properly reflect edited content of a database in another information processing apparatus. <P>SOLUTION: The information processing apparatus 100 constructs a first database by storing data in a storage device. The apparatus 100 edits the first database based on edit information accepted. The apparatus 100 receives edit history information from another information processing apparatus, the edit history information showing the edited content of a second database constructed by the other information processing apparatus. The apparatus 100 edits the first database based on the edit history information received. When the first database is edited based on the edit information, the apparatus 100 sends the edit history information showing the edited content to the other information processing apparatus. When the first database is edited based on the edit history information, the apparatus 100 does not send the edit history information showing the edited content. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、データベースを構築するとともに構築されたデータベースを編集する情報処理装置に関する。   The present invention relates to an information processing apparatus that constructs a database and edits the constructed database.

第1の情報処理装置により構築された(第1の情報処理装置が有する)第1のデータベースが編集された(データベースにレコードが追加された、データベースからレコードが削除された、又は、データベース内のレコードが変更された)場合に、その編集内容を第2の情報処理装置により構築された(第2の情報処理装置が有する)第2のデータベースに反映する情報処理システムが知られている(例えば、特許文献1を参照)。   The first database constructed by the first information processing apparatus (has the first information processing apparatus) has been edited (the record has been added to the database, the record has been deleted from the database, or There is known an information processing system that reflects the edited content in a second database (having the second information processing apparatus) constructed by the second information processing apparatus (for example, when the record is changed) (for example, , See Patent Document 1).

この情報処理システムにおいて、第1の情報処理装置は、第1のデータベースが編集された場合に、その編集内容を表す編集履歴情報を記憶する。そして、第1の情報処理装置は、記憶されている編集履歴情報を第2の情報処理装置へ送信する。第2の情報処理装置は、受信した編集履歴情報に基づいて第2のデータベースを編集する。これによれば、第1のデータベースの編集内容を第2のデータベースに反映することができる。
特開平10−74157号公報
In this information processing system, when the first database is edited, the first information processing apparatus stores editing history information representing the editing content. Then, the first information processing apparatus transmits the stored editing history information to the second information processing apparatus. The second information processing apparatus edits the second database based on the received editing history information. According to this, the edited content of the first database can be reflected in the second database.
JP-A-10-74157

ところで、上記情報処理システムにおいては、第2のデータベースが編集された場合に、その編集内容を第1のデータベースに反映することができない。そこで、上記第1の情報処理装置の機能及び第2の情報処理装置の機能の両方を第1の情報処理装置及び第2の情報処理装置のそれぞれが有するように、上記情報処理システムを構成することが考えられる。   By the way, in the information processing system, when the second database is edited, the edited content cannot be reflected in the first database. Therefore, the information processing system is configured such that each of the first information processing apparatus and the second information processing apparatus has both the functions of the first information processing apparatus and the second information processing apparatus. It is possible.

しかしながら、このように構成された情報処理システムにおいては、例えば、第1の情報処理装置が第2の情報処理装置から受信した編集履歴情報に基づいて、その編集履歴情報が表す編集内容を第1のデータベースに反映した場合にも、第1の情報処理装置は、その編集内容を表す編集履歴情報を記憶する。   However, in the information processing system configured as described above, for example, based on the editing history information received by the first information processing apparatus from the second information processing apparatus, the editing content represented by the editing history information is the first. The first information processing apparatus also stores editing history information representing the editing content even when it is reflected in the database.

従って、第1の情報処理装置は、第2の情報処理装置から受信した編集履歴情報が表す編集内容と同一の編集内容を表す編集履歴情報を第2の情報処理装置へ送信してしまう。その結果、第2の情報処理装置は、既に編集を行った内容と同一の内容にて再び第2のデータベースを編集する。具体的には、例えば、第2の情報処理装置が、レコードを追加するように第2のデータベースを編集していた場合に、再び同一のレコードが第2のデータベースに追加される。   Therefore, the first information processing apparatus transmits to the second information processing apparatus editing history information representing the same editing content as the editing content represented by the editing history information received from the second information processing apparatus. As a result, the second information processing apparatus edits the second database again with the same content that has already been edited. Specifically, for example, when the second information processing apparatus is editing the second database so as to add a record, the same record is added to the second database again.

即ち、上記情報処理システムにおいては、情報処理装置が他の情報処理装置との間で、データベースの編集内容を互いに反映し合うことを正常に行うことができないという問題があった。   That is, in the information processing system, there is a problem that the information processing apparatus cannot normally reflect the edited contents of the database with each other information processing apparatus.

このため、本発明の目的は、上述した課題である「情報処理装置が他の情報処理装置との間で、データベースの編集内容を互いに反映し合うことを正常に行うことができないこと」を解決することが可能な情報処理装置を提供することにある。   For this reason, the object of the present invention is to solve the above-described problem that “the information processing apparatus cannot normally reflect the edited contents of the database with each other information processing apparatus”. An object of the present invention is to provide an information processing apparatus capable of performing the above.

かかる目的を達成するため本発明の一形態である情報処理装置は、
少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築するデータベース構築手段と、
上記第1のデータベースを編集するための編集情報を受け付ける編集情報受付手段と、
上記受け付けた編集情報に基づいて上記第1のデータベースを編集するデータベース編集手段と、
上記データベース編集手段が上記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する編集履歴情報送信手段と、
他の情報処理装置により構築された第2のデータベースの編集内容を表す編集履歴情報を当該情報処理装置から受信する編集履歴情報受信手段と、
を備える。
更に、上記データベース編集手段は、上記受信された編集履歴情報に基づいて上記第1のデータベースを編集するように構成され、
上記編集履歴情報送信手段は、上記データベース編集手段による上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しないように構成される。
In order to achieve such an object, an information processing apparatus according to an aspect of the present invention provides:
Database construction means for constructing a first database composed of the stored data by storing at least one data in a storage device;
Editing information receiving means for receiving editing information for editing the first database;
Database editing means for editing the first database based on the received editing information;
Editing history information transmitting means for transmitting editing history information representing the editing contents to another information processing apparatus when the database editing means edits the first database;
Editing history information receiving means for receiving editing history information representing editing contents of the second database constructed by another information processing device from the information processing device;
Is provided.
Further, the database editing means is configured to edit the first database based on the received editing history information,
The editing history information transmitting unit transmits editing history information representing the editing content to another information processing apparatus when the editing of the first database by the database editing unit is performed based on the editing history information. Configured not to.

また、本発明の他の形態である情報処理システムは、第1の情報処理装置と第2の情報処理装置とを含むシステムである。   An information processing system according to another embodiment of the present invention is a system including a first information processing apparatus and a second information processing apparatus.

更に、上記第1の情報処理装置は、
少なくとも1つのデータを第1の記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築する第1のデータベース構築手段と、
上記第1のデータベースを編集するための編集情報を受け付ける第1の編集情報受付手段と、
上記受け付けた編集情報に基づいて上記第1のデータベースを編集する第1のデータベース編集手段と、
上記第1のデータベース編集手段が上記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を上記第2の情報処理装置へ送信する第1の編集履歴情報送信手段と、
上記第2の情報処理装置から編集履歴情報を受信する第1の編集履歴情報受信手段と、
を備える。
Furthermore, the first information processing apparatus includes:
First database constructing means for constructing a first database composed of the stored data by storing at least one data in the first storage device;
First editing information receiving means for receiving editing information for editing the first database;
First database editing means for editing the first database based on the received editing information;
First editing history information transmitting means for transmitting editing history information representing the editing contents to the second information processing apparatus when the first database editing means edits the first database;
First editing history information receiving means for receiving editing history information from the second information processing apparatus;
Is provided.

加えて、上記第2の情報処理装置は、
少なくとも1つのデータを第2の記憶装置に記憶させることにより当該記憶されたデータからなる第2のデータベースを構築する第2のデータベース構築手段と、
上記第2のデータベースを編集するための編集情報を受け付ける第2の編集情報受付手段と、
上記受け付けた編集情報に基づいて上記第2のデータベースを編集する第2のデータベース編集手段と、
上記第2のデータベース編集手段が上記第2のデータベースを編集した場合に、その編集内容を表す編集履歴情報を上記第1の情報処理装置へ送信する第2の編集履歴情報送信手段と、
上記第1の情報処理装置から編集履歴情報を受信する第2の編集履歴情報受信手段と、
を備える。
In addition, the second information processing apparatus
Second database constructing means for constructing a second database composed of the stored data by storing at least one data in the second storage device;
Second editing information receiving means for receiving editing information for editing the second database;
Second database editing means for editing the second database based on the received editing information;
Second editing history information transmitting means for transmitting editing history information representing the editing contents to the first information processing apparatus when the second database editing means edits the second database;
Second editing history information receiving means for receiving editing history information from the first information processing apparatus;
Is provided.

更に、上記第1のデータベース編集手段は、上記受信された編集履歴情報に基づいて上記第1のデータベースを編集するように構成され、
上記第1の編集履歴情報送信手段は、上記第1のデータベース編集手段による上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を上記第2の情報処理装置へ送信しないように構成され、
上記第2のデータベース編集手段は、上記受信された編集履歴情報に基づいて上記第2のデータベースを編集するように構成され、
上記第2の編集履歴情報送信手段は、上記第2のデータベース編集手段による上記第2のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を上記第1の情報処理装置へ送信しないように構成される。
Furthermore, the first database editing means is configured to edit the first database based on the received editing history information,
The first editing history information transmitting means, when the editing of the first database by the first database editing means is performed based on the editing history information, the editing history information indicating the editing contents. Configured not to transmit to the second information processing apparatus,
The second database editing means is configured to edit the second database based on the received editing history information,
The second editing history information transmitting means, when the editing of the second database by the second database editing means is performed based on the editing history information, shows the editing history information indicating the editing contents. It is comprised so that it may not transmit to a 1st information processing apparatus.

また、本発明の他の形態である情報処理方法は、
少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築するデータベース構築工程と、
上記第1のデータベースを編集するための編集情報を受け付ける編集情報受付工程と、
上記受け付けた編集情報に基づいて上記第1のデータベースを編集するデータベース編集工程と、
上記データベース編集工程にて上記第1のデータベースが編集された場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する編集履歴情報送信工程と、
他の情報処理装置により構築された第2のデータベースの編集内容を表す編集履歴情報を当該情報処理装置から受信する編集履歴情報受信工程と、
を含む。
In addition, an information processing method according to another aspect of the present invention includes:
A database construction step of constructing a first database composed of the stored data by storing at least one data in a storage device;
An edit information receiving step for receiving edit information for editing the first database;
A database editing step of editing the first database based on the received editing information;
When the first database is edited in the database editing step, an editing history information transmitting step for transmitting editing history information representing the editing content to another information processing device;
An editing history information receiving step of receiving editing history information representing editing contents of the second database constructed by another information processing device from the information processing device;
including.

更に、上記データベース編集工程は、上記受信された編集履歴情報に基づいて上記第1のデータベースを編集するように構成され、
上記編集履歴情報送信工程は、上記データベース編集工程にて上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しないように構成される。
Further, the database editing step is configured to edit the first database based on the received editing history information.
In the editing history information transmitting step, when the editing of the first database is performed based on the editing history information in the database editing step, the editing history information indicating the editing content is sent to another information processing apparatus. Configured not to send.

また、本発明の他の形態であるプログラムは、
情報処理装置に、
少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築するデータベース構築手段と、
上記第1のデータベースを編集するための編集情報を受け付ける編集情報受付手段と、
上記受け付けた編集情報に基づいて上記第1のデータベースを編集するデータベース編集手段と、
上記データベース編集手段が上記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する編集履歴情報送信手段と、
他の情報処理装置により構築された第2のデータベースの編集内容を表す編集履歴情報を当該情報処理装置から受信する編集履歴情報受信手段と、
を実現させるとともに、
上記データベース編集手段は、上記受信された編集履歴情報に基づいて上記第1のデータベースを編集するように構成され、
上記編集履歴情報送信手段は、上記データベース編集手段による上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しないように構成される。
Moreover, the program which is the other form of this invention is:
In the information processing device,
Database construction means for constructing a first database composed of the stored data by storing at least one data in a storage device;
Editing information receiving means for receiving editing information for editing the first database;
Database editing means for editing the first database based on the received editing information;
Editing history information transmitting means for transmitting editing history information representing the editing contents to another information processing apparatus when the database editing means edits the first database;
Editing history information receiving means for receiving editing history information representing editing contents of the second database constructed by another information processing device from the information processing device;
And realize
The database editing means is configured to edit the first database based on the received editing history information,
The editing history information transmitting unit transmits editing history information representing the editing content to another information processing apparatus when the editing of the first database by the database editing unit is performed based on the editing history information. Configured not to.

本発明は、以上のように構成されることにより、他の情報処理装置との間で、データベースの編集内容を互いに反映し合うことを正常に行うことができる。   According to the present invention configured as described above, it is possible to normally reflect the edited contents of the database with each other information processing apparatus.

本発明の一形態である情報処理装置は、
少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築するデータベース構築手段と、
上記第1のデータベースを編集するための編集情報を受け付ける編集情報受付手段と、
上記受け付けた編集情報に基づいて上記第1のデータベースを編集するデータベース編集手段と、
上記データベース編集手段が上記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する編集履歴情報送信手段と、
他の情報処理装置により構築された第2のデータベースの編集内容を表す編集履歴情報を当該情報処理装置から受信する編集履歴情報受信手段と、
を備える。
An information processing apparatus according to one aspect of the present invention
Database construction means for constructing a first database composed of the stored data by storing at least one data in a storage device;
Editing information receiving means for receiving editing information for editing the first database;
Database editing means for editing the first database based on the received editing information;
Editing history information transmitting means for transmitting editing history information representing the editing contents to another information processing apparatus when the database editing means edits the first database;
Editing history information receiving means for receiving editing history information representing editing contents of the second database constructed by another information processing device from the information processing device;
Is provided.

更に、上記データベース編集手段は、上記受信された編集履歴情報に基づいて上記第1のデータベースを編集するように構成され、
上記編集履歴情報送信手段は、上記データベース編集手段による上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しないように構成される。
Further, the database editing means is configured to edit the first database based on the received editing history information,
The editing history information transmitting unit transmits editing history information representing the editing content to another information processing apparatus when the editing of the first database by the database editing unit is performed based on the editing history information. Configured not to.

これによれば、情報処理装置は、受け付けた編集情報に基づいて第1のデータベースを編集した場合にその編集内容を表す編集履歴情報を他の情報処理装置へ送信し、一方、受信された編集履歴情報に基づいて第1のデータベースを編集した場合にその編集内容を表す編集履歴情報を他の情報処理装置へ送信しない。   According to this, when the information processing apparatus edits the first database based on the received editing information, the information processing apparatus transmits the editing history information indicating the editing content to the other information processing apparatus, while the received editing information When the first database is edited based on the history information, the editing history information indicating the editing content is not transmitted to other information processing apparatuses.

これにより、情報処理装置が、他の情報処理装置から受信した編集履歴情報が表す編集内容と同一の編集内容を表す編集履歴情報をその情報処理装置へ送信することを防止することができる。この結果、他の情報処理装置が、既に編集を行った内容と同一の内容にて再び第2のデータベースを編集することを防止することができる。従って、情報処理装置が他の情報処理装置との間で、データベースの編集内容を互いに反映し合うことを正常に行うことができる。   Thereby, it is possible to prevent the information processing apparatus from transmitting to the information processing apparatus editing history information representing the same editing content as the editing content represented by the editing history information received from another information processing apparatus. As a result, it is possible to prevent another information processing apparatus from editing the second database again with the same content that has already been edited. Therefore, the information processing apparatus can normally perform the reflection of the edited contents of the database with other information processing apparatuses.

この場合、上記情報処理装置は、
上記データベース編集手段が上記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を上記記憶装置に記憶させる編集履歴情報記憶処理手段を備え、
上記編集履歴情報送信手段は、上記記憶されている編集履歴情報を他の情報処理装置へ送信するように構成されることが好適である。
In this case, the information processing apparatus
When the database editing means edits the first database, the database editing means comprises editing history information storage processing means for storing editing history information representing the editing contents in the storage device,
Preferably, the editing history information transmitting means is configured to transmit the stored editing history information to another information processing apparatus.

この場合、
上記編集履歴情報記憶処理手段は、上記データベース編集手段が上記編集情報に基づいて上記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を上記記憶装置に記憶させるように構成されることが好適である。
in this case,
The editing history information storage processing unit is configured to store editing history information representing the editing contents in the storage device each time the database editing unit edits the first database based on the editing information. Is preferable.

この場合、上記編集履歴情報記憶処理手段は、
上記データベース編集手段が上記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を含むデータを上記第1のデータベースに追加する処理をトランザクション処理の少なくとも一部として実行するとともに、
上記データベース編集手段による上記第1のデータベースの編集が上記編集情報に基づいて行われた場合には上記トランザクション処理の実行結果を上記第1のデータベースに反映させるコミット処理を実行し、一方、上記データベース編集手段による上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合には上記トランザクション処理にて上記第1のデータベースに追加されたデータを当該第1のデータベースから削除する処理を当該トランザクション処理の一部として実行しその後当該トランザクション処理の実行結果を上記第1のデータベースに反映させるコミット処理を実行するように構成される。
In this case, the editing history information storage processing means
Each time the database editing means edits the first database, a process of adding data including editing history information representing the editing content to the first database is executed as at least a part of the transaction process,
When the editing of the first database by the database editing means is performed based on the editing information, a commit process for reflecting the execution result of the transaction process in the first database is executed, while the database When editing of the first database by the editing means is performed based on the editing history information, processing for deleting data added to the first database in the transaction processing from the first database is performed. It is configured to execute a commit process that is executed as a part of the transaction process and then reflects the execution result of the transaction process in the first database.

更に、上記編集履歴情報送信手段は、上記第1のデータベース内のデータに含まれる編集履歴情報を他の情報処理装置へ送信するように構成されることが好適である。   Further, it is preferable that the editing history information transmitting means is configured to transmit editing history information included in the data in the first database to another information processing apparatus.

ところで、情報処理装置が、編集履歴情報を含むデータを第1のデータベースに追加する処理を行うことにより、その処理の実行結果を直ちに第1のデータベースに反映させるように構成されている場合、上記データを追加する処理(追加処理)を行った後にそのデータを削除する処理(削除処理)を行った場合であっても、削除処理の実行までの間に削除されるべきデータに含まれる編集履歴情報が他の情報処理装置に送信されてしまう虞がある。   By the way, when the information processing apparatus is configured to immediately add the execution result of the process to the first database by performing the process of adding the data including the editing history information to the first database, Editing history included in data to be deleted before execution of the deletion process even if the process of deleting the data (deletion process) after performing the process of adding data (addition process) Information may be transmitted to other information processing apparatuses.

これに対し、上記構成によれば、情報処理装置が追加したデータを削除する場合には、削除処理を行った後に、追加処理及び削除処理の実行結果が第1のデータベースに反映される。これにより、削除されるべきデータに含まれる編集履歴情報が他の情報処理装置に送信されることを確実に防止することができる。   On the other hand, according to the above configuration, when deleting the data added by the information processing apparatus, after executing the deletion process, the execution results of the addition process and the deletion process are reflected in the first database. Thereby, it is possible to reliably prevent the editing history information included in the data to be deleted from being transmitted to another information processing apparatus.

また、上記情報処理装置の他の態様において、
上記編集履歴情報記憶処理手段は、
上記データベース編集手段が上記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を含むデータを上記第1のデータベースに追加する処理をトランザクション処理の少なくとも一部として実行するとともに、
上記データベース編集手段による上記第1のデータベースの編集が上記編集情報に基づいて行われた場合には上記トランザクション処理の実行結果を上記第1のデータベースに反映させるコミット処理を実行し、一方、上記データベース編集手段による上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合には上記トランザクション処理の実行結果を上記第1のデータベースに反映させることなく破棄するロールバック処理を実行するように構成される。
In another aspect of the information processing apparatus,
The editing history information storage processing means includes:
Each time the database editing means edits the first database, a process of adding data including editing history information representing the editing content to the first database is executed as at least a part of the transaction process,
When the editing of the first database by the database editing means is performed based on the editing information, a commit process for reflecting the execution result of the transaction process in the first database is executed, while the database When the editing of the first database by the editing means is performed based on the editing history information, a rollback process is executed that discards the execution result of the transaction process without reflecting it in the first database. Configured.

更に、上記編集履歴情報送信手段は、上記第1のデータベース内のデータに含まれる編集履歴情報を他の情報処理装置へ送信するように構成されることが好適である。   Further, it is preferable that the editing history information transmitting means is configured to transmit editing history information included in the data in the first database to another information processing apparatus.

ところで、情報処理装置が、編集履歴情報を含むデータを第1のデータベースに追加する処理を行うことにより、その処理の実行結果を直ちに第1のデータベースに反映させるように構成されている場合、上記データを追加する処理(追加処理)を行った後にそのデータを削除する処理(削除処理)を行った場合であっても、削除処理の実行までの間に削除されるべきデータに含まれる編集履歴情報が他の情報処理装置に送信されてしまう虞がある。   By the way, when the information processing apparatus is configured to immediately add the execution result of the process to the first database by performing the process of adding the data including the editing history information to the first database, Editing history included in data to be deleted before execution of the deletion process even if the process of deleting the data (deletion process) after performing the process of adding data (addition process) Information may be transmitted to other information processing apparatuses.

これに対し、上記構成によれば、情報処理装置は、第1のデータベースの編集が編集履歴情報に基づいて行われた場合、追加処理の実行結果を第1のデータベースに反映することなく破棄する。これにより、削除されるべきデータに含まれる編集履歴情報が他の情報処理装置に送信されることを確実に防止することができる。   On the other hand, according to the above configuration, when the editing of the first database is performed based on the editing history information, the information processing apparatus discards the execution result of the additional process without reflecting it in the first database. . Thereby, it is possible to reliably prevent the editing history information included in the data to be deleted from being transmitted to another information processing apparatus.

また、上記情報処理装置の他の態様において、
上記編集履歴情報記憶処理手段は、
上記データベース編集手段が上記第1のデータベースを編集する毎にその編集内容を表す編集履歴情報を上記記憶装置に記憶させるとともに、上記データベース編集手段による上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表し且つ上記記憶装置に記憶されている編集履歴情報を当該記憶装置から削除するように構成されることが好適である。
In another aspect of the information processing apparatus,
The editing history information storage processing means includes:
Each time the database editing unit edits the first database, the editing history information representing the editing content is stored in the storage device, and the editing of the first database by the database editing unit is included in the editing history information. It is preferable that the editing history information representing the editing content and stored in the storage device is deleted from the storage device when it is performed based on the information.

この場合、上記情報処理装置は、
上記記憶されている編集履歴情報のうちの、上記編集履歴情報送信手段により送信された編集履歴情報を上記記憶装置から削除する編集履歴情報削除手段を備えることが好適である。
In this case, the information processing apparatus
Of the stored editing history information, it is preferable to include editing history information deleting means for deleting the editing history information transmitted by the editing history information transmitting means from the storage device.

これによれば、他の情報処理装置へ一度送信された編集履歴情報が、再度送信されることを確実に防止することができる。   According to this, it is possible to reliably prevent the editing history information once transmitted to another information processing apparatus from being transmitted again.

この場合、
上記編集情報は、少なくとも1つのデータを含むレコードを上記データベースに新たに追加する旨を表す情報、当該データベースからレコードを削除する旨を表す情報、及び、当該データベース内のレコードを変更する旨を表す情報のうちの少なくとも1つを含む情報であることが好適である。
in this case,
The edit information represents information indicating that a record including at least one data is newly added to the database, information indicating deletion of a record from the database, and change of a record in the database. It is preferable that the information includes at least one of the information.

また、本発明の他の形態である情報処理システムは、第1の情報処理装置と第2の情報処理装置とを含むシステムである。   An information processing system according to another embodiment of the present invention is a system including a first information processing apparatus and a second information processing apparatus.

更に、上記第1の情報処理装置は、
少なくとも1つのデータを第1の記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築する第1のデータベース構築手段と、
上記第1のデータベースを編集するための編集情報を受け付ける第1の編集情報受付手段と、
上記受け付けた編集情報に基づいて上記第1のデータベースを編集する第1のデータベース編集手段と、
上記第1のデータベース編集手段が上記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を上記第2の情報処理装置へ送信する第1の編集履歴情報送信手段と、
上記第2の情報処理装置から編集履歴情報を受信する第1の編集履歴情報受信手段と、
を備える。
Furthermore, the first information processing apparatus includes:
First database constructing means for constructing a first database composed of the stored data by storing at least one data in the first storage device;
First editing information receiving means for receiving editing information for editing the first database;
First database editing means for editing the first database based on the received editing information;
First editing history information transmitting means for transmitting editing history information representing the editing contents to the second information processing apparatus when the first database editing means edits the first database;
First editing history information receiving means for receiving editing history information from the second information processing apparatus;
Is provided.

更に、上記第2の情報処理装置は、
少なくとも1つのデータを第2の記憶装置に記憶させることにより当該記憶されたデータからなる第2のデータベースを構築する第2のデータベース構築手段と、
上記第2のデータベースを編集するための編集情報を受け付ける第2の編集情報受付手段と、
上記受け付けた編集情報に基づいて上記第2のデータベースを編集する第2のデータベース編集手段と、
上記第2のデータベース編集手段が上記第2のデータベースを編集した場合に、その編集内容を表す編集履歴情報を上記第1の情報処理装置へ送信する第2の編集履歴情報送信手段と、
上記第1の情報処理装置から編集履歴情報を受信する第2の編集履歴情報受信手段と、
を備える。
Furthermore, the second information processing apparatus includes:
Second database constructing means for constructing a second database composed of the stored data by storing at least one data in the second storage device;
Second editing information receiving means for receiving editing information for editing the second database;
Second database editing means for editing the second database based on the received editing information;
Second editing history information transmitting means for transmitting editing history information representing the editing contents to the first information processing apparatus when the second database editing means edits the second database;
Second editing history information receiving means for receiving editing history information from the first information processing apparatus;
Is provided.

加えて、上記第1のデータベース編集手段は、上記受信された編集履歴情報に基づいて上記第1のデータベースを編集するように構成され、
上記第1の編集履歴情報送信手段は、上記第1のデータベース編集手段による上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を上記第2の情報処理装置へ送信しないように構成され、
上記第2のデータベース編集手段は、上記受信された編集履歴情報に基づいて上記第2のデータベースを編集するように構成され、
上記第2の編集履歴情報送信手段は、上記第2のデータベース編集手段による上記第2のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を上記第1の情報処理装置へ送信しないように構成される。
In addition, the first database editing means is configured to edit the first database based on the received editing history information,
The first editing history information transmitting means, when the editing of the first database by the first database editing means is performed based on the editing history information, the editing history information indicating the editing contents. Configured not to transmit to the second information processing apparatus,
The second database editing means is configured to edit the second database based on the received editing history information,
The second editing history information transmitting means, when the editing of the second database by the second database editing means is performed based on the editing history information, shows the editing history information indicating the editing contents. It is comprised so that it may not transmit to a 1st information processing apparatus.

この場合、上記第1の情報処理装置は、
上記第1のデータベース編集手段が上記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を上記第1の記憶装置に記憶させる第1の編集履歴情報記憶処理手段を備え、
上記第1の編集履歴情報送信手段は、上記第1の記憶装置に記憶されている編集履歴情報を上記第2の情報処理装置へ送信するように構成され、
上記第2の情報処理装置は、
上記第2のデータベース編集手段が上記第2のデータベースを編集した場合に、その編集内容を表す編集履歴情報を上記第2の記憶装置に記憶させる第2の編集履歴情報記憶処理手段を備え、
上記第2の編集履歴情報送信手段は、上記第2の記憶装置に記憶されている編集履歴情報を上記第1の情報処理装置へ送信するように構成されることが好適である。
In this case, the first information processing apparatus is
When the first database editing means edits the first database, the first database editing means includes first editing history information storage processing means for storing editing history information representing the editing contents in the first storage device,
The first editing history information transmitting means is configured to transmit editing history information stored in the first storage device to the second information processing device,
The second information processing apparatus
When the second database editing means edits the second database, the second database editing means includes second editing history information storage processing means for storing editing history information representing the editing content in the second storage device,
Preferably, the second editing history information transmitting means is configured to transmit the editing history information stored in the second storage device to the first information processing device.

この場合、
上記第1の編集履歴情報記憶処理手段は、上記第1のデータベース編集手段が上記編集情報に基づいて上記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を上記第1の記憶装置に記憶させるように構成され、
上記第2の編集履歴情報記憶処理手段は、上記第2のデータベース編集手段が上記編集情報に基づいて上記第2のデータベースを編集する毎に、その編集内容を表す編集履歴情報を上記第2の記憶装置に記憶させるように構成されることが好適である。
in this case,
The first editing history information storage processing means stores the editing history information indicating the editing contents each time the first database editing means edits the first database based on the editing information. Configured to store in a storage device,
Each time the second database editing means edits the second database based on the editing information, the second editing history information storage processing means sends the editing history information indicating the editing contents to the second editing history information. It is preferred to be configured to be stored in a storage device.

また、本発明の他の形態である情報処理方法は、
少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築するデータベース構築工程と、
上記第1のデータベースを編集するための編集情報を受け付ける編集情報受付工程と、
上記受け付けた編集情報に基づいて上記第1のデータベースを編集するデータベース編集工程と、
上記データベース編集工程にて上記第1のデータベースが編集された場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する編集履歴情報送信工程と、
他の情報処理装置により構築された第2のデータベースの編集内容を表す編集履歴情報を当該情報処理装置から受信する編集履歴情報受信工程と、
を含む。
In addition, an information processing method according to another aspect of the present invention includes:
A database construction step of constructing a first database composed of the stored data by storing at least one data in a storage device;
An edit information receiving step for receiving edit information for editing the first database;
A database editing step of editing the first database based on the received editing information;
When the first database is edited in the database editing step, an editing history information transmitting step for transmitting editing history information representing the editing content to another information processing device;
An editing history information receiving step of receiving editing history information representing editing contents of the second database constructed by another information processing device from the information processing device;
including.

更に、上記データベース編集工程は、上記受信された編集履歴情報に基づいて上記第1のデータベースを編集するように構成され、
上記編集履歴情報送信工程は、上記データベース編集工程にて上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しないように構成される。
Further, the database editing step is configured to edit the first database based on the received editing history information.
In the editing history information transmitting step, when the editing of the first database is performed based on the editing history information in the database editing step, the editing history information indicating the editing content is sent to another information processing apparatus. Configured not to send.

この場合、上記情報処理方法は、
上記データベース編集工程にて上記第1のデータベースが編集された場合に、その編集内容を表す編集履歴情報を上記記憶装置に記憶させる編集履歴情報記憶処理工程を含み、
上記編集履歴情報送信工程は、上記記憶されている編集履歴情報を他の情報処理装置へ送信するように構成されることが好適である。
In this case, the information processing method is
When the first database is edited in the database editing step, including an editing history information storage processing step of storing editing history information representing the editing content in the storage device,
The editing history information transmitting step is preferably configured to transmit the stored editing history information to another information processing apparatus.

この場合、
上記編集履歴情報記憶処理工程は、上記データベース編集工程にて上記編集情報に基づいて上記第1のデータベースが編集される毎に、その編集内容を表す編集履歴情報を上記記憶装置に記憶させるように構成されることが好適である。
in this case,
The editing history information storage processing step stores the editing history information representing the editing contents in the storage device each time the first database is edited based on the editing information in the database editing step. It is preferable to be configured.

また、本発明の他の形態であるプログラムは、
情報処理装置に、
少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築するデータベース構築手段と、
上記第1のデータベースを編集するための編集情報を受け付ける編集情報受付手段と、
上記受け付けた編集情報に基づいて上記第1のデータベースを編集するデータベース編集手段と、
上記データベース編集手段が上記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する編集履歴情報送信手段と、
他の情報処理装置により構築された第2のデータベースの編集内容を表す編集履歴情報を当該情報処理装置から受信する編集履歴情報受信手段と、
を実現させるとともに、
上記データベース編集手段は、上記受信された編集履歴情報に基づいて上記第1のデータベースを編集するように構成され、
上記編集履歴情報送信手段は、上記データベース編集手段による上記第1のデータベースの編集が上記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しないように構成される。
Moreover, the program which is the other form of this invention is:
In the information processing device,
Database construction means for constructing a first database composed of the stored data by storing at least one data in a storage device;
Editing information receiving means for receiving editing information for editing the first database;
Database editing means for editing the first database based on the received editing information;
Editing history information transmitting means for transmitting editing history information representing the editing contents to another information processing apparatus when the database editing means edits the first database;
Editing history information receiving means for receiving editing history information representing editing contents of the second database constructed by another information processing device from the information processing device;
And realize
The database editing means is configured to edit the first database based on the received editing history information,
The editing history information transmitting unit transmits editing history information representing the editing content to another information processing apparatus when the editing of the first database by the database editing unit is performed based on the editing history information. Configured not to.

この場合、上記プログラムは、
上記情報処理装置に、更に、
上記データベース編集手段が上記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を上記記憶装置に記憶させる編集履歴情報記憶処理手段を実現させるとともに、
上記編集履歴情報送信手段は、上記記憶されている編集履歴情報を他の情報処理装置へ送信するように構成されることが好適である。
In this case, the program is
In addition to the information processing apparatus,
When the database editing means edits the first database, the editing history information storage processing means for storing the editing history information representing the editing contents in the storage device is realized, and
Preferably, the editing history information transmitting means is configured to transmit the stored editing history information to another information processing apparatus.

この場合、
上記編集履歴情報記憶処理手段は、上記データベース編集手段が上記編集情報に基づいて上記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を上記記憶装置に記憶させるように構成されることが好適である。
in this case,
The editing history information storage processing unit is configured to store editing history information representing the editing contents in the storage device each time the database editing unit edits the first database based on the editing information. Is preferable.

上述した構成を有する、情報処理システム、情報処理方法、又は、プログラム、の発明であっても、上記情報処理装置と同様の作用を有するために、上述した本発明の目的を達成することができる。   Even the invention of the information processing system, information processing method, or program having the above-described configuration can achieve the above-described object of the present invention because it has the same operation as the information processing apparatus. .

以下、本発明に係る、情報処理装置、情報処理システム、情報処理方法、及び、プログラム、の実施形態について図1〜図12を参照しながら説明する。   Hereinafter, embodiments of an information processing apparatus, an information processing system, an information processing method, and a program according to the present invention will be described with reference to FIGS.

<実施形態>
図1に示したように、実施形態に係る情報処理システム1は、管理サーバ10と、第1の情報処理装置としての第1のデータベースサーバ20と、第2の情報処理装置としての第2のデータベースサーバ30と、を含む。
<Embodiment>
As illustrated in FIG. 1, the information processing system 1 according to the embodiment includes a management server 10, a first database server 20 as a first information processing device, and a second as a second information processing device. Database server 30.

管理サーバ10、第1のデータベースサーバ20及び第2のデータベースサーバ30は、通信回線(本例では、インターネット)NWを介して、互いに通信可能に接続されている。   The management server 10, the first database server 20, and the second database server 30 are communicably connected to each other via a communication line (in this example, the Internet) NW.

管理サーバ10は、サーバ装置である。管理サーバ10は、図示しない中央処理装置(CPU;Central Processing Unit)、記憶装置(メモリ及びハードディスク駆動装置(HDD))、入力装置及び出力装置を備える。   The management server 10 is a server device. The management server 10 includes a central processing unit (CPU) (not shown), a storage device (memory and a hard disk drive (HDD)), an input device, and an output device.

出力装置は、ディスプレイを有する。出力装置は、CPUから出力された画像情報に基づいて、文字及び図形等からなる画像をディスプレイに表示させる。入力装置は、キーボード及びマウスを有する。管理サーバ10は、キーボード及びマウスを介して、ユーザの操作に基づく情報が入力されるように構成されている。   The output device has a display. The output device displays an image made up of characters, graphics, and the like on the display based on the image information output from the CPU. The input device has a keyboard and a mouse. The management server 10 is configured such that information based on user operations is input via a keyboard and a mouse.

管理サーバ10は、記憶装置に記憶されているプログラムをCPUが実行することにより、後述する機能を実現するように構成されている。   The management server 10 is configured to realize functions to be described later when the CPU executes a program stored in the storage device.

第1のデータベースサーバ20及び第2のデータベースサーバ30のそれぞれは、管理サーバ10と同様のサーバ装置である。第1のデータベースサーバ20及び第2のデータベースサーバ30のそれぞれは、管理サーバ10と同様に、図示しないCPU及び記憶装置を備える。第1のデータベースサーバ20及び第2のデータベースサーバ30のそれぞれは、管理サーバ10と同様に、記憶装置に記憶されているプログラムをCPUが実行することにより、後述する機能を実現するように構成されている。   Each of the first database server 20 and the second database server 30 is a server device similar to the management server 10. Similar to the management server 10, each of the first database server 20 and the second database server 30 includes a CPU and a storage device (not shown). Similar to the management server 10, each of the first database server 20 and the second database server 30 is configured to implement functions described later by the CPU executing a program stored in the storage device. ing.

図2は、上記のように構成された情報処理システム1の機能を表すブロック図である。この機能は、第1のデータベースサーバ20のCPU及び第2のデータベースサーバ30のCPUが後述する図3及び図4に示したフローチャートにより表されるプログラム等を実行するとともに、管理サーバ10のCPUが所定のプログラム等を実行することにより、実現される。   FIG. 2 is a block diagram showing functions of the information processing system 1 configured as described above. This function is performed by the CPU of the first database server 20 and the CPU of the second database server 30 executing programs and the like represented by the flowcharts shown in FIGS. This is realized by executing a predetermined program or the like.

この管理サーバ10の機能は、複製対象特定情報記憶部41と、複製対象特定情報送信部42と、を含む。   The functions of the management server 10 include a replication target specific information storage unit 41 and a replication target specific information transmission unit 42.

複製対象特定情報記憶部41は、複製対象特定情報を管理サーバ10の記憶装置に記憶させる。複製対象特定情報は、データベースサーバを特定するサーバ特定情報と、データベース内のテーブル(表)を特定するテーブル特定情報と、編集履歴情報を送信する周期である送信周期(本例では、10分)を表す送信周期情報と、を含む。本例では、複製対象特定情報は、管理サーバ10のユーザが入力装置を介して入力した情報である。ここで、サーバ特定情報は、IP(Internet Protocol)アドレスを表す情報と、ポート番号を表す情報と、を含む。   The replication target specific information storage unit 41 stores the replication target specific information in the storage device of the management server 10. The copy target specifying information includes server specifying information for specifying a database server, table specifying information for specifying a table (table) in the database, and a transmission cycle (in this example, 10 minutes) for transmitting editing history information. Transmission cycle information representing In this example, the replication target specifying information is information input by the user of the management server 10 via the input device. Here, the server specifying information includes information representing an IP (Internet Protocol) address and information representing a port number.

本例では、サーバ特定情報は、第1のデータベースサーバ20を特定する情報と、第2のデータベースサーバ30を特定する情報と、を含む。また、テーブル特定情報は、後述する社員氏名テーブルを特定する情報である。   In this example, the server specifying information includes information for specifying the first database server 20 and information for specifying the second database server 30. The table specifying information is information for specifying an employee name table to be described later.

複製対象特定情報送信部42は、第1のデータベースサーバ20(又は、第2のデータベースサーバ30)から送信要求を受信する。複製対象特定情報送信部42は、受信した送信要求に応じて、複製対象特定情報記憶部41に記憶されている複製対象特定情報を、送信要求を送信してきた第1のデータベースサーバ20(又は、第2のデータベースサーバ30)へ送信する。   The replication target specific information transmission unit 42 receives a transmission request from the first database server 20 (or the second database server 30). In response to the received transmission request, the replication target identification information transmission unit 42 uses the first database server 20 (or the transmission target identification information stored in the replication target identification information storage unit 41). To the second database server 30).

第1のデータベースサーバ20の機能は、第1のデータベース構築部(第1のデータベース構築手段)51と、第1の編集情報受付部(第1の編集情報受付手段)52と、第1の編集履歴情報受信部(第1の編集履歴情報受信手段)53と、第1のデータベース編集部(第1のデータベース編集手段)54と、第1の編集履歴情報記憶処理部(第1の編集履歴情報記憶処理手段)55と、第1の編集履歴情報送信部(第1の編集履歴情報送信手段)56と、第1の編集履歴情報削除部(第1の編集履歴情報削除手段)57と、を含む。   The functions of the first database server 20 include a first database construction unit (first database construction unit) 51, a first editing information reception unit (first editing information reception unit) 52, and a first editing History information receiving unit (first editing history information receiving unit) 53, first database editing unit (first database editing unit) 54, and first editing history information storage processing unit (first editing history information) A storage processing unit) 55, a first editing history information transmission unit (first editing history information transmission unit) 56, and a first editing history information deletion unit (first editing history information deletion unit) 57. Including.

第1のデータベース構築部51は、少なくとも1つのデータを第1のデータベースサーバ20が備える記憶装置(第1の記憶装置)に記憶させることにより、当該記憶されたデータからなる第1のデータベースDB1を構築する。   The first database construction unit 51 stores at least one data in a storage device (first storage device) included in the first database server 20 to thereby store the first database DB1 including the stored data. To construct.

本例では、第1のデータベースDB1は、社員氏名テーブルと、編集履歴テーブルと、を含む。
社員氏名テーブルは、図5に示したように、社員番号(プライマリーキー)を表すデータと、氏を表すデータと、名を表すデータと、からなるレコードを編集(追加、削除、又は、変更)可能なテーブルである。
In this example, the first database DB1 includes an employee name table and an editing history table.
As shown in FIG. 5, the employee name table edits (adds, deletes, or changes) a record including data representing an employee number (primary key), data representing a person, and data representing a name. It is a possible table.

また、編集履歴テーブルは、図6に示したように、編集履歴識別情報(プライマリーキー)を表すデータと、編集種別を表すデータと、編集前の社員番号を表すデータと、編集前の氏を表すデータと、編集前の名を表すデータと、編集後の社員番号を表すデータと、編集後の氏を表すデータと、編集後の名を表すデータと、からなるレコードを編集可能なテーブルである。なお、編集履歴テーブルに含まれるレコードは、編集履歴情報を構成している。   In addition, as shown in FIG. 6, the editing history table includes data representing editing history identification information (primary key), data representing the editing type, data representing the employee number before editing, and the name before editing. A table that can edit records consisting of data that represents data, data that represents the name before editing, data that represents the employee number after editing, data that represents the name after editing, and data that represents the name after editing is there. Note that the records included in the editing history table constitute editing history information.

第1の編集情報受付部52は、第1のデータベースDB1に含まれる社員氏名テーブル(内のレコード)を編集するための編集情報を受け付ける。ここで、編集情報は、レコードを社員氏名テーブルに新たに追加する旨を表す情報、社員氏名テーブルからレコードを削除する旨を表す情報、及び、社員氏名テーブル内のレコードを変更(更新)する旨を表す情報、のうちの少なくとも1つを含む情報である。また、本例では、編集情報は、第1のデータベースサーバ20のCPUが実行するアプリケーションプログラムによって生成された情報(例えば、SQL文を含む命令)である。   The first editing information receiving unit 52 receives editing information for editing the employee name table (internal records) included in the first database DB1. Here, the edit information includes information indicating that a record is newly added to the employee name table, information indicating that a record is deleted from the employee name table, and a record in the employee name table being changed (updated). Is information that includes at least one of the information. In this example, the editing information is information (for example, an instruction including an SQL statement) generated by an application program executed by the CPU of the first database server 20.

第1の編集履歴情報受信部53は、第2のデータベースサーバ30により構築された第2のデータベースDB2に含まれる社員氏名テーブルの編集内容を表す編集履歴情報を第2のデータベースサーバ30から受信する。   The first editing history information receiving unit 53 receives from the second database server 30 editing history information representing the editing contents of the employee name table included in the second database DB2 constructed by the second database server 30. .

第1のデータベース編集部54は、第1の編集情報受付部52により受け付けられた編集情報に基づいて第1のデータベースDB1に含まれる社員氏名テーブルを編集する。
更に、第1のデータベース編集部54は、第1の編集履歴情報受信部53により受信された編集履歴情報に基づいて第1のデータベースDB1に含まれる社員氏名テーブルを編集する。
The first database editing unit 54 edits the employee name table included in the first database DB1 based on the editing information received by the first editing information receiving unit 52.
Furthermore, the first database editing unit 54 edits the employee name table included in the first database DB 1 based on the editing history information received by the first editing history information receiving unit 53.

第1の編集履歴情報記憶処理部55は、第1のデータベース編集部54が編集情報に基づいて第1のデータベースDB1に含まれる社員氏名テーブルを編集する毎に、その編集内容を表す編集履歴情報を含むデータからなるレコードを、第1のデータベースDB1に含まれる編集履歴テーブルに追加する。即ち、第1の編集履歴情報記憶処理部55は、第1のデータベース編集部54による第1のデータベースDB1の編集が編集情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を第1の記憶装置に記憶させる。   Each time the first database editing unit 54 edits the employee name table included in the first database DB1 based on the editing information, the first editing history information storage processing unit 55 displays editing history information representing the editing content. Is added to the edit history table included in the first database DB1. That is, when the first database editing unit 54 edits the first database DB1 based on the editing information, the first editing history information storage processing unit 55 displays the editing history information indicating the editing content. It memorize | stores in a 1st memory | storage device.

一方、第1の編集履歴情報記憶処理部55は、第1のデータベース編集部54が編集履歴情報に基づいて第1のデータベースDB1に含まれる社員氏名テーブルを編集する場合、その編集内容を表す編集履歴情報を含むデータからなるレコードを、第1のデータベースDB1に含まれる編集履歴テーブルに追加しない。即ち、第1の編集履歴情報記憶処理部55は、第1のデータベース編集部54による第1のデータベースDB1の編集が編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を第1の記憶装置に記憶させない。   On the other hand, when the first database editing unit 54 edits the employee name table included in the first database DB1 based on the editing history information, the first editing history information storage processing unit 55 edits the editing contents. A record composed of data including history information is not added to the editing history table included in the first database DB1. That is, the first editing history information storage processing unit 55, when the editing of the first database DB1 by the first database editing unit 54 is performed based on the editing history information, the editing history information indicating the editing contents. Is not stored in the first storage device.

第1の編集履歴情報送信部56は、管理サーバ10へ送信要求を送信する。送信要求は、複製対象特定情報を送信する旨を要求する情報である。第1の編集履歴情報送信部56は、送信した送信要求に応じて管理サーバ10から送信された複製対象特定情報を受信する。   The first editing history information transmission unit 56 transmits a transmission request to the management server 10. The transmission request is information requesting that the copy target specifying information be transmitted. The first editing history information transmission unit 56 receives the replication target specifying information transmitted from the management server 10 in response to the transmitted transmission request.

第1の編集履歴情報送信部56は、受信した複製対象特定情報に含まれる送信周期情報が表す送信周期が経過する毎に、複製対象特定情報に含まれるサーバ特定情報により特定されるデータベースサーバ(本例では、第2のデータベースサーバ30)へ編集履歴情報を送信する。この編集履歴情報は、上記受信した複製対象特定情報に含まれるテーブル特定情報により特定されるテーブルに対応付けられた編集履歴情報(本例では、第1のデータベースDB1に含まれる編集履歴テーブル内のすべてのレコード)である。   The first editing history information transmission unit 56 is a database server identified by the server identification information included in the replication target identification information every time the transmission cycle represented by the transmission period information included in the received replication target identification information elapses. In this example, the editing history information is transmitted to the second database server 30). This editing history information is the editing history information associated with the table specified by the table specifying information included in the received copy target specifying information (in this example, in the editing history table included in the first database DB1). All records).

即ち、第1の編集履歴情報送信部56は、第1のデータベース編集部54による第1のデータベースDB1の編集が編集情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を第2のデータベースサーバ30へ送信する。一方、第1の編集履歴情報送信部56は、第1のデータベース編集部54による第1のデータベースDB1の編集が編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を第2のデータベースサーバ30へ送信しない。   That is, when the first database editing unit 54 edits the first database DB1 based on the editing information, the first editing history information transmitting unit 56 displays the editing history information indicating the editing content in the first editing history information. 2 to the database server 30. On the other hand, when the first database editing unit 54 edits the first database DB1 based on the editing history information, the first editing history information transmitting unit 56 displays the editing history information indicating the editing content. It is not transmitted to the second database server 30.

第1の編集履歴情報削除部57は、第1の編集履歴情報送信部56により編集履歴情報が送信された後に、第1のデータベースDB1に含まれる編集履歴テーブル内のレコード(編集履歴情報)のうちの、第1の編集履歴情報送信部56により送信されたレコード(本例では、すべてのレコード)を、編集履歴テーブルから削除する。即ち、第1の編集履歴情報削除部57は、第1の記憶装置に記憶されている編集履歴情報のうちの、第1の編集履歴情報送信部56により送信された編集履歴情報を第1の記憶装置から削除(消去)する。   The first editing history information deleting unit 57, after the editing history information is transmitted by the first editing history information transmitting unit 56, the records in the editing history table (editing history information) included in the first database DB1. Of these, the records (all records in this example) transmitted by the first editing history information transmitting unit 56 are deleted from the editing history table. That is, the first editing history information deleting unit 57 uses the editing history information transmitted by the first editing history information transmitting unit 56 among the editing history information stored in the first storage device as the first editing history information. Delete (erase) from the storage device.

また、第2のデータベースサーバ30の機能は、第1のデータベースサーバ20の機能と同様である。即ち、第2のデータベースサーバ30の機能は、第1のデータベース構築部51と同様の第2のデータベース構築部(第2のデータベース構築手段)61と、第1の編集情報受付部52と同様の第2の編集情報受付部(第2の編集情報受付手段)62と、第1の編集履歴情報受信部53と同様の第2の編集履歴情報受信部(第2の編集履歴情報受信手段)63と、第1のデータベース編集部54と同様の第2のデータベース編集部(第2のデータベース編集手段)64と、第1の編集履歴情報記憶処理部55と同様の第2の編集履歴情報記憶処理部(第2の編集履歴情報記憶処理手段)65と、第1の編集履歴情報送信部56と同様の第2の編集履歴情報送信部(第2の編集履歴情報送信手段)66と、第1の編集履歴情報削除部57と同様の第2の編集履歴情報削除部(第2の編集履歴情報削除手段)67と、を含む。   The function of the second database server 30 is the same as the function of the first database server 20. That is, the functions of the second database server 30 are the same as those of the second database construction unit (second database construction unit) 61 similar to the first database construction unit 51 and the first editing information reception unit 52. A second editing history information receiving unit (second editing information receiving unit) 62 and a second editing history information receiving unit (second editing history information receiving unit) 63 similar to the first editing history information receiving unit 53. A second database editing section (second database editing means) 64 similar to the first database editing section 54, and a second editing history information storage process similar to the first editing history information storage processing section 55. Section (second editing history information storage processing means) 65, a second editing history information transmitting section (second editing history information transmitting means) 66 similar to the first editing history information transmitting section 56, a first Same as editing history information deletion unit 57 Second editing history information removal section includes a (second edit history information deleting means) 67, a.

即ち、第2のデータベース構築部61は、少なくとも1つのデータを第2のデータベースサーバ30が備える記憶装置(第2の記憶装置)に記憶させることにより、当該記憶されたデータからなる第2のデータベースDB2を構築する。本例では、第2のデータベースDB2は、第1のデータベースDB1と同様に、社員氏名テーブルと、編集履歴テーブルと、を含む。   That is, the second database constructing unit 61 stores at least one data in the storage device (second storage device) provided in the second database server 30 to thereby store the second database composed of the stored data. Build DB2. In the present example, the second database DB2 includes an employee name table and an editing history table, similarly to the first database DB1.

次に、上述した情報処理システム1の作動について具体的に述べる。
第1のデータベースサーバ20のCPUは、図3にフローチャートにより示したデータベース編集プログラムを、第1のデータベースサーバ20の起動時に1度だけ実行するようになっている。
Next, the operation of the information processing system 1 described above will be specifically described.
The CPU of the first database server 20 executes the database editing program shown by the flowchart in FIG. 3 only once when the first database server 20 is activated.

具体的に述べると、第1のデータベースサーバ20のCPUは、データベース編集プログラムの処理を開始すると、ステップ305にて、編集情報を受け付けるまで、又は、編集履歴情報を第2のデータベースサーバ30から受信するまで、待機する。   More specifically, when the CPU of the first database server 20 starts processing of the database editing program, it receives editing history information from the second database server 30 until it receives editing information in step 305. Wait until you do.

いま、第1のデータベースサーバ20のCPUが実行中のアプリケーションプログラムから編集情報を受け付けた場合を想定して説明を続ける。更に、編集情報が、図5の(A)に示した3つのレコードを社員氏名テーブルに新たに追加する旨を表す情報である場合を想定する。   Now, the description will be continued assuming a case where the CPU of the first database server 20 receives editing information from an application program being executed. Furthermore, it is assumed that the editing information is information indicating that the three records shown in FIG. 5A are newly added to the employee name table.

この場合、CPUは、ステップ305にて「Yes」と判定してステップ310に進み、ステップ305にて受け付けた編集情報に基づいて第1のデータベースDB1に含まれる社員氏名テーブルを編集する。具体的には、CPUは、編集情報に含まれる3つのレコードを社員氏名テーブルに新たに追加する。この結果、第1のデータベースDB1に含まれる社員氏名テーブルの状態は、図5の(A)に示したように、社員番号が「A00001」〜「A00003」の3つのレコードを含んだ状態となる。   In this case, the CPU makes a “Yes” determination at step 305 to proceed to step 310, and edits the employee name table included in the first database DB 1 based on the editing information received at step 305. Specifically, the CPU newly adds three records included in the editing information to the employee name table. As a result, the state of the employee name table included in the first database DB1 is a state including three records with employee numbers “A00001” to “A00003” as shown in FIG. .

そして、CPUは、ステップ315にて、トランザクション処理を開始する。トランザクション処理は、当該処理の実行結果を、後述するコミット処理が行われるまで、第1のデータベースDB1に反映しない処理である。   In step 315, the CPU starts transaction processing. The transaction process is a process in which the execution result of the process is not reflected in the first database DB1 until a commit process described later is performed.

次いで、CPUは、上記ステップ310にて行われた社員氏名テーブルの編集の内容(編集内容)を表す編集履歴情報を含むデータからなるレコードを、編集履歴テーブルに新たに追加する処理(追加処理)を上記トランザクション処理の少なくとも一部として行う(ステップ320)。   Next, the CPU newly adds a record including data including edit history information indicating the content of editing (edit content) of the employee name table performed in step 310 (addition processing). Is performed as at least a part of the transaction processing (step 320).

そして、CPUは、上記ステップ310にて行われた社員氏名テーブルの編集が、編集履歴情報に基づいて行われたか否かを判定する(ステップ325)。上記仮定に従えば、CPUは、「No」と判定してステップ330に進み、コミット処理を実行する。コミット処理は、トランザクション処理の実行結果をデータベースに反映させる処理である。これにより、上記追加処理の実行結果が第1のデータベースDB1に反映される。   Then, the CPU determines whether or not the editing of the employee name table performed in step 310 has been performed based on the editing history information (step 325). According to the above assumption, the CPU determines “No”, proceeds to step 330, and executes the commit process. The commit process is a process for reflecting the execution result of the transaction process in the database. Thereby, the execution result of the additional process is reflected in the first database DB1.

従って、第1のデータベースDB1に含まれる編集履歴テーブルの状態は、図6の(A)に示したように、社員番号が「A00001」〜「A00003」の3つのレコードが社員氏名テーブルに追加された旨を表すレコードを含んだ状態となる。なお、このレコードは、追加(挿入(INSERT))を表す「I」を、編集種別を表すデータとして含む。   Therefore, as shown in FIG. 6A, the edit history table included in the first database DB1 has three records with employee numbers “A00001” to “A00003” added to the employee name table. It will be in a state that includes a record indicating that. This record includes “I” representing addition (insertion) as data representing the editing type.

そして、CPUは、ステップ305へ戻り、上述したステップ305〜ステップ330の処理を繰り返し実行する。   Then, the CPU returns to step 305 and repeatedly executes the processes of steps 305 to 330 described above.

この状態において、更に、第2のデータベースサーバ30のCPUが実行中のアプリケーションプログラムから編集情報を受け付けた場合を想定して説明を続ける。更に、編集情報が、図5の(B)に示した3つのレコードを社員氏名テーブルに新たに追加する旨を表す情報である場合を想定する。   In this state, the description will be continued assuming that the CPU of the second database server 30 receives editing information from the application program being executed. Furthermore, it is assumed that the editing information is information indicating that three records shown in FIG. 5B are newly added to the employee name table.

この場合、第2のデータベースサーバ30のCPUも、第1のデータベースサーバ20のCPUと同様に作動する。即ち、CPUは、上記ステップ305〜ステップ330の処理を実行する。この結果、第2のデータベースDB2に含まれる社員氏名テーブルの状態は、図5の(B)に示したように、社員番号が「B00001」〜「B00003」の3つのレコードを含んだ状態となる。   In this case, the CPU of the second database server 30 operates similarly to the CPU of the first database server 20. That is, the CPU executes the processing of step 305 to step 330 described above. As a result, the state of the employee name table included in the second database DB2 is a state including three records whose employee numbers are “B00001” to “B00003” as shown in FIG. .

更に、第2のデータベースDB2に含まれる編集履歴テーブルの状態は、図6の(B)に示したように、社員番号が「B00001」〜「B00003」の3つのレコードが社員氏名テーブルに追加された旨を表すレコードを含んだ状態となる。   Furthermore, as shown in FIG. 6B, the editing history table included in the second database DB2 has three records with employee numbers “B00001” to “B00003” added to the employee name table. It will be in a state that includes a record indicating that.

一方、第1のデータベースサーバ20のCPUは、送信周期が経過する毎に、図4にフローチャートにより示した編集履歴情報送信プログラムを繰り返し実行するようになっている。   On the other hand, the CPU of the first database server 20 repeatedly executes the editing history information transmission program shown by the flowchart in FIG. 4 every time the transmission cycle elapses.

具体的に述べると、第1のデータベースサーバ20のCPUは、編集履歴情報送信プログラムの処理を開始すると、ステップ405にて、編集履歴情報を取得する。具体的には、CPUは、第1のデータベースDB1に含まれる編集履歴テーブル(図6の(A))内のすべてのレコードを編集履歴情報として取得する(読み出す)。   More specifically, when the CPU of the first database server 20 starts the process of the editing history information transmission program, in step 405, the editing history information is acquired. Specifically, the CPU acquires (reads out) all the records in the editing history table ((A) in FIG. 6) included in the first database DB1 as editing history information.

そして、CPUは、取得した編集履歴情報を第2のデータベースサーバ30へ送信する(ステップ410)。次いで、CPUは、編集履歴テーブル内のレコードのうちの、送信したレコードを編集履歴テーブルから削除する(ステップ415)。即ち、本例では、CPUは、編集履歴テーブル内のすべてのレコードを編集履歴テーブルから削除する。
そして、CPUは、この編集履歴情報送信プログラムの実行を終了する。
Then, the CPU transmits the acquired editing history information to the second database server 30 (step 410). Next, the CPU deletes the transmitted record among the records in the edit history table from the edit history table (step 415). That is, in this example, the CPU deletes all records in the edit history table from the edit history table.
Then, the CPU ends the execution of the editing history information transmission program.

これにより、第2のデータベースサーバ30は、第1のデータベースサーバ20から編集履歴情報を受信する。従って、第2のデータベースサーバ30のCPUがステップ305に進んだとき、CPUは、「Yes」と判定してステップ310に進む。   As a result, the second database server 30 receives the editing history information from the first database server 20. Therefore, when the CPU of the second database server 30 proceeds to step 305, the CPU determines “Yes” and proceeds to step 310.

次いで、第2のデータベースサーバ30のCPUは、ステップ305にて受信された編集履歴情報に基づいて第2のデータベースDB2に含まれる社員氏名テーブルを編集する。具体的には、CPUは、編集履歴情報に含まれる3つのレコード(図6の(A))に基づいて、社員番号が「A00001」〜「A00003」の3つのレコードを第2のデータベースDB2に含まれる社員氏名テーブルに追加する。   Next, the CPU of the second database server 30 edits the employee name table included in the second database DB2 based on the editing history information received in step 305. Specifically, the CPU stores three records with employee numbers “A00001” to “A00003” in the second database DB2 based on the three records (FIG. 6A) included in the editing history information. Add to the included employee name table.

この結果、第2のデータベースDB2に含まれる社員氏名テーブルの状態は、図7に示したように、社員番号が「A00001」〜「A00003」の3つのレコード、及び、社員番号が「B00001」〜「B00003」の3つのレコード、を含んだ状態となる。   As a result, as shown in FIG. 7, the employee name table included in the second database DB2 has three records with employee numbers “A00001” to “A00003” and employee numbers “B00001” to “B00001”. The state includes three records “B00003”.

そして、CPUは、ステップ315にて、トランザクション処理を開始する。次いで、CPUは、上記ステップ310にて行われた社員氏名テーブルの編集の内容(編集内容)を表す編集履歴情報を含むデータからなるレコードを、第2のデータベースDB2内の編集履歴テーブルに新たに追加する処理(追加処理)を上記トランザクション処理の少なくとも一部として行う(ステップ320)。   In step 315, the CPU starts transaction processing. Next, the CPU newly records in the editing history table in the second database DB2 a record composed of data including editing history information representing the editing contents (editing contents) of the employee name table performed in step 310 above. A process to be added (addition process) is performed as at least a part of the transaction process (step 320).

そして、CPUは、上記ステップ310にて行われた社員氏名テーブルの編集が、編集履歴情報に基づいて行われたか否かを判定する(ステップ325)。上記仮定に従えば、CPUは、「Yes」と判定してステップ335に進み、上記トランザクション処理にて編集履歴テーブルに追加されたレコードを編集履歴テーブルから削除する処理を当該トランザクション処理の一部として行う。   Then, the CPU determines whether or not the editing of the employee name table performed in step 310 has been performed based on the editing history information (step 325). According to the above assumption, the CPU determines “Yes”, proceeds to step 335, and sets a process of deleting the record added to the edit history table in the transaction process as a part of the transaction process. Do.

次いで、CPUは、ステップ330にてコミット処理を実行する。この結果、上記ステップ310にて行われた社員氏名テーブルの編集内容を表す編集履歴情報を含むデータからなるレコードは、編集履歴テーブルに追加されない。   Next, the CPU executes commit processing in step 330. As a result, a record including data including editing history information representing the editing contents of the employee name table performed in step 310 is not added to the editing history table.

即ち、第2のデータベースDB2内の社員氏名テーブルの編集が編集履歴情報に基づいて行われた場合には、その編集内容を表す編集履歴情報は、第2の記憶装置に記憶されない。従って、第2のデータベースDB2内の社員氏名テーブルの編集が編集履歴情報に基づいて行われた場合には、その編集内容を表す編集履歴情報は、第1のデータベースサーバ20へ送信されない。   That is, when the employee name table in the second database DB2 is edited based on the editing history information, the editing history information representing the editing content is not stored in the second storage device. Accordingly, when the employee name table in the second database DB2 is edited based on the editing history information, the editing history information indicating the editing content is not transmitted to the first database server 20.

そして、CPUは、ステップ305へ戻り、上述したステップ305〜ステップ335の処理を繰り返し実行する。   Then, the CPU returns to step 305 and repeatedly executes the processes of steps 305 to 335 described above.

また、同様に、第2のデータベースサーバ30のCPUは、送信周期が経過する毎に、図4にフローチャートにより示した編集履歴情報送信プログラムを繰り返し実行するようになっている。   Similarly, the CPU of the second database server 30 repeatedly executes the editing history information transmission program shown by the flowchart in FIG. 4 every time the transmission cycle elapses.

即ち、第2のデータベースサーバ30のCPUは、第2のデータベースDB2に含まれる編集履歴テーブル(図6の(B))内のすべてのレコードを編集履歴情報として取得し(ステップ405)、取得した編集履歴情報を第1のデータベースサーバ20へ送信する(ステップ410)。更に、CPUは、編集履歴テーブル内のレコードのうちの、送信したレコードを編集履歴テーブルから削除する(ステップ415)。   That is, the CPU of the second database server 30 acquires all records in the editing history table (FIG. 6B) included in the second database DB2 as editing history information (step 405). The editing history information is transmitted to the first database server 20 (step 410). Further, the CPU deletes the transmitted record from the edit history table among the records in the edit history table (step 415).

これにより、第1のデータベースサーバ20は、第2のデータベースサーバ30から編集履歴情報を受信する。そして、第2のデータベースサーバ30と同様に、第1のデータベースサーバ20のCPUは、受信された編集履歴情報に基づいて第1のデータベースDB1に含まれる社員氏名テーブルを編集する。具体的には、CPUは、編集履歴情報に含まれる3つのレコード(図6の(B))に基づいて、社員番号が「B00001」〜「B00003」の3つのレコードを第1のデータベースDB1に含まれる社員氏名テーブルに追加する。   Thereby, the first database server 20 receives the editing history information from the second database server 30. Then, similarly to the second database server 30, the CPU of the first database server 20 edits the employee name table included in the first database DB1 based on the received editing history information. Specifically, the CPU stores three records with employee numbers “B00001” to “B00003” in the first database DB1 based on the three records (FIG. 6B) included in the editing history information. Add to the included employee name table.

この結果、第1のデータベースDB1に含まれる社員氏名テーブルの状態は、図7に示したように、社員番号が「A00001」〜「A00003」の3つのレコード、及び、社員番号が「B00001」〜「B00003」の3つのレコード、を含んだ状態となる。   As a result, as shown in FIG. 7, the employee name table included in the first database DB1 has three records with employee numbers “A00001” to “A00003” and employee numbers “B00001” to “B00001”. The state includes three records “B00003”.

更に、第1のデータベースサーバ20のCPUは、ステップ315〜ステップ335の処理を実行する。この結果、上記ステップ310にて行われた社員氏名テーブルの編集内容を表す編集履歴情報を含むデータからなるレコードは、編集履歴テーブルに追加されない。   Further, the CPU of the first database server 20 executes the processing of step 315 to step 335. As a result, a record including data including editing history information representing the editing contents of the employee name table performed in step 310 is not added to the editing history table.

即ち、第1のデータベースDB1内の社員氏名テーブルの編集が編集履歴情報に基づいて行われた場合には、その編集内容を表す編集履歴情報は、第1の記憶装置に記憶されない。従って、第1のデータベースDB1内の社員氏名テーブルの編集が編集履歴情報に基づいて行われた場合には、その編集内容を表す編集履歴情報は、第2のデータベースサーバ30へ送信されない。   That is, when the employee name table in the first database DB1 is edited based on the editing history information, the editing history information representing the editing content is not stored in the first storage device. Accordingly, when the employee name table in the first database DB1 is edited based on the editing history information, the editing history information indicating the editing content is not transmitted to the second database server 30.

以上においては、編集情報が、社員氏名テーブルにレコードを新たに追加する旨を表す情報である場合の情報処理システム1の作動について説明したが、編集情報が社員氏名テーブル内のレコードを変更(更新)する旨を表す情報である場合、及び、編集情報が社員氏名テーブルからレコードを削除する旨を表す情報である場合、の情報処理システム1の作動についても同様に説明される。   In the above, the operation of the information processing system 1 when the editing information is information indicating that a new record is added to the employee name table has been described. However, the editing information changes (updates) the record in the employee name table. The operation of the information processing system 1 is also described in the same manner when the information indicates that the information is to be deleted and when the editing information is information indicating that the record is to be deleted from the employee name table.

例えば、第1のデータベースサーバ20が、社員番号が「A00001」であるレコードの氏を「佐藤」から「高木」に変更(更新)する旨を表す編集情報を受け付けた場合、第1のデータベースサーバ20は、第1のデータベースDB1内の社員氏名テーブルを図8の(A)に示したように編集するとともに、第1のデータベースDB1内の編集履歴テーブルに、図8の(B)に示したように新たにレコードを追加する。なお、このレコードは、変更(更新(UPDATE))を表す「U」を、編集種別を表すデータとして含む。   For example, when the first database server 20 receives editing information indicating that the record number of the employee number “A00001” is changed (updated) from “Sato” to “Takagi”, the first database server 20 edits the employee name table in the first database DB1 as shown in FIG. 8A, and shows the edit history table in the first database DB1 as shown in FIG. 8B. To add a new record. This record includes “U” representing a change (update) as data representing an editing type.

そして、第1のデータベースサーバ20は、そのレコードを表す編集履歴情報を第2のデータベースサーバ30へ送信し、そのレコードを第1のデータベースDB1内の編集履歴テーブルから削除する。   Then, the first database server 20 transmits editing history information representing the record to the second database server 30, and deletes the record from the editing history table in the first database DB1.

一方、第2のデータベースサーバ30は、第1のデータベースサーバ20から編集履歴情報を受信すると、その編集履歴情報に基づいて第2のデータベースDB2内の社員氏名テーブルを編集する。なお、第2のデータベースサーバ30は、その編集の内容を表す編集履歴情報を表すレコードを第2のデータベースDB2内の編集履歴テーブルに追加しない。   On the other hand, when the second database server 30 receives the editing history information from the first database server 20, the second database server 30 edits the employee name table in the second database DB2 based on the editing history information. Note that the second database server 30 does not add a record representing editing history information representing the editing contents to the editing history table in the second database DB2.

同様に、第2のデータベースサーバ30が、社員番号が「B00003」であるレコードを第2のデータベースDB2内の社員氏名テーブルから削除する旨を表す編集情報を受け付けた場合、第2のデータベースサーバ30は、第2のデータベースDB2内の社員氏名テーブルを図9の(A)に示したように編集するとともに、第2のデータベースDB2内の編集履歴テーブルに、図9の(B)に示したように新たにレコードを追加する。なお、このレコードは、削除(DELETE)を表す「D」を、編集種別を表すデータとして含む。   Similarly, when the second database server 30 receives editing information indicating that the record having the employee number “B00003” is deleted from the employee name table in the second database DB2, the second database server 30 9 edits the employee name table in the second database DB2 as shown in FIG. 9A, and edits the name table in the editing history table in the second database DB2 as shown in FIG. Add a new record to. This record includes “D” representing deletion (DELETE) as data representing the editing type.

そして、第2のデータベースサーバ30は、そのレコードを表す編集履歴情報を第1のデータベースサーバ20へ送信し、そのレコードを第2のデータベースDB2内の編集履歴テーブルから削除する。   Then, the second database server 30 transmits edit history information representing the record to the first database server 20, and deletes the record from the edit history table in the second database DB2.

一方、第1のデータベースサーバ20は、第2のデータベースサーバ30から編集履歴情報を受信すると、その編集履歴情報に基づいて第1のデータベースDB1内の社員氏名テーブルを編集する。なお、第1のデータベースサーバ20は、その編集の内容を表す編集履歴情報を表すレコードを第1のデータベースDB1内の編集履歴テーブルに追加しない。   On the other hand, when the first database server 20 receives the editing history information from the second database server 30, the first database server 20 edits the employee name table in the first database DB1 based on the editing history information. Note that the first database server 20 does not add a record representing editing history information representing the editing content to the editing history table in the first database DB1.

以上、説明したように、本発明による情報処理システム1の実施形態によれば、第1のデータベースサーバ20は、受け付けた編集情報に基づいて第1のデータベースDB1を編集した場合にその編集内容を表す編集履歴情報を他の情報処理装置(本例では、第2のデータベースサーバ30)へ送信し、一方、受信された編集履歴情報に基づいて第1のデータベースDB1を編集した場合にその編集内容を表す編集履歴情報を第2のデータベースサーバ30へ送信しない。   As described above, according to the embodiment of the information processing system 1 according to the present invention, when the first database server 20 edits the first database DB1 based on the received editing information, the editing content is displayed. When the editing history information is transmitted to another information processing apparatus (in this example, the second database server 30), and the first database DB1 is edited based on the received editing history information, the editing contents are displayed. Is not transmitted to the second database server 30.

これにより、第1のデータベースサーバ20が、第2のデータベースサーバ30から受信した編集履歴情報が表す編集内容と同一の編集内容を表す編集履歴情報を第2のデータベースサーバ30へ送信することを防止することができる。この結果、第2のデータベースサーバ30が、既に編集を行った内容と同一の内容にて再び第2のデータベースDB2を編集することを防止することができる。   This prevents the first database server 20 from transmitting to the second database server 30 editing history information representing the same editing content as the editing history information received from the second database server 30. can do. As a result, it is possible to prevent the second database server 30 from editing the second database DB2 again with the same contents as those already edited.

同様に、第2のデータベースサーバ30は、受け付けた編集情報に基づいて第2のデータベースDB2を編集した場合にその編集内容を表す編集履歴情報を他の情報処理装置(本例では、第1のデータベースサーバ20)へ送信し、一方、受信された編集履歴情報に基づいて第2のデータベースDB2を編集した場合にその編集内容を表す編集履歴情報を第1のデータベースサーバ20へ送信しない。   Similarly, when the second database server 30 edits the second database DB2 based on the received editing information, the second database server 30 transmits editing history information representing the editing content to another information processing apparatus (in this example, the first information processing apparatus). On the other hand, when the second database DB2 is edited based on the received editing history information, the editing history information representing the editing contents is not transmitted to the first database server 20.

これにより、第2のデータベースサーバ30が、第1のデータベースサーバ20から受信した編集履歴情報が表す編集内容と同一の編集内容を表す編集履歴情報を第1のデータベースサーバ20へ送信することを防止することができる。この結果、第1のデータベースサーバ20が、既に編集を行った内容と同一の内容にて再び第1のデータベースDB1を編集することを防止することができる。   This prevents the second database server 30 from transmitting to the first database server 20 editing history information that represents the same editing content as the editing history information received from the first database server 20. can do. As a result, it is possible to prevent the first database server 20 from editing the first database DB1 again with the same contents as those already edited.

従って、第1のデータベースサーバ20が第2のデータベースサーバ30との間で、データベースの編集内容を互いに反映し合うことを正常に行うことができる。   Accordingly, the first database server 20 and the second database server 30 can normally perform the contents of editing of the database to each other.

ところで、第1のデータベースサーバ20が、編集履歴情報を含むデータ(レコード)を第1のデータベースDB1に追加する処理を行うことにより、その処理の実行結果を直ちに第1のデータベースDB1に反映させるように構成されている場合、上記レコードを追加する処理(追加処理)を行った後にそのレコードを削除する処理(削除処理)を行った場合であっても、削除処理の実行までの間に削除されるべきレコードに含まれる編集履歴情報が第2のデータベースサーバ30に送信されてしまう虞がある。   By the way, the first database server 20 performs a process of adding data (record) including editing history information to the first database DB1, so that the execution result of the process is immediately reflected in the first database DB1. If it is configured, it will be deleted until the execution of the deletion process, even if the process to delete the record (addition process) after performing the process to add the record (addition process) There is a possibility that the editing history information included in the record to be transmitted is transmitted to the second database server 30.

これに対し、上記実施形態によれば、第1のデータベースサーバ20が追加したレコードを削除する場合には、削除処理を行った後に、追加処理及び削除処理の実行結果が第1のデータベースDB1に反映される。これにより、削除されるべきレコードに含まれる編集履歴情報が第2のデータベースサーバ30に送信されることを確実に防止することができる。   On the other hand, according to the above embodiment, when deleting the record added by the first database server 20, after executing the deletion process, the execution results of the addition process and the deletion process are stored in the first database DB1. Reflected. Thereby, it is possible to reliably prevent the editing history information included in the record to be deleted from being transmitted to the second database server 30.

同様に、上記実施形態によれば、第2のデータベースサーバ30が追加したレコードを削除する場合には、削除処理を行った後に、追加処理及び削除処理の実行結果が第2のデータベースDB2に反映される。これにより、削除されるべきレコードに含まれる編集履歴情報が第1のデータベースサーバ20に送信されることを確実に防止することができる。   Similarly, according to the above embodiment, when deleting a record added by the second database server 30, after executing the deletion process, the execution result of the addition process and the deletion process is reflected in the second database DB2. Is done. Thereby, it is possible to reliably prevent the editing history information included in the record to be deleted from being transmitted to the first database server 20.

更に、上記実施形態においては、第1のデータベースサーバ20(又は、第2のデータベースサーバ30)は、第1の記憶装置(又は、第2の記憶装置)に記憶されている編集履歴情報のうちの、第2のデータベースサーバ30(又は、第1のデータベースサーバ20)へ送信された編集履歴情報を第1の記憶装置(又は、第2の記憶装置)から削除するように構成されている。これによれば、第2のデータベースサーバ30(又は、第1のデータベースサーバ20)へ一度送信された編集履歴情報が、再度送信されることを確実に防止することができる。   Furthermore, in the above-described embodiment, the first database server 20 (or the second database server 30) includes the editing history information stored in the first storage device (or the second storage device). The editing history information transmitted to the second database server 30 (or the first database server 20) is deleted from the first storage device (or the second storage device). According to this, it is possible to reliably prevent the edit history information once transmitted to the second database server 30 (or the first database server 20) from being transmitted again.

<第1変形例>
次に、本発明の実施形態の第1変形例に係る情報処理システムについて説明する。第1変形例に係る情報処理システムは、上記実施形態に係る情報処理システムに対して、データベース編集部によるデータベースの編集が編集履歴情報に基づいて行われた場合に、削除処理及びコミット処理の実行に代えて、トランザクション処理の実行結果をデータベースに反映させないロールバック処理を実行する点において相違している。従って、以下、かかる相違点を中心として説明する。
<First Modification>
Next, an information processing system according to a first modification of the embodiment of the present invention will be described. The information processing system according to the first modification performs the deletion process and the commit process when the database editing unit performs database editing based on the editing history information with respect to the information processing system according to the embodiment. Instead, a difference is that a rollback process that does not reflect the execution result of the transaction process in the database is executed. Accordingly, the following description will focus on such differences.

この第1変形例に係る第1のデータベースサーバ20のCPUは、図3にフローチャートにより示したデータベース編集プログラムに代えて、図10にフローチャートにより示したデータベース編集プログラムを実行する。このデータベース編集プログラムは、図3のステップ330及びステップ335の処理に代わる、ステップ1005及びステップ1010の処理を含む。   The CPU of the first database server 20 according to the first modification executes the database editing program shown by the flowchart in FIG. 10 instead of the database editing program shown by the flowchart in FIG. This database editing program includes processing of Step 1005 and Step 1010 in place of the processing of Step 330 and Step 335 of FIG.

このデータベース編集プログラムを実行するCPUがステップ325に進んだとき、CPUは、ステップ310にて行われた社員氏名テーブルの編集が、編集履歴情報に基づいて行われたか否かを判定する。   When the CPU executing this database editing program proceeds to step 325, the CPU determines whether the editing of the employee name table performed at step 310 has been performed based on the editing history information.

そして、ステップ310にて行われた社員氏名テーブルの編集が、編集履歴情報に基づいて行われた場合、CPUは、「Yes」と判定してステップ1005に進み、ロールバック処理を実行する。ロールバック処理は、トランザクション処理の実行結果をデータベースに反映させることなく破棄する処理である。なお、ロールバック処理は、アボート処理と呼ばれてもよい。これにより、追加処理の実行結果は、第1のデータベースDB1に反映されない。   If the editing of the employee name table performed in step 310 is performed based on the editing history information, the CPU determines “Yes” and proceeds to step 1005 to execute a rollback process. The rollback process is a process for discarding the execution result of the transaction process without reflecting it in the database. The rollback process may be referred to as an abort process. Thereby, the execution result of the additional process is not reflected in the first database DB1.

一方、ステップ310にて行われた社員氏名テーブルの編集が、編集情報に基づいて行われた場合、CPUは、「No」と判定してステップ1010に進み、コミット処理を実行する。これにより、追加処理の実行結果が第1のデータベースDB1に反映される。   On the other hand, if the editing of the employee name table performed in step 310 is performed based on the editing information, the CPU determines “No” and proceeds to step 1010 to execute the commit process. As a result, the execution result of the additional process is reflected in the first database DB1.

同様に、第2のデータベースサーバ30のCPUも、図3にフローチャートにより示したデータベース編集プログラムに代えて、図10にフローチャートにより示したデータベース編集プログラムを実行する。   Similarly, the CPU of the second database server 30 executes the database editing program shown by the flowchart in FIG. 10 instead of the database editing program shown by the flowchart in FIG.

この第1変形例によっても、上記実施形態と同様の作用及び効果を奏することができる。更に、上記第1変形例によれば、第1のデータベースサーバ20(又は、第2のデータベースサーバ30)は、第1のデータベースDB1(又は、第2のデータベースDB2)の編集が編集履歴情報に基づいて行われた場合、追加処理の実行結果を第1のデータベースDB1(又は、第2のデータベースDB2)に反映することなく破棄する。これにより、削除されるべきデータ(レコード)に含まれる編集履歴情報が第2のデータベースサーバ30(又は、第1のデータベースサーバ20)に送信されることを確実に防止することができる。   Also according to the first modification, the same operations and effects as those of the above embodiment can be obtained. Furthermore, according to the first modified example, the first database server 20 (or the second database server 30) can edit the first database DB1 (or the second database DB2) into the editing history information. If it is performed based on this, the execution result of the additional process is discarded without being reflected in the first database DB1 (or the second database DB2). Thereby, it is possible to reliably prevent the editing history information included in the data (record) to be deleted from being transmitted to the second database server 30 (or the first database server 20).

<第2変形例>
次に、本発明の実施形態の第2変形例に係る情報処理システムについて説明する。第2変形例に係る情報処理システムは、上記実施形態に係る情報処理システムに対して、編集履歴情報を含むレコードを編集履歴テーブルに追加する処理を行うことにより、その処理の実行結果を直ちにデータベースに反映させるように構成されている点において相違している。従って、以下、かかる相違点を中心として説明する。
<Second Modification>
Next, an information processing system according to a second modification of the embodiment of the present invention will be described. The information processing system according to the second modification performs a process of adding a record including editing history information to the editing history table to the information processing system according to the above embodiment, so that the execution result of the process is immediately stored in the database. It is different in that it is configured to be reflected in the above. Accordingly, the following description will focus on such differences.

この第2変形例に係る第1のデータベースサーバ20のCPUは、図3にフローチャートにより示したデータベース編集プログラムに代えて、図11にフローチャートにより示したデータベース編集プログラムを実行する。このデータベース編集プログラムは、図3のステップ315及びステップ330を含まない。   The CPU of the first database server 20 according to the second modification executes the database editing program shown by the flowchart in FIG. 11 instead of the database editing program shown by the flowchart in FIG. This database editing program does not include step 315 and step 330 of FIG.

このデータベース編集プログラムを実行するCPUがステップ320に進んだとき、CPUは、ステップ310にて行われた社員氏名テーブルの編集の内容(編集内容)を表す編集履歴情報を含むデータからなるレコードを、編集履歴テーブルに新たに追加する(ステップ320)。   When the CPU executing this database editing program proceeds to step 320, the CPU records a record including data including editing history information indicating the editing contents (editing contents) of the employee name table performed in step 310. A new entry is added to the edit history table (step 320).

そして、CPUは、ステップ310にて行われた社員氏名テーブルの編集が、編集履歴情報に基づいて行われたか否かを判定する(ステップ325)。次いで、ステップ310にて行われた社員氏名テーブルの編集が、編集履歴情報に基づいて行われた場合、CPUは、「Yes」と判定してステップ335に進み、上記ステップ320にて編集履歴テーブルに追加されたレコードを編集履歴テーブルから削除する。そして、CPUは、ステップ305に戻る。   Then, the CPU determines whether or not the editing of the employee name table performed in step 310 has been performed based on the editing history information (step 325). Next, when the editing of the employee name table performed in step 310 is performed based on the editing history information, the CPU determines “Yes” and proceeds to step 335, and the editing history table in step 320 described above. Delete the record added to the edit history table. Then, the CPU returns to step 305.

一方、ステップ310にて行われた社員氏名テーブルの編集が、編集情報に基づいて行われた場合、CPUは、ステップ325にて「No」と判定して、追加されたレコードを編集履歴テーブルから削除することなく、ステップ305に戻る。   On the other hand, when the editing of the employee name table performed in step 310 is performed based on the editing information, the CPU determines “No” in step 325 and records the added record from the editing history table. The process returns to step 305 without deleting.

この第2変形例によっても、上記実施形態と同様の作用及び効果を奏することができる。   Also according to the second modification, the same operations and effects as those of the above embodiment can be obtained.

なお、本発明は上記実施形態に限定されることはなく、本発明の範囲内において種々の変形例を採用することができる。   In addition, this invention is not limited to the said embodiment, A various modification can be employ | adopted within the scope of the present invention.

例えば、上記実施形態の他の変形例において、図12に示したように、データベースサーバ(情報処理装置)100の機能は、データベース構築部101と、編集情報受付部102と、編集履歴情報受信部103と、データベース編集部104と、編集履歴情報送信部105と、を含む。   For example, in another modification of the above embodiment, as shown in FIG. 12, the functions of the database server (information processing apparatus) 100 are a database construction unit 101, an editing information receiving unit 102, and an editing history information receiving unit. 103, a database editing unit 104, and an editing history information transmission unit 105.

データベース構築部101は、少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなるデータベース(第1のデータベース)DBを構築する。
編集情報受付部102は、データベースDBを編集するための編集情報を受け付ける。
編集履歴情報受信部103は、他の情報処理装置(例えば、データベースサーバ)により構築されたデータベース(第2のデータベース)の編集内容を表す編集履歴情報を当該情報処理装置から受信する。
The database construction unit 101 constructs a database (first database) DB composed of the stored data by storing at least one data in a storage device.
The editing information receiving unit 102 receives editing information for editing the database DB.
The editing history information receiving unit 103 receives editing history information representing editing contents of a database (second database) constructed by another information processing apparatus (for example, a database server) from the information processing apparatus.

データベース編集部104は、編集情報受付部102により受け付けられた編集情報に基づいて第1のデータベースDBを編集する。更に、データベース編集部104は、編集履歴情報受信部103により受信された編集履歴情報に基づいてデータベースDBを編集する。   The database editing unit 104 edits the first database DB based on the editing information received by the editing information receiving unit 102. Further, the database editing unit 104 edits the database DB based on the editing history information received by the editing history information receiving unit 103.

編集履歴情報送信部105は、データベース編集部104によるデータベースDBの編集が編集情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する。一方、編集履歴情報送信部105は、データベース編集部104によるデータベースDBの編集が編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しない。   When the editing of the database DB by the database editing unit 104 is performed based on the editing information, the editing history information transmission unit 105 transmits editing history information representing the editing content to another information processing apparatus. On the other hand, when editing of the database DB by the database editing unit 104 is performed based on the editing history information, the editing history information transmitting unit 105 does not transmit editing history information representing the editing content to other information processing apparatuses.

これによれば、情報処理装置100が、他の情報処理装置から受信した編集履歴情報が表す編集内容と同一の編集内容を表す編集履歴情報をその情報処理装置へ送信することを防止することができる。この結果、他の情報処理装置が、既に編集を行った内容と同一の内容にて再び第2のデータベースを編集することを防止することができる。従って、情報処理装置100が他の情報処理装置との間で、データベースの編集内容を互いに反映し合うことを正常に行うことができる。   According to this, it is possible to prevent the information processing apparatus 100 from transmitting to the information processing apparatus editing history information that represents the same editing content as the editing content represented by the editing history information received from another information processing apparatus. it can. As a result, it is possible to prevent another information processing apparatus from editing the second database again with the same content that has already been edited. Therefore, the information processing apparatus 100 can normally reflect the edited contents of the database with other information processing apparatuses.

また、上記実施形態においては、管理サーバ10が複製対象特定情報を記憶し、第1のデータベースサーバ20及び第2のデータベースサーバ30が管理サーバ10から複製対象特定情報を取得するように構成されていたが、第1のデータベースサーバ20及び第2のデータベースサーバ30のそれぞれが複製対象特定情報を予め記憶するように構成されていてもよい。この場合、情報処理システム1は、管理サーバ10を含まないことが好適である。   Moreover, in the said embodiment, the management server 10 memorize | stores replication target specific information, and the 1st database server 20 and the 2nd database server 30 are comprised so that replication target specific information may be acquired from the management server 10. However, each of the first database server 20 and the second database server 30 may be configured to store the replication target specifying information in advance. In this case, it is preferable that the information processing system 1 does not include the management server 10.

更に、上記実施形態においては、編集履歴情報は、データベース内のテーブルにレコードとして追加されることにより記憶装置に記憶されるように構成されていたが、データベースを用いることなく記憶装置に記憶されるように構成されていてもよい。   Furthermore, in the above embodiment, the editing history information is configured to be stored in the storage device by being added as a record to the table in the database, but is stored in the storage device without using the database. It may be configured as follows.

また、上記実施形態においては、情報処理システム1は、2つのデータベースサーバを含むように構成されていたが、3つ以上のデータベースサーバを含むように構成されていてもよい。この場合、データベースサーバは、自サーバ以外のすべてのデータベースサーバへ編集履歴情報を送信した後にその編集履歴情報を記憶装置から削除するように構成されることが好適である。   Moreover, in the said embodiment, although the information processing system 1 was comprised so that two database servers were included, you may be comprised so that three or more database servers may be included. In this case, the database server is preferably configured to delete the editing history information from the storage device after transmitting the editing history information to all database servers other than the own server.

また、上記実施形態の他の変形例として、上述した実施形態及び変形例の任意の組み合わせが採用されてもよい。   In addition, as another modified example of the above-described embodiment, any combination of the above-described embodiments and modified examples may be employed.

本発明は、データベースを互いに反映し合う複数のデータベースサーバを含む情報処理システム等に適用可能である。   The present invention is applicable to an information processing system including a plurality of database servers that reflect databases.

本発明の第1実施形態に係る情報処理システムの概略構成を表す図である。1 is a diagram illustrating a schematic configuration of an information processing system according to a first embodiment of the present invention. 図1に示した情報処理システムの機能の概略を表すブロック図である。It is a block diagram showing the outline of the function of the information processing system shown in FIG. 図1に示した第1のデータベースサーバのCPU及び第2のデータベースサーバのCPUのそれぞれが実行するデータベース編集プログラムを示したフローチャートである。3 is a flowchart showing a database editing program executed by each of the CPU of the first database server and the CPU of the second database server shown in FIG. 1. 図1に示した第1のデータベースサーバのCPU及び第2のデータベースサーバのCPUのそれぞれが実行する編集履歴情報送信プログラムを示したフローチャートである。3 is a flowchart showing an editing history information transmission program executed by each of the CPU of the first database server and the CPU of the second database server shown in FIG. 1. 第1のデータベース内の社員氏名テーブル、及び、第2のデータベース内の社員氏名テーブルを示した図である。It is the figure which showed the employee name table in a 1st database, and the employee name table in a 2nd database. 第1のデータベース内の編集履歴テーブル、及び、第2のデータベース内の編集履歴テーブルを示した図である。It is the figure which showed the edit history table in a 1st database, and the edit history table in a 2nd database. 第1のデータベース内の社員氏名テーブル、及び、第2のデータベース内の社員氏名テーブルを示した図である。It is the figure which showed the employee name table in a 1st database, and the employee name table in a 2nd database. 第1のデータベース内の社員氏名テーブル及び編集履歴テーブルを示した図である。It is the figure which showed the employee name table and edit history table in a 1st database. 第2のデータベース内の社員氏名テーブル及び編集履歴テーブルを示した図である。It is the figure which showed the employee name table and edit history table in a 2nd database. 本発明の実施形態の第1変形例に係る、第1のデータベースサーバのCPU及び第2のデータベースサーバのCPUのそれぞれが実行するデータベース編集プログラムを示したフローチャートである。It is the flowchart which showed the database edit program which each of CPU of a 1st database server and CPU of a 2nd database server which concerns on the 1st modification of embodiment of this invention runs. 本発明の実施形態の第2変形例に係る、第1のデータベースサーバのCPU及び第2のデータベースサーバのCPUのそれぞれが実行するデータベース編集プログラムを示したフローチャートである。It is the flowchart which showed the database edit program which each of CPU of a 1st database server and CPU of a 2nd database server which concerns on the 2nd modification of embodiment of this invention runs. 本発明の他の変形例に係る情報処理装置の機能の概略を表すブロック図である。It is a block diagram showing the outline of the function of the information processing apparatus which concerns on the other modification of this invention.

符号の説明Explanation of symbols

1 情報処理システム
10 管理サーバ
20 第1のデータベースサーバ(第1の情報処理装置)
30 第2のデータベースサーバ(第2の情報処理装置)
41 複製対象特定情報記憶部
42 複製対象特定情報送信部
51 第1のデータベース構築部
52 第1の編集情報受付部
53 第1の編集履歴情報受信部
54 第1のデータベース編集部
55 第1の編集履歴情報記憶処理部
56 第1の編集履歴情報送信部
57 第1の編集履歴情報削除部
61 第2のデータベース構築部
62 第2の編集情報受付部
63 第2の編集履歴情報受信部
64 第2のデータベース編集部
65 第2の編集履歴情報記憶処理部
66 第2の編集履歴情報送信部
67 第2の編集履歴情報削除部
100 データベースサーバ(情報処理装置)
101 データベース構築部
102 編集情報受付部
103 編集履歴情報受信部
104 データベース編集部
105 編集履歴情報送信部
DB データベース
DB1 第1のデータベース
DB2 第2のデータベース
DESCRIPTION OF SYMBOLS 1 Information processing system 10 Management server 20 1st database server (1st information processing apparatus)
30 Second database server (second information processing apparatus)
41 Replication target specific information storage unit 42 Replication target specific information transmission unit 51 First database construction unit 52 First editing information reception unit 53 First editing history information reception unit 54 First database editing unit 55 First editing History information storage processing unit 56 First editing history information transmitting unit 57 First editing history information deleting unit 61 Second database construction unit 62 Second editing information receiving unit 63 Second editing history information receiving unit 64 Second Database editing section 65 Second editing history information storage processing section 66 Second editing history information transmitting section 67 Second editing history information deleting section 100 Database server (information processing apparatus)
101 Database construction unit 102 Editing information receiving unit 103 Editing history information receiving unit 104 Database editing unit 105 Editing history information transmitting unit DB Database DB1 First database DB2 Second database

Claims (17)

少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築するデータベース構築手段と、
前記第1のデータベースを編集するための編集情報を受け付ける編集情報受付手段と、
前記受け付けた編集情報に基づいて前記第1のデータベースを編集するデータベース編集手段と、
前記データベース編集手段が前記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する編集履歴情報送信手段と、
他の情報処理装置により構築された第2のデータベースの編集内容を表す編集履歴情報を当該情報処理装置から受信する編集履歴情報受信手段と、
を備えるとともに、
前記データベース編集手段は、前記受信された編集履歴情報に基づいて前記第1のデータベースを編集するように構成され、
前記編集履歴情報送信手段は、前記データベース編集手段による前記第1のデータベースの編集が前記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しないように構成された情報処理装置。
Database construction means for constructing a first database composed of the stored data by storing at least one data in a storage device;
Editing information receiving means for receiving editing information for editing the first database;
Database editing means for editing the first database based on the received editing information;
Editing history information transmitting means for transmitting editing history information representing the editing contents to another information processing apparatus when the database editing means has edited the first database;
Editing history information receiving means for receiving editing history information representing editing contents of the second database constructed by another information processing device from the information processing device;
With
The database editing means is configured to edit the first database based on the received editing history information;
The editing history information transmitting unit transmits editing history information representing the editing content to another information processing apparatus when the editing of the first database by the database editing unit is performed based on the editing history information. An information processing apparatus configured not to be used.
請求項1に記載の情報処理装置であって、
前記データベース編集手段が前記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を前記記憶装置に記憶させる編集履歴情報記憶処理手段を備え、
前記編集履歴情報送信手段は、前記記憶されている編集履歴情報を他の情報処理装置へ送信するように構成された情報処理装置。
The information processing apparatus according to claim 1,
When the database editing means edits the first database, the database editing means comprises editing history information storage processing means for storing editing history information representing the editing contents in the storage device,
The information processing apparatus configured to transmit the stored editing history information to another information processing apparatus.
請求項2に記載の情報処理装置であって、
前記編集履歴情報記憶処理手段は、前記データベース編集手段が前記編集情報に基づいて前記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を前記記憶装置に記憶させるように構成された情報処理装置。
An information processing apparatus according to claim 2,
The editing history information storage processing unit is configured to store editing history information representing editing contents in the storage device each time the database editing unit edits the first database based on the editing information. Information processing equipment.
請求項3に記載の情報処理装置であって、
前記編集履歴情報記憶処理手段は、
前記データベース編集手段が前記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を含むデータを前記第1のデータベースに追加する処理をトランザクション処理の少なくとも一部として実行するとともに、
前記データベース編集手段による前記第1のデータベースの編集が前記編集情報に基づいて行われた場合には前記トランザクション処理の実行結果を前記第1のデータベースに反映させるコミット処理を実行し、一方、前記データベース編集手段による前記第1のデータベースの編集が前記編集履歴情報に基づいて行われた場合には前記トランザクション処理にて前記第1のデータベースに追加されたデータを当該第1のデータベースから削除する処理を当該トランザクション処理の一部として実行しその後当該トランザクション処理の実行結果を前記第1のデータベースに反映させるコミット処理を実行するように構成され、
前記編集履歴情報送信手段は、前記第1のデータベース内のデータに含まれる編集履歴情報を他の情報処理装置へ送信するように構成された情報処理装置。
The information processing apparatus according to claim 3,
The editing history information storage processing means includes:
Each time the database editing means edits the first database, a process of adding data including edit history information representing the editing content to the first database is executed as at least a part of the transaction process,
When the editing of the first database by the database editing means is performed based on the editing information, a commit process for reflecting the execution result of the transaction process in the first database is executed. When editing of the first database by the editing means is performed based on the editing history information, a process of deleting data added to the first database in the transaction process from the first database It is configured to execute a commit process that is executed as part of the transaction process and then reflects the execution result of the transaction process in the first database,
The information processing apparatus configured to transmit the editing history information included in the data in the first database to another information processing apparatus.
請求項3に記載の情報処理装置であって、
前記編集履歴情報記憶処理手段は、
前記データベース編集手段が前記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を含むデータを前記第1のデータベースに追加する処理をトランザクション処理の少なくとも一部として実行するとともに、
前記データベース編集手段による前記第1のデータベースの編集が前記編集情報に基づいて行われた場合には前記トランザクション処理の実行結果を前記第1のデータベースに反映させるコミット処理を実行し、一方、前記データベース編集手段による前記第1のデータベースの編集が前記編集履歴情報に基づいて行われた場合には前記トランザクション処理の実行結果を前記第1のデータベースに反映させることなく破棄するロールバック処理を実行するように構成され、
前記編集履歴情報送信手段は、前記第1のデータベース内のデータに含まれる編集履歴情報を他の情報処理装置へ送信するように構成された情報処理装置。
The information processing apparatus according to claim 3,
The editing history information storage processing means includes:
Each time the database editing means edits the first database, a process of adding data including edit history information representing the editing content to the first database is executed as at least a part of the transaction process,
When the editing of the first database by the database editing means is performed based on the editing information, a commit process for reflecting the execution result of the transaction process in the first database is executed. When the editing of the first database by the editing means is performed based on the editing history information, a rollback process is executed that discards the execution result of the transaction process without reflecting it in the first database. Composed of
The information processing apparatus configured to transmit the editing history information included in the data in the first database to another information processing apparatus.
請求項2に記載の情報処理装置であって、
前記編集履歴情報記憶処理手段は、
前記データベース編集手段が前記第1のデータベースを編集する毎にその編集内容を表す編集履歴情報を前記記憶装置に記憶させるとともに、前記データベース編集手段による前記第1のデータベースの編集が前記編集履歴情報に基づいて行われた場合に、その編集内容を表し且つ前記記憶装置に記憶されている編集履歴情報を当該記憶装置から削除するように構成された情報処理装置。
An information processing apparatus according to claim 2,
The editing history information storage processing means includes:
Each time the database editing unit edits the first database, the editing history information representing the editing contents is stored in the storage device, and the editing of the first database by the database editing unit is included in the editing history information. An information processing apparatus configured to delete, from the storage device, editing history information that represents the content of editing and that is stored in the storage device when performed based on the information.
請求項2乃至請求項6のいずれか一項に記載の情報処理装置であって、
前記記憶されている編集履歴情報のうちの、前記編集履歴情報送信手段により送信された編集履歴情報を前記記憶装置から削除する編集履歴情報削除手段を備える情報処理装置。
An information processing apparatus according to any one of claims 2 to 6,
An information processing apparatus comprising: an editing history information deleting unit that deletes the editing history information transmitted by the editing history information transmitting unit out of the stored editing history information from the storage device.
請求項1乃至請求項7のいずれか一項に記載の情報処理装置であって、
前記編集情報は、少なくとも1つのデータを含むレコードを前記データベースに新たに追加する旨を表す情報、当該データベースからレコードを削除する旨を表す情報、及び、当該データベース内のレコードを変更する旨を表す情報のうちの少なくとも1つを含む情報である情報処理装置。
An information processing apparatus according to any one of claims 1 to 7,
The edit information represents information indicating that a record including at least one data is newly added to the database, information indicating deletion of a record from the database, and information indicating change of a record in the database. An information processing apparatus that is information including at least one of information.
第1の情報処理装置と第2の情報処理装置とを含む情報処理システムであって、
前記第1の情報処理装置は、
少なくとも1つのデータを第1の記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築する第1のデータベース構築手段と、
前記第1のデータベースを編集するための編集情報を受け付ける第1の編集情報受付手段と、
前記受け付けた編集情報に基づいて前記第1のデータベースを編集する第1のデータベース編集手段と、
前記第1のデータベース編集手段が前記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を前記第2の情報処理装置へ送信する第1の編集履歴情報送信手段と、
前記第2の情報処理装置から編集履歴情報を受信する第1の編集履歴情報受信手段と、
を備え、
前記第2の情報処理装置は、
少なくとも1つのデータを第2の記憶装置に記憶させることにより当該記憶されたデータからなる第2のデータベースを構築する第2のデータベース構築手段と、
前記第2のデータベースを編集するための編集情報を受け付ける第2の編集情報受付手段と、
前記受け付けた編集情報に基づいて前記第2のデータベースを編集する第2のデータベース編集手段と、
前記第2のデータベース編集手段が前記第2のデータベースを編集した場合に、その編集内容を表す編集履歴情報を前記第1の情報処理装置へ送信する第2の編集履歴情報送信手段と、
前記第1の情報処理装置から編集履歴情報を受信する第2の編集履歴情報受信手段と、
を備え、
前記第1のデータベース編集手段は、前記受信された編集履歴情報に基づいて前記第1のデータベースを編集するように構成され、
前記第1の編集履歴情報送信手段は、前記第1のデータベース編集手段による前記第1のデータベースの編集が前記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を前記第2の情報処理装置へ送信しないように構成され、
前記第2のデータベース編集手段は、前記受信された編集履歴情報に基づいて前記第2のデータベースを編集するように構成され、
前記第2の編集履歴情報送信手段は、前記第2のデータベース編集手段による前記第2のデータベースの編集が前記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を前記第1の情報処理装置へ送信しないように構成された情報処理システム。
An information processing system including a first information processing device and a second information processing device,
The first information processing apparatus includes:
First database constructing means for constructing a first database composed of the stored data by storing at least one data in the first storage device;
First editing information receiving means for receiving editing information for editing the first database;
First database editing means for editing the first database based on the received editing information;
First editing history information transmitting means for transmitting editing history information representing the editing contents to the second information processing apparatus when the first database editing means edits the first database;
First editing history information receiving means for receiving editing history information from the second information processing apparatus;
With
The second information processing apparatus
Second database constructing means for constructing a second database composed of the stored data by storing at least one data in the second storage device;
Second editing information receiving means for receiving editing information for editing the second database;
Second database editing means for editing the second database based on the received editing information;
Second editing history information transmitting means for transmitting editing history information representing the editing contents to the first information processing apparatus when the second database editing means edits the second database;
Second editing history information receiving means for receiving editing history information from the first information processing apparatus;
With
The first database editing means is configured to edit the first database based on the received editing history information;
The first editing history information transmission means, when the editing of the first database by the first database editing means is performed based on the editing history information, the editing history information indicating the editing contents. Configured not to transmit to the second information processing apparatus,
The second database editing means is configured to edit the second database based on the received editing history information;
The second editing history information transmission means, when the editing of the second database by the second database editing means is performed based on the editing history information, the editing history information representing the editing contents An information processing system configured not to transmit to a first information processing apparatus.
請求項9に記載の情報処理システムであって、
前記第1の情報処理装置は、
前記第1のデータベース編集手段が前記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を前記第1の記憶装置に記憶させる第1の編集履歴情報記憶処理手段を備え、
前記第1の編集履歴情報送信手段は、前記第1の記憶装置に記憶されている編集履歴情報を前記第2の情報処理装置へ送信するように構成され、
前記第2の情報処理装置は、
前記第2のデータベース編集手段が前記第2のデータベースを編集した場合に、その編集内容を表す編集履歴情報を前記第2の記憶装置に記憶させる第2の編集履歴情報記憶処理手段を備え、
前記第2の編集履歴情報送信手段は、前記第2の記憶装置に記憶されている編集履歴情報を前記第1の情報処理装置へ送信するように構成された情報処理システム。
The information processing system according to claim 9,
The first information processing apparatus includes:
When the first database editing means edits the first database, the first database editing means comprises first editing history information storage processing means for storing editing history information representing the editing contents in the first storage device,
The first editing history information transmitting means is configured to transmit editing history information stored in the first storage device to the second information processing device,
The second information processing apparatus
When the second database editing means edits the second database, the second database editing means comprises second editing history information storage processing means for storing editing history information representing the editing contents in the second storage device,
The information processing system configured to transmit the editing history information stored in the second storage device to the first information processing device.
請求項9又は請求項10に記載の情報処理システムであって、
前記第1の編集履歴情報記憶処理手段は、前記第1のデータベース編集手段が前記編集情報に基づいて前記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を前記第1の記憶装置に記憶させるように構成され、
前記第2の編集履歴情報記憶処理手段は、前記第2のデータベース編集手段が前記編集情報に基づいて前記第2のデータベースを編集する毎に、その編集内容を表す編集履歴情報を前記第2の記憶装置に記憶させるように構成された情報処理システム。
The information processing system according to claim 9 or 10,
The first editing history information storage processing means stores the editing history information indicating the editing contents each time the first database editing means edits the first database based on the editing information. Configured to store in a storage device,
The second editing history information storage processing means stores the editing history information indicating the editing contents each time the second database editing means edits the second database based on the editing information. An information processing system configured to be stored in a storage device.
少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築するデータベース構築工程と、
前記第1のデータベースを編集するための編集情報を受け付ける編集情報受付工程と、
前記受け付けた編集情報に基づいて前記第1のデータベースを編集するデータベース編集工程と、
前記データベース編集工程にて前記第1のデータベースが編集された場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する編集履歴情報送信工程と、
他の情報処理装置により構築された第2のデータベースの編集内容を表す編集履歴情報を当該情報処理装置から受信する編集履歴情報受信工程と、
を含むとともに、
前記データベース編集工程は、前記受信された編集履歴情報に基づいて前記第1のデータベースを編集するように構成され、
前記編集履歴情報送信工程は、前記データベース編集工程にて前記第1のデータベースの編集が前記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しないように構成された情報処理方法。
A database construction step of constructing a first database composed of the stored data by storing at least one data in a storage device;
An editing information receiving step for receiving editing information for editing the first database;
A database editing step of editing the first database based on the received editing information;
When the first database is edited in the database editing step, an editing history information transmitting step for transmitting editing history information representing the editing content to another information processing device;
An editing history information receiving step of receiving editing history information representing editing contents of the second database constructed by another information processing device from the information processing device;
Including
The database editing step is configured to edit the first database based on the received editing history information;
In the editing history information transmitting step, when the editing of the first database is performed based on the editing history information in the database editing step, the editing history information indicating the editing content is sent to another information processing apparatus. An information processing method configured not to transmit.
請求項12に記載の情報処理方法であって、
前記データベース編集工程にて前記第1のデータベースが編集された場合に、その編集内容を表す編集履歴情報を前記記憶装置に記憶させる編集履歴情報記憶処理工程を含み、
前記編集履歴情報送信工程は、前記記憶されている編集履歴情報を他の情報処理装置へ送信するように構成された情報処理方法。
An information processing method according to claim 12,
When the first database is edited in the database editing step, including an editing history information storage processing step of storing editing history information representing the editing content in the storage device,
The information processing method configured to transmit the stored editing history information to another information processing apparatus in the editing history information transmitting step.
請求項13に記載の情報処理方法であって、
前記編集履歴情報記憶処理工程は、前記データベース編集工程にて前記編集情報に基づいて前記第1のデータベースが編集される毎に、その編集内容を表す編集履歴情報を前記記憶装置に記憶させるように構成された情報処理方法。
An information processing method according to claim 13,
In the editing history information storage processing step, every time the first database is edited based on the editing information in the database editing step, editing history information representing the editing content is stored in the storage device. Configured information processing method.
情報処理装置に、
少なくとも1つのデータを記憶装置に記憶させることにより当該記憶されたデータからなる第1のデータベースを構築するデータベース構築手段と、
前記第1のデータベースを編集するための編集情報を受け付ける編集情報受付手段と、
前記受け付けた編集情報に基づいて前記第1のデータベースを編集するデータベース編集手段と、
前記データベース編集手段が前記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信する編集履歴情報送信手段と、
他の情報処理装置により構築された第2のデータベースの編集内容を表す編集履歴情報を当該情報処理装置から受信する編集履歴情報受信手段と、
を実現させるとともに、
前記データベース編集手段は、前記受信された編集履歴情報に基づいて前記第1のデータベースを編集するように構成され、
前記編集履歴情報送信手段は、前記データベース編集手段による前記第1のデータベースの編集が前記編集履歴情報に基づいて行われた場合に、その編集内容を表す編集履歴情報を他の情報処理装置へ送信しないように構成されたプログラム。
In the information processing device,
Database construction means for constructing a first database composed of the stored data by storing at least one data in a storage device;
Editing information receiving means for receiving editing information for editing the first database;
Database editing means for editing the first database based on the received editing information;
Editing history information transmitting means for transmitting editing history information representing the editing contents to another information processing apparatus when the database editing means has edited the first database;
Editing history information receiving means for receiving editing history information representing editing contents of the second database constructed by another information processing device from the information processing device;
And realize
The database editing means is configured to edit the first database based on the received editing history information;
The editing history information transmitting unit transmits editing history information representing the editing content to another information processing apparatus when the editing of the first database by the database editing unit is performed based on the editing history information. A program that is configured not to.
請求項15に記載のプログラムであって、
前記情報処理装置に、更に、
前記データベース編集手段が前記第1のデータベースを編集した場合に、その編集内容を表す編集履歴情報を前記記憶装置に記憶させる編集履歴情報記憶処理手段を実現させるとともに、
前記編集履歴情報送信手段は、前記記憶されている編集履歴情報を他の情報処理装置へ送信するように構成されたプログラム。
The program according to claim 15,
In addition to the information processing apparatus,
When the database editing means edits the first database, the editing history information storage processing means for storing the editing history information representing the editing content in the storage device is realized, and
The editing history information transmitting means is a program configured to transmit the stored editing history information to another information processing apparatus.
請求項16に記載のプログラムであって、
前記編集履歴情報記憶処理手段は、前記データベース編集手段が前記編集情報に基づいて前記第1のデータベースを編集する毎に、その編集内容を表す編集履歴情報を前記記憶装置に記憶させるように構成されたプログラム。
The program according to claim 16, wherein
The editing history information storage processing unit is configured to store editing history information representing editing contents in the storage device each time the database editing unit edits the first database based on the editing information. Program.
JP2008247416A 2008-09-26 2008-09-26 Information processing apparatus Pending JP2010079617A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008247416A JP2010079617A (en) 2008-09-26 2008-09-26 Information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008247416A JP2010079617A (en) 2008-09-26 2008-09-26 Information processing apparatus

Publications (1)

Publication Number Publication Date
JP2010079617A true JP2010079617A (en) 2010-04-08

Family

ID=42209982

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008247416A Pending JP2010079617A (en) 2008-09-26 2008-09-26 Information processing apparatus

Country Status (1)

Country Link
JP (1) JP2010079617A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05225027A (en) * 1992-02-14 1993-09-03 Hitachi Ltd Method and device for data management of distributed system
JPH113368A (en) * 1997-06-11 1999-01-06 Nippon Telegr & Teleph Corp <Ntt> Schedule data managing method in distributed environment, its system and storing medium housing schedule data managing program
JP2001344141A (en) * 2000-03-29 2001-12-14 Fuji Photo Film Co Ltd Distributed processing system provided with data backup function and its processing method
JP2003296173A (en) * 2002-02-26 2003-10-17 Microsoft Corp Synchronizing over a number of synchronization mechanisms using flexible rules
JP2005321922A (en) * 2004-05-07 2005-11-17 Nec Corp Information sharing system and information sharing program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05225027A (en) * 1992-02-14 1993-09-03 Hitachi Ltd Method and device for data management of distributed system
JPH113368A (en) * 1997-06-11 1999-01-06 Nippon Telegr & Teleph Corp <Ntt> Schedule data managing method in distributed environment, its system and storing medium housing schedule data managing program
JP2001344141A (en) * 2000-03-29 2001-12-14 Fuji Photo Film Co Ltd Distributed processing system provided with data backup function and its processing method
JP2003296173A (en) * 2002-02-26 2003-10-17 Microsoft Corp Synchronizing over a number of synchronization mechanisms using flexible rules
JP2005321922A (en) * 2004-05-07 2005-11-17 Nec Corp Information sharing system and information sharing program

Similar Documents

Publication Publication Date Title
US10891305B2 (en) Synchronization of data between systems
US9558256B2 (en) Middleware data log system
JP5250637B2 (en) Joint authoring mode
US11899618B2 (en) Architecture for management of digital files across distributed network
JP5926176B2 (en) Co-authoring cross-channel consistency
US20130204893A1 (en) Methods for generating a unified virtual snapshot and systems thereof
US20070150433A1 (en) Method for managing file in version control system
KR20130107280A (en) Directory leasing
TW200424868A (en) Method for managing file replication in applications
CN109829011A (en) A kind of method of data synchronization and device of Distributed Heterogeneous Database
JP4677486B2 (en) Device, method and computer program for supporting creation of reply mail
KR101661789B1 (en) Synchronizing self-referencing fields during two-way synchronization
KR101424568B1 (en) Client and database server for resumable transaction and method thereof
JP2010079617A (en) Information processing apparatus
JP2000347915A (en) Document management system and document providing method for document management system
JP2007193549A (en) Method and system for managing partial editing of shared file
JP2006260074A (en) Cad data management device
JP2010061200A (en) Document management system and operation history display method
JP2009122985A (en) System and program for sub-process execution
JP7212909B2 (en) REAL ESTATE INHERITANCE ESTIMATION SYSTEM, REAL ESTATE INHERITANCE ESTIMATION METHOD AND PROGRAM
JP2019046280A (en) Information processor and program
KR101254419B1 (en) System and method for providing service uninterruptedly in java enterprise editions environment
JP5467032B2 (en) Information management system and its data update operation method
KR101139871B1 (en) Integration system and method of perforce server and clearquest server
JP4908538B2 (en) Workflow processing apparatus, program, and method

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20100702

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120207

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120405

RD07 Notification of extinguishment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7427

Effective date: 20120712

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120911