JP2000112807A - Local data base delay updating system and its method - Google Patents

Local data base delay updating system and its method

Info

Publication number
JP2000112807A
JP2000112807A JP10280645A JP28064598A JP2000112807A JP 2000112807 A JP2000112807 A JP 2000112807A JP 10280645 A JP10280645 A JP 10280645A JP 28064598 A JP28064598 A JP 28064598A JP 2000112807 A JP2000112807 A JP 2000112807A
Authority
JP
Japan
Prior art keywords
local database
update
server
host
data
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
JP10280645A
Other languages
Japanese (ja)
Inventor
Kaoru Tawara
薫 田原
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 JP10280645A priority Critical patent/JP2000112807A/en
Publication of JP2000112807A publication Critical patent/JP2000112807A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To surely execute the updating of a local data base and the confirmation of consistency even when a server side stops its operation. SOLUTION: A job function part 11 stores the updating information of a host data base(DB) 13 in a local DB 14. After a host side local DB updating control part 12 confirms a communication state, it transmits the stored updating information to a server side local DB updating control part 21. The control part 21 updates a local DB 22 by the transmitted updating information. A client side packaging function part 3 executes a reference only as of the local DB 22. Updated data are blocked and the blocked data are transmitted together with serial number indicating the updating order or the block. Consistency confirmation data can be inserted into an optional position of the updated data independently of the block.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ローカルデータベ
ース遅延更新システムに関し、特に、ホストデータベー
スが保有する更新情報を、サーバ側のローカルデータベ
ースに転送する際に、サーバの運用状態に関わらずに、
該更新情報を、一旦、更新データファイルとしてホスト
側に設置した記憶装置に蓄積し、サーバが運用停止状態
であれば、運用が開始された時点で、上記蓄積された更
新情報を、サーバに再送することができるローカルデー
タベース遅延更新システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a local database delayed update system, and more particularly, to transferring update information held in a host database to a local database on a server, regardless of the operation state of the server.
The update information is temporarily stored as an update data file in a storage device installed on the host side. If the server is in an operation stop state, the stored update information is resent to the server when the operation is started. A local database deferred update system.

【0002】[0002]

【従来の技術】従来、ホスト側データベースの更新内容
を、サーバ側データベースにも反映させて、両者間のデ
ータの整合性を取るシステムには、該システムに課せら
れている要求条件により、大別して2通りの方式に分か
れていた。その一つの要求条件は、上記機能とは逆に、
サーバ側データベースの更新内容をもホスト側データベ
ースに反映させる必要がある場合であり、特開平7−6
4843号公報に開示されている分散型データベースの
更新技術に採用されている方式などは、その代表例であ
る。ちなみに、上記の要求条件は、データ処理システム
としては最も普通に課せられる条件である。
2. Description of the Related Art Hitherto, a system that reflects updated contents of a host-side database in a server-side database and obtains data consistency between the two is roughly classified according to the requirements imposed on the system. It was divided into two types. One of the requirements is, contrary to the above function,
This is a case where the updated contents of the server side database need to be reflected in the host side database.
The method adopted in the technique for updating the distributed database disclosed in Japanese Patent No. 4843 is a typical example. Incidentally, the above requirements are the most commonly imposed conditions for a data processing system.

【0003】しかしながら、サーバ側データベースの更
新内容をホスト側データベースに反映させる必要が無い
といった特殊な場合には、上記の要求条件は大幅に緩和
される。一般に、もしもサーバ側データベースの或るデ
ータが更新されたならば、これと同一のデータ項目を持
つホスト側データベースにも整合性の関係から更新要求
が生じるのが当然であり、従って、実際には、このよう
な場合は、存在しないものと考えてよい。
However, in a special case where it is not necessary to reflect the updated contents of the server-side database in the host-side database, the above requirements are greatly relaxed. In general, if some data in the server-side database is updated, it is natural that the host-side database having the same data item also generates an update request due to the consistency relationship. In such a case, it may be considered that none exists.

【0004】けれども、もしもサーバ側データベース
が、ホスト側由来の更新要求以外の更新を受けないこと
が約束されている場合には、上記の要求条件が緩和され
る。この場合の公知例技術としては、特開平7−225
709号公報に開示されているデータベース更新システ
ムや、特開平4−102134号公報に開示されている
遅延更新処理方式がある。特に、特開平4−10213
4号公報に開示されている遅延更新処理方式は、後述す
るように、上記の要求条件よりも更に緩和された要求条
件を前提として成立する技術であり、本発明に係るシス
テムも、このような要求条件に則して成立している。
[0004] However, if it is promised that the server-side database will not receive updates other than the update request from the host side, the above requirements are relaxed. In this case, as a well-known example, Japanese Patent Application Laid-Open No. 7-225
There is a database update system disclosed in Japanese Patent Application Laid-Open No. 709, and a delayed update processing system disclosed in Japanese Patent Application Laid-Open No. 4-102134. In particular, Japanese Unexamined Patent Publication No.
As described later, the delayed update processing method disclosed in Japanese Patent Publication No. 4 is a technology that is established on the premise of a requirement condition further relaxed than the above requirement condition, and the system according to the present invention also has such a configuration. It is satisfied according to the requirements.

【0005】上記の更に緩和された要求条件とは、サー
バ側のデータベースの更新時点がホスト側のデータベー
スの更新時点と必ずしも同時刻である必要が無く、時間
的な遅延が許される場合である。ちなみに、このような
場合が該当する業務は、実際の業務には数多く存在す
る。ホスト側のデータベースは、実務の要求からリアル
タイムの更新を頻繁に受け、サーバ側のデータベース
は、後で、その内容に関する統計処理などを行うために
参照だけがなされる場合などがその典型例であり、この
場合に適用される更新方式は、ローカルデータベースの
遅延更新処理方式或いはローカルデータベースのディレ
イド・オンライン更新方式とも呼ばれる。
[0005] The above-mentioned relaxed requirement condition is a case where the update time of the database on the server side does not necessarily have to be the same as the update time of the database on the host side, and a time delay is allowed. By the way, there are many tasks to which such a case applies in actual tasks. A typical example is that the database on the host side frequently receives real-time updates from business requests, and the database on the server side is later referred to only for statistical processing of its contents. The update method applied in this case is also referred to as a local database delayed update processing method or a local database delayed online update method.

【0006】具体例としては、銀行業務等における預貯
金業務等の勘定系処理と、戦略的情報の提供を目的とす
る情報系処理の区別などが挙げられる。
[0006] As a specific example, there is a distinction between an account-based process such as a deposit / saving business in a banking business and an information-based process for providing strategic information.

【0007】ちなみに、上記の特開平4−102134
号公報に開示されている遅延更新処理方式は、このよう
な目的を持ったデータベース更新処理方式の1例であ
り、従来は、図4(a)のブロック図に示すように、ホ
ストコンピュータ42只1台でなされていた上記データ
ベース更新処理を、図4(b)のブロック図に示すよう
に、ホストコンピュータ53−1と、ホストコンピュー
タ53−2との、計2台のコンピュータを使用してこな
し、システム負荷を軽減するものである。
Incidentally, the above-mentioned Japanese Patent Application Laid-Open No.
The delayed update processing method disclosed in Japanese Patent Application Laid-Open Publication No. H10-209400 is one example of a database update processing method having such a purpose. Conventionally, as shown in the block diagram of FIG. As shown in the block diagram of FIG. 4B, the database update processing performed by one computer is performed by using two computers, that is, a host computer 53-1 and a host computer 53-2. , To reduce the system load.

【0008】[0008]

【発明が解決しようとする課題】ローカルデータベース
遅延更新システムは、業務アプリケーションがホスト側
のデータベースを更新した際の更新情報と同じ更新情報
を、サーバ側乃至はクライアント側のコンピュータが制
御するデータベースにまで完全に送ることを保証できな
ければならない。
The local database delay update system transmits the same update information as the update information obtained when the business application updates the host database to a database controlled by a server or a client computer. It must be possible to guarantee that it will be sent completely.

【0009】しかしながら、従来のローカルデータベー
ス遅延更新システムにおいては、次のような問題点があ
った。第1の問題点は、サーバ側実装機能に障害があっ
た場合、ローカルデータベース更新データが失われるた
め、整合性を保証できないということである。
[0009] However, the conventional local database delay update system has the following problems. The first problem is that if there is a failure in the server-side implementation function, the local database update data is lost, so that consistency cannot be guaranteed.

【0010】第2の問題点は、ホスト側の処理は、途中
においては静止することができないために、ローカルデ
ータベースに対する更新処理や、上記整合性の確認は、
サーバが運用を停止している場合には実施できなかった
ことである。すなわち、ローカルデータベース遅延更新
システムは、遅延と言っても、同時点でなくてもよいと
いった程度であり、ホスト側データベースの更新データ
と同じ更新データを、サーバ側に受け取って貰いたい時
点がホスト側の事情により間断無く到来する。しかし、
従来、上記の時点において、サーバ側が運営中ではない
場合には、サーバ側は、必ずしも上記の更新データを受
け付けることができないといった問題点があり、従来の
ローカルデータベース遅延更新システムでは、この点が
未解決であった。
[0010] The second problem is that the processing on the host side cannot be stopped in the middle, so that the update processing on the local database and the confirmation of the above-mentioned consistency are not performed.
This cannot be done if the server has stopped operating. In other words, the local database delay update system does not need to be at the same time even if it is called a delay, and when the server wants the server to receive the same update data as the update data in the host-side database, Arrives without interruption due to circumstances. But,
Conventionally, if the server is not in operation at the above time, there is a problem that the server cannot necessarily receive the above-mentioned update data. It was a solution.

【0011】第3の問題点は、上記の整合性確認処理
は、更新過程の途中の任意時点において実施できるもの
ではなかったことである。
A third problem is that the above-mentioned consistency check process cannot be performed at any time during the updating process.

【0012】上記の問題点を解決するために、本発明に
係るローカルデータベース遅延更新システムには、ホス
ト・サーバ間の通信において更新データの通番管理を行
う機能と、上記整合性の確認処理を任意の時点で行う機
能とを併せ持たせている。
In order to solve the above-mentioned problems, the local database delay update system according to the present invention has a function of managing update data serial numbers in communication between a host and a server, and an optional process for confirming the consistency. The function performed at the time of is also provided.

【0013】本発明は、以上のような従来のローカルデ
ータベース遅延更新システムにおける問題点に鑑みてな
されたものであり、サーバ側が運用停止中であっても、
ローカルデータベースの更新と整合性の確認を確実に実
施できるローカルデータベース遅延更新システムを提供
することを目的とする。
The present invention has been made in view of the above-mentioned problems in the conventional local database delay update system, and even if the operation of the server is suspended,
It is an object of the present invention to provide a local database delayed update system capable of surely performing local database update and consistency check.

【0014】[0014]

【課題を解決するための手段】上記目的を達成するた
め、この発明の第1の観点にかかるローカルデータベー
ス遅延更新システムは、ホスト側のデータベースと、サ
ーバ側のローカルデータベースと、前記ホスト側のデー
タベースを更新するための更新情報又はその編集結果を
サーバ側に送信して前記更新情報又はその編集結果でも
って前記サーバ側のローカルデータベースを遅延更新す
るローカルデータベース更新手段と、前記ローカルデー
タベースについては参照のみを行うクライアント側業務
遂行手段を有するローカルデータベース遅延更新システ
ムにおいて、前記ローカルデータベース更新手段は、前
記ホスト側データベースを更新するための更新情報又は
その編集結果を、ローカルデータベース更新データファ
イルに蓄積するローカルデータベース更新データ蓄積手
段と、前記ホスト側とサーバ側間の通信が可能か否かを
確認する通信可能性判断手段と、前記通信可能性判断手
段によりサーバ側との通信が可能と判断された場合に
は、前記ローカルデータベース更新データ蓄積手段によ
り蓄積されたローカルデータベース更新データを前記サ
ーバ側に送信し、前記通信可能性判断手段によりサーバ
側との通信が不可能と判断された場合には、前記送信を
一時保留にし、所定のインターバル時間を置いて、前記
送信を反復して試みるホスト側のローカルデータベース
更新制御手段と、前記送信されたローカルデータベース
更新データでもって前記サーバ側のローカルデータベー
スを更新するサーバ側のローカルデータベース更新制御
手段と、を有することを特徴とする。
To achieve the above object, a local database delay update system according to a first aspect of the present invention comprises a host-side database, a server-side local database, and the host-side database. A local database updating means for transmitting update information for updating the file or its edit result to the server side and delay-update the local database on the server side with the update information or its edit result, and referencing only the local database. A local database update unit having a client-side business execution unit that performs update processing for updating the host-side database or a result of editing the update information in the local database update data file. Database update data storage means, communication possibility determining means for confirming whether communication between the host side and server side is possible, and communication possibility with the server side determined by the communication possibility determining means. In this case, the local database update data stored by the local database update data storage unit is transmitted to the server side, and when it is determined that communication with the server side is impossible by the communication possibility determination unit, Holding the transmission temporarily, after a predetermined interval, and updating the local database on the host side with the transmitted local database update data; And a local database update control unit on the server side.

【0015】ここで、前記ローカルデータベース更新デ
ータ蓄積手段は、前記ホスト側データベースを更新する
ための更新情報又はその編集結果を、更新の最小単位と
なるブロックによりブロック化し、該ブロック化により
切り出された各ブロックを、更新順序を示す通番の順に
前記ローカルデータベース更新データファイル蓄積する
ローカルデータベース更新データ蓄積手段を有するよう
にしてもよい。
Here, the local database update data storage means blocks the update information for updating the host-side database or the editing result thereof into blocks which are the minimum update units, and is cut out by the blocking. Each block may have a local database update data storage unit that stores the local database update data file in the order of the serial number indicating the update order.

【0016】また、前記ホスト側のローカルデータベー
ス更新制御手段は、前記ブロック化手段により切り出さ
れた各ブロックの内、更新順序に合致した次のブロッ
ク、又は前記サーバ側のローカルデータベース更新制御
手段から要求されたブロックを、当該ブロックに対応す
る通番と共に前記サーバ側に送信するブロック送信手段
を有するようにしてもよい。
Further, the local database update control means on the host side requests the next block which matches the update order among the blocks cut out by the blocking means, or a request from the local database update control means on the server side. Block transmission means for transmitting the block thus set to the server side together with a serial number corresponding to the block may be provided.

【0017】また、前記サーバ側のローカルデータベー
ス更新制御手段は、通番と共に送信された前記ローカル
データベース更新データファイル内のブロックを受信
し、該受信した通番が前記ローカルデータベース内の次
に更新すべきブロックに対応した通番であるか否かを確
認する通番確認手段と、前記通番確認手段による確認が
取れた場合には、前記受信したブロックでもって前記通
番に対応する前記ローカルデータベース内のブロックを
更新し、前記の確認が取れなかった場合には、前記受信
したブロックを無視すると共に、前記ローカルデータベ
ース内の次に更新すべきブロックに対応した通番を、前
記ホスト側のローカルデータベース更新制御手段に送信
するブロック更新手段を有するようにしてもよい。
Further, the local database update control means on the server side receives the block in the local database update data file transmitted together with the serial number, and the received serial number is a block to be updated next in the local database. A serial number confirming means for confirming whether or not the serial number corresponds to the serial number, and if confirmation is obtained by the serial number confirming means, update the block in the local database corresponding to the serial number with the received block. If the above confirmation is not obtained, the received block is ignored and a serial number corresponding to the next block to be updated in the local database is transmitted to the local database update control means on the host side. You may make it have a block update means.

【0018】さらに、前記ホスト側のローカルデータベ
ース更新制御手段は、前記ローカルデータベース更新デ
ータファイル内の任意のブロックの前記送信前又は送信
後には、前記ホスト側のデータベースと前記サーバ側の
ローカルデータベースとの内容の整合性を確認するため
の整合性確認用データを前記サーバ側に送信することが
できる整合性確認用データ送信手段を有し、前記サーバ
側のローカルデータベース更新制御手段は、前記整合性
確認用データを受信した際には、現在のローカルデータ
ベース内のデータを前記整合性確認用データを使用して
検証し、前記整合性確認用データに対応する整合性検証
データを前記ホスト側のローカルデータベース更新制御
手段に送信する整合性検証データ送信手段を有するよう
にしてもよい。
Further, the local database update control means on the host side, before or after the transmission of an arbitrary block in the local database update data file, makes a connection between the database on the host side and the local database on the server side. The server further includes a consistency check data transmitting unit that can transmit consistency check data for checking the consistency of contents to the server side, and the local database update control unit on the server side includes the consistency check unit. When receiving the data for verification, the data in the current local database is verified using the data for consistency check, and the integrity verification data corresponding to the data for consistency check is read from the local database on the host side. You may make it have the consistency verification data transmission means which transmits to an update control means.

【0019】また、この発明の第2の観点にかかるロー
カルデータベース遅延更新方法は、ホスト側のデータベ
ースと、サーバ側のローカルデータベースと、前記ホス
ト側のデータベースを更新するための更新情報又はその
編集結果をサーバ側に送信して前記更新情報又はその編
集結果でもって前記サーバ側のローカルデータベースを
遅延更新するローカルデータベース更新ステップと、前
記ローカルデータベースについては参照のみを行うクラ
イアント側業務遂行ステップを有するローカルデータベ
ース遅延更新方法において、前記ローカルデータベース
更新ステップは、前記ホスト側データベースを更新する
ための更新情報又はその編集結果を、ローカルデータベ
ース更新データファイルに蓄積するローカルデータベー
ス更新データ蓄積ステップと、前記ホスト側とサーバ側
間の通信が可能か否かを確認する通信可能性判断ステッ
プと、前記通信可能性判断ステップによりサーバ側との
通信が可能と判断された場合には、前記ローカルデータ
ベース更新データ蓄積ステップにより蓄積されたローカ
ルデータベース更新データを前記サーバ側に送信し、前
記通信可能性判断ステップによりサーバ側との通信が不
可能と判断された場合には、前記送信を一時保留にし、
所定のインターバル時間を置いて、前記送信を反復して
試みるホスト側のローカルデータベース更新制御ステッ
プと、前記送信されたローカルデータベース更新データ
でもって前記サーバ側のローカルデータベースを更新す
るサーバ側のローカルデータベース更新制御ステップ
と、を有することを特徴とする。
The local database delayed update method according to a second aspect of the present invention provides a host-side database, a server-side local database, and update information for updating the host-side database or an edit result thereof. A local database updating step of delaying and updating the local database on the server side with the update information or the editing result thereof by transmitting to the server side, and a client-side business execution step of performing only reference on the local database. In the delayed update method, the local database update step stores local database update data for storing update information for updating the host-side database or an edit result thereof in a local database update data file. Step, a communication possibility determining step for confirming whether communication between the host side and the server side is possible, and if it is determined that communication with the server side is possible by the communication possibility determining step, Transmitting the local database update data accumulated in the local database update data accumulation step to the server side, and temporarily suspending the transmission when the communication possibility determination step determines that communication with the server side is impossible; West,
A host-side local database update control step of repeatedly trying the transmission at predetermined intervals, and a server-side local database update for updating the server-side local database with the transmitted local database update data And a control step.

【0020】ここで、前記ローカルデータベース更新デ
ータ蓄積ステップは、前記ホスト側データベースを更新
するための更新情報又はその編集結果を、更新の最小単
位となるブロックによりブロック化し、該ブロック化に
より切り出された各ブロックを、更新順序を示す通番の
順に前記ローカルデータベース更新データファイル蓄積
するローカルデータベース更新データ蓄積ステップを有
するようにしてもよい。
Here, in the local database update data accumulating step, the update information for updating the host side database or its editing result is divided into blocks which are the minimum unit of update, and the blocks are cut out by the blocking. Each block may include a local database update data storage step of storing the local database update data file in the order of the serial number indicating the update order.

【0021】また、前記ホスト側のローカルデータベー
ス更新制御ステップは、前記ローカルデータベース更新
データファイル内のデータを更新単位にブロック化し、
該ブロック化により切り出された各ブロックを更新順序
を示す通番の順に蓄積するブロック化ステップと、前記
ブロック化ステップにより切り出された各ブロックの
内、更新順序に合致した次のブロック、又は前記サーバ
側のローカルデータベース更新制御ステップから要求さ
れたブロックを、当該ブロックに対応する通番と共に前
記サーバ側に送信するブロック送信ステップを有するよ
うにしてもよい。
[0021] The local database update control step on the host side comprises: blocking data in the local database update data file in update units;
A blocking step of storing the blocks cut out by the blocking in the order of serial numbers indicating the update order; and, of the blocks cut out by the blocking step, the next block that matches the update order, or the server side And transmitting a block requested from the local database update control step to the server together with a serial number corresponding to the block.

【0022】また、前記サーバ側のローカルデータベー
ス更新制御ステップは、通番と共に送信された前記ロー
カルデータベース更新データファイル内のブロックを受
信し、該受信した通番が前記ローカルデータベース内の
次に更新すべきブロックに対応した通番であるか否かを
確認する通番確認ステップと、前記通番確認ステップに
よる確認が取れた場合には、前記受信したブロックでも
って前記通番に対応する前記ローカルデータベース内の
ブロックを更新し、前記の確認が取れなかった場合に
は、前記受信したブロックを無視すると共に、前記ロー
カルデータベース内の次に更新すべきブロックに対応し
た通番を、前記ホスト側のローカルデータベース更新制
御ステップに送信するブロック更新ステップを有するよ
うにしてもよい。
The local database update control step on the server side receives the block in the local database update data file transmitted together with the serial number, and the received serial number is a block to be updated next in the local database. A serial number confirming step for confirming whether or not the serial number corresponds to the serial number, and if confirmation is obtained by the serial number confirming step, update the block in the local database corresponding to the serial number with the received block. If the above confirmation is not obtained, the received block is ignored and a serial number corresponding to the next block to be updated in the local database is transmitted to the local database update control step on the host side. A block update step may be provided.

【0023】さらに、前記ホスト側のローカルデータベ
ース更新制御ステップは、前記ローカルデータベース更
新データファイル内の任意のブロックの前記送信前又は
送信後には、前記ホスト側のデータベースと前記サーバ
側のローカルデータベースとの内容の整合性を確認する
ための整合性確認用データを前記サーバ側に送信するこ
とができる整合性確認用データ送信ステップを有し、前
記サーバ側のローカルデータベース更新制御ステップ
は、前記整合性確認用データを受信した際には、現在の
ローカルデータベース内のデータを前記整合性確認用デ
ータを使用して検証し、前記整合性確認用データに対応
する整合性検証データを前記ホスト側のローカルデータ
ベース更新制御ステップに送信する整合性検証データ送
信ステップを有するようにしてもよい。
Further, the local database update control step on the host side includes, before or after the transmission of an arbitrary block in the local database update data file, the connection between the host side database and the server side local database. A data transmission step for confirming the consistency of the contents, the data transmission step for consistency confirmation being capable of transmitting the data for consistency confirmation to the server side, wherein the local database update control step on the server side comprises the consistency confirmation When receiving the data for verification, the data in the current local database is verified using the data for consistency check, and the integrity verification data corresponding to the data for consistency check is read from the local database on the host side. Having an integrity verification data transmission step for transmitting to the update control step Unishi may be.

【0024】[0024]

【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して説明する。図1は、本発明の実施の形態に係
るローカルデータベース遅延更新システムの全体構成を
示すブロック図である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an overall configuration of a local database delayed update system according to an embodiment of the present invention.

【0025】本実施の形態に係るローカルデータベース
遅延更新システムは、ホスト側データベース13とロー
カルデータベース更新データファイル14を含むホスト
側実装機能部1と、サーバ側のローカルデータベース2
2を含むサーバ側実装機能部2と、端末に実装されたク
ライアント側実装機能部3から成る。
The local database delayed update system according to the present embodiment includes a host-side implementation function unit 1 including a host-side database 13 and a local database update data file 14, and a server-side local database 2
2 and a client-side mounting function unit 3 mounted on a terminal.

【0026】ホスト実装機能部1は、ホスト側データベ
ース13とローカルデータベース更新データファイル1
4をアクセスする業務機能部11と、ローカルデータベ
ース更新データファイル14上の更新データをサーバ側
に引き渡すローカルデータベース更新制御部12を備え
ている。
The host mounting function unit 1 includes a host-side database 13 and a local database update data file 1.
And a local database update control unit 12 for transferring update data in the local database update data file 14 to the server.

【0027】サーバ側実装機能部2は、ローカルデータ
ベース22に更新データを書き込む際の制御を行うロー
カルデータベース更新制御部21を備えている。
The server-side mounting function unit 2 includes a local database update control unit 21 that controls writing of update data to the local database 22.

【0028】クライアント側実装機能3は、ローカルデ
ータベース22上のデータを参照する際の制御を行うク
ライアント入出力制御部31と、上記データを参照して
クライアント側の業務を遂行するクライアント業務機能
部32を備えている。
The client-side mounting function 3 includes a client input / output control unit 31 for controlling when referring to data on the local database 22 and a client business function unit 32 for performing a client-side task by referring to the data. It has.

【0029】業務機能部11は、ホスト側データベース
13を更新した更新データ自体又はその編集結果をロー
カルデータベース更新データとして、ローカルデータベ
ース更新データファイル14に書き込む。
The business function unit 11 writes the update data itself that has updated the host-side database 13 or the result of editing the update data into the local database update data file 14 as local database update data.

【0030】ローカルデータベース更新制御部12は、
一定時間毎にローカルデータベース更新データファイル
14の状態を監視して、送信すべきデータが存在した場
合には、サーバ側実装機能部2のローカルデータベース
更新制御部21へ、ローカルデータベース更新データを
送信する。
The local database update control unit 12
The state of the local database update data file 14 is monitored at regular intervals, and if there is data to be transmitted, the local database update data is transmitted to the local database update control unit 21 of the server-side mounting function unit 2. .

【0031】ローカルデータベース更新制御部21は、
受信したローカルデータベース更新データをトランザク
ションとしてローカルデータベース22の更新処理を行
う。
The local database update control unit 21
The local database 22 is updated using the received local database update data as a transaction.

【0032】クライアント入出力制御部31は、ローカ
ルデータベース22に対する入出力制御を行うが、参照
のみを許し、更新は飽くまでもローカルデータベース更
新制御部21で行う。クライアント業務機能部32は、
端末利用者とのインターフェイスを行い、入力された内
容を元に、クライアント入出力制御部31へのローカル
データベースの参照要求も合わせて行う。
The client input / output control unit 31 performs input / output control on the local database 22, but allows only reference, and updates are performed by the local database update control unit 21 to the extent that it gets tired. The client business function unit 32
An interface with the terminal user is performed, and a request for referencing the local database to the client input / output control unit 31 is also performed based on the input contents.

【0033】上記各構成要素の機能を更に詳述すると、
業務機能部11は、オンライン取引内容に従って、ホス
ト側データベース13を更新する。この時、ローカルデ
ータベース更新用データも同時にローカルデータベース
更新データファイル14に出力する。
The functions of the above components will be described in more detail.
The business function unit 11 updates the host-side database 13 according to the contents of the online transaction. At this time, the local database update data is also output to the local database update data file 14 at the same time.

【0034】上記の出力に際しては、ホスト側データベ
ース13を更新するための更新情報又はその編集結果
を、更新の最小単位となるブロックによりブロック化
し、該ブロック化により切り出された各ブロックを、更
新順序を示す通番の順にローカルデータベース更新デー
タファイル14に蓄積する。
At the time of the above output, the update information for updating the host-side database 13 or the editing result thereof is divided into blocks that are the minimum update units, and the blocks cut out by the blocking are updated in the update order. Are stored in the local database update data file 14 in the order of the serial numbers indicating

【0035】ローカルデータベース更新制御部12は、
ローカルデータベース更新データファイル14の中を定
期的に監視して、送信すべきローカルデータベース更新
データがあった場合に、サーバ側実装機能部2にあるロ
ーカルデータベース更新制御部21に送信する。この
時、サーバ側実装機能部2が、運用停止中である場合に
は、サーバ側実装機能部2との間で送信開始指示が応答
されないので、上記の送信は保留にされる。
The local database update control unit 12
The local database update data file 14 is periodically monitored, and when there is local database update data to be transmitted, the local database update data is transmitted to the local database update control unit 21 in the server-side mounting function unit 2. At this time, if the operation of the server-side implemented function unit 2 is suspended, a transmission start instruction is not responded to the server-side implemented function unit 2, and the transmission is suspended.

【0036】ホスト側実装機能部1のローカルデータベ
ース更新制御部12からローカルデータベース更新デー
タが受信できた場合は、サーバ側実装機能部2のローカ
ルデータベース更新制御部21は、受信したローカルデ
ータベース更新データの内容に従ってローカルデータベ
ース22の更新を行う。また、受信するデータの中には
整合性確認用データも含ませることができて、ホスト・
サーバ間のデータベースの整合性を、該整合性確認用デ
ータでもって確認することができる。
When the local database update data can be received from the local database update controller 12 of the host-side implemented function unit 1, the local database update controller 21 of the server-side implemented function unit 2 transmits the received local database update data. The local database 22 is updated according to the contents. In addition, the data to be received can include data for consistency check,
The consistency of the database between the servers can be confirmed using the consistency confirmation data.

【0037】上記の仕組みにより、サーバ側実装機能部
2が停止中であっても、ローカルデータベース更新デー
タは、ホスト側にあるローカルデータベース更新データ
ファイル14に蓄積されているため、必要時点までにこ
れを送信して、ホスト・サーバ間のデータベースの整合
性を保つことができる。
With the above-described mechanism, even when the server-side mounting function unit 2 is stopped, the local database update data is stored in the local database update data file 14 on the host side. To maintain the integrity of the database between the host and server.

【0038】図2は、本発明の実施の形態に係るローカ
ルデータベース遅延更新システムのホスト・サーバ間の
通信手順を示す手順チャートである。以下、図1を参照
しつつ、図2に示す手順チャートを使用してホスト・サ
ーバ間の通信手順を説明する。
FIG. 2 is a procedure chart showing a communication procedure between the host and the server in the local database delay update system according to the embodiment of the present invention. Hereinafter, the communication procedure between the host and the server will be described using the procedure chart shown in FIG. 2 with reference to FIG.

【0039】業務機能部11から編集されたローカルデ
ータベース更新データはローカルデータベース更新ファ
イルに出力される。
The local database update data edited by the business function unit 11 is output to a local database update file.

【0040】ローカルデータベース更新ファイルに格納
される更新データは、通番毎に所定の順序で格納され
る。該通番は、更新順序を保証するものである。
The update data stored in the local database update file is stored in a predetermined order for each serial number. The serial number guarantees the update order.

【0041】ホスト側のローカルデータベース更新制御
部12は、一定時間毎にローカルデータベース更新デー
タファイルを監視して、滞留していたローカル更新デー
タを取り出してサーバ側のローカルデータベース更新制
御部21への送信を試みる。該試みに先立って、ローカ
ルデータベース更新制御部12は、ステップS1にてサ
ーバ側のローカルデータベース更新制御部21へ通信の
開始指示を送出する。該開始指示に対応する開始応答が
ステップS2でサーバ側のローカルデータベース更新制
御部21からローカルデータベース更新制御部12に返
されなければ、ローカルデータベース更新制御部12
は、サーバ側が運転停止中であるものと判断して、サー
バ側のローカルデータベース更新制御部21との通信を
一時保留にする。ローカルデータベース更新制御部21
への上記開始指示の送出は、必要に応じて、所定のイン
ターバルタイムを置いて、反復して試みることができ
る。
The local database update control unit 12 on the host side monitors the local database update data file at regular time intervals, extracts the stayed local update data, and sends it to the local database update control unit 21 on the server side. Try. Prior to the attempt, the local database update control unit 12 sends a communication start instruction to the server-side local database update control unit 21 in step S1. If a start response corresponding to the start instruction is not returned from the local database update control unit 21 on the server side to the local database update control unit 12 in step S2, the local database update control unit 12
Determines that the server is in operation suspension, and temporarily suspends communication with the local database update control unit 21 on the server. Local database update control unit 21
Transmission of the above-mentioned start instruction can be repeatedly performed with a predetermined interval time if necessary.

【0042】上記の開始指示に対応するローカルデータ
ベース更新制御部21からの開始応答には、次に更新さ
れるべきブロックを示す通番を含めることができる。ホ
スト・サーバ間の通信が確立されると、ステップS3
で、ローカル更新データが通番と共にホスト側のローカ
ルデータベース更新制御部12からサーバ側のローカル
データベース更新制御部21へ送信される。
The start response from the local database update control unit 21 corresponding to the above start instruction can include a serial number indicating a block to be updated next. When communication between the host and server is established, step S3
Then, the local update data is transmitted together with the serial number from the local database update control unit 12 on the host side to the local database update control unit 21 on the server side.

【0043】ローカルデータベース更新制御部21は、
上記ローカル更新データを受信すると、上記送られて来
た通番と最新の更新済み電文通番を比較し、上記送られ
て来た通番が最新の更新済み通番の次の通番の場合は、
上記ローカル更新データでもってローカルデータベース
22を更新する。ただし、ホストから送信されたローカ
ルデータベース更新データ付属の通番が、最新の更新済
み電文通番の次の通番より大きい場合には、上記送られ
て来たローカルデータベース更新データを破棄し、ステ
ップS4にて、更新済み電文通番の次の通番のローカル
データベース更新データをホスト側のローカルデータベ
ース更新制御部12に対して要求する。また、上記で、
ホストから送信されたローカルデータベース更新データ
の通番が更新済み電文通番より小さい場合は、更新済み
電文通番までローカルデータベース更新データを破棄し
続け、更新済み電文通番の次の通番が送信された時点か
らローカルデータベースに対して更新処理を行う。
The local database update control unit 21
When the local update data is received, the transmitted serial number is compared with the latest updated message serial number, and if the transmitted serial number is the next serial number following the latest updated serial number,
The local database 22 is updated with the local update data. However, if the serial number attached to the local database update data transmitted from the host is larger than the serial number next to the latest updated message serial number, the transmitted local database update data is discarded, and at step S4 The local database update control unit 12 on the host side requests local database update data of the serial number next to the updated message serial number. Also, above,
If the serial number of the local database update data sent from the host is smaller than the updated message serial number, the local database update data is continuously discarded until the updated message serial number, and the local number is changed from the time when the next message number following the updated message serial number is sent. Update the database.

【0044】上記のホスト・サーバ間の通信処理は、更
新順序を示す上記の通番を守って、ローカルデータベー
ス更新データファイル内のすべてのローカルデータベー
ス更新データが尽きるまで実施される。
The above-described communication process between the host and the server is performed until all the local database update data in the local database update data file is exhausted, observing the serial number indicating the update order.

【0045】また、上記の通信手順において、業務機能
部11からの要求で、整合性確認要求処理がローカルデ
ータベース更新データの中に挿入される場合があるが、
ローカルデータベース更新制御部21は、これを従来の
ローカルデータベース更新データと同じ扱いで処理す
る。整合性確認要求処理を行う場合は、一度ローカルデ
ータベース更新処理を停止し、ローカルデータベース2
2の内容(例えば、残高情報)を集計し、該集計が完了
後、ローカルデータベース更新処理を再開する。ローカ
ルデータベース22の内容の集計結果は、業務機能部1
1に返却されて、業務機能部11にて集計結果との突き
合わせがなされる。
In the above communication procedure, a request for consistency check may be inserted into the local database update data in response to a request from the business function unit 11.
The local database update control unit 21 processes this in the same manner as conventional local database update data. When performing the consistency check request process, the local database update process is temporarily stopped and the local database 2
2 (for example, balance information), and after the tally is completed, the local database update process is restarted. The total result of the contents of the local database 22 is stored in the business function unit 1
1 and the business function unit 11 compares the result with the tally result.

【0046】クライアント入出力制御部31は、クライ
アント業務機能部32からの要求によりローカルデータ
ベースの内容を参照するが、更新処理については、あく
までもローカルデータベース更新制御部21にて行い、
クライアント側では、更新はしない約束となっている。
The client input / output control unit 31 refers to the contents of the local database in response to a request from the client business function unit 32. Update processing is performed by the local database update control unit 21.
The client promises not to renew.

【0047】なお、本実施の形態では、ホスト側実装機
能部1と、サーバ側実装機能部1とは、同一のコンピュ
ータシステム上に構築されている存在であることを想定
しているが、一般には図3のブロック図に示すように、
両者は異なるコンピュータシステム上に構築されている
存在であってもよい。また、クライアント側のコンピュ
ータについても、本来、上記両者のコンピュータとは独
立に設置することができる。
In the present embodiment, it is assumed that the host-side mounting function unit 1 and the server-side mounting function unit 1 exist on the same computer system. Is, as shown in the block diagram of FIG.
Both may exist on different computer systems. Also, the client computer can be installed independently of the above two computers.

【0048】[0048]

【発明の効果】以上に説明したとおり、本発明に係るロ
ーカルデータベース遅延更新システムに依れば、ホスト
側は、サーバ側の運用停止状態には頓着することなく、
ローカルデータベースの更新処理を実施することができ
る。また、ホスト側とサーバ側とが更新データの通番管
理を実施してローカルデータベース更新データを送受信
するので、通番抜けを防止して、整合性保証の信頼性を
高めることができる。さらに、整合性確認処理を任意の
時点で要求する事ができるので、整合性保証の信頼性を
一層向上することができる。
As described above, according to the local database delay update system according to the present invention, the host side does not stop at the operation stop state of the server side.
Update processing of the local database can be performed. Further, since the host side and the server side perform the serial number management of the update data and transmit and receive the local database update data, it is possible to prevent the serial numbers from being missed and to improve the reliability of the consistency assurance. Further, since the consistency check process can be requested at any time, the reliability of the consistency assurance can be further improved.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態に係るローカルデータベー
ス遅延更新システムの全体構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing an overall configuration of a local database delayed update system according to an embodiment of the present invention.

【図2】本発明の実施の形態に係るローカルデータベー
ス遅延更新システムのホスト・サーバ間の通信手順を示
す手順チャートである。
FIG. 2 is a procedure chart showing a communication procedure between a host and a server in the local database delay update system according to the embodiment of the present invention.

【図3】本発明の実施の形態に係るローカルデータベー
ス遅延更新システムの他の全体構成を示すブロック図で
ある。
FIG. 3 is a block diagram showing another overall configuration of the local database delayed update system according to the embodiment of the present invention.

【図4】特開平4−102134号公報に開示されてい
る従来の遅延更新処理方式のブロック図である。
FIG. 4 is a block diagram of a conventional delay update processing method disclosed in Japanese Patent Application Laid-Open No. 4-102134.

【符号の説明】[Explanation of symbols]

1 ホスト側実装機能部 2 サーバ側実装機能部 3 クライアント側実装機能部 11 業務機能部 12 ローカルデータベース更新制御部 13 ホスト側データベース 14 ローカルデータベース更新データファイル 21 ローカルデータベース更新制御部 22 ローカルデータベース 31 クライアント入出力制御部 32 クライアント業務機能部 REFERENCE SIGNS LIST 1 Host-side implementation function unit 2 Server-side implementation function unit 3 Client-side implementation function unit 11 Business function unit 12 Local database update control unit 13 Host-side database 14 Local database update data file 21 Local database update control unit 22 Local database 31 Client input Output control unit 32 Client business function unit

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】ホスト側のデータベースと、サーバ側のロ
ーカルデータベースと、前記ホスト側のデータベースを
更新するための更新情報又はその編集結果をサーバ側に
送信して前記更新情報又はその編集結果でもって前記サ
ーバ側のローカルデータベースを遅延更新するローカル
データベース更新手段と、前記ローカルデータベースに
ついては参照のみを行うクライアント側業務遂行手段を
有するローカルデータベース遅延更新システムにおい
て、 前記ローカルデータベース更新手段は、 前記ホスト側データベースを更新するための更新情報又
はその編集結果を、ローカルデータベース更新データフ
ァイルに蓄積するローカルデータベース更新データ蓄積
手段と、 前記ホスト側とサーバ側間の通信が可能か否かを確認す
る通信可能性判断手段と、 前記通信可能性判断手段によりサーバ側との通信が可能
と判断された場合には、前記ローカルデータベース更新
データ蓄積手段により蓄積されたローカルデータベース
更新データを前記サーバ側に送信し、前記通信可能性判
断手段によりサーバ側との通信が不可能と判断された場
合には、前記送信を一時保留にし、所定のインターバル
時間を置いて、前記送信を反復して試みるホスト側のロ
ーカルデータベース更新制御手段と、 前記送信されたローカルデータベース更新データでもっ
て前記サーバ側のローカルデータベースを更新するサー
バ側のローカルデータベース更新制御手段と、 を有することを特徴とするローカルデータベース遅延更
新システム。
1. A host-side database, a server-side local database, and update information for updating the host-side database or an edited result thereof are transmitted to the server side to obtain the update information or the edited result. A local database update unit that delay-updates the local database on the server side; and a local database delay update system that includes a client-side business execution unit that performs only reference to the local database, wherein the local database update unit includes the host-side database A local database update data storage unit for storing update information for updating the file or its edit result in a local database update data file; and a communication possibility determination for confirming whether communication between the host side and the server side is possible. hand When the communication possibility determination unit determines that communication with the server is possible, the local database update data stored by the local database update data storage unit is transmitted to the server side, and the communication is enabled. If the gender judging means judges that the communication with the server is impossible, the transmission is temporarily suspended, and after a predetermined interval time, the local database update control means on the host side which repeatedly tries the transmission. And a server-side local database update control means for updating the server-side local database with the transmitted local database update data.
【請求項2】前記ローカルデータベース更新データ蓄積
手段は、前記ホスト側データベースを更新するための更
新情報又はその編集結果を、更新の最小単位となるブロ
ックによりブロック化し、該ブロック化により切り出さ
れた各ブロックを、更新順序を示す通番の順に前記ロー
カルデータベース更新データファイル蓄積するローカル
データベース更新データ蓄積手段、 を有することを特徴とする請求項1に記載のローカルデ
ータベース遅延更新システム。
2. The local database update data accumulating means divides update information for updating the host-side database or its edit result into blocks each serving as a minimum unit of update, and cuts out each of the blocks cut out by the blocking. 2. The local database delay update system according to claim 1, further comprising: a local database update data accumulation unit that accumulates the blocks in the order of a serial number indicating an update order in the local database update data file.
【請求項3】前記ホスト側のローカルデータベース更新
制御手段は、前記ブロック化手段により切り出された各
ブロックの内、更新順序に合致したブロック、又は前記
サーバ側のローカルデータベース更新制御手段から要求
されたブロックを、当該ブロックに対応する通番と共に
前記サーバ側に送信するブロック送信手段、 を有することを特徴とする請求項1又は2に記載のロー
カルデータベース遅延更新システム。
3. The local database update control means on the host side receives a request from the local database update control means on the server side or a block which matches the update order among the blocks cut out by the blocking means. 3. The local database delay update system according to claim 1, further comprising: a block transmission unit configured to transmit a block to the server together with a serial number corresponding to the block.
【請求項4】前記サーバ側のローカルデータベース更新
制御手段は、 通番と共に送信された前記ローカルデータベース更新デ
ータファイル内のブロックを受信し、該受信した通番が
前記ローカルデータベース内の次に更新すべきブロック
に対応した通番であるか否かを確認する通番確認手段
と、 前記通番確認手段による確認が取れた場合には、前記受
信したブロックでもって前記通番に対応する前記ローカ
ルデータベース内のブロックを更新し、前記の確認が取
れなかった場合には、前記受信したブロックを無視する
と共に、前記ローカルデータベース内の次に更新すべき
ブロックに対応した通番を、前記ホスト側のローカルデ
ータベース更新制御手段に送信するブロック更新手段
と、 を有することを特徴とする請求項1又は3に記載のロー
カルデータベース遅延更新システム。
4. The local database update control means on the server side receives a block in the local database update data file transmitted together with a serial number, and the received serial number is a block to be updated next in the local database. A serial number confirming means for confirming whether or not the serial number corresponds to the serial number.If the serial number confirming means confirms, a block in the local database corresponding to the serial number is updated with the received block. If the above confirmation is not obtained, the received block is ignored and a serial number corresponding to the next block to be updated in the local database is transmitted to the local database update control means on the host side. The block updating device according to claim 1, further comprising: a block updating unit. Cal database delay update system.
【請求項5】前記ホスト側のローカルデータベース更新
制御手段は、前記ローカルデータベース更新データファ
イル内の任意のブロックの前記送信前又は送信後には、
前記ホスト側のデータベースと前記サーバ側のローカル
データベースとの内容の整合性を確認するための整合性
確認用データを前記サーバ側に送信することができる整
合性確認用データ送信手段を有し、 前記サーバ側のローカルデータベース更新制御手段は、
前記整合性確認用データを受信した際には、現在のロー
カルデータベース内のデータを前記整合性確認用データ
を使用して検証し、前記整合性確認用データに対応する
整合性検証データを前記ホスト側のローカルデータベー
ス更新制御手段に送信する整合性検証データ送信手段を
有する、 ことを特徴とする請求項1乃至4のいずれか1項に記載
のローカルデータベース遅延更新システム。
5. The local database update control means on the host side, before or after transmission of an arbitrary block in the local database update data file,
The host-side database and the server-side local database, including a consistency-confirmation data transmission unit that can transmit consistency-confirmation data for confirming the consistency of the contents to the server side; The server-side local database update control means:
When receiving the consistency check data, the data in the current local database is verified using the consistency check data, and the consistency verification data corresponding to the consistency check data is transmitted to the host. The local database delay update system according to any one of claims 1 to 4, further comprising consistency verification data transmission means for transmitting the data to the local database update control means on the side.
【請求項6】ホスト側のデータベースと、サーバ側のロ
ーカルデータベースと、前記ホスト側のデータベースを
更新するための更新情報又はその編集結果をサーバ側に
送信して前記更新情報又はその編集結果でもって前記サ
ーバ側のローカルデータベースを遅延更新するローカル
データベース更新ステップと、前記ローカルデータベー
スについては参照のみを行うクライアント側業務遂行ス
テップを有するローカルデータベース遅延更新方法にお
いて、 前記ローカルデータベース更新ステップは、 前記ホスト側データベースを更新するための更新情報又
はその編集結果を、ローカルデータベース更新データフ
ァイルに蓄積するローカルデータベース更新データ蓄積
ステップと、 前記ホスト側とサーバ側間の通信が可能か否かを確認す
る通信可能性判断ステップと、 前記通信可能性判断ステップによりサーバ側との通信が
可能と判断された場合には、前記ローカルデータベース
更新データ蓄積ステップにより蓄積されたローカルデー
タベース更新データを前記サーバ側に送信し、前記通信
可能性判断ステップによりサーバ側との通信が不可能と
判断された場合には、前記送信を一時保留にし、所定の
インターバル時間を置いて、前記送信を反復して試みる
ホスト側のローカルデータベース更新制御ステップと、 前記送信されたローカルデータベース更新データでもっ
て前記サーバ側のローカルデータベースを更新するサー
バ側のローカルデータベース更新制御ステップと、 を有することを特徴とするローカルデータベース遅延更
新方法。
6. A host-side database, a server-side local database, and update information for updating the host-side database or an edit result thereof are transmitted to the server side to obtain the update information or the edit result. A local database update step of performing a delayed update of the server-side local database; and a local database delayed update method having a client-side business execution step of performing only reference to the local database, wherein the local database update step includes: Storing local database update data in the local database update data file to store update information for updating the file or the editing result thereof, and communication for confirming whether communication between the host side and the server side is possible. Performance determination step, and when it is determined that communication with the server is possible by the communication possibility determination step, the local database update data stored in the local database update data storage step is transmitted to the server side. If the communication possibility determination step determines that communication with the server is impossible, the host temporarily suspends the transmission, waits for a predetermined interval, and repeatedly attempts the transmission. A local database update control method, comprising: a database update control step; and a server-side local database update control step of updating the server-side local database with the transmitted local database update data.
【請求項7】前記ローカルデータベース更新データ蓄積
ステップは、前記ホスト側データベースを更新するため
の更新情報又はその編集結果を、更新の最小単位となる
ブロックによりブロック化し、該ブロック化により切り
出された各ブロックを、更新順序を示す通番の順に前記
ローカルデータベース更新データファイルに蓄積するロ
ーカルデータベース更新データ蓄積ステップ、 を有することを特徴とする請求項6に記載のローカルデ
ータベース遅延更新方法。
7. The local database update data accumulating step, wherein update information for updating the host-side database or an editing result thereof is divided into blocks each serving as a minimum unit of update, and each of the cut-out blocks is extracted. The local database update data storage method according to claim 6, further comprising: a local database update data storage step of storing blocks in the local database update data file in order of a serial number indicating an update order.
【請求項8】前記ホスト側のローカルデータベース更新
制御ステップは、前記ブロック化ステップにより切り出
された各ブロックの内、更新順序に合致したブロック、
又は前記サーバ側のローカルデータベース更新制御ステ
ップから要求されたブロックを、当該ブロックに対応す
る通番と共に前記サーバ側に送信するブロック送信ステ
ップ、 を有することを特徴とする請求項6又は7に記載のロー
カルデータベース遅延更新方法。
8. The local database update control step on the host side includes, among the blocks cut out in the blocking step, blocks that match the update order;
Or a block transmission step of transmitting a block requested from the local database update control step on the server side to the server side together with a serial number corresponding to the block, the local block according to claim 6 or 7, wherein Database deferred update method.
【請求項9】前記サーバ側のローカルデータベース更新
制御ステップは、 通番と共に送信された前記ローカルデータベース更新デ
ータファイル内のブロックを受信し、該受信した通番が
前記ローカルデータベース内の次に更新すべきブロック
に対応した通番であるか否かを確認する通番確認ステッ
プと、 前記通番確認ステップによる確認が取れた場合には、前
記受信したブロックでもって前記通番に対応する前記ロ
ーカルデータベース内のブロックを更新し、前記の確認
が取れなかった場合には、前記受信したブロックを無視
すると共に、前記ローカルデータベース内の次に更新す
べきブロックに対応した通番を、前記ホスト側のローカ
ルデータベース更新制御ステップに送信するブロック更
新ステップと、 を有することを特徴とする請求項6又は8に記載のロー
カルデータベース遅延更新方法。
9. The server-side local database update control step includes: receiving a block in the local database update data file transmitted together with a serial number, and setting the received serial number to a next block to be updated in the local database. A serial number confirming step for confirming whether or not the serial number corresponds to the serial number.If the serial number confirming step confirms, a block in the local database corresponding to the serial number is updated with the received block. If the above confirmation is not obtained, the received block is ignored and a serial number corresponding to the next block to be updated in the local database is transmitted to the local database update control step on the host side. A block updating step; and Local Database delay updating method according to 6 or 8.
【請求項10】前記ホスト側のローカルデータベース更
新制御ステップは、前記ローカルデータベース更新デー
タファイル内の任意のブロックの前記送信前又は送信後
には、前記ホスト側のデータベースと前記サーバ側のロ
ーカルデータベースとの内容の整合性を確認するための
整合性確認用データを前記サーバ側に送信することがで
きる整合性確認用データ送信ステップを有し、 前記サーバ側のローカルデータベース更新制御ステップ
は、前記整合性確認用データを受信した際には、現在の
ローカルデータベース内のデータを前記整合性確認用デ
ータを使用して検証し、前記整合性確認用データに対応
する整合性検証データを前記ホスト側のローカルデータ
ベース更新制御ステップに送信する整合性検証データ送
信ステップを有する、 ことを特徴とする請求項6乃至9のいずれか1項に記載
のローカルデータベース遅延更新方法。
10. The host-side local database update control step includes, before or after the transmission of an arbitrary block in the local database update data file, the connection between the host-side database and the server-side local database. A data transmission step for transmitting consistency check data for confirming the consistency of the contents to the server; and a local database update control step on the server side, wherein the consistency check is performed. When receiving the data for verification, the data in the current local database is verified using the data for consistency check, and the integrity verification data corresponding to the data for consistency check is read from the local database on the host side. Having an integrity verification data transmission step for transmitting to the update control step; Local Database delay updating method according to any one of claims 6 to 9, wherein.
JP10280645A 1998-10-02 1998-10-02 Local data base delay updating system and its method Pending JP2000112807A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10280645A JP2000112807A (en) 1998-10-02 1998-10-02 Local data base delay updating system and its method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10280645A JP2000112807A (en) 1998-10-02 1998-10-02 Local data base delay updating system and its method

Publications (1)

Publication Number Publication Date
JP2000112807A true JP2000112807A (en) 2000-04-21

Family

ID=17627950

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10280645A Pending JP2000112807A (en) 1998-10-02 1998-10-02 Local data base delay updating system and its method

Country Status (1)

Country Link
JP (1) JP2000112807A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002014863A (en) * 2000-06-30 2002-01-18 Nec Corp Method for operating data base system for task
JP2007114998A (en) * 2005-10-20 2007-05-10 Sony Corp Relay device, storage device and storage system
US10237345B2 (en) 2015-09-03 2019-03-19 Lsis Co., Ltd. Apparatus and method for data synchronizing of energy management system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02161840A (en) * 1988-12-14 1990-06-21 Nec Corp Message communication equipment
JPH04102134A (en) * 1990-08-22 1992-04-03 Nec Corp Delay update processing system
JPH04274533A (en) * 1991-02-28 1992-09-30 Nec Corp Data base updating device
JPH05307576A (en) * 1991-07-12 1993-11-19 Fujitsu Ltd Data base system
JPH09146804A (en) * 1995-11-28 1997-06-06 Toshiba Corp Data matching device
JPH1021126A (en) * 1996-07-02 1998-01-23 Toyo Commun Equip Co Ltd Data base system
JPH10111825A (en) * 1996-10-04 1998-04-28 Kokusai Denshin Denwa Co Ltd <Kdd> Method and device for matching and updating plural databases

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02161840A (en) * 1988-12-14 1990-06-21 Nec Corp Message communication equipment
JPH04102134A (en) * 1990-08-22 1992-04-03 Nec Corp Delay update processing system
JPH04274533A (en) * 1991-02-28 1992-09-30 Nec Corp Data base updating device
JPH05307576A (en) * 1991-07-12 1993-11-19 Fujitsu Ltd Data base system
JPH09146804A (en) * 1995-11-28 1997-06-06 Toshiba Corp Data matching device
JPH1021126A (en) * 1996-07-02 1998-01-23 Toyo Commun Equip Co Ltd Data base system
JPH10111825A (en) * 1996-10-04 1998-04-28 Kokusai Denshin Denwa Co Ltd <Kdd> Method and device for matching and updating plural databases

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002014863A (en) * 2000-06-30 2002-01-18 Nec Corp Method for operating data base system for task
JP2007114998A (en) * 2005-10-20 2007-05-10 Sony Corp Relay device, storage device and storage system
US10237345B2 (en) 2015-09-03 2019-03-19 Lsis Co., Ltd. Apparatus and method for data synchronizing of energy management system

Similar Documents

Publication Publication Date Title
US6868442B1 (en) Methods and apparatus for processing administrative requests of a distributed network application executing in a clustered computing environment
US7065541B2 (en) Database migration
KR100382851B1 (en) A method and apparatus for managing client computers in a distributed data processing system
US6976079B1 (en) System and method for upgrading software in a distributed computer system
JP3864253B2 (en) Method and system for remote software distribution and installation
US7234033B2 (en) Data synchronization of multiple remote storage facilities
US20010039548A1 (en) File replication system, replication control method, and storage medium
JPH11328132A (en) Data processor for performing operation load management regarding group of servers data processing method tefrefor and computer program product
US20040083358A1 (en) Reboot manager usable to change firmware in a high availability single processor system
US6931430B1 (en) Maintaining coherency in a symbiotic computing system and method of operation thereof
JP2002073576A (en) Batch job control system
WO2006125391A1 (en) A computer processing system for achieving data upgrading and a data upgrading method
JP4009192B2 (en) Efficient timer management system
JP2000112807A (en) Local data base delay updating system and its method
JP5015410B2 (en) Method and apparatus for two-phase commit in data distribution to a web farm
US20050265362A1 (en) Message relay program and message relay device
JP4056794B2 (en) Storage system control method and storage system
EP0449660A2 (en) A method and apparatus of generating shadow process
JP3738701B2 (en) System setting method in transaction processing system
JP3006491B2 (en) Transaction execution state management system, management method, and medium for storing management program
JP2001306380A (en) Two-phase commitment evading system and its program recording medium
JPH06243059A (en) Interruption/resumption system for film transfer
JP2000082006A (en) Information backup system
JPH0778037A (en) Decentralized processing system
JP2000076158A (en) Application downloading resume method and system therefor

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20011016