JP2005141555A - Backup method of database, and online system using same - Google Patents

Backup method of database, and online system using same Download PDF

Info

Publication number
JP2005141555A
JP2005141555A JP2003378451A JP2003378451A JP2005141555A JP 2005141555 A JP2005141555 A JP 2005141555A JP 2003378451 A JP2003378451 A JP 2003378451A JP 2003378451 A JP2003378451 A JP 2003378451A JP 2005141555 A JP2005141555 A JP 2005141555A
Authority
JP
Japan
Prior art keywords
database
data
transaction data
backup
business
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
JP2003378451A
Other languages
Japanese (ja)
Inventor
Masaki Kikuchi
正樹 菊地
Tsutomu Izawa
力 井澤
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.)
Fujitsu General Ltd
Original Assignee
Fujitsu General Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu General Ltd filed Critical Fujitsu General Ltd
Priority to JP2003378451A priority Critical patent/JP2005141555A/en
Publication of JP2005141555A publication Critical patent/JP2005141555A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To facilitate recovery from a system failure and shorten the recovery time by recovering a database partly when data in the database are damaged. <P>SOLUTION: A database storage part 9 is configured in divisions of work corresponding to transaction data. A work terminal 4 comprises work processing means 4a for adding to data a destination specifying a database and an identifier specifying a work division. A store server 7 comprises sorting means 7b for sorting the data by the destination, transferring means 7d for transfer to the destination, work sorting means 7f for storing the transferred data, and backup means 7i for saving the sorted data, saving a replication of the database 9 periodically, and if data in the database storage part 9 are damaged, copying a work division area corresponding to the damaged part from a backup storage part 8 to the damaged database storage part 9 and updating the database storage part 9 with the saved data. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、データベースを備えたオンラインシステムに関し、より詳細には、データ入力端末から入力されたデータをトランザクションデータに変換し、このトランザクションデータにより更新されるデータベースをバックアップする方法とそのシステムに関する。   The present invention relates to an online system including a database, and more particularly to a method and system for converting data input from a data input terminal into transaction data and backing up a database updated by the transaction data.

従来、オンラインシステムは、例えば図7に示す構成となっている。このシステムは、入力されたデータを処理してトランザクションデータに変換し、通信回線を用いてトランザクションデータを送信する業務端末と、このトランザクションデータを受信すると共に、対応するデータベースを更新するサーバとで構成された複数のサーバシステムがネットワークで接続されている。   Conventionally, an online system has a configuration shown in FIG. 7, for example. This system consists of a business terminal that processes input data, converts it into transaction data, and transmits transaction data using a communication line, and a server that receives this transaction data and updates the corresponding database. A plurality of server systems are connected via a network.

具体的には、店舗側のサーバシステム81と本部側のサーバシステム82とが、インターネットや専用回線からなるネットワーク83を介して接続されており、店舗側のサーバシステム81は、2台の店舗業務端末84と、商品の会計を管理する2台のPOS端末85と、これらを通信回線で接続すると共に、コンソール86を接続した店舗サーバ87と、店舗サーバ87に接続された店舗データベース記憶部88と、この店舗データベース記憶部88のデータを定期的に保存するバックアップ記憶部89とで構成されている。   Specifically, a store-side server system 81 and a headquarters-side server system 82 are connected via a network 83 formed of the Internet or a dedicated line, and the store-side server system 81 has two store operations. A terminal 84, two POS terminals 85 for managing product accounting, a store server 87 connected to the console 86, and a store database storage unit 88 connected to the store server 87. A backup storage unit 89 that periodically stores the data in the store database storage unit 88.

また、本部側のサーバシステム82は、1台の本部業務端末90と、これを通信回線で接続すると共に、コンソール91を接続した本部サーバ92と、本部サーバ92に接続された本部データベース記憶部93と、この本部データベース記憶部93のデータを定期的に保存するバックアップ記憶部94とで構成されている。   The server system 82 on the headquarters side is connected to one headquarters business terminal 90 via a communication line, a headquarter server 92 connected to the console 91, and a headquarter database storage unit 93 connected to the headquarter server 92. And a backup storage unit 94 for periodically storing data in the headquarter database storage unit 93.

図8は図7のオンラインシステムで説明した各機器に備えられている各手段によるトランザクションデータの流れを示す図である。
店舗業務端末84には店舗端末業務手段84aが備えられており、図示しないキーボードやバーコードリーダなどから入力したデータを基に発注や、返品、在庫、売上管理などの業務をこの端末から行なうことができる。
また、POS端末85には、POS手段85aが備えられており、商品単価のプライスルックアップ(参照)と会計処理、売上集計業務をこのPOS端末85から行なうことができる。
FIG. 8 is a diagram showing a flow of transaction data by each means provided in each device described in the online system of FIG.
The store operation terminal 84 is provided with store terminal operation means 84a, and performs operations such as ordering, returns, inventory, and sales management from this terminal based on data input from a keyboard or a barcode reader (not shown). Can do.
Further, the POS terminal 85 is provided with a POS means 85a, and price lookup (reference) of commodity unit price, accounting processing, and sales totaling operations can be performed from the POS terminal 85.

一方、店舗サーバ87には、コンソール(図示せず)からの入力を受け付け、結果をコンソールへ表示する店舗サーバ業務手段87aが備えられており、店舗端末業務手段84aと同じ処理を行なうことができる。   On the other hand, the store server 87 is provided with store server business means 87a that accepts input from a console (not shown) and displays the result on the console, and can perform the same processing as the store terminal business means 84a. .

また、店舗サーバ87には、店舗データベース記憶部88への読み書きを各端末毎に排他的に制御する店舗データベース管理手段87bが備えられており、各業務手段から送信されるトランザクションデータに従って店舗データベース記憶部88のデータを更新する処理を行なう。
さらに、店舗サーバ87には、店舗データベース管理手段87bと店舗データベース記憶部88との間にバックアップ手段87cが備えられており、ここを通過するデータベースの更新データを保存更新データとして逐次、バックアップ記憶部89に蓄積している。
一方、店舗データベース記憶部88のデータは、バックアップ手段87cによって一定期間毎にバックアップ記憶部89に複製され、保存データベースとして、前述した一定期間と対応する保存更新データと共に保存される構成となっている。
Further, the store server 87 is provided with store database management means 87b that exclusively controls reading and writing to the store database storage unit 88 for each terminal, and stores the store database according to the transaction data transmitted from each business means. Processing for updating the data in the section 88 is performed.
Further, the store server 87 is provided with a backup unit 87c between the store database management unit 87b and the store database storage unit 88, and the update data of the database passing therethrough is sequentially stored as the backup update unit. 89.
On the other hand, the data in the store database storage unit 88 is replicated to the backup storage unit 89 at regular intervals by the backup unit 87c, and is stored as a storage database together with the storage update data corresponding to the above-described predetermined period. .

そして、何らかの理由により店舗データベース記憶部88のデータが破損した場合には、バックアップ手段87cがバックアップ記憶部89に複製されている保存データベースのデータで店舗データベース記憶部88を上書きし、次に保存更新データを用いて店舗データベース記憶部88を順次更新することにより、店舗データベース記憶部88のデータが破損する前の状態に復元する構成となっている。   If the data in the store database storage unit 88 is damaged for some reason, the backup unit 87c overwrites the store database storage unit 88 with the data of the storage database copied in the backup storage unit 89, and then saves and updates. By sequentially updating the store database storage unit 88 using data, the data in the store database storage unit 88 is restored to the state before being damaged.

一方、各業務手段やPOS手段は、店舗サーバ87の店舗データベース記憶部88だけでなく、ネットワーク83を介して本部側のサーバシステム82の本部データベース記憶部93へアクセスすることができる。
本部側のサーバシステム82の動作は、店舗側のサーバシステム81と同じ動作を行なうため、詳細な説明を省略する。主な違いは本部側で必要な業務に基づくトランザクションデータの処理であり、具体的には各店舗売上の合計集計処理や発注データの集計、総合在庫管理など、各店舗に関するデータの集計処理である。
なお、以上説明した各手段はパソコンやサーバ上で動作するソフトウェアによって実現されている。
On the other hand, each business means and POS means can access not only the store database storage unit 88 of the store server 87 but also the headquarter database storage unit 93 of the server system 82 on the headquarters side via the network 83.
Since the operation of the server system 82 on the headquarters side is the same as that of the server system 81 on the store side, detailed description is omitted. The main difference is the processing of transaction data based on the work required at the headquarters side, specifically, the totaling processing of each store's data, such as the totaling processing of each store's sales, order data, and general inventory management. .
Each means described above is realized by software operating on a personal computer or a server.

本部や店舗の各業務手段は自身のサーバシステム内だけでなく、互いのデータベースにアクセスすることも可能である。従って各業務手段では、現在入力されたデータをトランザクションデータに変換し、同じサーバシステム内か、外部のサーバシステムかを判断し、それに対応した通信方法を選択、処理している。   Each business means in the headquarters and stores can access each other's database as well as in its own server system. Accordingly, each business means converts the currently input data into transaction data, determines whether it is in the same server system or an external server system, and selects and processes a communication method corresponding to the server system.

このようなオンラインシステムにおいて、データベース内のデータは非常に大切なものであり、何らかの障害、例えばプログラム作成上の誤りにより、異常データの書き込みが発生し、データベース内のデータが破損した(異常なデータに書き換えられた)場合は、早急な修復が求められる。   In such an online system, the data in the database is very important. Due to some trouble, for example, an error in program creation, abnormal data was written and the data in the database was damaged (abnormal data). If it has been rewritten, immediate repair is required.

銀行システムのような大規模なシステムの場合は、災害対策のため、距離的に離れた2つのデータベースを予め設けておき、1つトランザクションデータに対して常に同じ内容で2つのデータベースを更新する方法が採用されている(例えば、特許文献1参照)。しかし、このようなシステムは、同じ構成のシステムを2つ設けているためコストが非常に高く、中規模や小規模のシステムには採用できないという問題があった。
従って中規模や小規模のシステムでは、データ書換の障害が発生した場合の即時復旧はあきらめ、例えば障害発生当日の夜に、前述した方法によりデータベースを障害発生以前の状態に復旧する方法が採用されている。
In the case of a large-scale system such as a bank system, a method of preparing two databases that are separated from each other in advance for disaster countermeasures and constantly updating the two databases with the same contents for one transaction data Is adopted (see, for example, Patent Document 1). However, since such a system is provided with two systems having the same configuration, the cost is very high, and there is a problem that it cannot be adopted for a medium-scale or small-scale system.
Therefore, medium-scale and small-scale systems give up immediate recovery in the event of a data rewrite failure. For example, on the night of the failure, a method is used to restore the database to the state before the failure using the method described above. ing.

しかしながら、従来の中規模や小規模のシステムではトランザクションデータのデータベースへの更新処理が業務端末側、つまり、業務手段の主導で行なわれるため、更新される側のデータベースでは、どの端末から来たデータか、また、どのような業務種別であるか判断ができないため、トランザクションデータをバックアップ手段で保存更新データとして保存する場合に、更新データそのものだけを保存していた。
従ってデータベースを復旧する場合に、保存データベースのデータで店舗データベース記憶部全体を上書きしたのち、保存更新データの先頭から順次読み出してデータベース全体の再更新を行なうことになり、障害による僅かなデータ量の破損を復旧するために、多大な時間を費やしていた。
However, in conventional medium-scale and small-scale systems, transaction data is updated to the business terminal side, that is, at the initiative of the business means. In addition, since it is impossible to determine what type of business it is, when the transaction data is saved as saved update data by the backup means, only the update data itself is saved.
Therefore, when the database is restored, the entire store database storage unit is overwritten with the stored database data, and then the stored database is sequentially read from the beginning of the stored update data to re-update the entire database. A great deal of time was spent recovering the damage.

特開平9−259023号公報(第3−4頁、図1)Japanese Patent Laid-Open No. 9-259023 (page 3-4, FIG. 1)

本発明は以上述べた問題点を解決し、何らかの障害が発生してデータベース内のデータが破損した(書き換えられた)場合に、データベース全体を復旧させるのではなく、部分的に復旧させることにより、システム障害の復旧を容易にし、復旧時間を短縮することを目的とする。   The present invention solves the above-described problems, and when a failure occurs and the data in the database is damaged (rewritten), the entire database is not restored, but partially restored, The purpose is to facilitate the recovery of system failures and shorten the recovery time.

本発明は上述の課題を解決するため、入力されたデータを処理してトランザクションデータに変換し、通信回線により前記トランザクションデータを送信する業務端末と、前記トランザクションデータを受信して対応するデータベースを更新すると共に、同データベースをバックアップするサーバとで構成された複数のサーバシステムがネットワークで接続されたオンラインシステムで行なわれるデータベースのバックアップ方法において、
前記業務端末は、前記トランザクションデータに前記データベースを特定する宛先と前記業務区分を特定する識別子とを付加して送信し、前記サーバは、前記トランザクションデータを前記宛先に従って振分け、前記宛先に対応するデータベースを備えた前記サーバシステムへ転送し、
振り分けられた前記トランザクションデータを受け取った前記サーバは、前記宛先に対応するデータベースを更新すると共に、前記識別子に従って前記トランザクションデータを分類し、バックアップデータとして保存する。
In order to solve the above-described problems, the present invention processes input data and converts it into transaction data, and updates the corresponding database by receiving the transaction data and transmitting the transaction data through a communication line. In addition, in a database backup method performed in an online system in which a plurality of server systems configured with a server that backs up the database are connected via a network,
The business terminal transmits the transaction data by adding a destination for identifying the database and an identifier for identifying the business category, and the server distributes the transaction data according to the destination, and a database corresponding to the destination. Transferred to the server system comprising:
The server that has received the distributed transaction data updates the database corresponding to the destination, classifies the transaction data according to the identifier, and stores it as backup data.

また、前記データベースを前記トランザクションデータと対応する業務毎に区分して構成し、前記サーバは、所定期間毎に同データベースを複製してバックアップデータベースとして保存し、
前記データベースのデータが破損した場合に、破損した箇所と対応する前記業務区分の領域を前記バックアップデータベースから前記破損したデータベースに複写すると共に、前記バックアップデータを用いて前記データベースを更新することにより前記データベースを復元する。
In addition, the database is configured to be divided for each business corresponding to the transaction data, and the server replicates the database every predetermined period and stores it as a backup database,
When the data of the database is damaged, the database stores the database by copying the area of the business division corresponding to the damaged part from the backup database to the damaged database, and updating the database using the backup data. To restore.

もしくは、入力されたデータを処理してトランザクションデータに変換し、通信回線により前記トランザクションデータを送信する業務端末と、前記トランザクションデータを受信して対応するデータベースを更新すると共に、同データベースをバックアップするサーバとで構成された複数のサーバシステムがネットワークで接続されたオンラインシステムにおいて、
前記業務端末は、前記データベースを特定する宛先と、前記業務区分を特定する識別子とを前記トランザクションデータに付加する業務処理手段と、同トランザクションデータを送信するトランザクションデータ送信手段とを備え、
前記サーバは、前記トランザクションデータを前記宛先に従って振り分ける振分手段と、前記トランザクションデータで前記サーバ内の前記宛先に対応するデータベースを更新するデータベース更新手段と、前記宛先に対応するデータベースを備えた前記サーバシステムへ転送する転送手段と、転送された前記トランザクションデータを分類する業務振分手段と、同分類されたトランザクションデータをバックアップデータとして保存すると共に、所定期間毎に前記データベースを複製してバックアップデータベースとして保存するバックアップ手段とを備える構成とする。
Alternatively, a business terminal that processes input data to convert it into transaction data, and transmits the transaction data through a communication line, and a server that receives the transaction data and updates a corresponding database and backs up the database In an online system in which multiple server systems configured with
The business terminal comprises a business processing means for adding a destination for identifying the database, an identifier for identifying the business classification to the transaction data, and a transaction data transmission means for transmitting the transaction data.
The server includes a distribution unit that distributes the transaction data according to the destination, a database update unit that updates a database corresponding to the destination in the server with the transaction data, and a database corresponding to the destination Transfer means for transferring to the system, business distribution means for classifying the transferred transaction data, and storing the classified transaction data as backup data, and replicating the database every predetermined period as a backup database And a backup means for storing.

また、前記データベースを前記トランザクションデータと対応する業務毎に区分して構成し、前記バックアップ手段は、前記データベースのデータが破損した場合に、同破損した箇所と対応する前記業務区分の領域を前記バックアップデータベースから前記破損したデータベースに複写すると共に、前記バックアップデータを用いて前記データベースを更新することにより前記データベースを復元する復元手段を備える構成とする。   Further, the database is configured to be divided for each business corresponding to the transaction data, and when the data of the database is damaged, the backup unit backs up the area of the business classification corresponding to the damaged portion. In addition to copying the database from the database to the damaged database, the system includes a restoring means for restoring the database by updating the database using the backup data.

以上の手段を用いることにより、本発明によるデータベースのバックアップ方法、及びそれを用いたオンラインシステムによれば、
請求項1に係わる発明は、業務端末がトランザクションデータにデータベースを特定する宛先と業務区分を特定する識別子とを付加して送信し、サーバは、トランザクションデータを宛先に従って振分け、宛先に対応するデータベースを備えたサーバシステムへ転送し、
振り分けられたトランザクションデータを受け取ったサーバは、宛先に対応するデータベースを更新すると共に、識別子に従ってトランザクションデータを分類し、バックアップデータとして保存することにより、
各トランザクションデータを発生した店舗や対象となる業務毎に分類して保存しているため、復旧に必要なトランザクションデータの選択が容易となり、きめ細やかなデータ復旧と復旧時間の短縮が可能となる。
By using the above means, according to the database backup method and the online system using the same according to the present invention,
In the invention according to claim 1, the business terminal transmits the transaction data by adding a destination for identifying the database and an identifier for identifying the business classification, and the server distributes the transaction data according to the destination and creates a database corresponding to the destination. Transfer to the server system
The server that receives the distributed transaction data updates the database corresponding to the destination, classifies the transaction data according to the identifier, and stores it as backup data.
Since each transaction data is classified and stored according to the store where the transaction occurred and the target business, it becomes easy to select transaction data necessary for recovery, and fine data recovery and recovery time can be shortened.

請求項2に係わる発明は、データベースをトランザクションデータと対応する業務毎に区分して構成し、サーバは、所定期間毎に同データベースを複製してバックアップデータベースとして保存し、
データベースのデータが破損した場合に、破損した箇所と対応する業務区分の領域をバックアップデータベースから破損したデータベースに複写すると共に、バックアップデータを用いてデータベースを更新してデータベースを復元することにより、
データベースの破損した箇所と対応する業務区分の領域のみを部分的に復旧させるようにしたため、システム障害の復旧を容易にし、復旧時間を短縮することが可能となる。
The invention according to claim 2 is configured by dividing the database for each business corresponding to the transaction data, and the server duplicates the database every predetermined period and stores it as a backup database,
When the data in the database is damaged, the area of the business division corresponding to the damaged part is copied from the backup database to the damaged database, and the database is updated with the backup data to restore the database.
Since only the area of the business division corresponding to the damaged part of the database is partially recovered, it is possible to easily recover the system failure and shorten the recovery time.

請求項3に係わる発明は、業務端末がデータベースを特定する宛先と、業務区分を特定する識別子とをトランザクションデータに付加する業務処理手段と、同トランザクションデータを送信するトランザクションデータ送信手段とを備え、
サーバは、トランザクションデータを宛先に従って振り分ける振分手段と、トランザクションデータでサーバ内の宛先に対応するデータベースを更新するデータベース更新手段と、宛先に対応するデータベースを備えたサーバシステムへ転送する転送手段と、転送されたトランザクションデータを分類する業務振分手段と、同分類されたトランザクションデータをバックアップデータとして保存すると共に、所定期間毎にデータベースを複製してバックアップデータベースとして保存するバックアップ手段とを備えることにより、
各トランザクションデータを発生した店舗や対象となる業務毎に分類して保存しているため、復旧に必要なトランザクションデータの選択が容易となり、きめ細やかなデータ復旧と復旧時間の短縮が可能となる。
The invention according to claim 3 comprises business processing means for adding a destination to which the business terminal specifies the database and an identifier for specifying the business classification to the transaction data, and transaction data transmission means for transmitting the transaction data.
The server distributes the transaction data according to the destination, a database update unit that updates a database corresponding to the destination in the server with the transaction data, a transfer unit that transfers to a server system including a database corresponding to the destination, By providing business distribution means for classifying the transferred transaction data and backup means for storing the classified transaction data as backup data and copying the database every predetermined period and saving it as a backup database,
Since each transaction data is classified and stored according to the store where the transaction occurred and the target business, it becomes easy to select transaction data necessary for recovery, and fine data recovery and recovery time can be shortened.

請求項4に係わる発明は、データベースをトランザクションデータと対応する業務毎に区分して構成し、バックアップ手段は、データベースのデータが破損した場合に、同破損した箇所と対応する業務区分の領域をバックアップデータベースから破損したデータベースに複写すると共に、バックアップデータを用いてデータベースを更新することによりデータベースを復元する復元手段を備えることにより、
データベースの破損した箇所と対応する業務区分の領域のみを部分的に復旧させるようにしたため、システム障害の復旧を容易にし、復旧時間を短縮することが可能となる。
The invention according to claim 4 is configured such that the database is divided for each business corresponding to the transaction data, and when the database data is damaged, the backup means backs up the business classification area corresponding to the damaged portion. By providing a restoration means for restoring the database by copying the database from the database to the damaged database and updating the database using the backup data,
Since only the area of the business division corresponding to the damaged part of the database is partially recovered, it is possible to easily recover the system failure and shorten the recovery time.

以下、本発明の実施の形態を、添付図面に基づいた実施例として詳細に説明する。なお従来例と同じ部分については、同じ番号を使用すると共に、詳細な説明を省略する。   DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the present invention will be described in detail as examples based on the attached drawings. In addition, about the same part as a prior art example, while using the same number, detailed description is abbreviate | omitted.

図1は本願のトランザクション処理方法によるトランザクションデータの流れを示す説明図である。
本願の特徴はデータベースのデータが何らかの原因により破損したり(異常なデータに書き換えられた)、書込が正常に実行されなかったりした時に、きめ細やかな修復と短時間の復旧作業ができることにある。
このため、各業務手段に備えていたデータベースへのアクセス制御機能を切り離して、店舗サーバや本部サーバで動作するトランザクションの振分手段で、処理の対象となるデータベースへのトランザクションデータの転送を行なうようにする。そして、振り分けられたトランザクションデータで対象となるデータベースを更新し、同時にトランザクションデータをデータが発生した店舗や対象となる業務毎に分類して保存し、障害が発生したデータベースをこの分類対象と対応する箇所のみ、部分的に復旧させるようにした。
FIG. 1 is an explanatory diagram showing the flow of transaction data according to the transaction processing method of the present application.
The feature of this application is that when the data in the database is damaged for some reason (rewritten to abnormal data) or the writing is not executed normally, it is possible to perform a fine restoration and a short recovery operation. .
For this reason, the access control function to the database provided for each business means is separated, and the transaction distribution means operating on the store server or the head office server is used to transfer the transaction data to the database to be processed. To. Then, the target database is updated with the distributed transaction data, and at the same time, the transaction data is classified and stored for each store where the data occurred and the target business, and the database in which the failure occurs corresponds to this classification target. Only part was restored.

次に図1を用いて本願の各手段の構成と動作について説明する。なお、各手段は各々に対応するソフトウェアを用いて制御される。
店舗業務端末4には業務処理手段4aが備えられており、発注や、返品、在庫、売上管理などの業務をこの端末から行なうことができる。また、業務処理手段4aでは各業務で発生したトランザクションデータに、このデータが処理されるべきデータベースの宛先と、各業務の種別やデータの発生元を表す識別子(発生時間や発生店舗、端末、伝票番号など)を付加する。
Next, the configuration and operation of each means of the present application will be described with reference to FIG. Each means is controlled by using software corresponding to each means.
The store business terminal 4 is provided with business processing means 4a, and operations such as ordering, return, inventory, and sales management can be performed from this terminal. Further, the business processing means 4a adds to the transaction data generated in each business, the database destination where this data is to be processed, and the identifier indicating the type of each business and the origin of the data (occurrence time, generating store, terminal, slip) Number).

さらに、店舗業務端末4には、ファイルを転送するためのFTP(File Transfer Protocol) 機能を備えたトランザクションデータ送信手段4bが設けられており、業務処理手段4aが作成したトランザクションデータを1つのファイルとして、店舗サーバ7へ送信する構成となっている。   Further, the store business terminal 4 is provided with transaction data transmission means 4b having an FTP (File Transfer Protocol) function for transferring a file, and the transaction data created by the business processing means 4a as one file. It is configured to transmit to the store server 7.

また、POS端末5には、業務処理手段5bが備えられており、商品単価のプライスルックアップと会計処理、売上集計業務をこのPOS端末5から行なうことができる。また、業務処理手段5bでは各業務で発生したトランザクションデータに、このデータが処理されるべきデータベースの宛先と、各業務の種別やデータの発生元を表す識別子(発生時間や発生店舗、端末、伝票番号など)を付加する構成となっている。   Further, the POS terminal 5 is provided with business processing means 5b, and price lookup and accounting processing of product unit price and sales totaling business can be performed from this POS terminal 5. Further, the business processing means 5b adds transaction data generated in each business to a database destination where this data is to be processed, an identifier indicating the type of each business and the origin of the data (occurrence time, generated store, terminal, slip) Number etc.) is added.

さらに、POS端末5には、ファイルを転送するためのFTP機能を備えたトランザクションデータ送信手段5aが備えられており、業務処理手段5bが作成したトランザクションデータを1つのファイルとして、店舗サーバ7へ送信する構成となっている。   Further, the POS terminal 5 is provided with transaction data transmission means 5a having an FTP function for transferring a file, and the transaction data created by the business processing means 5b is transmitted to the store server 7 as one file. It is the composition to do.

一方、店舗サーバ7には、コンソール(図示せず)からの入力を受け付け、結果をコンソールへ表示する業務処理手段7aが備えられており、店舗端末4の業務処理手段4aと同様の処理を行なうことができる。
また、店舗サーバ7には各トランザクションデータ送信手段4b、5aから送信されるトランザクションデータを受信し、その中に記載されている宛先へ振り分けて転送する振分手段7bが備えられている。
On the other hand, the store server 7 is provided with business processing means 7a that receives an input from a console (not shown) and displays the result on the console, and performs the same processing as the business processing means 4a of the store terminal 4. be able to.
The store server 7 is provided with distribution means 7b that receives transaction data transmitted from the transaction data transmission means 4b and 5a, and distributes and transfers the transaction data to the destinations described therein.

振分手段7bが受信した各トランザクションデータは、宛先により同じ店舗サーバシステム1内の店舗データベース記憶部9のデータを更新するものと、転送手段7dを経由し、ネットワーク83を介して他のサーバシステム、例えば本部サーバシステム2の本部データベース記憶部13のデータを更新するものとに振り分けられる。この時、複数の宛先があるものは、その数だけトランザクションデータが複製されて振り分けられる。   Each transaction data received by the allocating means 7b updates the data in the store database storage unit 9 in the same store server system 1 with the destination, and another server system via the network 83 via the transfer means 7d. For example, it is distributed to the one that updates data in the headquarter database storage unit 13 of the headquarter server system 2. At this time, if there are a plurality of destinations, transaction data is duplicated and distributed by that number.

このようにトランザクションデータの複製とデータベースへのアクセスを店舗サーバ7で行なうようにしたため、各業務処理手段の負荷を軽減すると共に、業務端末からサーバまでLANを使用している場合、通信データ量が削減されることにより、通信回線内でのデータ衝突を軽減してLANの使用効率を向上させることができる。   As described above, transaction data is replicated and the database is accessed by the store server 7, so that the load on each business processing means is reduced, and when the LAN is used from the business terminal to the server, the amount of communication data is reduced. As a result of the reduction, it is possible to reduce the data collision in the communication line and improve the usage efficiency of the LAN.

そして、店舗サーバシステム1の店舗データベース記憶部9のデータを更新するためのトランザクションデータは、業務振分手段7fにより、トランザクションデータに付加されている業務識別子に従って各業務毎、例えば発注や仕入、売掛毎に振り分けられ、業務毎に振り分けられたトランザクションデータは、データベース管理手段7gの動作により店舗データベース記憶部9のデータを更新する。   The transaction data for updating the data in the store database storage unit 9 of the store server system 1 is, for each business, for example, ordering or purchasing, according to the business identifier added to the transaction data by the business distribution means 7f. The transaction data distributed for each business and distributed for each business update the data in the store database storage unit 9 by the operation of the database management means 7g.

一方、ネットワーク83を介して他のサーバシステムのデータベースを更新するトランザクションデータは、転送手段7dによりネットワーク83を介して、例えば本部サーバシステム2へ転送され、転送されたこのデータは、本部サーバ12の受信手段12cで受信され、振分手段12bにより、トランザクションデータに付加されている宛先である本部データベース記憶部13のデータを更新するように振り分けられる。   On the other hand, the transaction data for updating the database of the other server system via the network 83 is transferred to the headquarter server system 2, for example, via the network 83 by the transfer means 7d. The data is received by the receiving unit 12c, and distributed by the distribution unit 12b so as to update the data in the headquarter database storage unit 13 which is a destination added to the transaction data.

そして、振り分けられたトランザクションデータは、店舗振分手段12eにより、トランザクションデータに付加されている業務識別子に従って各店舗毎、例えば店舗A、店舗B、店舗C毎に振り分けらる。   The distributed transaction data is distributed by the store distribution means 12e for each store, for example, for each store A, store B, and store C, according to the business identifier added to the transaction data.

各店舗毎に振り分けられたトランザクションデータは、業務振分手段12fにより、トランザクションデータに付加されている業務識別子に従って各業務毎、例えば発注や仕入、売掛毎に振り分けられ、業務毎に振り分けられたトランザクションデータは、データベース管理手段12gの動作により本部データベース記憶部13のデータを更新する。   The transaction data distributed for each store is distributed by the business distribution means 12f for each business, for example, for each order, purchase, or receivable, according to the business identifier added to the transaction data, and is distributed for each business. The transaction data is updated in the central database storage unit 13 by the operation of the database management unit 12g.

このように、各業務処理手段は、転送手段を介して店舗サーバの店舗データベース記憶部だけでなく、ネットワークを介して本部側のサーバシステムの本部データベース記憶部へアクセスすることもできる。
本部側のサーバシステムの動作は、店舗側のサーバシステムと同じ動作を行なうため、詳細な説明を省略する。主な違いは本部側で必要な業務に基づくトランザクションデータの処理であり、具体的には各店舗売上の合計集計処理や発注データの集計、総合在庫管理など、各店舗に関するデータの集計処理である。
In this way, each business processing means can access not only the store database storage unit of the store server via the transfer means, but also the headquarter database storage unit of the server system on the headquarters side via the network.
Since the operation of the server system on the headquarters side is the same as that on the store side, a detailed description thereof is omitted. The main difference is the processing of transaction data based on the work required at the headquarters side, specifically, the totaling processing of each store's data, such as the totaling processing of each store's sales, order data, and general inventory management. .

この店舗サーバシステム1と本部サーバシステム2とには、それぞれバックアップ手段7h、12hが備えられており、各サーバのデータベース管理手段7g、12gで処理される一連のトランザクションデータを、それぞれのサーバに備えられたバックアップ記憶部8、14に一定期間保存するようになっている。   The store server system 1 and the headquarter server system 2 are provided with backup means 7h and 12h, respectively, and each server has a series of transaction data processed by the database management means 7g and 12g of each server. The backup storage units 8 and 14 are stored for a certain period.

また、店舗データベース記憶部9と本部データベース記憶部13は、トランザクションデータに付加された識別子と対応する業務(店舗や発注や仕入、売掛)ごとに区画してデータベースが構成されており、バックアップ手段7h、12hは、この区画ごとに読み出しと書込を行なうことができ、また、データベース記憶部9、13の全内容を対応するバックアップ記憶部8、14に一定期間ごと、例えば1週間ごとに保存する機能も備えている。   In addition, the store database storage unit 9 and the headquarter database storage unit 13 are configured by a database for each business (store, ordering, purchasing, and accounts receivable) corresponding to the identifier added to the transaction data. The means 7h and 12h can read and write for each partition, and the entire contents of the database storage units 9 and 13 are stored in the corresponding backup storage units 8 and 14 at regular intervals, for example, every week. It also has a function to save.

さらに、バックアップ手段7h、12hには、店舗データベース記憶部9や本部データベース記憶部13内のそれぞれのデータ破損を復旧する復元手段7i、12iが備えられており、仮に本部や店舗のデータベース記憶部のある区画内のデータ内容が一部破損した(異常なデータで書き換えられた)場合などに、復元手段が、データベース記憶部の内容が一部破損した区画と対応する正常な区画をバックアップ記憶部から読み出して、データベース記憶部の該当区画を書き換える。そして、バックアップ記憶部に保存されているトランザクションデータの中から、内容が一部破損した区画と対応する1週間分のデータ群を順次読み出し、この読み出したデータでデータベース記憶部の該当データベース区画のみを更新する。このような処理により、データ内容が一部破損したデータベースを復旧する。   Further, the backup means 7h and 12h are provided with restoring means 7i and 12i for recovering data corruption in the store database storage unit 9 and the headquarter database storage unit 13, respectively. When the data contents in a certain partition are partially damaged (rewritten with abnormal data), the restoration means can restore the normal partition corresponding to the partially damaged database storage unit from the backup storage unit. Read and rewrite the corresponding section of the database storage unit. Then, from the transaction data stored in the backup storage unit, the data group for one week corresponding to the partially damaged partition is sequentially read, and only the corresponding database partition in the database storage unit is read with the read data. Update. By such processing, a database whose data content is partially damaged is recovered.

このように、各トランザクションデータを発生した店舗や対象となる業務毎に分類して保存しているため、復旧に必要なトランザクションデータの選択が容易となり、きめ細かなデータ復旧と復旧時間の短縮が可能となる。
また、データベースの破損した箇所と対応する業務区分の領域のみを部分的に復旧させるようにしたため、システム障害の復旧を容易にし、復旧時間を短縮することが可能となる。
In this way, each transaction data is classified and stored according to the store where the transaction occurred and the target business, making it easy to select the transaction data required for recovery, enabling detailed data recovery and shortening the recovery time. It becomes.
In addition, since only the area of the business division corresponding to the damaged part of the database is partially recovered, it is possible to easily recover the system failure and shorten the recovery time.

次にデータベースをバックアップ/復旧するための手順について、データの流れを示す図2の説明図に従って説明する。なお、店舗サーバ7と本部サーバ12とは、店舗振分手段12eの有無のみ異なるため、この説明では本部サーバ12について説明し、店舗サーバ7の説明は省略する。   Next, the procedure for backing up / restoring the database will be described with reference to the explanatory diagram of FIG. 2 showing the data flow. In addition, since the store server 7 and the headquarter server 12 differ only in the presence or absence of the store distribution means 12e, in this description, the headquarter server 12 will be described and the description of the store server 7 will be omitted.

振分手段には、本部サーバの受信手段と、本部業務端末のトランザクションデータ送信手段と、本部端末の業務処理手段とから、宛先がデータ内に記載されたトランザクションデータが送られてくる。そして振分手段は、これらのデータを宛先に従って、本部サーバの転送手段経由で他のサーバシステムへ行くものと本部サーバのシステム内に行くものとに振り分ける。   Transaction data whose destination is described in the data is sent to the distribution means from the reception means of the headquarter server, the transaction data transmission means of the headquarters business terminal, and the business processing means of the headquarters terminal. Then, the allocating means distributes the data according to the destination into one that goes to another server system via the transfer means of the headquarter server and one that goes into the system of the headquarter server.

次に、振分手段の処理について詳細に説明する。なお、説明する各ホルダは、サーバ内の図示しない記憶部に格納されている。
振分手段はトランザクションデータを管理するため、受け取ったトランザクションデータを格納する入力ホルダと、トランザクションデータを振り分けた後、他のサーバへ送信されるトランザクションデータを格納する出力ホルダ(FTP用)と、トランザクションデータを振り分けた後、同一サーバ内のデータベースを更新するためのトランザクションデータを格納する出力ホルダ(データベース用)とを備えている。
Next, the processing of the distribution means will be described in detail. Each holder to be described is stored in a storage unit (not shown) in the server.
The distribution means manages transaction data, so that an input holder for storing received transaction data, an output holder (for FTP) for storing transaction data sent to another server after distributing the transaction data, and a transaction An output holder (for database) that stores transaction data for updating a database in the same server after data distribution is provided.

この振分手段の動作によって、入力ホルダには本部サーバの受信手段と、本部業務端末のトランザクションデータ送信手段と、本部端末の業務処理手段とから、宛先がデータ内に記載されたトランザクションデータが順に格納される。
同時にこの振分手段は、入力ホルダよりトランザクションデータを1つずつ取り出して、このデータ内の宛先を確認する。そして、宛先が複数の場合はその数だけトランザクションデータを複製し、宛先が同じ本部内のデータベースであれば、トランザクションデータを出力ホルダ(データベース用)に格納し、宛先が他のサーバシステムであればトランザクションデータを出力ホルダ(FTP用)に格納する。
By the operation of this distribution means, transaction data whose destination is described in the data is sequentially input to the input holder from the reception means of the headquarter server, the transaction data transmission means of the headquarters business terminal, and the business processing means of the headquarters terminal. Stored.
At the same time, the distribution means retrieves transaction data one by one from the input holder and confirms the destination in this data. If there are multiple destinations, duplicate that number of transaction data. If the destination is a database in the same headquarters, store the transaction data in the output holder (for database). If the destination is another server system Transaction data is stored in an output holder (for FTP).

また同時に、出力ホルダ(FTP用)と出力ホルダ(データベース用)とをそれぞれ調べ、トランザクションデータが存在すれば1つずつ取り出す。
そして、出力ホルダ(FTP用)から取り出されたトランザクションデータは、転送手段の動作によりネットワークを介して該当するサーバシステムへ送信される。
また、出力ホルダ(データベース用)から取り出されたトランザクションデータは、店舗振分手段へ引き渡される。
At the same time, the output holder (for FTP) and the output holder (for database) are respectively examined, and if transaction data exists, one is taken out.
Then, the transaction data taken out from the output holder (for FTP) is transmitted to the corresponding server system via the network by the operation of the transfer means.
Further, the transaction data taken out from the output holder (for database) is delivered to the store distribution means.

店舗振分手段は、この引き渡されたデータに付加された識別子内のデータ発生店舗のコードに従って、例えば店舗A、B、Cの3つの未処理フォルダ(図示されない本部サーバの記憶部に格納)に振り分けて格納する。   In accordance with the code of the data generation store in the identifier added to the delivered data, the store distribution means stores, for example, three unprocessed folders of stores A, B, and C (stored in the storage unit of the headquarter server not shown). Sort and store.

このトランザクションデータは、例えば図3(B)に示される対象ファイルの項に記載のように、ファイル名が幾つかの識別子を組み合わせて構成されており、データ発生日、データ発生時間、データ発生店舗/フロア、端末機番号、業務種別、伝票番号が特定できるようになっている。従って店舗振分手段は、このファイル名のデータ発生店舗のコードと対応するフォルダに格納する処理を行なう。   For example, as described in the section of the target file shown in FIG. 3B, the transaction data is composed of a combination of several identifiers, and the data generation date, data generation time, data generation store / Floor, terminal number, business type, slip number can be specified. Accordingly, the store distribution means performs a process of storing the file name in the folder corresponding to the data generation store code.

次に図2に示すように業務振分手段は、店舗ごとに振り分けられた未処理フォルダ内のトランザクションデータを1つずつ取り出し、このデータに付加された識別子内の業務種別のコードに従って、例えば発注、仕入、売掛の3つの未処理フォルダ(図示されない本部サーバの記憶部に格納)に振り分けて格納する。同時に取り出したデータを店舗ごとに振り分けられた処理済フォルダ群の対応するフォルダへ格納する。   Next, as shown in FIG. 2, the business distribution means retrieves the transaction data in the unprocessed folder distributed for each store one by one and, for example, places an order according to the business type code in the identifier added to this data. , Purchase, and accounts receivable are sorted and stored in three unprocessed folders (stored in the storage unit of the headquarter server not shown). At the same time, the retrieved data is stored in the corresponding folder of the processed folder group assigned to each store.

次にデータベース管理手段は、業務ごとに振り分けられた未処理フォルダ内のトランザクションデータを1つずつ取り出し、本部データベースの対応するファイルを更新する。同時に取り出したデータを業務ごとに振り分けられた処理済フォルダ群の対応するフォルダへ格納する。   Next, the database management means retrieves the transaction data in the unprocessed folder distributed for each job one by one, and updates the corresponding file in the headquarter database. At the same time, the retrieved data is stored in the corresponding folder of the processed folder group assigned to each job.

一方、バックアップ手段は本部サーバシステムが稼働すると、最初にデータのバックアップ方法を定義したプロフィール定義ファイルを読み込む。このファイルは、例えば図3(A)に示す内容になっており、各項目ごとに指定できるようになっている。なお、このファイルは本部サーバ内の図示しない記憶部に格納されている。   On the other hand, when the headquarters server system operates, the backup means first reads a profile definition file that defines a data backup method. This file has the content shown in FIG. 3A, for example, and can be specified for each item. This file is stored in a storage unit (not shown) in the headquarters server.

「バックアップ実施タイミング」の項目は、トランザクションデータをいつバックアップするかを定義しており、ここでは本部サーバシステムの停止直前が指定されている。このように記載しておくと、例えばシステムの管理者によりシステムの終了が指示された時、システムをクローズする処理の前にバックアップ処理が自動的に行なわれる。
「バックアップデータ保存期間」は、トランザクションデータを保存しておく期間であり、ここでは7日間保存する。
「バックアップ対象フォルダ」は、「バックアップ実施タイミング」で指定されたタイミングで保存される対象フォルダであり、ここでは、店舗A〜C、発注、仕入、売掛の各フォルダが指定されている。
「外部バックアップ媒体の有無」は、「バックアップデータ保存期間」が経過したデータをさらに外部バックアップ媒体へ移動するかどうかを指定する。また、「外部バックアップ媒体のドライブ名」は移動先のドライブ名である。
「保存期間が経過したデータの処理(移動/削除)」は、「バックアップデータ保存期間」が経過したデータを削除するか、外部バックアップ媒体へ移動するかを定義する。
「データベース全体のバックアップタイミング」は、本部データベースの全体データをバックアップ記憶部にコピーする期間を規定する。この期間が短ければ復旧時間が短くなるが、毎回のバックアップ作業量が増加し、期間が長ければ復旧時間が長くなるが、毎回のバックアップ作業量が軽減される。
The item “Backup Execution Timing” defines when transaction data is backed up, and here, immediately before the headquarter server system is stopped is specified. In this way, for example, when the system administrator instructs the system to end, the backup process is automatically performed before the system is closed.
The “backup data storage period” is a period during which transaction data is stored, and is stored for 7 days here.
The “backup target folder” is a target folder that is stored at the timing specified in “backup execution timing”, and here, stores A to C, ordering, purchasing, and accounts receivable are specified.
“Existence of external backup medium” designates whether or not data whose “backup data storage period” has elapsed is further moved to the external backup medium. “Drive name of external backup medium” is the drive name of the migration destination.
“Processing (moving / deleting) data whose retention period has elapsed” defines whether data whose “backup data retention period” has elapsed is to be deleted or moved to an external backup medium.
“Backup timing of entire database” defines a period during which the entire data of the head office database is copied to the backup storage unit. If this period is short, the recovery time will be short, but the backup work amount will increase each time. If the period is long, the recovery time will be long, but the backup work amount will be reduced.

図2において、バックアップ手段は前述の定義に従って、「バックアップ実施タイミング」のタイミングが来ると、「バックアップ対象フォルダ」、つまり、店舗A〜Cの各処理済フォルダを自動的にバックアップ記憶部へ店舗処理済データとして格納する。同時に発注、仕入、売掛の各処理済フォルダも自動的にバックアップ記憶部へ業務処理済データとして格納する。また、同時にバックアップログにバックアップ経過を記録する。   In FIG. 2, the backup means automatically stores the “backup target folder”, that is, each processed folder of stores A to C, in the store in the backup storage unit when the timing of “backup execution timing” comes according to the above definition. Store as completed data. At the same time, each processed folder for ordering, purchasing, and accounts receivable is automatically stored as business processed data in the backup storage unit. At the same time, the backup progress is recorded in the backup log.

このバックアップログは、図3(B)に示すように、対象ファイル名、保存元、保存先、保存日時、削除/移動日時、削除/移動の各処理の履歴がその都度、記録され、本部サーバのコンソール(図示せず)からの指示により、表示することができるようになっている。今の場合、対象ファイル名、保存元、保存先、保存日時が新しく記録される。   As shown in FIG. 3B, this backup log records the target file name, the storage source, the storage destination, the storage date / time, the deletion / movement date / time, and the history of each deletion / movement processing each time. It can be displayed by an instruction from a console (not shown). In this case, the target file name, storage source, storage destination, and storage date / time are newly recorded.

そして、図2に示すように、次にバックアップ手段は前述の定義に従って、バックアップデータの店舗処理済データ、または、業務処理済データ内を「バックアップデータ保存期間」の定義に従って該当データが存在するか検索し、該当データが存在すれば、「保存期間が経過したデータの処理(移動/削除)」の定義により、「バックアップデータ保存期間」が経過したデータを削除するか、外部バックアップ媒体へ移動するかを判断して実行する。   Then, as shown in FIG. 2, the backup means next determines whether the corresponding data exists in the store-processed data of the backup data or the business-processed data according to the definition of “backup data retention period” according to the above definition. If the corresponding data exists, the data whose “backup data retention period” has passed is deleted or moved to an external backup medium according to the definition of “processing of data whose retention period has passed (movement / deletion)” Determine whether or not to execute.

また、バックアップ手段は、前述の定義に従って、「データベース全体のバックアップタイミング」が来たか判断し、実施タイミングであれば、現在の本部データベース全体を読み出し、バックアップ記憶部へ前回本部データベースバックアップデータとして書き込む。この時、前回の対応する本部データベースバックアップデータは、上書きされて消去される。   Further, the backup means determines whether “the backup timing of the entire database” has come according to the above definition, and if it is the execution timing, reads the entire current headquarter database and writes it as the previous headquarter database backup data in the backup storage section. At this time, the previous corresponding headquarter database backup data is overwritten and deleted.

また、バックアップ手段に備えられた復元手段はシステム管理者の指示により、データベースのデータが破損した場合の復旧作業を行なう。本部サーバのコンソールから復旧指示を受け取ると、復元手段は、コンソールへバックアップログの内容を表示し、システム管理者による詳細な復旧指示を待つ。そして復元手段は、コンソールから詳細な復旧指示、例えば何日〜何日までのどの業務のトランザクションデータで、どの業務区画を復旧するなどの指示を受け取る。   Further, the restoration means provided in the backup means performs a recovery operation when the data in the database is damaged in accordance with an instruction from the system administrator. When receiving the recovery instruction from the console of the headquarter server, the restoring means displays the contents of the backup log on the console and waits for a detailed recovery instruction from the system administrator. Then, the restoring means receives a detailed recovery instruction from the console, for example, an instruction to restore which business section with which transaction data from which day to what day.

すると、復元手段はこの指示に基づいて、前回本部データベースバックアップデータの中から、指示に対応する業務区画を読み出し、このデータを本部データベースの該当する区画に書き込む。そして、復旧指示に対応するトランザクションデータをバックアップデータ内の店舗処理済データや業務処理済データを検索して抽出し、トランザクションデータのファイルで示されるデータ発生日の古いデータから順に取り出し、本部データベースの該当する区画のデータベースを更新する。   Then, based on this instruction, the restoring means reads out the business section corresponding to the instruction from the previous headquarter database backup data and writes this data in the corresponding section of the headquarter database. The transaction data corresponding to the recovery instruction is searched and extracted from the store-processed data and the business-processed data in the backup data. Update the database for the appropriate partition.

このように本部データベースの該当する区画のみを復旧することができるため、復旧時間を短縮することができる。また、バックアップログを使用することにより、復旧に必要なトランザクションデータの検索や抽出などの複雑な作業を、ファイル名を構成する各種の条件(データ発生日や発生店舗、業務種別など)の指定だけで容易に行なうことができる。さらに、バックアップ作業の内容は、最初に一度だけプロフィール定義ファイルとして記載しておけば、毎回のバックアップ作業が自動的に行なわれるため、漏れがなく正確な作業が手間をかけることなく実施できる。   As described above, only the corresponding section of the headquarter database can be restored, so that the restoration time can be shortened. Also, by using the backup log, complex operations such as searching and extracting transaction data required for recovery can be performed by simply specifying various conditions (data occurrence date, occurrence store, business type, etc.) that make up the file name. Can be done easily. Furthermore, if the contents of the backup work are described as a profile definition file only once at the beginning, the backup work is automatically performed every time, so that there is no omission and accurate work can be carried out without any trouble.

図4は 振分手段で用いられるプログラムの手順を示すフローチャートである。このプログラムは、図4(A)に示す入力処理と、図4(B)に示すFTP用出力処理と、図4(C)に示すデータベース用出力処理と、図4(D)に示す振分処理との4つのプログラムが、それぞれタスクとして構成されて同時に動作するようになっている。   FIG. 4 is a flowchart showing the procedure of the program used in the distribution means. This program includes the input process shown in FIG. 4A, the FTP output process shown in FIG. 4B, the database output process shown in FIG. 4C, and the distribution shown in FIG. 4D. The four programs for processing are configured as tasks and operate simultaneously.

この説明は店舗サーバシステムを例として説明しているが、本部サーバシステムでの振分手段でも同様の考えで構成されているため、この説明は省略する。
なお、STに続く数字は処理のステップ番号を表している。また、NはNoをYはYesをそれぞれ表している。
Although this description has been given by taking the store server system as an example, the distribution means in the headquarter server system is also configured with the same idea, so this description is omitted.
The number following ST represents the process step number. N represents No and Y represents Yes.

図4(A)において入力処理が開始されると、受取トランザクションデータがあるか確認する(ST1)。受取がなければ待機する(ST1−N)。受取があれば、受取データを入力ホルダへ格納する(ST2)。そしてST1へジャンプする。   When the input process is started in FIG. 4A, it is confirmed whether there is received transaction data (ST1). If not received, it waits (ST1-N). If received, the received data is stored in the input holder (ST2). Then jump to ST1.

図4(B)においてFTP用出力処理が開始されると、出力ホルダ(FTP用)内にデータが存在するか確認する(ST11)。存在しなければ(ST11−N)待機する。存在すれば(ST11−Y)データを取り出し(ST12)、転送手段へ引き渡す(ST13)。そしてへST11ジャンプする。   When the FTP output process is started in FIG. 4B, it is confirmed whether data exists in the output holder (for FTP) (ST11). If it does not exist (ST11-N), it waits. If it exists (ST11-Y), the data is extracted (ST12) and transferred to the transfer means (ST13). Then jump to ST11.

図4(C)においてデータベース用出力処理が開始されると、出力ホルダ(データベース用)内にデータが存在するか確認する(ST21)。存在しなければ(ST21−N)待機する。存在すれば(ST21−Y)データを取り出し(ST22)、店舗振分手段へ引き渡す(ST23)。そしてST21へジャンプする。   When the database output process is started in FIG. 4C, it is confirmed whether data exists in the output holder (database) (ST21). If it does not exist (ST21-N), it waits. If it exists (ST21-Y), the data is taken out (ST22) and delivered to the store distribution means (ST23). Then jump to ST21.

図4(D)において振り分け処理が開始されると、入力ホルダ内にデータが存在するか確認する(ST31)。存在しなければ(ST31−N)待機する。存在すれば(ST31−Y)データを取り出し(ST32)、宛先が複数箇所か確認する(ST33)。複数なら(ST33−Y)宛先の数だけデータを複製する(ST34)。複数でなければ(ST33−N)、ST35へジャンプする。   When the sorting process is started in FIG. 4D, it is confirmed whether data exists in the input holder (ST31). If it does not exist (ST31-N), it waits. If it exists (ST31-Y), data is extracted (ST32), and it is confirmed whether there are a plurality of destinations (ST33). If there are a plurality (ST33-Y), data is copied by the number of destinations (ST34). If not plural (ST33-N), the process jumps to ST35.

取り出したデータ、もしくは複製されたデータの宛先が他のサーバシステムか確認し(ST35)、他のサーバシステムであれば(ST35−Y)、該当データを出力ホルダ(FTP用)へ格納し(ST37)、宛先が自サーバシステムのデータベースであれば(ST35−N)、該当データを出力ホルダ(データベース用)に格納する(ST36)。   It is confirmed whether the destination of the extracted data or the replicated data is another server system (ST35). If it is another server system (ST35-Y), the corresponding data is stored in the output holder (for FTP) (ST37). If the destination is the database of the own server system (ST35-N), the corresponding data is stored in the output holder (for database) (ST36).

なお、図示しないが、宛先が複数ある場合は各データ毎の宛先により、ST36、もしくは、ST37のいずれかの処理がそれぞれのデータ毎に行なわれる。
そして、入力ホルダ内の処理済みの該当データを削除し(ST38)、ST31へジャンプする。
Although not shown, when there are a plurality of destinations, either ST36 or ST37 is performed for each data depending on the destination for each data.
Then, the processed corresponding data in the input holder is deleted (ST38), and the process jumps to ST31.

次に図5のフローチャートを用いて、店舗振分手段を実現する店舗振分処理(A)と、業務振分手段を実現する業務振分処理(B)と、データベース管理手段を実現するデータベース管理処理(C)とを説明する。なお、各処理はそれぞれの手段を構成するプログラムに従って実行される。また、各プログラムはタスクで構成されており、システムが稼働すると同時に、それぞれのプログラムが同時に開始されるようになっている。   Next, referring to the flowchart of FIG. 5, store distribution processing (A) for realizing store distribution means, business distribution processing (B) for realizing business distribution means, and database management for realizing database management means Process (C) will be described. Each process is executed according to a program constituting each means. Each program is composed of tasks, and each program is started at the same time as the system operates.

店舗振分処理が開始されると、受取トランザクションデータが存在するか確認(ST40)し、データがなければ(ST40−N)待機する。データがあれば(ST40−Y)、トランザクションデータのファイル名に記載されている店舗番号に従って受取データを店舗毎に振り分け、対応する店舗未処理フォルダに格納する(ST41)。そして、ST40へジャンプする。   When the store distribution process is started, it is confirmed whether there is received transaction data (ST40), and if there is no data (ST40-N), it waits. If there is data (ST40-Y), the received data is sorted for each store according to the store number described in the file name of the transaction data, and stored in the corresponding store unprocessed folder (ST41). Then, the process jumps to ST40.

業務振分処理が開始されると、店舗毎未処理フォルダにデータが存在するか確認(ST42)し、データがなければ(ST42−N)待機する。データがあれば(ST42−Y)、店舗毎未処理フォルダから1つずつデータを取り出し(ST43)、トランザクションデータのファイル名に記載されている業務種別に従って取出データを業務毎に振り分け、対応する業務未処理フォルダに格納する(ST44)。
そして、取出データを店舗毎処理済フォルダへ書き込む(ST45)。そして、ST42へジャンプする。
When the business distribution process is started, it is confirmed whether there is data in the unprocessed folder for each store (ST42), and if there is no data (ST42-N), it waits. If there is data (ST42-Y), data is extracted one by one from the unprocessed folder for each store (ST43), and the extracted data is distributed according to the business type described in the file name of the transaction data, and the corresponding business Store in the unprocessed folder (ST44).
Then, the take-out data is written into the processed folder for each store (ST45). Then, the process jumps to ST42.

データベース管理処理が開始されると、バックアップ手段からの読み出し依頼があるか確認し(ST50)、依頼があれば(ST50−Y)、データベースから該当データを読み出してバックアップ手段へ引き渡す(ST56)。   When the database management process is started, it is confirmed whether there is a read request from the backup means (ST50). If there is a request (ST50-Y), the corresponding data is read from the database and transferred to the backup means (ST56).

読み出し依頼がなければ(ST50−N)、バックアップ手段からの書き込み依頼があるか確認し(ST51)、依頼があれば(ST51−Y)、データベースを書込データで更新する(ST57)。   If there is no read request (ST50-N), it is confirmed whether there is a write request from the backup means (ST51), and if there is a request (ST51-Y), the database is updated with the write data (ST57).

書き込み依頼がなければ(ST51−N)、業務毎未処理フォルダにデータがあるか確認し(ST52)、データがなければ(ST52−N)ST50へジャンプし、データがあれば(ST52−Y)、業務毎未処理フォルダからトランザクションデータを1つずつ取り出し(ST53)、このデータに従ってデータベースを更新する(ST54)。そして、取り出しデータを業務毎処理済フォルダへ書き込む(ST55)。そして、ST50へジャンプする。   If there is no write request (ST51-N), it is confirmed whether there is data in the unprocessed folder for each job (ST52), and if there is no data (ST52-N), jump to ST50 and if there is data (ST52-Y). Then, transaction data is extracted one by one from the unprocessed folder for each business (ST53), and the database is updated according to this data (ST54). Then, the extracted data is written into the processed folder for each job (ST55). Then, the process jumps to ST50.

次に図6のフローチャートを用いて、バックアップ手段を実現するバックアップ処理を説明する。なお、この処理はバックアップ手段を構成するプログラムに従って実行される。また、このプログラムはタスクで構成されており、システムが稼働すると同時にプログラムが開始されるようになっている。なお、図6のST71〜ST74のステップが、復元手段を実現するためのステップである。   Next, backup processing for realizing backup means will be described using the flowchart of FIG. This process is executed according to a program constituting the backup means. In addition, this program is composed of tasks, and the program is started at the same time as the system operates. Note that steps ST71 to ST74 in FIG. 6 are steps for realizing the restoring means.

バックアップ処理が開始されると、コンソールからのデータベース復旧指示があるか確認する(ST60)。指示がなければ(ST60−N)、プロフィールファイルの内容を読み出し(ST61)、プロフィールファイルで定義されたバックアップ実施タイミングか判断する(ST62)。定義されたバックアップ実施タイミングでなければ(ST62−N)、ST60へジャンプする。   When the backup process is started, it is confirmed whether there is a database recovery instruction from the console (ST60). If there is no instruction (ST60-N), the contents of the profile file are read (ST61), and it is determined whether the backup execution timing defined in the profile file is reached (ST62). If it is not the defined backup execution timing (ST62-N), the process jumps to ST60.

定義されたバックアップ実施タイミングであれば(ST62−Y)、店舗別処理済フォルダ全体をバックアップデータとして保存し、この時の保存対象ファイル名と保存元、保存先、保存時刻とをバックアップログファイルへ履歴として書き込み(ST63)、次に業務別処理済フォルダ全体をバックアップデータとして保存し、この時の保存対象ファイル名と保存元、保存先、保存時刻とをバックアップログファイルへ履歴として書き込む(ST64)。   If it is the defined backup execution timing (ST62-Y), the entire processed folder for each store is saved as backup data, and the save target file name, save source, save destination, and save time at this time are stored in the backup log file. Write as history (ST63), then save the entire processed folder for each job as backup data, and write the save target file name, save source, save destination, and save time to the backup log file as history (ST64) .

次にプロフィールファイルで定義された削除タイミングか判断する(ST65)。つまり、保存期間が経過したデータの処理が「削除」に定義されており、バックアップログファイルに記録されている保存日時を過ぎたファイルが全バックアップデータ内に存在するか検索する。定義された削除タイミングであれば(ST65−Y)、該当するトランザクションデータを削除し、バックアップログファイルの対応する保存対象ファイル名の該当する削除/移動日時の項目に削除した時刻を、削除/移動の項目に「削除」を、それぞれ履歴として書き込む(ST69)。そして、ST60へジャンプする。   Next, it is determined whether it is the deletion timing defined in the profile file (ST65). In other words, the processing of data whose retention period has elapsed is defined as “delete”, and a search is performed to determine whether a file whose retention date and time recorded in the backup log file has passed is present in all backup data. If it is the defined deletion timing (ST65-Y), the corresponding transaction data is deleted, and the deletion / move time is deleted in the corresponding deletion / movement date / time item of the corresponding save target file name of the backup log file. “Delete” is written as a history in the item (ST69). Then, the process jumps to ST60.

次にプロフィールファイルで定義された移動タイミングか判断する(ST66)。つまり、保存期間が経過したデータの処理が「移動」に定義されており、バックアップログファイルに記録されている保存日時を過ぎたファイルが全バックアップデータ内に存在するか検索する。定義された移動タイミングであれば(ST66−Y)、該当するトランザクションデータを指定されたドライブ名の記憶媒体に移動し、バックアップログファイルの対応する保存対象ファイル名の該当する削除/移動日時の項目に移動した時刻を、削除/移動の項目に「移動」を、それぞれ履歴として書き込む(ST70)。そして、ST60へジャンプする。   Next, it is determined whether the movement timing is defined in the profile file (ST66). In other words, the processing of data whose retention period has passed is defined as “move”, and a search is performed to determine whether a file whose retention date and time recorded in the backup log file has passed is present in all backup data. If it is the defined move timing (ST66-Y), the corresponding transaction data is moved to the storage medium of the designated drive name, and the corresponding deletion / movement date / time item of the corresponding save target file name of the backup log file “Move” is written in the delete / move item as the history (ST70). Then, the process jumps to ST60.

次にプロフィールファイルで定義されたデータベース全体のバックアップタイミングか判断する(ST67)。定義されたタイミングでなければ(ST67−N)、ST60へジャンプする。定義されたタイミングであれば(ST67−Y)、データベース全体を読み出してバックアップデータベースとして保存する(ST68)。そして、ST60へジャンプする。   Next, it is determined whether it is the backup timing of the entire database defined in the profile file (ST67). If it is not the defined timing (ST67-N), the process jumps to ST60. If it is the defined timing (ST67-Y), the entire database is read and stored as a backup database (ST68). Then, the process jumps to ST60.

一方、バックアップ処理が開始され、コンソールからのデータベース復旧指示があれば(ST60−Y)、コンソールへバックアップログファイルの内容を表示し(ST71)、コンソールからの復旧データ指示入力を受け付ける(ST72)。   On the other hand, if the backup process is started and there is a database recovery instruction from the console (ST60-Y), the contents of the backup log file are displayed on the console (ST71), and a recovery data instruction input from the console is accepted (ST72).

そして、前回分データベースバックアップデータから、コンソールで指示された復旧すべき区画のデータと対応する区画のデータベースファイルを読み出して、復旧されるデータベースの該当区画へ書き込む(ST73)。   Then, from the previous database backup data, the database file of the partition corresponding to the data of the partition to be restored instructed by the console is read and written to the corresponding partition of the database to be recovered (ST73).

次に、コンソールで指示された復旧すべき区画のデータと対応する、保存されたトランザクションデータを店舗処理済データ又は業務処理済データから検索し、検索されたデータを用いて復旧されるデータベースの該当区画を再更新する(ST74)。   Next, the stored transaction data corresponding to the data of the section to be restored instructed on the console is searched from the store processed data or the business processed data, and the database to be recovered using the searched data The partition is updated again (ST74).

このように保存されたトランザクションデータが、店舗毎や業務毎に区分けされると共に、各トランザクションデータにデータ発生日時や店舗番号、業務種別、伝票番号などがファイル名として付加され、さらに、バックアップログファイルにバックアップの履歴が保存されているため、障害発生の要因に応じて、データベース復旧に必要なトランザクションデータを素早く検索し、取り出すことができる。   The transaction data stored in this way is classified for each store or business, and the data generation date / time, store number, business type, slip number, etc. are added to each transaction data as a file name, and a backup log file Since the backup history is stored, transaction data necessary for database recovery can be quickly retrieved and retrieved according to the cause of the failure.

例えば、店舗Aからのデータに異常があれば、該当する時間に発生した店舗Aのデータのみを検索したり、発注業務に障害要因があれば、該当する時間に発生した発注業務データのみを検索したりして、障害原因を短時間で特定することができる。
また、データベースは業務ごとに区画されており、この区画を最小単位として復旧することができるため、復旧時間を短縮することができる。
For example, if there is an abnormality in data from store A, only the data of store A that occurred at the relevant time is searched, or if there is a failure factor in the ordering work, only the order business data that occurred at the relevant time is searched. The cause of the failure can be identified in a short time.
In addition, the database is partitioned for each business, and the recovery can be shortened because the partition can be recovered as a minimum unit.

本発明によるトランザクションデータの流れを示すブロック図である。It is a block diagram which shows the flow of transaction data by this invention. 本発明によるトランザクションデータの流れを詳細に示す説明図である。It is explanatory drawing which shows the flow of the transaction data by this invention in detail. 本発明によるファイル内容の一例を示す説明図であり、(A)はプロフィール定義ファイル、(B)はバックアップログの内容を示す。It is explanatory drawing which shows an example of the file content by this invention, (A) shows the profile definition file, (B) shows the content of the backup log. 本発明による振分手段の処理を説明するためのフローチャートである。It is a flowchart for demonstrating the process of the distribution means by this invention. 本発明による店舗振分手段(A)、業務振分手段(B)、データベース管理手段(C)の、それぞれの処理を説明するためのフローチャートである。It is a flowchart for demonstrating each process of the store distribution means (A) by this invention, a business distribution means (B), and a database management means (C). 本発明によるバックアップ手段の処理を説明するためのフローチャートである。It is a flowchart for demonstrating the process of the backup means by this invention. 従来のオンラインシステムの構成を示すシステム図である。It is a system diagram which shows the structure of the conventional online system. 従来のオンラインシステムのトランザクションの流れを示すブロック図である。It is a block diagram which shows the flow of a transaction of the conventional online system.

符号の説明Explanation of symbols

1 店舗サーバシステム
2 本部サーバシステム
4 店舗業務端末
4a 業務処理手段
4b トランザクションデータ送信手段
5 POS端末
5a トランザクションデータ送信手段
5b 業務処理手段
7 店舗サーバ
7a、12a 業務処理手段
7b、12b 振分手段
7d 転送手段
7f 業務振分手段
7g データベース管理手段
7h バックアップ手段
7i、12i 復元手段
8、14 バックアップ記憶部
9 店舗データベース記憶部
12 本部サーバ
7c、12c 受信手段
12e 店舗振分手段
12f 業務振分手段
12g データベース管理手段
13 本部データベース記憶部
83 ネットワーク
DESCRIPTION OF SYMBOLS 1 Store server system 2 Headquarters server system 4 Store business terminal 4a Business processing means 4b Transaction data transmission means 5 POS terminal 5a Transaction data transmission means 5b Business processing means 7 Store servers 7a, 12a Business processing means 7b, 12b Distribution means 7d Transfer Means 7f Business distribution means 7g Database management means 7h Backup means 7i, 12i Restoration means 8, 14 Backup storage section 9 Store database storage section 12 Central server 7c, 12c Receiving means 12e Store distribution means 12f Business distribution means 12g Database management Means 13 Headquarter database storage 83 Network

Claims (4)

入力されたデータを処理してトランザクションデータに変換し、通信回線により前記トランザクションデータを送信する業務端末と、前記トランザクションデータを受信して対応するデータベースを更新すると共に、同データベースをバックアップするサーバとで構成された複数のサーバシステムがネットワークで接続されたオンラインシステムで行なわれるデータベースのバックアップ方法において、
前記業務端末は、前記トランザクションデータに前記データベースを特定する宛先と前記業務区分を特定する識別子とを付加して送信し、前記サーバは、前記トランザクションデータを前記宛先に従って振分け、前記宛先に対応するデータベースを備えた前記サーバシステムへ転送し、
振り分けられた前記トランザクションデータを受け取った前記サーバは、前記宛先に対応するデータベースを更新すると共に、前記識別子に従って前記トランザクションデータを分類し、バックアップデータとして保存してなることを特徴とするデータベースのバックアップ方法。
A business terminal that processes input data and converts it into transaction data, and transmits the transaction data through a communication line; and a server that receives the transaction data and updates a corresponding database and backs up the database. In a database backup method performed in an online system in which a plurality of configured server systems are connected via a network,
The business terminal transmits the transaction data by adding a destination for identifying the database and an identifier for identifying the business category, and the server distributes the transaction data according to the destination, and a database corresponding to the destination. Transferred to the server system comprising:
The server receiving the distributed transaction data updates the database corresponding to the destination, classifies the transaction data according to the identifier, and stores the data as backup data. .
前記データベースを前記トランザクションデータと対応する業務毎に区分して構成し、 前記サーバは、所定期間毎に同データベースを複製してバックアップデータベースとして保存し、
前記データベースのデータが破損した場合に、破損した箇所と対応する前記業務区分の領域を前記バックアップデータベースから前記破損したデータベースに複写すると共に、前記バックアップデータを用いて前記データベースを更新することにより前記データベースを復元してなることを特徴とする請求項1に記載のデータベースのバックアップ方法。
The database is divided and configured for each business corresponding to the transaction data, and the server replicates the database every predetermined period and stores it as a backup database,
When the data of the database is damaged, the database stores the database by copying the area of the business division corresponding to the damaged part from the backup database to the damaged database, and updating the database using the backup data. The database backup method according to claim 1, wherein the database is restored.
入力されたデータを処理してトランザクションデータに変換し、通信回線により前記トランザクションデータを送信する業務端末と、前記トランザクションデータを受信して対応するデータベースを更新すると共に、同データベースをバックアップするサーバとで構成された複数のサーバシステムがネットワークで接続されたオンラインシステムにおいて、
前記業務端末は、前記データベースを特定する宛先と、前記業務区分を特定する識別子とを前記トランザクションデータに付加する業務処理手段と、同トランザクションデータを送信するトランザクションデータ送信手段とを備え、
前記サーバは、前記トランザクションデータを前記宛先に従って振り分ける振分手段と、前記トランザクションデータで前記サーバ内の前記宛先に対応するデータベースを更新するデータベース更新手段と、前記宛先に対応するデータベースを備えた前記サーバシステムへ転送する転送手段と、転送された前記トランザクションデータを分類する業務振分手段と、同分類されたトランザクションデータをバックアップデータとして保存すると共に、所定期間毎に前記データベースを複製してバックアップデータベースとして保存するバックアップ手段とを備えてなることを特徴とするオンラインシステム。
A business terminal that processes input data and converts it into transaction data, and transmits the transaction data through a communication line; and a server that receives the transaction data and updates a corresponding database and backs up the database. In an online system in which a plurality of configured server systems are connected via a network,
The business terminal comprises a business processing means for adding a destination for identifying the database, an identifier for identifying the business classification to the transaction data, and a transaction data transmission means for transmitting the transaction data.
The server includes a distribution unit that distributes the transaction data according to the destination, a database update unit that updates a database corresponding to the destination in the server with the transaction data, and a database corresponding to the destination Transfer means for transferring to the system, business distribution means for classifying the transferred transaction data, and storing the classified transaction data as backup data, and replicating the database every predetermined period as a backup database An on-line system comprising backup means for saving.
前記データベースを前記トランザクションデータと対応する業務毎に区分して構成し、 前記バックアップ手段は、前記データベースのデータが破損した場合に、同破損した箇所と対応する前記業務区分の領域を前記バックアップデータベースから前記破損したデータベースに複写すると共に、前記バックアップデータを用いて前記データベースを更新することにより前記データベースを復元する復元手段を備えてなることを特徴とする請求項3に記載のオンラインシステム。   The database is configured to be divided for each business corresponding to the transaction data, and when the data in the database is damaged, the backup unit is configured to identify the area of the business division corresponding to the damaged portion from the backup database. 4. The on-line system according to claim 3, further comprising a restoring means for copying the damaged database and restoring the database by updating the database using the backup data.
JP2003378451A 2003-11-07 2003-11-07 Backup method of database, and online system using same Pending JP2005141555A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003378451A JP2005141555A (en) 2003-11-07 2003-11-07 Backup method of database, and online system using same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003378451A JP2005141555A (en) 2003-11-07 2003-11-07 Backup method of database, and online system using same

Publications (1)

Publication Number Publication Date
JP2005141555A true JP2005141555A (en) 2005-06-02

Family

ID=34688832

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003378451A Pending JP2005141555A (en) 2003-11-07 2003-11-07 Backup method of database, and online system using same

Country Status (1)

Country Link
JP (1) JP2005141555A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008033778A (en) * 2006-07-31 2008-02-14 Nec Corp Computer system, database restoration method, and database restoration program
JP2009187286A (en) * 2008-02-06 2009-08-20 Mitsubishi Electric Corp Web job application information management system
JP2010231394A (en) * 2009-03-26 2010-10-14 Nec Corp Information processing system, information restoration control method, information restoration program, history storing program, and information storing program
JP2011237950A (en) * 2010-05-07 2011-11-24 Fujitsu Ltd Information processor, backup server, backup program, backup method, and backup system
JP2012504280A (en) * 2008-09-30 2012-02-16 シマンテック コーポレーション Restore selected objects from a batch database back
KR20140015403A (en) * 2011-03-31 2014-02-06 마이크로소프트 코포레이션 Recovery of tenant data across tenant moves
JP2014089747A (en) * 2013-12-26 2014-05-15 Hitachi Ltd Failure recovery method for information processing system, and information processing system
JP2019212144A (en) * 2018-06-07 2019-12-12 株式会社Pfu File management device, method for managing file, and program
CN112631576A (en) * 2020-12-31 2021-04-09 杭州天宽科技有限公司 Java universal code generation optimization method and system

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008033778A (en) * 2006-07-31 2008-02-14 Nec Corp Computer system, database restoration method, and database restoration program
JP2009187286A (en) * 2008-02-06 2009-08-20 Mitsubishi Electric Corp Web job application information management system
JP2012504280A (en) * 2008-09-30 2012-02-16 シマンテック コーポレーション Restore selected objects from a batch database back
JP2010231394A (en) * 2009-03-26 2010-10-14 Nec Corp Information processing system, information restoration control method, information restoration program, history storing program, and information storing program
JP2011237950A (en) * 2010-05-07 2011-11-24 Fujitsu Ltd Information processor, backup server, backup program, backup method, and backup system
KR102015673B1 (en) * 2011-03-31 2019-08-28 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 Recovery of tenant data across tenant moves
JP2014512601A (en) * 2011-03-31 2014-05-22 マイクロソフト コーポレーション Tenant data recovery across tenant migration
JP2017123188A (en) * 2011-03-31 2017-07-13 マイクロソフト テクノロジー ライセンシング,エルエルシー Recovery of tenant data across tenant moves
KR20140015403A (en) * 2011-03-31 2014-02-06 마이크로소프트 코포레이션 Recovery of tenant data across tenant moves
JP2014089747A (en) * 2013-12-26 2014-05-15 Hitachi Ltd Failure recovery method for information processing system, and information processing system
JP2019212144A (en) * 2018-06-07 2019-12-12 株式会社Pfu File management device, method for managing file, and program
CN112631576A (en) * 2020-12-31 2021-04-09 杭州天宽科技有限公司 Java universal code generation optimization method and system
CN112631576B (en) * 2020-12-31 2022-09-27 杭州天宽科技有限公司 Java universal code generation optimization method and system

Similar Documents

Publication Publication Date Title
CN100458716C (en) Data maintenance, backup and recovery system and its method
US8082229B2 (en) Methods for backing up a database
CN100412862C (en) File system with file management function and file management method
CN1902595B (en) Coordinated storage management operations in replication environment
US7415586B2 (en) Data backup method and system
US7650369B2 (en) Database system management method and database system
US7444485B1 (en) Method and apparatus for duplicating computer backup data
CN100424705C (en) Method and system for synchronizing direct access storage volumes
US6157931A (en) Database/template driven file selection for backup programs
US7188187B2 (en) File transfer method and system
CN101167058B (en) Apparatus, method and system for restoring files
CN100397355C (en) A method and system for managing data transfer in consistency group formation
JP4575762B2 (en) Data processing method and apparatus, storage apparatus and processing program therefor
CN109542682A (en) A kind of data back up method, device, equipment and storage medium
JP2009020757A (en) Data registration apparatus, data registration method and program
JP2005141555A (en) Backup method of database, and online system using same
US11880284B2 (en) Storage restore system, storage restore method, and storage medium
JP2001344139A (en) Database management device
KR101782534B1 (en) System for providing automatic of work by requirement of customer on demand
JP4084520B2 (en) Data synchronization method, accounting processing apparatus, accounting processing system, and computer-readable recording medium recording accounting data synchronization processing program
US6553349B1 (en) System and method of applying price changes in an electronic price label system
JPH09330262A (en) Backup system
JP2001175659A (en) System and method for document management, and storage medium
JPH11250092A (en) Shared database, shared databse system, method for extracting data from shared database and medium recording data extraction program from shared databse
JP2003263350A (en) Database system