JP3840726B2 - Database system - Google Patents

Database system Download PDF

Info

Publication number
JP3840726B2
JP3840726B2 JP01727897A JP1727897A JP3840726B2 JP 3840726 B2 JP3840726 B2 JP 3840726B2 JP 01727897 A JP01727897 A JP 01727897A JP 1727897 A JP1727897 A JP 1727897A JP 3840726 B2 JP3840726 B2 JP 3840726B2
Authority
JP
Japan
Prior art keywords
record
data
maintenance
change
database
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 - Fee Related
Application number
JP01727897A
Other languages
Japanese (ja)
Other versions
JPH10214212A (en
Inventor
正樹 庄司
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.)
Meidensha Corp
Original Assignee
Meidensha 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 Meidensha Corp filed Critical Meidensha Corp
Priority to JP01727897A priority Critical patent/JP3840726B2/en
Publication of JPH10214212A publication Critical patent/JPH10214212A/en
Application granted granted Critical
Publication of JP3840726B2 publication Critical patent/JP3840726B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

【0001】
【発明の属する技術分野】
本発明は、1日24時間オンライン運用するコンピュータシステムのデータベースシステムに関する。
【0002】
【従来の技術】
監視制御システムなど、1日24時間オンライン運用するコンピュータシステムにおいては、監視対象設備などの設備情報をデータベースで管理し、常時、運用処理で参照している。その設備は保守や監視対象領域の変更等により、設置されている現地において新設/変更/撤去などの工事が行われる。それを反映してデータベースを更新する処理、いわゆるデータメンテナンスが行われる。
【0003】
しかし、運用中にデータベースを更新してしまうと、運用処理が更新途中の不完全なデータを参照して処理してしまうので不具合を生じる恐れがある。これを防ぐため、完全に同じ構造のデータベースを2組用意し、1つは運用プロセスでデータ参照などのアクセスに利用し、もう1つはデータメンテナンスで用い、データメンテナンス後、全ての処理が行われていないタイミングを見計らって、運用プロセス用とデータメンテナンス用のデータベースを入れ替えている。
【0004】
この入れ替えは、物理的に内容を入れ替えるわけではなく、運用処理やデータメンテナンスのプロセス群が見るべきデータベースを替えるというだげである。これにより、一瞬にしてデータベースを切り替えることがでぎ、運用に支障を与えることはない。
【0005】
また、データメンテナンス内容を運用に反映せずに元に戻す場合も、データメンテナンス用のデータベースのみ元に戻すだけでよく、運用処理には影響を与えない。
【0006】
この例を図7に示し、詳細に説明する。まず、同図の(a)に示すように、運用プロセス1はデータベース2Aの設備データ等を参照しながらオンラインで監視制御処理を行っている。データメンテナンスプロセス3は事前にデータベース2Aの内容をデータベース2Bにコピーしておく。このタイミングは前回のメンテナンスの直後でも良いし、今回の直前でもよい。
【0007】
この状態で、プロセス3は、データメンテナンスを開始し、データベース2Bの内容を更新する。
【0008】
この後、運用プロセス1の処理の合間を縫って、運用プロセス1とデータメンテナンスプロセス3が参照すべきデータベースを変更する。
【0009】
すなわち、同図の(b)に示すように、運用プロセス1はデータベース2Bを、データメンテナンスプロセス3はデータベース2Aを参照するようにする。これは、例えばデータベースをOPENし直すと考えても良い。OPENし直した後は、両データベースの構造は同じなのでそれぞれのプロセスではそれ以前と同様に処理を行うことがでぎる。
【0010】
【発明が解決しようとする課題】
従来の方式では、通常、データメンテナンスの対象がデータベースのごく一部であるにもかかわらず、データメンテナンス用に同構造のデータベースをそっくりそのまま持つため、データベースの使用効率が悪くなる。
【0011】
さらに、監視制御システムでは性能向上のためデータベースをメモリ上にとることが多く、この方式の場合コストが非常に高くつく。
【0012】
本発明の目的は、1組分のデータベースを使用してシステム運用とデータメンテナンスの並行処理ができるようにしたデータベースシステムを提供することにある。
【0013】
【課題を解決するための手段】
本発明は、データベースを二重に持つことはせず、1組分のデータベースの空きエリアを利用してデータメンテナンスを行うようにしたもので、以下のシステム構成を特徴とする。
【0014】
オンライン運用するコンピュータシステムの設備データを格納し、該データをシステム運用に供すると共に設備の新設/変更/撤去に応じてデータメンテナンスを行うデータベースシステムにおいて、
データを格納するデータレコードと、当該レコードの使用状態を管理するレコード使用フラグと、メンテナンス種別を管理するメンテナンス種別と、変更内容を格納する別レコードの位置を管理する変更ポインタとで構成するテーブルをデータ格納の単位要素とするデータベースと、データベースアクセスルーチンとを備え、
前記データベースアクセスルーチンは、
設備新設のデータメンテナンス時にはレコード使用フラグで空きレコードを探して当該レコードを「使用」にしメンテナンス種別を「新設」にして新設内容をデータレコードに格納し、設備撤去のデータメンテナンス時にはメンテナンス種別を「撤去」とし、設備変更のデータメンテナンス時にはレコード使用フラグで空きレコードを探して当該空きレコードを「使用」にし当該空きレコードに変更内容を書き込み元のレコードの変更ポインタに空きレコードの位置を書き込みメンテナンス種別を「変更」にし、
前記データメンテナンス中には、設備新設箇所のデータレコードに対する運用プロセスからのアクセスは拒否し、設備撤去箇所と設備変更箇所のデータレコードに対する運用プロセスからのアクセスは要求どおりアクセスすることを特徴とする。
【0015】
また、前記データベースアクセスルーチンは、データメンテナンス後、設備新設箇所のデータレコードに対する運用プロセスからのアクセスには要求どおり当該データレコードをアクセスし、設備撤去箇所のデータレコードに対する運用プロセスからのアクセスを拒否し、設備変更箇所のデータレコードに対する運用プロセスからのアクセスには当該変更ポインタが示す変更内容を格納したデータレコードをアクセスすることを特徴とする。
【0016】
また、前記データベースアクセスルーチンは、メンテナンスしたデータを運用プロセスへの運用データに反映後、設備新設箇所のデータレコードの前記メンテナンス種別はクリアし、設備撤去箇所のデータレコードの前記レコード使用フラグとメンテナンス種別はクリアし、設備変更箇所のデータレコードの変更内容を格納してある別レコードの内容を元のレコードにコピーし、別レコードの前記レコード使用フラグと元のレコードの前記メンテナンス種別と変更ポインタをクリアし、データメンテナンス用の前記レコード使用フラグとメンテナンス種別と変更ポインタをクリアするデータメンテナンス本登録手段を備えたことを特徴とする。
【0017】
【発明の実施の形態】
図1は、本発明の実施形態を示すデータベースシステム構成である。データベース5の内部は、複数のテーブル5A〜5Nで構成する。
【0018】
各テーブル5A〜5Nの内部には、データを格納するデータレコード6と、そのデータレコードに対応して各レコードの使用状態を管理するレコード使用フラグ7と、各レコードがデータメンテナンスされたか否かを管理するメンテナンス種別8を設ける。さらに、当該メンテナンス種別が「変更」であった場合、当該レコードの元の内容とは別のエリアに変更内容を格納するが、そのレコード位置を示す変更ポインタ9を設ける。
【0019】
以上のように構成するテーブルをデータアクセスルーチン10を使用してアクセスし、運用プロセスとデータメンテナンスプロセスの参照するデータを切り替えてデータベースを二重に持った場合と同等の機能を実現する。
【0020】
この動作を図2以降に詳細に説明する。まず、図2の(a)のように、データメンテナンス3で設備等を新設する場合、レコード使用フラグ7を参照して空きレコードを探し、見つけたレコードの使用フラグを「使用」とし、メンテナンス種別8を「新設」とし、当該データレコード6に新設内容を書き込む。
【0021】
次に、図2(b)のように設備等を撤去する場合、当該レコードのメンテナンス種別8を「撤去」とする。さらに、図2(c)のように設備等を変更する場合、当該レコードのメンテナンス種別8を「変更」とし、レコード使用フラグ7を参照して空きレコードを探し、空きレコード位置に元の「レコード変更ポインタ」に書き込むと同時に、当該空きレコードの使用フラグを「使用」として空きレコードに変更内容を書き込む。
【0022】
上記のように、データメンテナンスを行っている最中、運用プロセスは図3のように動作する。まず、図3の(a)のように、新設箇所のアクセスがあった場合、アクセスを拒否する。次に、図3(b)のように撤去箇所のアクセスがあった場合や図3(c)のように変更箇所のアクセスがあった場合も要求どおり当該データレコードをアクセスする。
【0023】
こうすることにより、データメンテナンス中でも運用に影響を与えないようになる。
【0024】
上記のようなデータメンテナンス後、その内容を運用に反映させた時の動作は図4のとおりである。なお、運用に反映させると言っても、その際のデータ処理は一切不要で、データベースアクセスルーチンがメンテナンスが施されたレコードを見なかったのを、見るようにするだけである。これは一瞬で切り替わり、以後メンテナンス内容を見て運用するようになる。
【0025】
具体的には、図4(a)において新設箇所をアクセスする場合、要求どおり当該データレコードをアクセスする。図4(b)において撤去箇所をアクセスする場合、アクセスを拒否される。図4(c)において変更箇所をアクセスする場合、変更ポインタが示すデータレコードをアクセスする。
【0026】
上記は、瞬時にデータメンテナンス内容を運用に反映させるアクセスの仕方であるが、レコード使用フラグメンテナンス種別,変更ポインタの内容は当該データメンテナンス直後の状態であり、次のデータメンテナンスに備えてこれらを完全に運用データに反映する必要がある。これを本登録という。
【0027】
本登録についての動作を図5に示す。図5(a)において新設箇所の本登録を行う場合、メンテナンス種別をクリアする。図5(b)において撤去箇所を本登録する場合、レコード使用フラグとメンテナンス種別をクリアする。図5(c)において変更箇所を本登録する場合、別レコードに格納していた変更内容を元のレコードにコピーし、当該別レコードの使用フラグと元のレコードのメンテナンス種別と変更ポインタをクリアする。
【0028】
以上により、データメンテナンスは運用データに反映され、かつレコード使用フラグ、メンテナンス種別,変更ポインタが次回のデータメンテナンスに備えてクリアされる。この最終形態を図6に示す。
【0029】
【発明の効果】
以上のとおり、本発明によれば、データレコードのレコード使用フラグと、メンテナンス種別と、変更ポインタとで構成するテーブルをデータ格納の単位要素とするデータベースを設け、データベースの空きエリアを利用してデータメンテナンスを行うようにしたため、以下の効果がある。
【0030】
(1)将来の増分を見越した空きエリアを利用してデータメンテナンスを行うため、データメンテナンス用の余分なデータエリアが不要で、使用効率が良くなる。
【0031】
(2)データベースのサイズが運用に必要な最小限のサイズでよく、データベースをメモリにマップする場合にはコストを低く抑えることができる。しかも、メモリに制限がある場合でも極力メモリにマップでき、性能向上を図ることができる。
【0032】
(3)従来と同様に、データメンテナンス中にも運用処理には一切影響を与えず並行動作ができる。
【0033】
(4)従来と同様に、データメンテナンス後、その内容を運用処理に瞬時に反映できる。
【図面の簡単な説明】
【図1】本発明の実施形態を示すデータベース構成図。
【図2】実施形態におけるデータメンテナンス時のデータベース動作手順。
【図3】実施形態における運用時のデータメンテナンス中のデータベース動作手順。
【図4】実施形態における運用時のデータメンテナンス仮登録後のデータベース動作手順。
【図5】実施形態におけるデータメンテナンス本登録時のデータベース動作手順。
【図6】実施形態におけるデータメンテナンス本登録後のデータベース状態。
【図7】従来のデータベース二重持ち方式。
【符号の説明】
1…運用プロセス
3…データメンテナンスプロセス
5…データベース
5A,5N…テーブル
6…データレコード
7…レコード使用フラグ
8…メンテナンス種別
9…変更ポインタ
10…データベースアクセスルーチン
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a database system of a computer system that operates online 24 hours a day.
[0002]
[Prior art]
In a computer system such as a monitoring control system that operates online 24 hours a day, equipment information such as equipment to be monitored is managed in a database and is always referred to in operation processing. The facilities will be newly constructed / changed / removed, etc. at the site where they are installed, due to maintenance and changes in the monitoring area. Reflecting this, processing for updating the database, so-called data maintenance is performed.
[0003]
However, if the database is updated during operation, the operation process may be performed with reference to incomplete data that is being updated. To prevent this, two sets of databases with the same structure are prepared. One is used for data reference access in the operation process, the other is used for data maintenance, and all processing is performed after data maintenance. The database for the operational process and the data maintenance is replaced with an unseen timing.
[0004]
This replacement does not physically replace the contents, but simply changes the database that the operation processing and data maintenance process groups should see. As a result, the database can be switched in an instant, and operation is not hindered.
[0005]
Also, when restoring the data maintenance contents without reflecting them in the operation, it is only necessary to restore only the data maintenance database, and the operation processing is not affected.
[0006]
This example is shown in FIG. 7 and will be described in detail. First, as shown to (a) of the figure, the operation process 1 is performing the monitoring control process on-line, referring the equipment data etc. of the database 2A. The data maintenance process 3 copies the contents of the database 2A to the database 2B in advance. This timing may be immediately after the previous maintenance or just before this time.
[0007]
In this state, the process 3 starts data maintenance and updates the contents of the database 2B.
[0008]
Thereafter, the database to be referred to by the operation process 1 and the data maintenance process 3 is changed between the processes of the operation process 1.
[0009]
That is, as shown in FIG. 5B, the operation process 1 refers to the database 2B, and the data maintenance process 3 refers to the database 2A. For example, it may be considered that the database is opened again. After reopening, the structure of both databases is the same, so each process can perform the same processing as before.
[0010]
[Problems to be solved by the invention]
In the conventional system, although the object of data maintenance is usually only a part of the database, the database having the same structure is used as it is for data maintenance, so that the database usage efficiency is lowered.
[0011]
Further, in the supervisory control system, the database is often stored on the memory for improving the performance, and this method is very expensive.
[0012]
An object of the present invention is to provide a database system in which system operation and data maintenance can be performed in parallel using a set of databases.
[0013]
[Means for Solving the Problems]
The present invention does not have double databases, and performs data maintenance using an empty area of one set of databases, and has the following system configuration.
[0014]
In a database system that stores equipment data of a computer system that is operated online, provides the data for system operation, and performs data maintenance in response to the establishment / change / removal of equipment
A table composed of a data record for storing data, a record use flag for managing the use status of the record, a maintenance type for managing the maintenance type, and a change pointer for managing the position of another record for storing the change contents A database serving as a unit element for data storage and a database access routine are provided.
The database access routine includes
At the time of data maintenance for new equipment, the record use flag is searched for an empty record, the record is set to `` use '', the maintenance type is set to `` new '', the new contents are stored in the data record, and the maintenance type is `` removed '' at the time of data maintenance for equipment removal. When the equipment maintenance data maintenance is performed, the record use flag is searched for an empty record, the empty record is set to “use”, the change contents are written in the empty record, the empty record position is written in the change pointer of the original record, and the maintenance type is set. Change it to “Change”
During the data maintenance, the access from the operation process to the data record at the new installation location is denied, and the access from the operation process to the data record at the equipment removal location and the equipment change location is accessed as requested.
[0015]
Further, after the data maintenance, the database access routine accesses the data record from the operation process to the data record at the newly installed facility as requested, and rejects the access from the operation process to the data record at the facility removal site. The access from the operation process to the data record of the equipment change location is characterized in that the data record storing the change content indicated by the change pointer is accessed.
[0016]
In addition, the database access routine, after reflecting the maintenance data to the operation data to the operation process, clears the maintenance type of the data record of the new equipment installation location, the record use flag and the maintenance type of the data record of the equipment removal location Clears, copies the contents of another record that stores the contents of the data change of the equipment change location to the original record, clears the record use flag of the other record, the maintenance type and the change pointer of the original record And a data maintenance main registration means for clearing the record use flag for data maintenance, the maintenance type, and the change pointer.
[0017]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 shows a database system configuration showing an embodiment of the present invention. The inside of the database 5 is composed of a plurality of tables 5A to 5N.
[0018]
Each of the tables 5A to 5N includes a data record 6 for storing data, a record use flag 7 for managing the use state of each record corresponding to the data record, and whether or not each record has been subjected to data maintenance. Maintenance type 8 to be managed is provided. Further, when the maintenance type is “change”, the change content is stored in an area different from the original content of the record, but a change pointer 9 indicating the record position is provided.
[0019]
The table configured as described above is accessed using the data access routine 10, and the function equivalent to the case where the database referred to by the operation process and the data maintenance process is switched and the database is duplicated is realized.
[0020]
This operation will be described in detail with reference to FIG. First, as shown in FIG. 2 (a), when newly installing equipment or the like in the data maintenance 3, the record use flag 7 is referred to find an empty record, the found record use flag is set to “use”, and the maintenance type 8 is set as “new”, and the new contents are written in the data record 6.
[0021]
Next, when the equipment or the like is removed as shown in FIG. 2B, the maintenance type 8 of the record is “removed”. Further, when the equipment is changed as shown in FIG. 2C, the maintenance type 8 of the record is set to “change”, the record use flag 7 is referred to search for an empty record, and the original “record” is set at the empty record position. At the same time as writing to the “change pointer”, the use flag of the empty record is set to “use” and the change contents are written to the empty record.
[0022]
As described above, the operation process operates as shown in FIG. 3 during the data maintenance. First, as shown in FIG. 3 (a), if there is an access to a new location, the access is denied. Next, when there is an access at the removal location as shown in FIG. 3B or when there is an access at the change location as shown in FIG. 3C, the data record is accessed as requested.
[0023]
By doing so, operation is not affected even during data maintenance.
[0024]
After the data maintenance as described above, the operation when the contents are reflected in the operation is as shown in FIG. It should be noted that even if it is reflected in the operation, no data processing is required at that time, and the database access routine only sees that the record that has undergone maintenance has not been seen. This changes in an instant, and after that, the maintenance contents will be used.
[0025]
Specifically, when a new location is accessed in FIG. 4A, the data record is accessed as requested. When accessing the removal location in FIG. 4B, access is denied. When accessing the changed part in FIG. 4C, the data record indicated by the change pointer is accessed.
[0026]
The above is an access method that instantly reflects the contents of data maintenance in operation. However, the record use flag maintenance type and the contents of the change pointer are in the state immediately after the data maintenance, and they are completely prepared for the next data maintenance. Must be reflected in operational data. This is called regular registration.
[0027]
The operation for this registration is shown in FIG. In FIG. 5A, when performing the main registration of the new location, the maintenance type is cleared. In FIG. 5B, when the removal location is registered as a main item, the record use flag and the maintenance type are cleared. In the case of registering the changed part in FIG. 5C, the change content stored in another record is copied to the original record, and the use flag of the other record, the maintenance type of the original record, and the change pointer are cleared. .
[0028]
As described above, the data maintenance is reflected in the operation data, and the record use flag, the maintenance type, and the change pointer are cleared in preparation for the next data maintenance. This final form is shown in FIG.
[0029]
【The invention's effect】
As described above, according to the present invention, there is provided a database in which a table composed of a record use flag of a data record, a maintenance type, and a change pointer is used as a unit element for data storage. Since the maintenance is performed, the following effects are obtained.
[0030]
(1) Since data maintenance is performed using an empty area in anticipation of future increments, an extra data area for data maintenance is unnecessary, and usage efficiency is improved.
[0031]
(2) The size of the database may be the minimum size required for operation, and the cost can be kept low when the database is mapped to the memory. In addition, even when the memory is limited, it can be mapped to the memory as much as possible, and the performance can be improved.
[0032]
(3) As in the prior art, parallel operations can be performed during data maintenance without affecting operation processing at all.
[0033]
(4) As in the conventional case, after data maintenance, the contents can be instantly reflected in the operation process.
[Brief description of the drawings]
FIG. 1 is a database configuration diagram showing an embodiment of the present invention.
FIG. 2 is a database operation procedure during data maintenance in the embodiment.
FIG. 3 shows a database operation procedure during data maintenance during operation in the embodiment.
FIG. 4 is a database operation procedure after temporary registration of data maintenance during operation in the embodiment.
FIG. 5 is a database operation procedure at the time of data maintenance main registration in the embodiment.
FIG. 6 shows a database state after data maintenance main registration in the embodiment.
FIG. 7 shows a conventional database dual holding method.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Operation process 3 ... Data maintenance process 5 ... Database 5A, 5N ... Table 6 ... Data record 7 ... Record use flag 8 ... Maintenance type 9 ... Change pointer 10 ... Database access routine

Claims (3)

オンライン運用するコンピュータシステムの設備データを格納し、該データをシステム運用に供すると共に設備の新設/変更/撤去に応じてデータメンテナンスを行うデータベースシステムにおいて、
データを格納するデータレコードと、当該レコードの使用状態を管理するレコード使用フラグと、メンテナンス種別を管理するメンテナンス種別と、変更内容を格納する別レコードの位置を管理する変更ポインタとで構成するテーブルをデータ格納の単位要素とするデータベースと、データベースアクセスルーチンとを備え、
前記データベースアクセスルーチンは、
設備新設のデータメンテナンス時にはレコード使用フラグで空きレコードを探して当該レコードを「使用」にしメンテナンス種別を「新設」にして新設内容をデータレコードに格納し、設備撤去のデータメンテナンス時にはメンテナンス種別を「撤去」とし、設備変更のデータメンテナンス時にはレコード使用フラグで空きレコードを探して当該空きレコードを「使用」にし当該空きレコードに変更内容を書き込み元のレコードの変更ポインタに空きレコードの位置を書き込みメンテナンス種別を「変更」にし、
前記データメンテナンス中には、設備新設箇所のデータレコードに対する運用プロセスからのアクセスは拒否し、設備撤去箇所と設備変更箇所のデータレコードに対する運用プロセスからのアクセスは要求どおりアクセスすることを特徴とするデータベースシステム。
In a database system that stores equipment data of a computer system that operates online, provides the data for system operation, and performs data maintenance in response to the establishment / change / removal of equipment,
A table composed of a data record for storing data, a record use flag for managing the usage status of the record, a maintenance type for managing the maintenance type, and a change pointer for managing the position of another record for storing the change contents A database as a unit element for data storage and a database access routine are provided.
The database access routine includes
At the time of data maintenance for new equipment, the record use flag is searched for an empty record, the record is set to “use”, the maintenance type is set to “new”, and the new contents are stored in the data record. When the equipment maintenance data maintenance is performed, the record use flag is searched for an empty record, the empty record is set to “use”, the change contents are written in the empty record, the empty record position is written in the change pointer of the original record, and the maintenance type is set. Change it to “Change”
During the data maintenance, the access from the operation process to the data record of the new equipment location is denied, and the access from the operation process to the data record of the equipment removal location and the equipment change location is accessed as requested. system.
前記データベースアクセスルーチンは、データメンテナンス後、設備新設箇所のデータレコードに対する運用プロセスからのアクセスには要求どおり当該データレコードをアクセスし、設備撤去箇所のデータレコードに対する運用プロセスからのアクセスを拒否し、設備変更箇所のデータレコードに対する運用プロセスからのアクセスには当該変更ポインタが示す変更内容を格納したデータレコードをアクセスすることを特徴とする請求項1に記載のデータベースシステム。The database access routine, after data maintenance, accesses the data record from the operation process to the data record of the newly installed facility as requested, and denies access from the operation process to the data record of the facility removal location, 2. The database system according to claim 1, wherein a data record storing a change content indicated by the change pointer is accessed for an access from the operation process to the data record at the change location. 前記データベースアクセスルーチンは、メンテナンスしたデータを運用プロセスへの運用データに反映後、設備新設箇所のデータレコードの前記メンテナンス種別はクリアし、設備撤去箇所のデータレコードの前記レコード使用フラグとメンテナンス種別はクリアし、設備変更箇所のデータレコードの変更内容を格納してある別レコードの内容を元のレコードにコピーし、別レコードの前記レコード使用フラグと元のレコードの前記メンテナンス種別と変更ポインタをクリアし、データメンテナンス用の前記レコード使用フラグとメンテナンス種別と変更ポインタをクリアするデータメンテナンス本登録手段を備えたことを特徴とする請求項1又は2に記載のデータベースシステム。The database access routine clears the maintenance type of the data record of the newly installed part after the maintenance data is reflected in the operation data to the operation process, and clears the record use flag and the maintenance type of the data record of the equipment removal part. Then, copy the contents of another record storing the change contents of the data record of the equipment change location to the original record, clear the record use flag of the other record, the maintenance type and the change pointer of the original record, 3. The database system according to claim 1, further comprising data maintenance main registration means for clearing the record use flag, maintenance type, and change pointer for data maintenance.
JP01727897A 1997-01-31 1997-01-31 Database system Expired - Fee Related JP3840726B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP01727897A JP3840726B2 (en) 1997-01-31 1997-01-31 Database system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP01727897A JP3840726B2 (en) 1997-01-31 1997-01-31 Database system

Publications (2)

Publication Number Publication Date
JPH10214212A JPH10214212A (en) 1998-08-11
JP3840726B2 true JP3840726B2 (en) 2006-11-01

Family

ID=11939523

Family Applications (1)

Application Number Title Priority Date Filing Date
JP01727897A Expired - Fee Related JP3840726B2 (en) 1997-01-31 1997-01-31 Database system

Country Status (1)

Country Link
JP (1) JP3840726B2 (en)

Also Published As

Publication number Publication date
JPH10214212A (en) 1998-08-11

Similar Documents

Publication Publication Date Title
JP4168626B2 (en) File migration method between storage devices
EP1836621B1 (en) Methods and apparatus for managing deletion of data
US8316066B1 (en) Shadow directory structure in a distributed segmented file system
US6618736B1 (en) Template-based creation and archival of file systems
US9727273B1 (en) Scalable clusterwide de-duplication
US8229897B2 (en) Restoring a file to its proper storage tier in an information lifecycle management environment
CA2288016C (en) Method and system for recovery in a partitioned shared nothing database system using virtual shared disks
CN100485678C (en) Distributed object-based storage system for storing virtualization maps in object attributes
US6944726B2 (en) Distributed background track processing
CA2504322A1 (en) Apparatus and method for hardware-based file system
WO1991016677A1 (en) Recoverability in mass storage data base systems
JP2008527571A5 (en)
EP1091305A1 (en) Method for upgrading a database
US20120143818A1 (en) Journaling database changes using a bit map for zones defined in each page
WO2000065449A1 (en) Method and system for file management in distributed environment
JP3840726B2 (en) Database system
US20030115145A1 (en) System and method for managing distributed files
JPH04107750A (en) File managing system
US8510269B2 (en) Uninterrupted database index reorganization/movement
US20050097105A1 (en) Distributed database for one search key
JP4219607B2 (en) Data search apparatus and server update method
JPH0498546A (en) Duplicate data updating system
US7149935B1 (en) Method and system for managing detected corruption in stored data
JP4148698B2 (en) Distributed file system and data multiplexing method thereof
JPH0431936A (en) File control system for decentralized file system

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20060718

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060731

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100818

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100818

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110818

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120818

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130818

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees