JP2806342B2 - Database failure recovery method and device - Google Patents
Database failure recovery method and deviceInfo
- Publication number
- JP2806342B2 JP2806342B2 JP8013160A JP1316096A JP2806342B2 JP 2806342 B2 JP2806342 B2 JP 2806342B2 JP 8013160 A JP8013160 A JP 8013160A JP 1316096 A JP1316096 A JP 1316096A JP 2806342 B2 JP2806342 B2 JP 2806342B2
- Authority
- JP
- Japan
- Prior art keywords
- database
- history
- update
- data
- information
- 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.)
- Expired - Lifetime
Links
- 238000000034 method Methods 0.000 title claims description 23
- 238000011084 recovery Methods 0.000 title claims description 19
- 238000007726 management method Methods 0.000 description 33
- 238000012545 processing Methods 0.000 description 8
- 238000012544 monitoring process Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 230000005540 biological transmission Effects 0.000 description 3
- 230000002159 abnormal effect Effects 0.000 description 2
- 238000011161 development Methods 0.000 description 2
- 238000003672 processing method Methods 0.000 description 2
- 230000001174 ascending effect Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
【0001】[0001]
【発明の属する技術分野】本発明は、データベースの復
旧処理方法とその装置に関し、特に複数の局舎に分散し
て設置された複数の伝送装置を集中的に監視制御するネ
ットワークオペレーションシステムにおけるデータベー
スの復旧処理方法と装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database recovery processing method and apparatus, and more particularly to a database recovery method in a network operation system for centrally monitoring and controlling a plurality of transmission apparatuses distributed and installed in a plurality of stations. The present invention relates to a recovery processing method and device.
【0002】[0002]
【従来の技術】ネットワークオペレーションシステム
は、複数の局所に分散して設置された複数の伝送装置か
らなる通信網システムの監視制御を1つまたは少数のセ
ンターで集中的に行なうもので、各伝送装置およびシス
テム全体の環境設定、動作状態などの管理データが監視
センターのデータベースに格納されている。2. Description of the Related Art A network operation system performs monitoring and control of a communication network system composed of a plurality of transmission devices distributed in a plurality of locations in one or a small number of centers. In addition, management data such as environment settings and operation status of the entire system are stored in the database of the monitoring center.
【0003】データベースシステムにおけるデータの更
新処理は、まず、更新対象の一連のデータごとにトラン
ザクションの開設処理を行ない、データベースから更新
対象データを順次検索して読み出し、このデータを新デ
ータに置き換えてデータベースに書き込む操作を一連の
更新作業が完了するまで繰り返し、更新作業が完了して
からこのデータを他のトランザクションに開放して終わ
るという手順によっている。In a data update process in a database system, first, a transaction opening process is performed for each series of data to be updated, data to be updated is sequentially searched and read from the database, and this data is replaced with new data to replace the database. Is repeated until a series of update work is completed, and after the update work is completed, this data is released to another transaction and finished.
【0004】このトランザクション処理中に障害が発生
すると、データの更新が中断されてデータベースが破壊
されるので、この被害を最小限に止めるために、更新前
後の各データや関連する履歴データを時系列的にジャー
ナルとして磁気テープなどの2次記憶装置に格納してお
き、障害発生時には、この2次記憶装置に格納されたジ
ャーナルを用いてデータベースを障害発生以前の状態に
復旧して更新処理が行なわれる。このデータベースの障
害復旧処理を迅速に行なうために、従来から種々の提案
がなされている。If a failure occurs during the transaction processing, the data update is interrupted and the database is destroyed. To minimize this damage, each data before and after the update and related history data are time-series. The journal is stored in a secondary storage device such as a magnetic tape, and when a failure occurs, the database is restored to the state before the failure using the journal stored in the secondary storage device, and the update process is performed. It is. Various proposals have hitherto been made in order to quickly perform the database failure recovery processing.
【0005】例えば、特開平3−192438号「デー
タベースの障害復旧方式」は、長大データの出現に対処
して、更新前データの履歴ジャーナル取得処理の高速化
を図り、データベースの障害復旧を効率的に行なうこと
を目的とするもので、更新前および更新後のデータをそ
れぞれ更新履歴およびカレントデータとしてフラグ情報
によって識別してデータベースに保持し、カレントデー
タをデータベースから削除し、更新履歴として保持され
ている更新前データをフラグ情報の変更でカレントデー
タとすることによりデータベースを復旧し、障害発生時
には、更新履歴ジャーナルに取得させたポインタ情報で
指定される格納域のデータのフラグ情報の変更と不要デ
ータの削除により、障害の発生したトランザクションの
開設前の状態にデータベースを復旧させることが開示さ
れている。For example, Japanese Unexamined Patent Publication No. Hei 3-192438, "Database Failure Recovery Method," addresses the emergence of long data, attempts to speed up the history journal acquisition process of the data before updating, and efficiently recovers the database failure. The data before and after the update is identified by the flag information as an update history and current data, respectively, and stored in the database as the update data, the current data is deleted from the database, and the current data is stored as the update history. Restores the database by changing the pre-update data to the current data by changing the flag information, and in the event of a failure, changes the flag information and unnecessary data in the data in the storage area specified by the pointer information acquired in the update history journal Deleting a failed transaction restores it to the state it was in before the failed transaction was opened. Possible to recover the database is disclosed.
【0006】また、特開平5−94352号「データベ
ース復旧方式」は、同一データブロックを一度に更新し
て、データベースの入出力回数を削減することを目的と
し、更新前ジャーナルレコードをソートに適する長さに
分割し、分割された更新前ジャーナルレコードをソート
作業用ファイルに出力し、そのレコードデータのデータ
ファイル名、媒体名、媒体装置名、およびデータベース
ブロックのファイル内相対位置をソートキーとして昇順
にソートし、更新前ジャーナルレコードを結合して元の
レコードイメージに直す案が開示されている。Japanese Unexamined Patent Publication No. 5-94352 discloses a "database recovery method" in which the same data block is updated at a time to reduce the number of times of input / output of the database. The pre-update journal records are output to a sort work file, and the record data is sorted in ascending order using the data file name, medium name, medium device name, and relative position of the database block in the file as the sort key. In addition, there is disclosed a method of combining journal records before updating and converting them into an original record image.
【0007】また、特開平5−143422号「更新後
ジャーナル管理方式」は、データベース復旧処理におい
て、複数ページの復旧処理を並行して行なうことによ
り、処理の迅速化を図ることを目的として、更新履歴情
報を区分編成として格納する更新後ジャーナルファイル
と、データベースの入出力手段と、更新後ジャーナルフ
ァイル上で更新履歴情報をページごとに区分編成ファイ
ルの別のメンバとして格納して入出力制御するジャーナ
ル制御手段と、データベースの退避処理を行なう退避手
段と、データベースの異常時に複数のページ復旧処理を
並行して行なうファイル復旧手段とを設ける。そして、
更新後ジャーナルを区分編成ファイルとして更新履歴情
報をページ別に分けて格納し、データベースの正常時に
ファイルを退避しておき、障害発生時には、全ページ、
または更新履歴の特定のページの復旧処理が複数のペー
ジについて並行して行なうことが開示されている。Japanese Patent Application Laid-Open No. 5-143422 discloses an "updated journal management method" in which a plurality of pages are restored in parallel in a database restoration process to speed up the process. An updated journal file that stores history information as partitioned organization, an input / output means of a database, and a journal that stores update history information on each updated journal file as a separate member of a partitioned file for each page and controls input and output A control unit, a saving unit for saving the database, and a file restoring unit for executing a plurality of page restoration processes in parallel when the database is abnormal are provided. And
After the update, the update history information is stored separately for each page as a sectioned file, and the file is saved when the database is normal.
Alternatively, it is disclosed that restoration processing of a specific page of the update history is performed in parallel on a plurality of pages.
【0008】[0008]
【発明が解決しようとする課題】しかし、上述の各デー
タベースシステムにおいては、データベースの更新時の
更新履歴の取得がデータベースの更新とは独立に行なわ
れていたので、システムダウン時にメモリ展開中の更新
情報が消失した場合は、履歴情報を用いた復旧処理を自
動的に行なうことができず、運用者ーがデータベースの
内容を確認しながら更新処理を行なわなければならない
という問題点があった。However, in each of the above-mentioned database systems, the acquisition of the update history at the time of updating the database is performed independently of the update of the database. When the information is lost, the recovery process using the history information cannot be performed automatically, and there is a problem that the operator has to perform the update process while checking the contents of the database.
【0009】また、2次記憶装置に格納されたバックア
ップ用のデータを用いる場合には、前述の異常更新デー
タ復旧作業の後、バックアップ用のデータをリストアし
てリストア前のデータと比較し、相違するデータを抽出
して再更新する作業を手作業により行なう必要があり、
復旧に長時間を要して運用開始が遅れるという問題点が
あった。When the backup data stored in the secondary storage device is used, the backup data is restored after the above-mentioned abnormal update data recovery work, and the restored data is compared with the data before the restoration. It is necessary to manually extract and update the data to be updated,
There was a problem that it took a long time to recover and the operation start was delayed.
【0010】本発明の目的は、上述の問題点を解消し、
メモリ展開中に消失した更新情報を自動的に抽出して復
旧することのできるデータベースの障害復旧方法とその
装置を提供することにある。An object of the present invention is to solve the above-mentioned problems,
It is an object of the present invention to provide a database failure recovery method and device capable of automatically extracting and restoring update information lost during memory development.
【0011】[0011]
【課題を解決するための手段】本発明のデータベースの
障害復旧方法は、更新履歴ファイル内の履歴情報と1対
1で対応付けられた履歴情報の有無の情報を更新履歴フ
ァイル内に設けられる第1の履歴管理マップとデータベ
ース内に設けられる第2の履歴管理マップとに記録し、
第1の履歴管理マップと第2の履歴管理マップとを比較
し、比較の結果、両者が等しくないことが検出された履
歴情報について、データベースの更新処理を行なう。According to the present invention, there is provided a method for restoring a failure in a database, wherein information on the presence / absence of history information in one-to-one correspondence with history information in an update history file is provided in the update history file. Recording in the first history management map and the second history management map provided in the database,
The first history management map is compared with the second history management map, and as a result of the comparison, a database update process is performed on history information in which both are detected to be unequal.
【0012】本発明のデータベースの障害復旧装置は、
データベースに対する更新操作の履歴情報が格納される
更新履歴ファイルと、更新履歴ファイル内の履歴情報と
1対1で対応付けられた履歴情報の有無を管理する履歴
管理マップと、データベースのバックアップおよびリス
トア作業を行なうバックアップ・リストア手段と、更新
履歴ファイル内に存在する履歴管理マップとデータベー
ス内に存在する同様な履歴管理マップとを比較する履歴
管理マップ比較手段と、履歴管理マップ比較手段による
比較の結果、両者が等しくないことが検出された履歴情
報について、データベースの更新処理を行なうデータベ
ース自動更新手段とを備えている。[0012] The database failure recovery apparatus of the present invention comprises:
An update history file that stores history information of update operations on the database, a history management map that manages the presence / absence of history information in one-to-one correspondence with history information in the update history file, and database backup and restore operations Backup / restore means for performing the comparison, a history management map comparing means for comparing a history management map existing in the update history file with a similar history management map existing in the database, and a result of the comparison by the history management map comparing means. A database automatic updating unit is provided for performing a database updating process on history information in which both are detected to be unequal.
【0013】また、本発明のデータベースの障害復旧装
置は、バックアップの際、履歴管理マップも同時にバッ
クアップされる。In the database failure recovery apparatus of the present invention, at the time of backup, the history management map is also backed up at the same time.
【0014】[0014]
【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。Next, embodiments of the present invention will be described with reference to the drawings.
【0015】図1は本発明によるデータベースの障害復
旧装置の一実施例のブロック図、図2は更新履歴ファイ
ル7と履歴管理マップ71の対応関係を示す図、図3は
履歴管理マップ71の比較情報の流れ図、図4はシステ
ム再起動時のフローチャート、図5はバックアップデー
タベースのリストア時のフローチャートである。FIG. 1 is a block diagram of an embodiment of a database failure recovery apparatus according to the present invention, FIG. 2 is a diagram showing a correspondence relationship between an update history file 7 and a history management map 71, and FIG. FIG. 4 is a flowchart at the time of system restart, and FIG. 5 is a flowchart at the time of restoring a backup database.
【0016】図1において、本実施例の監視制御装置1
は、複数の伝送装置を監視制御するアプリケーションプ
ログラム2と、監視制御のための管理データが格納され
るデータベース4と、データベース4の更新されたデー
タが格納される更新履歴ファイル7を有するシステムコ
ンソル6と、システムコンソル6とデータベース4とに
対するデータの入出力を制御するデータベース制御部3
と、データベース4のバックアップデータが格納される
バックアップ記録部5とを有する。Referring to FIG. 1, a supervisory control device 1 according to this embodiment
Is a system console 6 having an application program 2 for monitoring and controlling a plurality of transmission devices, a database 4 for storing management data for monitoring and control, and an update history file 7 for storing updated data of the database 4. And a database control unit 3 for controlling input and output of data to and from the system console 6 and the database 4
And a backup recording unit 5 in which backup data of the database 4 is stored.
【0017】更新履歴ファイル7には、データベース4
の更新内容が管理データのブロックごとに記録されてい
るが、さらに、図2に示すように、更新履歴ファイル7
への記録の有無を管理する履歴管理マップ71が備えら
れ、更新処理情報が更新履歴ファイル7に記録されてい
るか否かを、初期状態ならばOFF、書込みがあればO
Nとして記録される。また、データベース4にも履歴管
理マップ41が備えられ、更新履歴ファイル7の更新内
容と1対1で対応付けられた管理情報が記録される。The update history file 7 includes a database 4
Are recorded for each block of the management data, and as shown in FIG.
A history management map 71 for managing whether or not there is a record in the update history file 71 is provided.
Recorded as N. The database 4 is also provided with a history management map 41, in which management information associated with the update contents of the update history file 7 on a one-to-one basis is recorded.
【0018】通常の更新処理の場合は、書込部31がデ
ータベース4から書き込み状態の情報を受け取り、正常
に書き込まれた場合にのみ、更新履歴ファイル7に対し
て更新操作内容の書込みを行なうとともに、書き込んだ
更新履歴ファイル7の箇所に対応する履歴管理マップ4
1、71の該当の位置のマップ状態をOFFからONに
変更する。したがって、更新処理が正常に行なわれた場
合には、履歴管理マップ41、71の各部の内容は一致
している。In the case of a normal update process, the writing unit 31 receives the information on the writing state from the database 4 and writes the contents of the update operation to the update history file 7 only when the writing is normally performed. History management map 4 corresponding to the location of the written update history file 7
The map state of the corresponding position of 1, 71 is changed from OFF to ON. Therefore, when the update processing is performed normally, the contents of the respective parts of the history management maps 41 and 71 match.
【0019】また、データベース制御部3は、データベ
ース4への管理データの書込みと更新履歴ファイル7へ
の更新内容の書込みとを行なう書込部31と、2つの履
歴管理マップ41,71を比較する比較部32と、比較
の結果差異を検出したときに相違する更新内容によりデ
ータベース4を自動的に更新する自動更新部33と、バ
ックアップ記録部5に格納されたバックアップデータを
データベース4にリストアするリストア処理部34とを
有する。The database control unit 3 compares the two history management maps 41 and 71 with the writing unit 31 that writes management data into the database 4 and writes the updated contents into the update history file 7. A comparing unit 32; an automatic updating unit 33 for automatically updating the database 4 with a different update content when a difference is detected as a result of the comparison; and a restore for restoring the backup data stored in the backup recording unit 5 to the database 4. And a processing unit 34.
【0020】次に、本実施例の動作について説明する。Next, the operation of this embodiment will be described.
【0021】システムコンソル6からデータベース4に
対して通常の更新処理を行なうと、書込部31は、デー
タベース4から書き込み状態の情報を受け取り、正常に
書き込まれた場合にのみ更新履歴ファイル7に対して更
新操作内容の書込みを行なうとともに、書き込んだ更新
履歴ファイル7の箇所に対応する履歴管理マップ41、
71の該当の位置のマップ状態をOFFからONに変更
する。When a normal update process is performed from the system console 6 to the database 4, the writing unit 31 receives the write status information from the database 4, and updates the update history file 7 only when the data is normally written. The update management content 41 corresponding to the location of the written update history file 7 is written.
The map state of the corresponding position 71 is changed from OFF to ON.
【0022】いま、データベースの更新操作中に、シス
テムダウンの障害が発生してメモリ展開中のデータベー
ス4への更新データの内容が消失したとする。Now, it is assumed that a system failure has occurred during the database update operation, and the contents of the update data in the database 4 being developed in memory have been lost.
【0023】この状態で障害が回復してシステムが再起
動されると、図3に示すように、比較部32がデータベ
ース4の履歴管理マップ41と更新履歴ファイル7の履
歴管理マップ71とを比較して差異の有無を検出し、差
異が検出された場合は、自動更新部33が差異の検出さ
れたマップ位置に対応する更新履歴ファイル7の更新内
容に従ってデータベース4に対して自動的に更新処理を
行なう。In this state, when the failure is recovered and the system is restarted, the comparison unit 32 compares the history management map 41 of the database 4 with the history management map 71 of the update history file 7 as shown in FIG. The automatic update unit 33 automatically updates the database 4 in accordance with the update contents of the update history file 7 corresponding to the map position where the difference is detected. Perform
【0024】データベース4の内容が消失しておらず、
したがって比較の結果差異が検出されない場合は、図4
のフローチャートに示すように、特別の処理は行なわ
ず、そのままシステムを起動する。The contents of the database 4 are not lost,
Therefore, when no difference is detected as a result of the comparison, FIG.
As shown in the flowchart, the system is started without any special processing.
【0025】また、バックアップ記録部5には、データ
ベース4の救済ができないような障害の発生に備えて、
予め一定の周期でデータベース4のバックアップデータ
が履歴管理マップ41とともに保存されており、リスト
ア処理部34は、データベース4の救済ができないよう
な障害が発生した場合は、このデータベース4のバック
アップデータをリストアする。このバックアップの際
は、履歴管理マップ41も同時にバックアップされる。In addition, the backup recording unit 5 is provided in preparation for the occurrence of a failure in which the database 4 cannot be rescued.
The backup data of the database 4 is stored together with the history management map 41 in a predetermined cycle in advance, and the restore processing unit 34 restores the backup data of the database 4 when a failure that cannot be repaired occurs. I do. At the time of this backup, the history management map 41 is also backed up at the same time.
【0026】データベースのリストア時には、図5に示
すフローチャートのように、上述のシステム再起動のと
きと同様に、比較部32がバックアップ記録部5からリ
ストアされた履歴管理マップ41と、更新履歴ファイル
7の履歴管理マップ71とを比較して差異を検出し、そ
の結果により自動更新部33がデータベース4の自動更
新を行い、リストア前の最新の状態にデータベースが復
旧される。At the time of restoring the database, as shown in the flowchart of FIG. 5, similarly to the case of the above-described system restart, the comparison unit 32 stores the history management map 41 restored from the backup recording unit 5 and the update history file 7 The automatic update unit 33 automatically updates the database 4 based on the result, and restores the database to the latest state before the restoration.
【0027】[0027]
【発明の効果】上述のように本発明は、更新情報の更新
履歴ファイルへの記録の有無を管理する履歴管理マップ
を更新履歴ファイルとデータベースとに設け、障害復旧
時にはこの両者を対比して相違する更新情報を抽出して
更新することにより、メモリ展開中に消失した更新情報
を迅速に復旧することのできる効果がある。As described above, according to the present invention, a history management map for managing whether or not update information is recorded in the update history file is provided in the update history file and the database. By extracting and updating the update information to be updated, the update information lost during the memory development can be quickly restored.
【0028】また、バックアップの際に履歴管理マップ
も同時にバックアップすることにより、バックアップデ
ータによるデータベースの復旧が迅速に行なうことがで
きる効果がある。Further, by simultaneously backing up the history management map at the time of backup, there is an effect that the database can be quickly restored by the backup data.
【図1】本発明によるデータベースの障害復旧装置の一
実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of a database failure recovery apparatus according to the present invention.
【図2】更新履歴ファイル7と履歴管理マップ71の対
応関係を示す図である。FIG. 2 is a diagram showing a correspondence relationship between an update history file 7 and a history management map 71.
【図3】履歴管理マップ71の比較情報の流れ図であ
る。FIG. 3 is a flowchart of comparison information of a history management map 71;
【図4】システム再起動時のフローチャートである。FIG. 4 is a flowchart when the system is restarted.
【図5】バックアップデータベースのリストア時のフロ
ーチャートである。FIG. 5 is a flowchart when restoring a backup database.
1 監視制御装置 2 アプリケーションプログラム 3 データベース制御部 4 データベース 5 バックアップ記録部 6 システムコンソル 7 更新履歴ファイル 31 書込部 32 比較部 33 自動更新部 34 リストア処理部 41,71 履歴管理マップ REFERENCE SIGNS LIST 1 monitoring control device 2 application program 3 database control unit 4 database 5 backup recording unit 6 system console 7 update history file 31 writing unit 32 comparison unit 33 automatic update unit 34 restore processing unit 41, 71 history management map
Claims (3)
と、前記データベースに格納された管理データの更新の
履歴情報が格納される更新履歴ファイルとを有するデー
タベースシステムの障害復旧装置において、 前記更新履歴ファイル内に設けられ、前記更新履歴ファ
イル内の個別の履歴情報の有無の情報が格納される第1
の履歴管理マップと、 前記データベース内に設けられ、前記更新履歴ファイル
内の履歴情報と1対1で対応付けられた履歴情報の有無
の情報が格納される第2の履歴管理マップと、 前記第1の履歴管理マップと第2の履歴管理マップとを
比較する履歴管理マップ比較手段と、 前記第1および第2の履歴管理マップの比較の結果、両
者が等しくないことが検出された履歴情報を抽出して、
データベースの更新処理を行なうデータベース自動更新
手段とを備えたことを特徴とするデータベースの障害復
旧装置。1. A failure recovery device for a database system, comprising: a database in which management data is stored; and an update history file in which update history information of management data stored in the database is stored. , Wherein information on the presence or absence of individual history information in the update history file is stored.
A second history management map provided in the database and storing information on the presence / absence of history information in one-to-one correspondence with history information in the update history file; History management map comparing means for comparing the first history management map with the second history management map; and, as a result of the comparison between the first and second history management maps, Extract
A database failure recovery apparatus comprising: a database automatic updating unit for performing a database update process.
バックアップデータとともに格納し、リストア時には前
記第2の履歴管理マップをバックアップデータとともに
リストアするバックアップ・リストア手段を有する請求
項1に記載のデータベースの障害復旧装置。2. The database failure according to claim 1, further comprising backup / restore means for storing the second history management map of the database together with the backup data and restoring the second history management map together with the backup data at the time of restoration. Recovery device.
と、前記データベースに格納された管理データの更新操
作の履歴情報が格納される更新履歴ファイルとを有する
データベースシステムの障害復旧方法において、 前記更新履歴ファイル内の履歴情報と1対1で対応付け
られた履歴情報の有無の情報を前記更新履歴ファイル内
に設けられる第1の履歴管理マップとデータベース内に
設けられる第2の履歴管理マップとに記録し、 前記第1の履歴管理マップと第2の履歴管理マップとを
比較し、 前記比較の結果、両者が等しくないことが検出された履
歴情報について、データベースの更新処理を行なうこと
を特徴とするデータベースの障害復旧方法。3. A failure recovery method for a database system, comprising: a database in which management data is stored; and an update history file in which history information of an update operation of management data stored in the database is stored. Is recorded in a first history management map provided in the update history file and a second history management map provided in the database. Comparing the first history management map and the second history management map, and performing a database update process on history information in which it is detected that the two are not equal as a result of the comparison. Disaster recovery method.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP8013160A JP2806342B2 (en) | 1996-01-29 | 1996-01-29 | Database failure recovery method and device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP8013160A JP2806342B2 (en) | 1996-01-29 | 1996-01-29 | Database failure recovery method and device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH09204335A JPH09204335A (en) | 1997-08-05 |
| JP2806342B2 true JP2806342B2 (en) | 1998-09-30 |
Family
ID=11825429
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP8013160A Expired - Lifetime JP2806342B2 (en) | 1996-01-29 | 1996-01-29 | Database failure recovery method and device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2806342B2 (en) |
-
1996
- 1996-01-29 JP JP8013160A patent/JP2806342B2/en not_active Expired - Lifetime
Also Published As
| Publication number | Publication date |
|---|---|
| JPH09204335A (en) | 1997-08-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6742138B1 (en) | Data recovery method and apparatus | |
| US7013373B2 (en) | Data backup method and system | |
| JP4415610B2 (en) | System switching method, replica creation method, and disk device | |
| US7197632B2 (en) | Storage system and cluster maintenance | |
| JP3050510B2 (en) | Image data management device | |
| US20050267916A1 (en) | Data backup system and method | |
| US7310743B1 (en) | Data recovery method and apparatus | |
| JPH0991099A (en) | Disk update log recording method | |
| JP2806342B2 (en) | Database failure recovery method and device | |
| JP2001188690A (en) | Computer system and checkpoint information storage method | |
| JPH06149641A (en) | On-line backup and fault recovery system | |
| JPS6389944A (en) | Managing system for file updating history | |
| JP2001337857A (en) | Database restoration system | |
| JPS63262737A (en) | Data base updating and recording processing method | |
| JPH10304021A (en) | Alarm history management system in transmitter monitor control system | |
| JPS6167153A (en) | Partial trouble recovery processing system of direct access storage device | |
| JP2000020366A (en) | Replication system | |
| JPH0756791A (en) | File backup and recovery method in distributed system | |
| JP2004171529A (en) | Data backup system and data backup method | |
| JP2656499B2 (en) | Computer system | |
| JPS62194557A (en) | File trouble recovery system | |
| JPH04256006A (en) | File restoring system | |
| JPH0417021A (en) | Substitute operating system for faulty magnetic disk device | |
| JPH06325107A (en) | Device and method for data management | |
| JP2002259184A (en) | Supervisory control system and data matching method of supervisory control system |