JPH08249222A - Method and device for checking data base consistency - Google Patents

Method and device for checking data base consistency

Info

Publication number
JPH08249222A
JPH08249222A JP7053808A JP5380895A JPH08249222A JP H08249222 A JPH08249222 A JP H08249222A JP 7053808 A JP7053808 A JP 7053808A JP 5380895 A JP5380895 A JP 5380895A JP H08249222 A JPH08249222 A JP H08249222A
Authority
JP
Japan
Prior art keywords
database
consistency
fields
checking
checked
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
JP7053808A
Other languages
Japanese (ja)
Inventor
Atsushi Kobayashi
敦司 小林
Nobuyuki Kobayashi
伸幸 小林
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP7053808A priority Critical patent/JPH08249222A/en
Publication of JPH08249222A publication Critical patent/JPH08249222A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To provide a method and device for checking data base consistency capable of accurately checking the consistency of a data base without stopping an on-line processing. CONSTITUTION: While applying reference locking so as to control the access of other processings to the combination of fields or the field of a checking object by an exclusive control means (steps S21-S23), the consistency of the combination of fields or a field of the checking object is checked, the checking processing is repeated for all the fields or combination of the fields of the data base (the step S28) and thus, the consistency of the entire data base is checked.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データベースのオンラ
イン処理を中断することなく、データベースの整合性を
チェックするデータベース整合性チェック方法および装
置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database consistency check method and apparatus for checking the consistency of a database without interrupting online processing of the database.

【0002】[0002]

【従来の技術】データベースは、その格納構造が壊れた
り、または複数のフィールド間の対応関係が不良となる
などにより破壊されることがあるため、その整合性のチ
ェック、すなわちデータベースが破壊されていないかど
うかについてのチェックを適宜行う必要がある。
2. Description of the Related Art A database may be destroyed because its storage structure is broken or the correspondence between a plurality of fields becomes defective. Therefore, the consistency check, that is, the database is not destroyed. It is necessary to check whether or not it is appropriate.

【0003】データベースの整合性チェックとは、各種
フィールドの正当性の異常を発見するためにデータベー
スの格納構造をチェックするものであり、データベース
整合性チェックの内容には、単一のフィールド(ディレ
クトリ/スキーマ、テーブル、インデックスの各種フィ
ールド)の設定値の正当性をチェックするフォーマット
チェック、および複数のフィールド間(ディレクトリ−
スキーマ間、インデックス−レコード間等)の対応関係
が正しく設定されているか否をチェックする相関チェッ
クがある。
The database consistency check is to check the storage structure of the database in order to find abnormalities in the validity of various fields. The contents of the database consistency check include a single field (directory / directory). Format check to check the correctness of the setting values of the schema, table, and index fields, and between multiple fields (directory-
There is a correlation check for checking whether the correspondence relationship between schemas, indexes-records, etc.) is set correctly.

【0004】これらのフィールドについては、オンライ
ン処理から更新されるため、オンライン処理中には該フ
ィールドの整合性が保証できない状態が存在する。その
ため、従来はデータベース全体について整合性チェック
を行う時にはオンライン処理を停止し、チェック対象フ
ィールドの内容が変化しない状態でチェックを行ってい
る。
Since these fields are updated from the online processing, there is a state where the consistency of the fields cannot be guaranteed during the online processing. Therefore, conventionally, the online processing is stopped when the consistency check is performed on the entire database, and the check is performed in a state where the contents of the check target field do not change.

【0005】[0005]

【発明が解決しようとする課題】上述したように、従来
のデータベースの整合性チェックは、オンライン処理を
停止する必要があり、無中断でオンライン処理を実現す
るデータベースシステムを実現することができないとい
う問題がある。
As described above, in the conventional database consistency check, it is necessary to stop the online processing, and it is not possible to realize a database system that realizes online processing without interruption. There is.

【0006】本発明は、上記に鑑みてなされたもので、
その目的とするところは、オンライン処理を停止するこ
となく、データベースの整合性を適確にチェックし得る
データベース整合性チェック方法および装置を提供する
ことにある。
The present invention has been made in view of the above,
An object of the present invention is to provide a database consistency check method and apparatus capable of appropriately checking the consistency of a database without stopping online processing.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するた
め、本発明のデータベース整合性チェック方法は、デー
タベースにおいてデータベースの部分であるフィールド
をある処理がアクセスしている間は、他の処理が同じデ
ータベース部分をアクセスしないように制御する排他制
御手段と、個々のフィールドまたは個々のフィールドの
組み合せについて整合性をチェックするチェック手段を
備え、チェック対象のフィールドまたはフィールドの組
み合せに対する他の処理のアクセスを前記排他制御手段
で規制しながら、該チェック対象のフィールドまたはフ
ィールドの組み合せの整合性を前記チェック手段でチェ
ックし、このチェック処理をデータベースのすべてのフ
ィールドまたはフィールドの組み合せに対して繰り返し
行うことによりデータベース全体の整合性をチェックす
ることを要旨とする。
In order to achieve the above object, in the database consistency check method of the present invention, while a process is accessing a field which is a part of the database in the database, other processes are the same. The exclusive control means for controlling not to access the database part and the checking means for checking the consistency of each field or each combination of fields are provided, and the access of other processing to the field or combination of fields to be checked is described above. By checking the consistency of the field or combination of fields to be checked with the exclusive control means, the checking means is used to check the consistency, and this check process is repeated for all fields or combinations of fields in the database. And summarized in that to check the entire database consistency.

【0008】また、本発明のデータベース整合性チェッ
ク装置は、データベースのオンライン処理を中断するこ
となく、データベースの整合性をチェックするデータベ
ース整合性チェック装置であって、データベースにおい
てデータベースの部分であるフィールドをある処理がア
クセスしている間は、他の処理が同じデータベース部分
をアクセスしないように制御する排他制御手段と、個々
のフィールドまたは個々のフィールドの組み合せについ
て整合性をチェックするチェック手段と、チェック対象
のフィールドまたはフィールドの組み合せに対する他の
処理のアクセスを前記排他制御手段で規制しながら、該
チェック対象のフィールドまたはフィールドの組み合せ
の整合性を前記チェック手段でチェックするように制御
するチェック制御手段と、データベース全体の整合性を
チェックすべく前記チェック制御手段によるチェック処
理をデータベースのすべてのフィールドまたはフィール
ドの組み合せに対して繰り返し行うように制御する繰り
返し制御手段とを有することを要旨とする。
Further, the database consistency check device of the present invention is a database consistency check device for checking the consistency of a database without interrupting the online processing of the database. Exclusive control means to prevent other processing from accessing the same database part while one process is accessing it, and check means to check the consistency of individual fields or combinations of individual fields. Check control for controlling the consistency of the field or combination of fields to be checked by the checking means while restricting the access of other processing to the field or combination of fields by the exclusive control means. And the step, and summarized in that and a repetition control means for controlling to perform repeated checking process by the checking control means so as to check the integrity of the entire database for the combinations of all the field or fields in a database.

【0009】[0009]

【作用】本発明のデータベース整合性チェック方法およ
び装置では、チェック対象のフィールドまたはフィール
ドの組み合せに対する他の処理のアクセスを排他制御手
段で規制しながら、該チェック対象のフィールドまたは
フィールドの組み合せの整合性をチェック手段でチェッ
クし、このチェック処理をデータベースのすべてのフィ
ールドまたはフィールドの組み合せに対して繰り返し行
うことによりデータベース全体の整合性をチェックす
る。
In the database consistency checking method and apparatus of the present invention, the exclusive control means regulates the access of other processing to the field or combination of fields to be checked, and the consistency of the field or combination of fields to be checked. Is checked by the check means, and the consistency of the entire database is checked by repeating this check process for all fields or combinations of fields in the database.

【0010】[0010]

【実施例】以下、図面を用いて本発明の実施例を説明す
る。
Embodiments of the present invention will be described below with reference to the drawings.

【0011】図1は、本発明の一実施例に係るデータベ
ース整合性チェック方法をインデックスとレコードの相
関チェックに適用する場合の説明図である。同図におい
て、11はレコード、12はインデックス、13は索引
ノード、14はリーフノード、15はルート索引ノード
である。
FIG. 1 is an explanatory diagram when the database consistency checking method according to an embodiment of the present invention is applied to a correlation check between an index and a record. In the figure, 11 is a record, 12 is an index, 13 is an index node, 14 is a leaf node, and 15 is a root index node.

【0012】次に、図1においてレコードに対応するイ
ンデックスの存在をチェックする例について図2に示す
フローチャートを参照して説明する。
Next, an example of checking the existence of an index corresponding to a record in FIG. 1 will be described with reference to the flowchart shown in FIG.

【0013】図2においては、まず、チェック対象のレ
コード11に参照ロックをかけ、該レコードに対して他
の処理がアクセスしないようにする(ステップS2
1)。ルート索引ノード15を参照ロックし、下段の索
引ノードをサーチする(ステップS22)。それから、
このサーチされた索引ノードを参照ロックし、上段の索
引ノードをアンロックし、下段の索引ノードをサーチす
る(ステップS23)。そして、最下段の索引ノードま
でたどりついたか否かを判定し(ステップS24)、最
下段の索引ノードまでたどりついていない場合には、ス
テップS23に戻り、最下段の索引ノードにたどりつく
まで同じ処理を繰り返す。
In FIG. 2, first, a reference lock is applied to the record 11 to be checked so that no other process accesses the record (step S2).
1). The root index node 15 is reference-locked and the lower index node is searched (step S22). then,
The searched index node is reference locked, the upper index node is unlocked, and the lower index node is searched (step S23). Then, it is determined whether or not the index node at the bottom is reached (step S24). If the index node at the bottom is not reached, the process returns to step S23, and the same process is repeated until the index node at the bottom is reached. .

【0014】最下段の索引ノードにたどりついた場合に
は、リーフノード14内をサーチし(ステップS2
5)、チェック対象のレコードをポイントするレコード
識別子RIDの存在をチェックする(ステップS2
6)。レコード識別子RIDがあることにより該レコー
ドに対するインデックスの相関関係は良好ということに
なる。
If the index node at the bottom is reached, the leaf node 14 is searched (step S2).
5) Check the existence of the record identifier RID that points to the record to be checked (step S2)
6). The presence of the record identifier RID means that the correlation of the index with respect to the record is good.

【0015】それから、最下段の索引ノードおよびレコ
ードをアンロックし(ステップS27)、これにより対
象レコードのチェックを完了する。
Then, the index node and the record at the bottom are unlocked (step S27), thereby completing the check of the target record.

【0016】次に、すべてのレコードについてチェック
処理を完了したか否かを判定し(ステップS28)、完
了していない場合には、ステップS21に戻り、すべて
のレコードについて完了するまで上記処理を繰り返し行
う。
Next, it is judged whether or not the check processing has been completed for all the records (step S28), and if not completed, the processing returns to step S21 and the above processing is repeated until all the records are completed. To do.

【0017】なお、ステップS21,S22,S23に
おいて、他の処理とロックが競合した場合には、対象レ
コードのチェックを未処理(ロックを解除)とする。
In step S21, S22, S23, if the lock conflicts with other processing, the target record is not checked (lock is released).

【0018】次に、図3に示すフローチャートを参照し
て、インデックスに対応するレコードの存在をチェック
する例について説明する。
Next, an example of checking the existence of the record corresponding to the index will be described with reference to the flowchart shown in FIG.

【0019】図3においては、まず、ルート索引ノード
を参照ロックし、下段の索引ノードをサーチする(ステ
ップS31)。それから、サーチされた索引ノードを参
照ロックし、上段の索引ノードをアンロックし、下段の
索引ノードをサーチする(ステップS32)。そして、
最下段の索引ノードまでたどりついたか否かを判定し
(ステップS33)、最下段の索引ノードまでたどりつ
いていない場合には、ステップS32に戻り、最下段の
索引ノードにたどりつくまで同じ処理を繰り返す。
In FIG. 3, first, the root index node is reference locked and the lower index node is searched (step S31). Then, the searched index node is reference-locked, the upper index node is unlocked, and the lower index node is searched (step S32). And
It is determined whether or not the index node at the bottom is reached (step S33). If the index node at the bottom is not reached, the process returns to step S32 and the same process is repeated until the index node at the bottom is reached.

【0020】最下段の索引ノードにたどりついた場合に
は、リーフノード内からレコード識別子RIDを取得す
る(ステップS34)。そして、このリーフノード内の
レコード識別子RIDがポイントするレコードを参照ロ
ックし(ステップS35)、レコードの存在チェックを
行う(ステップS36)。それから、レコードおよび最
下段の索引ノードをアンロックし、これにより対象レコ
ードのチェック完了とする(ステップS37)。
When the index node at the bottom is reached, the record identifier RID is obtained from within the leaf node (step S34). Then, the record pointed to by the record identifier RID in this leaf node is reference-locked (step S35), and the existence of the record is checked (step S36). Then, the record and the lowest index node are unlocked, thereby completing the check of the target record (step S37).

【0021】次に、すべてのレコードについてチェック
処理を完了したか否かを判定し(ステップS38)、完
了していない場合には、ステップS31に戻り、すべて
のレコードについて完了するまで上記処理を繰り返し行
う。
Next, it is judged whether or not the check processing has been completed for all records (step S38), and if not completed, the processing returns to step S31, and the above processing is repeated until it is completed for all records. To do.

【0022】なお、ステップS31,S32,S35に
おいて、他の処理とロックが競合した場合には、対象レ
コードのチェックを未処理(ロックを解除)とする。
In steps S31, S32, and S35, if the lock conflicts with another process, the target record is not checked (unlocked).

【0023】[0023]

【発明の効果】以上説明したように、本発明によれば、
チェック対象のフィールドまたはフィールドの組み合せ
に対する他の処理のアクセスを排他制御手段で規制しな
がら、該チェック対象のフィールドまたはフィールドの
組み合せの整合性をチェック手段でチェックし、このチ
ェック処理をデータベースのすべてのフィールドまたは
フィールドの組み合せに対して繰り返し行うことにより
データベース全体の整合性をチェックするので、オンラ
イン処理を停止することなく、データベースの整合性チ
ェックを適確に行うことができる。なお、他の処理のア
クセスを規制するロック期間はインデックス更新に伴う
トランザクションと同程度であるため、データベース整
合性チェック処理とオンライン処理の競合時の影響(コ
ンカレンシの低下)はオンライン処理同士が競合した場
合と同じ程度であり、従ってオンライン処理を停止する
ことなく、データベース内容が刻々と変化する状態でデ
ータベース全体の整合性を適確にチェックすることがで
きる。
As described above, according to the present invention,
While the exclusive control means regulates the access of other processing to the field or combination of fields to be checked, the consistency of the field or combination of fields to be checked is checked by the checking means, and this check processing is performed on all the databases. Since the consistency of the entire database is checked by repeatedly performing the field or the combination of fields, the consistency check of the database can be appropriately performed without stopping the online processing. Note that the lock period that regulates access to other processes is about the same as the transaction associated with index update, so the effects of conflicting database integrity check processes and online processes (decrease in concurrency) are that online processes compete with each other. This is about the same as in the case, and therefore, the consistency of the entire database can be accurately checked in a state where the database contents change momentarily without stopping the online processing.

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

【図1】本発明の一実施例に係るデータベース整合性チ
ェック方法をインデックスとレコードの相関チェックに
適用する場合の説明図である。
FIG. 1 is an explanatory diagram when a database consistency check method according to an embodiment of the present invention is applied to a correlation check between an index and a record.

【図2】レコードに対応するインデックスの存在をチェ
ックする場合の処理を示すフローチャートである。
FIG. 2 is a flowchart showing a process for checking the existence of an index corresponding to a record.

【図3】インデックスに対応するレコードの存在をチェ
ックする場合の処理を示すフローチャートである。
FIG. 3 is a flowchart showing a process for checking the existence of a record corresponding to an index.

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

11 レコード 12 インデックス 13 索引ノード 14 リーフノード 15 ルート索引ノード 11 record 12 index 13 index node 14 leaf node 15 root index node

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 データベースにおいてデータベースの部
分であるフィールドをある処理がアクセスしている間
は、他の処理が同じデータベース部分をアクセスしない
ように制御する排他制御手段と、個々のフィールドまた
は個々のフィールドの組み合せについて整合性をチェッ
クするチェック手段を備え、チェック対象のフィールド
またはフィールドの組み合せに対する他の処理のアクセ
スを前記排他制御手段で規制しながら、該チェック対象
のフィールドまたはフィールドの組み合せの整合性を前
記チェック手段でチェックし、このチェック処理をデー
タベースのすべてのフィールドまたはフィールドの組み
合せに対して繰り返し行うことによりデータベース全体
の整合性をチェックすることを特徴とするデータベース
整合性チェック方法。
1. An exclusive control means for controlling, while a process is accessing a field which is a part of a database in a database, another process not to access the same database part, and an individual field or an individual field. The check means for checking the consistency of the combination of is checked, while the access of other processing to the field to be checked or the combination of fields is restricted by the exclusive control means, the consistency of the field to be checked or the combination of fields is checked. A database consistency check method characterized in that the consistency of the entire database is checked by repeating the checking process by all the fields or combinations of fields in the database.
【請求項2】 データベースのオンライン処理を中断す
ることなく、データベースの整合性をチェックするデー
タベース整合性チェック装置であって、 データベースにおいてデータベースの部分であるフィー
ルドをある処理がアクセスしている間は、他の処理が同
じデータベース部分をアクセスしないように制御する排
他制御手段と、 個々のフィールドまたは個々のフィールドの組み合せに
ついて整合性をチェックするチェック手段と、 チェック対象のフィールドまたはフィールドの組み合せ
に対する他の処理のアクセスを前記排他制御手段で規制
しながら、該チェック対象のフィールドまたはフィール
ドの組み合せの整合性を前記チェック手段でチェックす
るように制御するチェック制御手段と、 データベース全体の整合性をチェックすべく前記チェッ
ク制御手段によるチェック処理をデータベースのすべて
のフィールドまたはフィールドの組み合せに対して繰り
返し行うように制御する繰り返し制御手段とを有するこ
とを特徴とするデータベース整合性チェック装置。
2. A database consistency check device for checking the consistency of a database without interrupting online processing of the database, wherein during a process is accessing a field which is a part of the database in the database, Exclusive control means to prevent other operations from accessing the same database part, checking means to check the consistency of individual fields or combinations of individual fields, and other operations on the field or combination of fields to be checked Checking the consistency of the field or combination of fields to be checked by the checking means while restricting the access by the exclusive control means, and checking the consistency of the entire database. Ku the check control unit database consistency check device characterized by having a repeating control means for controlling to perform repeated for the checking process combination of any field or fields in a database by.
JP7053808A 1995-03-14 1995-03-14 Method and device for checking data base consistency Pending JPH08249222A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7053808A JPH08249222A (en) 1995-03-14 1995-03-14 Method and device for checking data base consistency

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7053808A JPH08249222A (en) 1995-03-14 1995-03-14 Method and device for checking data base consistency

Publications (1)

Publication Number Publication Date
JPH08249222A true JPH08249222A (en) 1996-09-27

Family

ID=12953102

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7053808A Pending JPH08249222A (en) 1995-03-14 1995-03-14 Method and device for checking data base consistency

Country Status (1)

Country Link
JP (1) JPH08249222A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7299249B2 (en) 2005-08-17 2007-11-20 International Business Machines Corporation Apparatus, system, and program for determining consistency of a database
US7483920B2 (en) 2004-11-12 2009-01-27 International Business Machines Corporation Database management system, database management method, and program
JP2010003265A (en) * 2008-06-23 2010-01-07 Nippon Telegr & Teleph Corp <Ntt> Data base consistency checking device, method, program and computer readable recording medium
US7647334B2 (en) 2006-12-28 2010-01-12 International Business Machines Corporation Method for checking index consistency in database
US8812513B2 (en) 2009-12-25 2014-08-19 International Business Machines Corporation Hash pointer checking for hierarchical database logical relationship
WO2015156000A1 (en) * 2014-04-11 2015-10-15 国立大学法人 東京大学 Computer system, method for inspecting data, and computer

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01116823A (en) * 1987-10-30 1989-05-09 Internatl Business Mach Corp <Ibm> Simultaneous record access method
JPH02252036A (en) * 1989-03-27 1990-10-09 Oki Electric Ind Co Ltd Access control system for file
JPH03116250A (en) * 1989-09-28 1991-05-17 Nec Corp Control system for limitation of matching property
JPH0581110A (en) * 1991-09-25 1993-04-02 Hitachi Ltd Automatic inspection system for consistency of index file
JPH06139124A (en) * 1992-10-28 1994-05-20 Nec Software Ltd System for deleting unmatch in inverted file system data base

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01116823A (en) * 1987-10-30 1989-05-09 Internatl Business Mach Corp <Ibm> Simultaneous record access method
JPH02252036A (en) * 1989-03-27 1990-10-09 Oki Electric Ind Co Ltd Access control system for file
JPH03116250A (en) * 1989-09-28 1991-05-17 Nec Corp Control system for limitation of matching property
JPH0581110A (en) * 1991-09-25 1993-04-02 Hitachi Ltd Automatic inspection system for consistency of index file
JPH06139124A (en) * 1992-10-28 1994-05-20 Nec Software Ltd System for deleting unmatch in inverted file system data base

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7483920B2 (en) 2004-11-12 2009-01-27 International Business Machines Corporation Database management system, database management method, and program
US8108365B2 (en) 2004-11-12 2012-01-31 International Business Machines Corporation Consistency of a database management system
US7299249B2 (en) 2005-08-17 2007-11-20 International Business Machines Corporation Apparatus, system, and program for determining consistency of a database
US7647334B2 (en) 2006-12-28 2010-01-12 International Business Machines Corporation Method for checking index consistency in database
US7650354B2 (en) 2006-12-28 2010-01-19 International Business Machines Corporation System, method, and program for checking index consistency in database
JP2010003265A (en) * 2008-06-23 2010-01-07 Nippon Telegr & Teleph Corp <Ntt> Data base consistency checking device, method, program and computer readable recording medium
US8812513B2 (en) 2009-12-25 2014-08-19 International Business Machines Corporation Hash pointer checking for hierarchical database logical relationship
WO2015156000A1 (en) * 2014-04-11 2015-10-15 国立大学法人 東京大学 Computer system, method for inspecting data, and computer
JP2015203927A (en) * 2014-04-11 2015-11-16 国立大学法人 東京大学 Computer system, data inspection method, and computer
US10452644B2 (en) 2014-04-11 2019-10-22 The University Of Tokyo Computer system, method for verifying data, and computer

Similar Documents

Publication Publication Date Title
US5832519A (en) System and method for updating database values without the use of locking operations
US5596748A (en) Functional compensation in a heterogeneous, distributed database environment
US7640242B2 (en) Light weight locking model in the database for supporting long duration transactions
EP0399744B1 (en) Method and apparatus for maintaining referential integrity within a relational database in a data processing system
US4881166A (en) Method for consistent multidatabase transaction processing
US5263156A (en) Parallel, distributed optimistic concurrency control certification using hardware filtering
AU2005316812B2 (en) Infrastructure for performing file operations by a database server
US7548918B2 (en) Techniques for maintaining consistency for different requestors of files in a database management system
US7617211B2 (en) System and method for automatically synchronizing security-relevant information between a relational database and a multidimensional database
CA2167790A1 (en) Relational database system and method with high data availability during table data restructuring
JPH04229344A (en) Method for supporting sequential batch application using continuous restartable cursor
US20080281825A1 (en) apparatus for processing real-time mobile transactions in a three-tier distributed database system
US4979109A (en) Method of controlling a data dictionary directory system in a data base system
JPH08249222A (en) Method and device for checking data base consistency
US7269589B2 (en) Database managing method and system having data backup function and associated programs
US20030204504A1 (en) Access concurrency for cached authorization information in relational database systems
US7716260B2 (en) Techniques for transaction semantics for a database server performing file operations
JP3484440B2 (en) Distributed database update method
US20050262118A1 (en) Uninterrupted database index reorganization/movement
EP0100821B1 (en) Method and apparatus for managing a database
JPH10301828A (en) Method for managing database
US6671872B1 (en) Programs maintenance procedures in parallel processing system
JPH04112242A (en) Data base processing device and definition change processing method
Basu et al. Centralized versus distributed index schemes in OODBMS-a performance analysis
JP2546101B2 (en) Distributed database update method

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040406