JPH05100935A - Data base managing system - Google Patents

Data base managing system

Info

Publication number
JPH05100935A
JPH05100935A JP3256164A JP25616491A JPH05100935A JP H05100935 A JPH05100935 A JP H05100935A JP 3256164 A JP3256164 A JP 3256164A JP 25616491 A JP25616491 A JP 25616491A JP H05100935 A JPH05100935 A JP H05100935A
Authority
JP
Japan
Prior art keywords
file
database
processing
data base
saving
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
JP3256164A
Other languages
Japanese (ja)
Inventor
Atsushi Ishida
敦 石田
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.)
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Solution Innovators Ltd
Original Assignee
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Software Hokkaido 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 HOKKAIDO NIPPON DENKI SOFTWARE KK, NEC Software Hokkaido Ltd filed Critical HOKKAIDO NIPPON DENKI SOFTWARE KK
Priority to JP3256164A priority Critical patent/JPH05100935A/en
Publication of JPH05100935A publication Critical patent/JPH05100935A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automatically execute a dynamic saving processing of a data base system, whenever an updating processing of a prescribed quantity is executed to a data base file. CONSTITUTION:In the data base system, this system is provided with an input/ output means 2A for executing an input/output processing of a data base file, a journal control means 2B for executing output control of the updated data base file, and a file saving means 2C for executing a saving processing without suspending the operation of the data base file, from which the upper limit is provided in the data quantity of a data journal file 4 after the data base file 3 is updated, and whenever an updating processing of a prescribed quantity is executed, a dynamic saving processing of the data base system is executed automatically. The saving processing of the data base file can be automatized. Also, when abnormality is generated, since a new saving file is always prepared in advance, a release processing can be executed quickly.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、データベース管理方式
に関し、特に電子計算機で運用するデータベースシステ
ムの運用時において、異常が発生した際のデータベース
復旧処理のためのジャーナルとデータベースファイル退
避データの採取の自動制御を可能にするデータベース管
理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database management system, and more particularly to collecting a journal and database file save data for database recovery processing when an abnormality occurs during operation of a database system operated by an electronic computer. The present invention relates to a database management method that enables automatic control.

【0002】[0002]

【従来の技術】電子計算機で運用するデータベースシス
テムでは、図2に示すように、オペレータがデータベー
スファイル3の異常の発生に備えて一定の期間ごとにフ
ァイル退避プログラム7を起動させて、データベースフ
ァイル3のデータを磁気テープの退避ファイル6へ退避
する作業を行うとともに、データベース制御部2におい
てデータ退避以後のデータベースファイル3に対する更
新履歴情報をジャーナルファイル4へ出力しておく(フ
ァイル退避作業中には、アプリケーションプログラム1
の運用を停止する必要がある場合もある)。そして実際
に異常が起きた場合は、オペレータが退避しておいた退
避ファイル6のデータをデータベースファイル3上に戻
したのち、これを基にして異常発生直前まで行われた更
新処理をジャーナルファイル4に採取しておいた更新履
歴情報によって反映させて、データベースファイル3の
状態を異常発生の直前まで戻すという方法により、復旧
作業を行っている。
2. Description of the Related Art In a database system operated by an electronic computer, as shown in FIG. 2, an operator activates a file save program 7 at regular intervals in preparation for an abnormality in the database file 3 to make the database file 3 available. Data is saved in the save file 6 of the magnetic tape, and the database controller 2 outputs the update history information for the database file 3 after the data save to the journal file 4 (during the file save operation, Application program 1
May need to stop the operation of). When an abnormality actually occurs, the operator saves the saved data in the save file 6 back to the database file 3, and based on this, the update processing performed immediately before the abnormality occurs is performed in the journal file 4. The restoration work is performed by the method of reflecting the state of the database file 3 to the state immediately before the occurrence of the abnormality by reflecting the update history information collected in the above.

【0003】[0003]

【発明が解決しようとする課題】更新履歴情報を用いた
復旧のためのファイル退避処理の管理はオペレータが行
う必要があり、復旧に用いる退避データが古い場合、更
新履歴情報は退避時点からの全ての情報を採取する必要
があるため、ジャーナルが莫大な量となり復旧にも長時
間を要することになるので、定期的にファイルを退避し
て退避データの内容をより新しいものとし、更新履歴情
報をできるだけ少なく抑えるという配慮が必要であっ
た。そこで、本発明の目的はデータベースファイル退避
処理の管理を自動化することにより、データベースシス
テム運用の簡略化をはかることにある。
It is necessary for the operator to manage the file saving process for restoration using the update history information, and if the saved data used for restoration is old, the update history information will be updated from the time of saving. Since it is necessary to collect the information of the above, it will take a huge amount of journals and it will take a long time to recover.Therefore, the files are saved regularly, the contents of the saved data are made newer, and the update history information is It was necessary to consider to keep it as low as possible. Therefore, an object of the present invention is to simplify the operation of the database system by automating the management of the database file saving process.

【0004】[0004]

【課題を解決するための手段】本発明のデータベース管
理方式は、電子計算機システム上で運用するデータベー
スシステムにおいて、データベースファイルの入出力処
理を行う入出力手段と、前記データベースファイルの更
新後のデータジャーナルファイルの出力制御を行うジャ
ーナル制御手段と、前記データベースファイルの運用を
中断せず動的に退避処理を実行するファイル退避手段と
を備え、前記ファイル退避手段により、前記データベー
スファイルの更新後のデータジャーナルファイルのデー
タ量に上限を設定して、一定量の更新処理実行ごとに自
動的にデータベースシステムの動的退避処理を行って構
成される。
The database management system of the present invention is, in a database system operated on an electronic computer system, an input / output unit for performing input / output processing of a database file, and a data journal after updating the database file. A journal control unit that controls output of a file and a file saving unit that dynamically executes a saving process without interrupting the operation of the database file are provided, and the data saving unit updates the data journal after updating the database file. It is configured by setting an upper limit on the amount of data in a file and automatically performing dynamic save processing of the database system every time a certain amount of update processing is executed.

【0005】[0005]

【実施例】以下、本発明の一実施例を、図1,図3〜図
10に基づき説明する。ここでは、データベース通常運
用時の動作と、退避処理実行時の動作を示す。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIGS. 1 and 3 to 10. Here, the operation during normal operation of the database and the operation during execution of the save process are shown.

【0006】データベースシステム運用時、データベー
スファイル3と、これに対する更新情報を記録するため
のジャーナルファイル4、ファイル退避時のジャーナル
蓄積用の作業ファイル5、及びデータベースファイルの
内容を保存しておくための退避ファイル6とを用意し、
通常はユーザがAP(アプリケーションプログラム)1
の指示に従い、データベース制御部2を介して、データ
ベースファイル3に対する参照、更新処理を行い、その
更新情報をジャーナルファイル4へ格納する。そして、
ジャーナルファイル4に一定量の更新履歴情報が蓄積さ
れるごとに、データベースファイル3の内容を退避ファ
イル6へ配置することでそれまでのジャーナルファイル
4の内容を不要のものとして、新たな更新履歴情報の蓄
積を開始する。これにより、システム運用中にデータベ
ースファイル3に何らかの異常が発生した場合には、デ
ータベースファイル3に退避ファイル6のデータを格納
した後、ジャーナルファイル4の更新履歴情報を反映さ
せることにより、データベースファイル3の内容をファ
イル異常が発生する直前の状態まで復元し、そこからデ
ータベースシステムの運用を継続することが可能とな
る。
[0006] During operation of the database system, a database file 3, a journal file 4 for recording update information for the database file, a working file 5 for storing a journal at the time of file saving, and a content of the database file are stored. Prepare the save file 6 and
Normally, the user is AP (application program) 1
In accordance with the instruction, the database control unit 2 refers to and updates the database file 3, and stores the update information in the journal file 4. And
Every time a certain amount of update history information is accumulated in the journal file 4, the contents of the database file 3 are placed in the save file 6 so that the contents of the journal file 4 up to that point are unnecessary and new update history information is added. Start accumulating. As a result, if any abnormality occurs in the database file 3 during system operation, the data of the save file 6 is stored in the database file 3 and then the update history information of the journal file 4 is reflected to make the database file 3 It is possible to restore the contents of to the state just before the occurrence of the file abnormality and continue the operation of the database system from there.

【0007】図1に示す本発明の一実施例の構成を示す
ブロック図のうち、データベース通常運用時とファイル
退避処理時における実施例構成をそれぞれ図3と図4に
示す。そして、この際の入出力処理のフローチャートを
図5に、入出力処理から呼び出されるジャーナル制御処
理のフローチャートを図6に、ファイル退避処理のフロ
ーチャートを図7に示す。
Of the block diagram showing the configuration of the embodiment of the present invention shown in FIG. 1, the configuration of the embodiment at the time of normal operation of the database and at the time of file saving processing is shown in FIGS. 3 and 4, respectively. A flow chart of the input / output processing at this time is shown in FIG. 5, a flow chart of the journal control processing called from the input / output processing is shown in FIG. 6, and a flow chart of the file saving processing is shown in FIG.

【0008】図5を見るに、入出力処理ではまず始め
に、ユーザのアプリケーションプログラム(AP)等
(ステップ0)からのデータベース処理情報を受け取り
(ステップ1)、ファイルの異常によるアクセス禁止の
有無をチェックして(ステップ2)、禁止の無い場合は
これを解析して実行形式に変換し(ステップ3)データ
ベースファイルアクセスを行ってデータの参照、更新処
理を実行し(ステップ4)、ファイル異常の有無をチェ
ックし(ステップ5)、異常がなければジャーナル制御
処理(ステップ9)によりジャーナルアクセス、及びフ
ァイル退避のチェックを行った後、データ処理実行結果
をユーザのAPに通知する(ステップ10)。
As shown in FIG. 5, in the input / output processing, first, the database processing information from the user's application program (AP) or the like (step 0) is received (step 1) to determine whether or not access is prohibited due to a file abnormality. Check (step 2), if there is no prohibition, analyze this and convert it to an execution format (step 3) Access the database file and execute data reference and update processing (step 4) The presence / absence is checked (step 5), and if there is no abnormality, the journal access processing and the file saving are checked by the journal control processing (step 9), and then the data processing execution result is notified to the user AP (step 10).

【0009】データベースファイルアクセスでファイル
の異常を検出した場合は(ステップ5)、ファイルアク
セス禁止の処置を施し(ステップ6)、ファイル復旧処
理を指示した後(ステップ8)、ジャーナル制御処理
(ステップ9)へ行く。入出力処理の先頭でアクセス監
視を識別した場合は(ステップ2)、データベースファ
イルアクセスを行わずに直ちにファイル復旧処理の指示
を行い(ステップ8)、ジャーナル制御処理(ステップ
9)へ行く。
When a file abnormality is detected in the database file access (step 5), a file access prohibition action is taken (step 6), a file restoration process is instructed (step 8), and then a journal control process (step 9). ). When the access monitoring is identified at the head of the input / output processing (step 2), the file recovery processing is immediately instructed without performing the database file access (step 8), and the journal control processing (step 9) is performed.

【0010】ジャーナル制御処理では、データベースフ
ァイル退避処理の実行中かどうかをチェックし(ステッ
プ11)、退避処理中で無い場合は退避終了通知を退避
処理から受け取っているいるかをチェックし(ステップ
12)、通知の無い場合は更新履歴情報をジャーナルフ
ァイルへ出力し(ステップ13)、ジャーナルファイル
へデータ出力量の累積値からデータベースファイル退避
処理を起動するかどうかチェックし(ステップ14)、
退避処理を行う場合、ファイル退避処理に対する処理開
始の通知により退避処理を起動し(ステップ15)、退
避処理を行わない場合はそのまま処理を終了する。退避
処理実行中の場合は(ステップ11)、退避処理におけ
るファイル異常検出の有無をチェックし(ステップ1
8)、ファイル正常の場合は更新履歴情報を作業ファイ
ルへ出力して処理を終了する(ステップ19)。
In the journal control process, it is checked whether the database file saving process is being executed (step 11), and if the saving process is not being executed, it is checked whether the saving completion notice is received from the saving process (step 12). If there is no notification, the update history information is output to the journal file (step 13), and it is checked whether the database file save processing is started from the cumulative value of the amount of data output to the journal file (step 14).
When performing the save process, the save process is activated by the notification of the process start to the file save process (step 15), and when the save process is not performed, the process is terminated as it is. If the save process is being executed (step 11), the presence or absence of a file abnormality detection in the save process is checked (step 1).
8) If the file is normal, the update history information is output to the work file and the process ends (step 19).

【0011】退避処理でファイル異常となった場合は
(ステップ18)、入出力処理におけるファイル異常検
出時にデータベースファイルはアクセス禁止となってい
るので、退避処理中に作業ファイルに蓄積された更新履
歴情報をジャーナルファイルへ追加し、データファイル
復旧待ちの状態として処理を終了する。退避処理正常終
了の通知を受け取った場合は(ステップ12)、退避処
理開始以前にジャーナルファイルに蓄積されていた更新
履歴データを初期化して(ステップ16)、作業ファイ
ルに蓄積された退避処理開始後の更新履歴情報を、初期
化したジャーナルファイルへ出力して(ステップ1
7)、処理を終了する。
If a file error occurs during the save process (step 18), the access to the database file is prohibited when the file error is detected during the input / output process, so the update history information accumulated in the work file during the save process is saved. Is added to the journal file, and the process ends with the state of waiting for data file recovery. When the notification of the normal completion of the save processing is received (step 12), the update history data accumulated in the journal file before the start of the save processing is initialized (step 16), and after the save processing accumulated in the work file is started. The update history information of is output to the initialized journal file (Step 1
7), the process ends.

【0012】ファイル退避処理では、まず入出力処理で
データベースファイルから1ページの入力を行い(ステ
ップ20)、データベースファイル異常のチェックを行
い(ステップ21)、正常の場合は退避ファイル上へ1
ページ分の出力を行い(ステップ22)、全ページの退
避を完了したかをチェックして(ステップ23)、残り
のページが無くなるまで1ページづつの退避処理を繰り
返し実行し、全ページの退避を完了した場合(ステップ
23)、ジャーナル制御処理へ退避処理の終了を通知し
て(ステップ24)、処理を終了する。データベースフ
ァイル異常の場合は(ステップ21)、ジャーナル制御
処理に対してファイルの異常を通知して(ステップ2
5)、処理を終了する。
In the file saving process, first, one page is input from the database file in the input / output process (step 20), and the database file is checked for abnormality (step 21).
Pages are output (step 22), it is checked whether evacuation of all pages has been completed (step 23), and evacuation processing for each page is repeatedly executed until there are no remaining pages, and evacuation of all pages is performed. When it is completed (step 23), the journal control process is notified of the end of the save process (step 24), and the process ends. If the database file is abnormal (step 21), the journal control process is notified of the file abnormality (step 2).
5), the process ends.

【0013】図8〜図12に、データベースファイル平
常運用と退避処理、及び退避処理中のファイル異常発生
時での動作例を示す。図8は退避処理終了後の平常時の
状態を示す。この時点では、データベース制御部はアプ
リケーションプログラム等によるデータベースファイル
に対する入出力処理を実行しながら、ジャーナルファイ
ルへの更新履歴情報の出力を行っている。この場合の退
避ファイルはデータベースファイルの内容がページごと
に退避された状態であり、ジャーナルの内容は、退避処
理実行以後のデータベースファイルの更新情報が蓄積さ
れている。図9・図10は退避処理実行時の状態を示
す。図9に示すように、退避処理の途中では、データベ
ース制御部はアプリケーションプログラム等によるデー
タベースファイルに対する入出力処理とページごとのフ
ァイル退避処理を実行しながら、作業ファイルへの更新
履歴情報の出力を行っている。この時点ではジャーナル
ファイルの内容は、退避処理開始以前の内容がそのまま
保存されている。そして、図10の全ページの退避終了
の時点でジャーナルファイルを初期化して退避処理開始
以前の更新履歴情報を廃棄し、作業ファイル上に出力さ
れた退避処理開始以後の更新履歴情報を、ジャーナルの
先頭へ出力する。これらの退避処理完了後は、平常時の
図8の状態に戻る。
FIG. 8 to FIG. 12 show an example of normal operation of the database file and save processing, and an operation example when a file error occurs during save processing. FIG. 8 shows a normal state after the evacuation process is completed. At this point, the database control unit outputs the update history information to the journal file while executing the input / output processing for the database file by the application program or the like. In this case, the save file is a state in which the contents of the database file are saved for each page, and the contents of the journal are accumulated update information of the database file after executing the save process. FIG. 9 and FIG. 10 show the state when the save processing is executed. As shown in FIG. 9, during the saving process, the database control unit outputs the update history information to the work file while executing the input / output process for the database file by the application program and the file saving process for each page. ing. At this point, the contents of the journal file are the same as before the start of the save process. Then, at the end of saving all pages in FIG. 10, the journal file is initialized and the update history information before the start of the save processing is discarded, and the update history information after the start of the save processing output on the work file is saved in the journal. Output to the beginning. After the evacuation process is completed, the normal state of FIG. 8 is restored.

【0014】図11・図12には、退避処理実行中にデ
ータベースファイルが異常となった場合の処理を示す。
図11に示すように、退避の途中ではデータベースファ
イルは各ページごとの処理で退避されるため、ある時点
でデータベースファイルの異常を検出して退避処理が中
断されても、それまでに処理したページは正常に退避さ
れ、また退避されなかったページについても以前の退避
データがそのまま残っている。そこで、退避途中でデー
タベースファイルの異常により中断した場合には、デー
タベース制御部はデータベースファイルへのアクセスを
禁止した後、図12に示すように、作業ファイル上に蓄
積されている退避処理開始以後の更新履歴情報を、ジャ
ーナルファイル上の退避処理以前の更新履歴情報に追加
して、復旧作業の指示を行う。この状態からデータベー
スファイルを復旧する場合は、ファイル異常までに退避
したページについては最新の退避データからの復旧とな
り、退避できなかったページについては以前の退避デー
タから復旧することになる。
11 and 12 show the processing when the database file becomes abnormal during execution of the save processing.
As shown in FIG. 11, since the database file is saved by the process for each page during the save process, even if the save process is interrupted due to an error in the database file at some point, the pages processed up to that point Is normally saved, and the previous saved data remains for pages that were not saved. Therefore, when the database file is interrupted due to an abnormality in the database file during the saving, the database control unit prohibits access to the database file, and after the saving process accumulated in the work file is started, as shown in FIG. The update history information is added to the update history information on the journal file before the save processing, and the recovery operation is instructed. When the database file is restored from this state, the pages saved up to the file error will be restored from the latest saved data, and the pages that could not be saved will be restored from the previous saved data.

【0015】こうして、一定の間隔でデータベースファ
イルの退避を自動的に行うことにより、常に異常発生に
備えることが可能となる。
In this way, by automatically saving the database file at regular intervals, it is possible to always prepare for the occurrence of an abnormality.

【0016】[0016]

【発明の効果】以上説明したように、本発明により、デ
ータベースシステム運用において次のような効果が得ら
れる。 (1)データベースファイルの退避処理を自動的化が可
能となる。 (2)異常発生の際、常に新しい退避ファイルが用意さ
れているため迅速な復旧処理ができる。
As described above, according to the present invention, the following effects can be obtained in database system operation. (1) The database file saving process can be automated. (2) When an abnormality occurs, a new save file is always prepared, so quick recovery processing can be performed.

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

【図1】本発明の一実施例の構成を示すブロック図FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】従来のデータベースファイルの退避処理の構成
を示すブロック図
FIG. 2 is a block diagram showing a configuration of a conventional database file saving process.

【図3】データベースの通常運用時の本実施例の構成を
示すブロック図
FIG. 3 is a block diagram showing the configuration of this embodiment during normal operation of the database.

【図4】データベースファイル退避処理における本実施
例の構成を示すブロック図
FIG. 4 is a block diagram showing the configuration of the present embodiment in database file save processing.

【図5】入出力手段の処理を示すフローチャートFIG. 5 is a flowchart showing processing of input / output means.

【図6】ジャーナル制御手段の処理を示すフローチャー
FIG. 6 is a flowchart showing processing of journal control means.

【図7】ファイル退避手段の処理を示すフローチャートFIG. 7 is a flowchart showing the processing of a file saving means.

【図8】データベース通常運用時の説明図[Figure 8] Illustration of the normal database operation

【図9】データベース退避実行時の説明図FIG. 9 is an explanatory diagram when executing a database save.

【図10】データベース退避実行時の説明図FIG. 10 is an explanatory diagram when executing a database save.

【図11】退避処理中にデータベースファイル異常とな
った場合の説明図
FIG. 11 is an explanatory diagram when a database file error occurs during the save process.

【図12】退避処理中にデータベースファイル異常とな
った場合の説明図
FIG. 12 is an explanatory diagram when a database file error occurs during the save process.

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

1 アプリケーションプログラム 2 データベース制御部 3 データベースファイル 4 ジャーナルファイル 5 作業ファイル 6 退避ファイル 7 退避処理プログラム 1 application program 2 database control unit 3 database file 4 journal file 5 work file 6 save file 7 save processing program

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 電子計算機システム上で運用するデータ
ベースシステムにおいて、データベースファイルの入出
力処理を行う入出力手段と、前記データベースファイル
の更新後のデータジャーナルファイルの出力制御を行う
ジャーナル制御手段と、前記データベースファイルの運
用を中断せず動的に退避処理を実行するファイル退避手
段とを備え、前記ファイル退避手段により、前記データ
ベースファイルの更新後のデータジャーナルファイルの
データ量に上限を設定して、一定量の更新処理実行ごと
に自動的にデータベースシステムの動的退避処理を行っ
て成ることを特徴とするデータベース管理方式。
1. In a database system operated on an electronic computer system, an input / output unit for performing input / output processing of a database file, a journal control unit for controlling output of a data journal file after updating the database file, A file saving means for dynamically executing a saving process without interrupting the operation of the database file is provided, and the file saving means sets an upper limit on the data amount of the data journal file after updating the database file to a fixed value. A database management method characterized in that the database system is automatically saved every time a quantity update process is executed.
JP3256164A 1991-10-03 1991-10-03 Data base managing system Pending JPH05100935A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3256164A JPH05100935A (en) 1991-10-03 1991-10-03 Data base managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3256164A JPH05100935A (en) 1991-10-03 1991-10-03 Data base managing system

Publications (1)

Publication Number Publication Date
JPH05100935A true JPH05100935A (en) 1993-04-23

Family

ID=17288796

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3256164A Pending JPH05100935A (en) 1991-10-03 1991-10-03 Data base managing system

Country Status (1)

Country Link
JP (1) JPH05100935A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08161211A (en) * 1994-12-09 1996-06-21 Nec Corp Method and device for restoring file by logging
JPH09153056A (en) * 1995-11-29 1997-06-10 Mitsubishi Electric Corp Data extracting process system
JP2009151636A (en) * 2007-12-21 2009-07-09 Nomura Research Institute Ltd Operation continuation system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08161211A (en) * 1994-12-09 1996-06-21 Nec Corp Method and device for restoring file by logging
JPH09153056A (en) * 1995-11-29 1997-06-10 Mitsubishi Electric Corp Data extracting process system
JP2009151636A (en) * 2007-12-21 2009-07-09 Nomura Research Institute Ltd Operation continuation system

Similar Documents

Publication Publication Date Title
JP4483342B2 (en) System recovery method
JP5021929B2 (en) Computer system, storage system, management computer, and backup management method
US8271454B2 (en) Circular log amnesia detection
JP2001014175A (en) System and method for managing job operation and storage medium
JPH0594353A (en) Database management system
JPH05100935A (en) Data base managing system
JPH08212142A (en) Data backup system for data base
JPH02227750A (en) File back-up system
JP2002366396A (en) System and program for automatically collecting fault analysis information
JP3759676B2 (en) Application device and method having work redo and undo function and automatic saving function
JPH08212096A (en) Dynamic constitution optimization system
JPH01259432A (en) Reexecution system for batch job
JP2818100B2 (en) Data processing device
JPH03246643A (en) Processing for editing dump summary
JPH03225434A (en) Job reactuation system
JPH1049405A (en) Device and method for collecting and storage medium stored with trace
JP3263987B2 (en) Automatic IPL initial setting processing method
JPH02158842A (en) Fault recovery method for job in updating system
CN114840526A (en) Data sampling inspection processing method and device
JPH0546455A (en) File recovery interrupting system
JPH06187217A (en) System for synchronization between data base and normal file
JPS6362007B2 (en)
JP2001229033A (en) Device for re-executing job net in file failure
JP2004054816A (en) Database management method and apparatus
JPH05143422A (en) Updated journal managing system