JP2000222258A - Database structure changing method, control method of database access request, online system, storing medium storing database operation supporting middleware and storing medium storing shifting utility - Google Patents

Database structure changing method, control method of database access request, online system, storing medium storing database operation supporting middleware and storing medium storing shifting utility

Info

Publication number
JP2000222258A
JP2000222258A JP11027497A JP2749799A JP2000222258A JP 2000222258 A JP2000222258 A JP 2000222258A JP 11027497 A JP11027497 A JP 11027497A JP 2749799 A JP2749799 A JP 2749799A JP 2000222258 A JP2000222258 A JP 2000222258A
Authority
JP
Japan
Prior art keywords
database
record
copy
access
original
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
JP11027497A
Other languages
Japanese (ja)
Inventor
Yasuaki Takahashi
橋 靖 明 高
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.)
International Business Machines Corp
Original Assignee
International Business Machines 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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to JP11027497A priority Critical patent/JP2000222258A/en
Publication of JP2000222258A publication Critical patent/JP2000222258A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To enable maintenance operation such as the structure change of a database without stopping an online system. SOLUTION: In order to access to a DB, from an application job program 230, the name of the DB is not designated directly but the name of a file is designated. A DB operation supporting middleware 220 manages the name of the DB corresponding to this name of the file and transfers access from the program 230 to the DB corresponding to the name of the file. A DB (copy DB) 215 after change of structure is generated in addition to the DB (original DB) 210 before the change of structure and the name of the DB is related with the file name of the original DB. Next, data of the original DB is copied in the copy DB for each record. In the case where online access occurs during copying, whether a record given an access request is before or after copying is judged to sort the access request.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】この発明は、情報処理方法に関
し、詳しくは、外部からアクセス可能な状態を維持しつ
つ、データベースの移行を可能にする方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing method and, more particularly, to a method for enabling a database to be migrated while maintaining an externally accessible state.

【0002】[0002]

【従来の技術】ここ数年、金融機関のサービス向上とし
て、勘定系オンライン・システムを24時間連続して稼
動させたいという要求が発生している。しかし、オンラ
イン・システム稼働中に絶え間なく更新されているデー
タベースにサイズ拡張や構造変更等のメンテナンス要件
が発生した場合、従来はオンライン・システムを停止さ
せなければデータベースの再定義/再作成(unload/reloa
d)を行うことはできなかった。
2. Description of the Related Art In recent years, there has been a demand for running an on-line accounting system for 24 hours continuously in order to improve services of financial institutions. However, if maintenance requirements such as size expansion and structural changes occur in the database that is constantly updated while the online system is operating, conventionally, the database must be re-defined / recreated (unload / re-created) without stopping the online system. reloa
d) could not be performed.

【0003】[0003]

【発明が解決しようとする課題】本発明の一つの目的
は、オンライン・システムを停止することなく、データ
ベースの構造変更などのメインテナンス作業を可能にす
ることにある。
SUMMARY OF THE INVENTION One object of the present invention is to enable maintenance work such as changing the structure of a database without stopping an online system.

【0004】本発明の他の一つの目的は、オンライン取
引のパフォーマンスになるべく影響を与えずに、データ
ベースの構造変更などのメインテナンス作業を可能にす
ることにある。
It is another object of the present invention to enable maintenance work such as changing the structure of a database without affecting the performance of online transactions as much as possible.

【0005】本発明の他の一つの目的は、データベース
の内容の信頼性を保ちつつ、データベースの構造変更な
どのメインテナンス作業を可能にすることにある。
Another object of the present invention is to enable maintenance work such as structural change of the database while maintaining the reliability of the contents of the database.

【0006】[0006]

【課題を解決するための手段】本発明は、階層型DBへ
のオンライン・アクセスを停止させることなく、階層型
DBの構造変更を行うために、まず、適用業務プログラ
ムからデータベースへのアクセスを、直接データベース
名を指定するのではなく、ファイル名を指定してアクセ
スするようにする。データベース運用支援ミドルウエア
は、このファイル名に対応するデータベース名を管理
し、適用業務プログラムからのアクセスをファイル名に
対応するデータベースに向ける。構造変更前のデータベ
ース(オリジナルDB)とは別に、構造変更後のデータ
ベース(コピーDB)を生成し、そのデータベース名を
オリジナルDBのファイル名と関連付けておく。次にレ
コード毎、オリジナルDBのデータをコピーDBに移行
する。データベース運用支援ミドルウエアは、コピー中
に適用業務プログラムからのオンライン・アクセスがあ
った場合、アクセス要求のあったレコードはコピー前か
コピー後かを判断し、アクセス要求の振り分けを行う。
オリジナルDBのデータのコピーDBへの移行の完了
後、今後コピーDBを使用するようにデータベース運用
支援ミドルウエアに設定する。
SUMMARY OF THE INVENTION According to the present invention, in order to change the structure of a hierarchical DB without stopping online access to the hierarchical DB, first, access from an application program to the database is performed by: Instead of specifying the database name directly, access by specifying the file name. The database operation support middleware manages the database name corresponding to the file name, and directs access from the application program to the database corresponding to the file name. A database (copy DB) after the structure change is generated separately from the database before structure change (the original DB), and the database name is associated with the file name of the original DB. Next, the data of the original DB is transferred to the copy DB for each record. If there is an online access from the application program during copying, the database operation support middleware determines whether the record for which the access was requested is before or after copying, and distributes the access request.
After the transfer of the original DB data to the copy DB is completed, the database operation support middleware is set to use the copy DB in the future.

【0007】本発明の他の一態様においては、オンライ
ンシステム内においてデータベース名によって管理さ
れ、適用業務プログラムから、データベース・アクセス
情報に基づいてアクセスされるオリジナル・データベー
スの構造を変更する方法であって、(a)前記オリジナ
ル・データベースと異なる構造を有するコピー・データ
ベースを生成する段階と、(b)前記コピー・データベ
ースのデータベース名を前記データベースアクセス情報
と関連付けて格納する段階と、(c)前記オリジナル・
データベースの内容の少なくとも一部の情報をレコード
毎順次、前記コピー・データベースにコピーする段階
と、(d)前記適用業務プログラムからのアクセス要求
があった場合に、アクセスするレコードが既にコピー・
データベースにコピーされているか否かを判断する段階
と、(e)該アクセスするレコードがコピー・データベ
ースにコピーされていない場合には、前記オリジナル・
データベースにアクセスし、該アクセスするレコードが
既にコピー・データベースにコピーされている場合に
は、前記コピー・データベースにアクセスする段階と、
を含む方法が提供される。
In another aspect of the present invention, there is provided a method for changing the structure of an original database managed by a database name in an online system and accessed from an application program based on database access information. (A) generating a copy database having a different structure from the original database; (b) storing a database name of the copy database in association with the database access information; and (c) storing the original database.・
Copying at least a part of the information of the contents of the database to the copy database sequentially for each record; and (d) when an access request is received from the application program, the record to be accessed is already copied.
Determining whether or not the record to be accessed has been copied to a copy database; and
Accessing the copy database if the record to be accessed has already been copied to the copy database;
Are provided.

【0008】なお、本願明細書の特許請求の範囲におい
て、「データベース名」とは、アクセスするデータベー
スを直接または間接的に特定するための情報を含む概念
である。
[0008] In the claims of the present specification, "database name" is a concept including information for directly or indirectly specifying a database to be accessed.

【0009】本発明の他の一態様においては、オンライ
ンシステム内においてデータベース名によって管理さ
れ、適用業務プログラムから、データベース・アクセス
情報に基づいてアクセスされるオリジナル・データベー
スの構造を変更する方法であって、(a)前記オリジナ
ル・データベースと異なる構造を有するコピー・データ
ベースを生成する段階と、(b)前記コピー・データベ
ースのデータベース名を前記データベースアクセス情報
と関連付けて格納する段階と、(c)前記オリジナル・
データベースの内容の少なくとも一部の情報をレコード
毎順次、前記コピー・データベースにコピーするととも
に、前記オリジナル・データベースのコピーが終了した
レコードの所定位置に移行完了文字を書き込む段階と、
(d)前記適用業務プログラムからのアクセス要求があ
った場合に、アクセスするレコードが既にコピー・デー
タベースにコピーされているか否かを判断する段階と、
(e)該アクセスするレコードがコピー・データベース
にコピーされていない場合には、前記オリジナル・デー
タベースにアクセスし、該アクセスするレコードが既に
コピー・データベースにコピーされている場合には、前
記コピー・データベースにアクセスする段階と、(f)
前記段階(c)の処理が終了した後、適用業務プログラ
ムからのデータベース・アクセス情報に基づくアクセス
要求があったときは、コピー・データベースにアクセス
するように設定する段階と、を含む方法が提供される。
In another aspect of the present invention, there is provided a method for changing the structure of an original database managed by a database name in an online system and accessed from an application program based on database access information. (A) generating a copy database having a different structure from the original database; (b) storing a database name of the copy database in association with the database access information; and (c) storing the original database.・
Copying at least part of the information of the contents of the database sequentially for each record to the copy database, and writing a transition completion character at a predetermined position of the record where the copy of the original database has been completed;
(D) when there is an access request from the application program, determining whether or not the record to be accessed has already been copied to a copy database;
(E) accessing the original database if the record to be accessed has not been copied to the copy database; and accessing the copy database if the record to be accessed has already been copied to the copy database. Accessing (f)
After the completion of the processing of the step (c), setting an access to the copy database when there is an access request based on the database access information from the application program. You.

【0010】本発明の他の一態様においては、前記段階
(f)の処理が終了した後、前記オリジナル・データベ
ースを消去する段階を更に含む請求項2記載の方法が提
供される。
In another aspect of the present invention, there is provided the method of claim 2, further comprising the step of deleting the original database after the processing of the step (f) is completed.

【0011】本発明の他の一態様においては、データベ
ース・アクセス情報含む適用業務プログラムからのデー
タベース・アクセス要求を第1のデータベースまたは第
2のデータベースに渡すデータベース・アクセス要求の
制御方法であって、(a)前記適用業務プログラムから
のアクセス要求を受領する段階と、(b)前記アクセス
要求に含まれるデータベース・アクセス情報に対応する
データベースが複数存在するか否かを判断する段階と、
(c)前記データベース・アクセス情報に対応するデー
タベースが複数存在すると判断された場合には、前記複
数のデータベースの相互間で、データ移行作業が行われ
ているか否かを判断する段階と、(d)データ移行作業
が行われている場合には、前記適用業務プログラムがア
クセスすることを要求しているレコードが移行済みか否
かを判断する段階と、(e)前記適用業務プログラムが
アクセスすることを要求しているレコードがまだ移行さ
れていない場合には、前記複数のデータベースのうちの
移行元のデータベースにアクセスし、移行されている場
合には、前記複数のデータベースのうちの移行先のデー
タベースにアクセスする段階と、を含む方法が提供され
る。
According to another aspect of the present invention, there is provided a database access request control method for passing a database access request from an application program including database access information to a first database or a second database, (A) receiving an access request from the application program; and (b) determining whether there are a plurality of databases corresponding to the database access information included in the access request.
(C) when it is determined that there are a plurality of databases corresponding to the database access information, determining whether data migration is being performed between the plurality of databases; And (e) determining whether the record requested by the application program to be accessed has been migrated if data migration is being performed; and (e) accessing the application program. If the record requesting has not been migrated yet, access the source database of the plurality of databases, if the record has been migrated, the destination database of the plurality of databases Accessing the.

【0012】本発明の他の一態様においては、データベ
ース名によって管理され、適用業務プログラムから、デ
ータベース・アクセス情報に基づいてアクセスされるオ
リジナル・データベースを含むオンラインシステムであ
って、(a)前記オリジナル・データベースと異なる構
造を有し、そのデータベース名が前記データベースアク
セス情報と関連付けて格納されるコピー・データベース
と、(b)前記オリジナル・データベースの内容の少な
くとも一部の情報がレコード毎順次、前記コピー・デー
タベースにコピーされるに際し、前記適用業務プログラ
ムからのアクセス要求を、アクセスするレコードが既に
コピー・データベースにコピーされているか否かを判断
し、該アクセスするレコードがコピー・データベースに
コピーされていない場合には、前記オリジナル・データ
ベースにアクセスし、該アクセスするレコードが既にコ
ピー・データベースにコピーされている場合には、前記
コピー・データベースにアクセスするデータベース運用
支援ミドルウエアと、を含むオンラインシステムが提供
される。
[0012] In another aspect of the present invention, there is provided an online system including an original database managed by a database name and accessed from an application program based on database access information. A copy database having a structure different from that of the database, the database name of which is stored in association with the database access information; and (b) information of at least a part of the contents of the original database is sequentially copied for each record. -When being copied to the database, the access request from the application program is determined by determining whether the record to be accessed is already copied to the copy database, and the record to be accessed is not copied to the copy database. In this case, an online system is provided that includes accessing the original database, and when the record to be accessed is already copied to a copy database, database operation support middleware that accesses the copy database. Is done.

【0013】本発明の他の一態様においては、データベ
ース・アクセス情報含む適用業務プログラムからのデー
タベース・アクセス要求を第1のデータベースまたは第
2のデータベースに渡す制御を行うデータベース運用支
援ミドルウエアを格納する記憶媒体であって、前記デー
タベース運用支援ミドルウエアが、(a)前記適用業務
プログラムから受領したアクセス要求に含まれるデータ
ベース・アクセス情報に対応するデータベースが複数存
在するか否かを判断するプログラムコードと、(b)前
記データベース・アクセス情報に対応するデータベース
が複数存在すると判断された場合には、前記複数のデー
タベースの相互間で、データ移行作業が行われているか
否かを判断するプログラムコードと、(c)データ移行
作業が行われている場合には、前記適用業務プログラム
がアクセスすることを要求しているレコードが移行済み
か否かを判断するプログラムコードと、(d)前記適用
業務プログラムがアクセスすることを要求しているレコ
ードがまだ移行されていない場合には、前記複数のデー
タベースのうちの移行元のデータベースにアクセスし、
移行されている場合には、前記複数のデータベースのう
ちの移行先のデータベースにアクセスするプログラムコ
ードと、を含む記憶媒体が提供される。
In another aspect of the present invention, a database operation support middleware for controlling the transfer of a database access request from an application program including database access information to a first database or a second database is stored. A storage medium, wherein the database operation support middleware comprises: (a) a program code for determining whether there are a plurality of databases corresponding to database access information included in an access request received from the application program; (B) when it is determined that there are a plurality of databases corresponding to the database access information, a program code for determining whether or not data migration is being performed between the plurality of databases; (C) Data migration work is being performed In this case, the program code for determining whether or not the record requested by the application program to access has been migrated, and (d) the record requesting access by the application program is not yet included. If not migrated, access the migration source database of the plurality of databases,
If the database has been migrated, a storage medium is provided that includes: a program code for accessing a database of a migration destination among the plurality of databases.

【0014】本発明の他の一態様においては、前記適用
業務プログラムがアクセスすることを要求しているレコ
ードが移行済みか否かの判断は、移行元のデータベース
に移行完了文字がセットされているか否かを検査するこ
とにより判断することを特徴とする請求項6記載の記憶
媒体が提供される。
In another aspect of the present invention, it is determined whether or not the record requested by the application program to be accessed has been migrated by determining whether the migration complete character is set in the migration source database. 7. The storage medium according to claim 6, wherein the determination is made by checking whether or not the storage medium is present.

【0015】本発明の他の一態様においては、第1の階
層型データベースの情報を第2の階層型データベースに
移行する移行ユーティリティを格納する記憶媒体であっ
て、前記移行ユーティリティが、(a)前記第1の階層
型データベースに含まれるデータをレコード毎順次第2
の階層型データベースに移行するプログラムコードと、
(b)予め設定された定義パラメータにアクセスし、移
行完了文字と移行完了文字オフセット値を取得するプロ
グラムコードと、(c)前記移行完了文字オフセット値
に対応した位置において、移行の完了したレコードにつ
いて、前記第1の階層型データベースの先頭レコードに
前記移行完了文字を書き込むプログラムコードと、を含
む記憶媒体が提供される。
According to another aspect of the present invention, there is provided a storage medium for storing a migration utility for migrating information of a first hierarchical database to a second hierarchical database, wherein the migration utility comprises: (a) The data contained in the first hierarchical database is sequentially recorded for each record in a second
Program code to migrate to a hierarchical database of
(B) a program code for accessing a preset definition parameter and acquiring a transition completed character and a transition completed character offset value; and (c) a record that has been transitioned at a position corresponding to the transition completed character offset value. And a program code for writing the completion character in the first record of the first hierarchical database.

【実施例】【Example】

【0016】A.ハードウエア構成 図1を参照すると、本発明において使用されるオンライ
ン・システムのホストコンピュータ100のハードウェ
ア構成の一実施例を示す概観図が示されている。ホスト
コンピュータ100は、中央処理装置(CPU)1とメ
モリ4とを含んでいる。CPU1とメモリ4は、バス2
を介して、補助記憶装置としてのハードディスク装置1
3とを接続してある。フロッピーディスク装置(または
MO、CD−ROM等の記録媒体駆動装置26、28、
29)20はフロッピーディスクコントローラ19(ま
たはIDEコントローラ25、SCSIコントローラ2
7等)を介してバス2へ接続されている。
A. Hardware Configuration Referring to FIG. 1, there is shown a schematic diagram showing an embodiment of a hardware configuration of a host computer 100 of an online system used in the present invention. The host computer 100 includes a central processing unit (CPU) 1 and a memory 4. CPU 1 and memory 4 are connected to bus 2
, A hard disk device 1 as an auxiliary storage device
3 is connected. Floppy disk drive (or recording medium drive 26, 28 such as MO, CD-ROM, etc.)
29) 20 is a floppy disk controller 19 (or IDE controller 25, SCSI controller 2)
7) is connected to the bus 2.

【0017】フロッピーディスク装置(またはMO、C
D−ROM等の記録媒体駆動装置)20には、フロッピ
ーディスク(またはMO、CD−ROM等の記録媒体)
が挿入され、このフロッピーディスク等やハードディス
ク装置13、ROM14には、オペレーティングシステ
ムと協働してCPU等に命令を与え、本発明を実施する
ためのコンピュータ・プログラムのコードを記録するこ
とができ、メモリ4にロードされることによって実行さ
れる。このコンピュータ・プログラムのコードは圧縮
し、または、複数に分割して、複数の媒体に記録するこ
ともできる。
Floppy disk drive (or MO, C
A recording medium driving device such as a D-ROM 20 includes a floppy disk (or a recording medium such as an MO or a CD-ROM).
The floppy disk or the like, the hard disk device 13, or the ROM 14 can cooperate with the operating system to give instructions to the CPU or the like, and record computer program codes for implementing the present invention. This is executed by being loaded into the memory 4. The code of the computer program can be compressed or divided into a plurality of pieces and recorded on a plurality of media.

【0018】ホストコンピュータ100は更に、ユーザ
・インターフェース・ハードウェアを備え、入力をする
ためのポインティング・デバイス(マウス、ジョイステ
ィック等)7またはキーボード6や、視覚データをユー
ザに提示するためのディスプレイ12を有することがで
きる。タッチ・パネルを入力手段とすることもできる。
また、パラレルポート16を介してプリンタを接続する
ことや、シリアルポート15を介してモデムを接続する
ことが可能である。このホストコンピュータ100は、
シリアルポート15およびモデムまたは通信アダプタ1
8(イーサネットやトークンリング・カード)等を介し
てネットワークに接続し、他のコンピュータ等と通信を
行うことが可能である。
The host computer 100 further includes user interface hardware, and includes a pointing device (mouse, joystick, etc.) 7 or keyboard 6 for inputting, and a display 12 for presenting visual data to the user. Can have. A touch panel can be used as an input means.
Further, it is possible to connect a printer via the parallel port 16 and to connect a modem via the serial port 15. This host computer 100
Serial port 15 and modem or communication adapter 1
8 (Ethernet or token ring card) or the like, and can communicate with other computers or the like.

【0019】スピーカ23は、オーディオ・コントロー
ラ21によってD/A(デジタル/アナログ変換)変換
された音声信号を、アンプ22を介して受領し、音声と
して出力する。また、オーディオ・コントローラ21
は、マイクロフォン24から受領した音声情報をA/D
(アナログ/デジタル)変換し、システム外部の音声情
報をシステムにとり込むことを可能にしている。
The speaker 23 receives, via the amplifier 22, the audio signal that has been D / A (digital / analog converted) by the audio controller 21, and outputs the audio signal as audio. Also, the audio controller 21
Converts the audio information received from the microphone 24 into an A / D
(Analog / Digital) conversion, and audio information outside the system can be taken into the system.

【0020】このように、本発明のホストコンピュータ
100は、汎用機やワークステーション等を含む通信機
能有するコンピュータ末、または、これらの組合せによ
って実施可能であることを容易に理解できるであろう。
ただし、これらの構成要素は例示であり、その全ての構
成要素が本発明の必須の構成要素となるわけではない。
As described above, it can be easily understood that the host computer 100 of the present invention can be implemented by a computer having a communication function including a general-purpose machine and a workstation, or a combination thereof.
However, these components are merely examples, and not all of them are essential components of the present invention.

【0021】特に、ここで説明したハードウエア構成
は、データベースのオンラインアクセスを可能にするも
のであるため、音声の処理に必要なオーディオ・コント
ローラ21、アンプ22、スピーカ23、マイクロフォ
ン24やオペレータからの直接的な入力を可能にするキ
ーボード6、マウス7、キーボード/マウスコントロー
ラ5、視覚データをユーザに提示するためのCRT1
2、表示装置11、VRAM9,VGA8、各種記録媒
体処理装置19、25、27等はなくてもよい。
In particular, since the hardware configuration described here enables online access to the database, the audio controller 21, amplifier 22, speaker 23, microphone 24, and other components required for audio processing, such as an audio controller 21. Keyboard 6, mouse 7, keyboard / mouse controller 5, enabling direct input, CRT 1 for presenting visual data to the user
2. The display device 11, the VRAM 9, the VGA 8, the various recording medium processing devices 19, 25, 27, etc. may not be provided.

【0022】B.システム構成 図2は、本発明の好適な実施例におけるオンライン・シ
ステムのシステム構成を示す機能ブロック図である。
B. System Configuration FIG. 2 is a functional block diagram showing the system configuration of the online system according to the preferred embodiment of the present invention.

【0023】本発明の好適な実施例におけるオンライン
・システムにおいては、適用業務プログラム101〜1
09、階層型DB運用支援ミドルウエア111、階層型
データベース121、通信制御ミドルウエア123、オ
ペレーティング・システム125等のソフトウエアが稼
動している。
In the online system according to the preferred embodiment of the present invention, the application programs 101 to 1
09, software such as the hierarchical DB operation support middleware 111, the hierarchical database 121, the communication control middleware 123, and the operating system 125 are running.

【0024】適用業務プログラム101〜109は、階
層型データベース121にオンラインアクセスを行うア
プリケーションである。本発明の好適な実施例におい
て、適用業務プログラム101〜109は、IMS適用
業務プログラムとして実施されている。
The application programs 101 to 109 are applications for accessing the hierarchical database 121 online. In the preferred embodiment of the present invention, the application programs 101 to 109 are implemented as IMS application programs.

【0025】階層型DB運用支援ミドルウエア111
は、適用業務プログラム101〜109からの階層型デ
ータベース121へのアクセスを制御する。本発明の好
適な実施例において、階層型DB運用支援ミドルウエア
111は、SAIL IMS/ESA適用業務プログラ
ム/運用支援プログラム(「SAIL」は、IBM社の
商標)として実施されている。
Hierarchical DB operation support middleware 111
Controls access to the hierarchical database 121 from the application programs 101 to 109. In the preferred embodiment of the present invention, the hierarchical DB operation support middleware 111 is implemented as a SAIL IMS / ESA application program / operation support program (“SAIL” is a trademark of IBM Corporation).

【0026】階層型データベース121は、各種情報を
階層構造で格納する。本発明の好適な実施例において、
階層型データベース121は、IMSDB(「IMS」
は、IBM社の商標)等の階層型データベースとして実
施されている。
The hierarchical database 121 stores various information in a hierarchical structure. In a preferred embodiment of the present invention,
The hierarchical database 121 has an IMSDB (“IMS”).
Is implemented as a hierarchical database such as the trademark of IBM Corporation.

【0027】通信制御ミドルウエア123は、オンライ
ン・トランザクションの受け渡し等の通信の制御を行
う。本発明の好適な実施例において、通信制御ミドルウ
エア123は、VTAM(「VTAM」は、IBM社の
商標)として実施されている。
The communication control middleware 123 controls communication such as transfer of online transactions. In the preferred embodiment of the present invention, the communication control middleware 123 is implemented as VTAM ("VTAM" is a trademark of IBM Corporation).

【0028】オペレーティング・システム125は、上
記各コンポーネントをサポートする。本発明の好適な実
施例において、オペレーティング・システム125は、
MVS(「MVS」は、IBM社の商標)として実施さ
れている。
The operating system 125 supports each of the above components. In a preferred embodiment of the present invention, operating system 125
It is implemented as MVS ("MVS" is a trademark of IBM Corporation).

【0029】C.動作手順 次に、本発明の動作手順を説明する。図3は、移行前の
状態を説明するための本発明の好適な実施例におけるオ
ンライン・システムの概念図である。図において、適用
業務プログラム230は、階層型データベースのデータ
ベース名(DB名)でアクセスするのではなく、階層型
DB運用支援ミドルウエア220に対してパラメータで
定義した「FILE」名でアクセスする。階層型DB運
用支援ミドルウエア220のインタフェース部221
は、階層型DB運用支援ミドルウエア220の管理する
ファイル情報格納部250の内容を参照し、アクセスす
べきデータベースを特定している。
C. Operation Procedure Next, the operation procedure of the present invention will be described. FIG. 3 is a conceptual diagram of an online system according to a preferred embodiment of the present invention for explaining a state before migration. In the figure, the application program 230 accesses the hierarchical DB operation support middleware 220 with a “FILE” name defined by a parameter, instead of accessing the hierarchical database with the database name (DB name). Interface section 221 of the hierarchical DB operation support middleware 220
Refers to the contents of the file information storage unit 250 managed by the hierarchical DB operation support middleware 220, and specifies the database to be accessed.

【0030】図4は、このファイル情報格納部250の
内容を示す概念図である。図に示すように、ファイル情
報格納部250には、ファイル名251、データベース
名253、ペア・データベース・フラグ255の情報を
管理している。このように、ファイル情報格納部250
において、ファイル名251、データベース名253が
関連付けられて格納されているので、階層型DB運用支
援ミドルウエア220は、ファイル名に対応するデータ
ベースにアクセスすることができる。ペア・データベー
ス・フラグ255は、コピー・データベースが存在する
か否かを識別するための情報であり、詳細は後に述べ
る。
FIG. 4 is a conceptual diagram showing the contents of the file information storage section 250. As shown in the figure, the file information storage unit 250 manages information of a file name 251, a database name 253, and a pair database flag 255. Thus, the file information storage unit 250
Since the file name 251 and the database name 253 are stored in association with each other, the hierarchical DB operation support middleware 220 can access the database corresponding to the file name. The pair database flag 255 is information for identifying whether or not a copy database exists, and details will be described later.

【0031】図5は、コピー・データベース(DBb)
を生成した状態を説明するための本発明の好適な実施例
におけるオンライン・システムの概念図である。図にお
いて、コピー・データベース(DBb)215は、オリ
ジナル・データベース(DBa)の構造を変更した状態
で生成されている。また、階層型DB運用支援ミドルウ
エア220の参照するパラメータ200は図に示すよう
に、DBbをFILEAのデータベースとして定義し
(207)、DBaをオリジナル・データベースとし、
DBbをコピー・データベースとして定義している(2
05)。
FIG. 5 shows a copy database (DBb).
FIG. 1 is a conceptual diagram of an online system according to a preferred embodiment of the present invention for explaining a state in which is generated. In the figure, a copy database (DBb) 215 is generated with the structure of the original database (DBa) changed. As shown in the figure, the parameter 200 referred to by the hierarchical DB operation support middleware 220 defines DBb as a FILEA database (207), DBa as an original database,
DBb is defined as a copy database (2
05).

【0032】オペレータは、かかるシステム構成を構築
するために、まず、管理データベース240を生成す
る。管理データベースの構築は、バッチ・ジョブを実行
することにより可能である。データベースの構築は、当
業者に公知の技術なので詳しい記述は省略する。また、
コピー・データベースを、オリジナル・データベースに
対し構造変更定義済み(中身はまだ空)の状態で作成す
る。
The operator first creates a management database 240 to construct such a system configuration. Construction of the management database is possible by executing a batch job. Since the construction of the database is a technique known to those skilled in the art, a detailed description is omitted. Also,
Create a copy database with the structure change defined (the contents are still empty) for the original database.

【0033】そして、オペレータは、図6に示すような
パラメータ定義を行ったのち、ユーティリティ・バッチ
ジョブを実行する。このユーティリティ・バッチジョブ
の実行により、図4に示したペア・データベース・フラ
グが初期状態のOFFからONに変る。また、管理デー
タベース(管理DB)240に情報をセットする。
Then, after defining the parameters as shown in FIG. 6, the operator executes a utility batch job. By executing this utility batch job, the pair database flag shown in FIG. 4 changes from OFF in the initial state to ON. Further, information is set in a management database (management DB) 240.

【0034】図7は、本発明の好適な実施例における管
理データベース240の管理する情報の概念図である。
図に示すように、管理データベース240は、ファイル
名301、ファイル状況303、オリジナル・データベ
ース名(オリジナルDB名)305、コピー・データベ
ース名(コピーDB名)307、移行完了文字309、
移行完了文字オフセット値311、移行ユーティリティ
状況313、ポインタ文字315、ポインタ文字オフセ
ット値317の情報を含んでいる。
FIG. 7 is a conceptual diagram of information managed by the management database 240 in the preferred embodiment of the present invention.
As shown in the figure, the management database 240 includes a file name 301, a file status 303, an original database name (original DB name) 305, a copy database name (copy DB name) 307, a transfer completion character 309,
The information includes a transfer completed character offset value 311, a transfer utility status 313, a pointer character 315, and a pointer character offset value 317.

【0035】ファイル名301は、管理データベースで
管理するファイルの名前が入っている。本発明の好適な
実施例では、「FILEA」という情報が入っている。
The file name 301 contains the name of a file managed by the management database. In the preferred embodiment of the present invention, the information "FILEA" is included.

【0036】ファイル状況303は、この「FILE
A」がどのような状況にあるかを示す情報が格納されて
いる。具体的には、「オリジナルDBにアクセスす
る」、「コピーDBにアクセスする」、「スイッチ準備
状態(オリジナルDBまたはコピーDBにアクセスす
る」の3つの状態を管理するための情報を格納してい
る。
The file status 303 indicates that "FILE
Information indicating the status of “A” is stored. Specifically, information for managing three states of “access the original DB”, “access the copy DB”, and “switch preparation state (access the original DB or the copy DB)” is stored. .

【0037】オリジナルDB名305は、オリジナルD
BとしてアクセスするDBを特定するための情報であ
る。同様に、コピーDB名307は、コピーDBとして
アクセスするDBを特定するための情報である。
The original DB name 305 is the original D
This is information for specifying the DB to be accessed as B. Similarly, the copy DB name 307 is information for specifying a DB to be accessed as a copy DB.

【0038】移行完了文字309は、移行ユーティリテ
ィにより、そのレコードが移行されたときにオリジナル
DB側の先頭レコード(ルート・レコード、親セグメン
ト)に書き込まれる文字・記号等の情報であり、移行完
了文字オフセット値311は、この移行完了文字を書き
込む場所を特定するための情報である。本発明の好適な
実施例において、この移行完了文字309と、移行完了
文字オフセット値311は、オペレータが移行作業の前
に予め管理データベース240に登録しているが、移行
ユーティリティに設定してもよい。移行ユーティリティ
が実行時に書き込んでもよい。
The transfer completion character 309 is information such as characters and symbols written in the first record (root record, parent segment) of the original DB when the record is transferred by the transfer utility. The offset value 311 is information for specifying a location where the transition completion character is to be written. In the preferred embodiment of the present invention, the transfer completion character 309 and the transfer completion character offset value 311 are registered in the management database 240 in advance by the operator before the transfer operation, but may be set in the transfer utility. . The migration utility may write at run time.

【0039】移行ユーティリティ状況313は、移行ユ
ーティリティが実行中であるか否か、正常に終了した
か、異常終了したか等、移行ユーティリティの状況を示
す情報を格納している。
The migration utility status 313 stores information indicating the status of the migration utility, such as whether or not the migration utility is being executed, whether or not the migration utility has ended normally or abnormally.

【0040】ポインタ文字315は、移行ユーティリテ
ィにより、各従属レコード(子セグメント)が移行され
たときにオリジナルDB側に書き込まれる文字・記号等
の情報であり、ポインタ文字オフセット値317は、こ
のポインタ文字を書き込む場所を特定するための情報で
ある。
The pointer character 315 is information such as characters and symbols written on the original DB when each dependent record (child segment) is migrated by the migration utility. The pointer character offset value 317 is the pointer character offset value 317. Is the information for specifying the location where is written.

【0041】この段階では、管理DB240のファイル
名301には、「FILEA」が、ファイル状況には、
オリジナルDBへのアクセスを示す情報が、オリジナル
DB名にはDBaが、コピーDB名にはDBbがセット
される。
At this stage, “FILEA” is included in the file name 301 of the management DB 240, and
Information indicating access to the original DB is set to DBa for the original DB name and DBb for the copy DB name.

【0042】ペア・データベースという概念は、構造変
更前の「オリジナル・データベース」と、構造変更後の
「コピー・データベース」から構成される。適用業務プ
ログラム230は、オリジナル・データベースかコピー
・データベースを意識することなくファイル名を使用し
てアクセスを行っている。このコピー・データベースを
準備した状態では、オンライン取引(適用業務プログラ
ム230)からのアクセスは、すべてオリジナル・デー
タベース210側に対して行われている。
The concept of a pair database is composed of an "original database" before the structure change and a "copy database" after the structure change. The application program 230 accesses using a file name without being aware of the original database or the copy database. In a state where the copy database is prepared, all accesses from the online transaction (application program 230) are made to the original database 210 side.

【0043】階層型DB運用支援ミドルウエア220
が、この管理データベース240を参照することによ
り、1.ペアデータベースが移行前ならオリジナルDB
にアクセスし、2.ペアデータベースが移行後ならコピ
ーDBにアクセスし、3.ペアデータベースが移行中な
らアクセスするレコードが移行前か移行後かを判断し、
オリジナルDBまたはコピーDBにアクセスすることが
できる。
Hierarchical DB operation support middleware 220
By referring to the management database 240, Original database if the pair database is before migration
1. Access to 2. If the pair database has been migrated, access the copy DB and If the pair database is being migrated, determine whether the record to be accessed is before or after the migration,
An original DB or a copy DB can be accessed.

【0044】図8は、スイッチ準備状態を説明するため
の本発明の好適な実施例におけるオンライン・システム
の概念図である。オペレータは、システムに以下のよう
なコマンドを投入した後、移行ユーティリティ(バッチ
・プログラム)を実行する。 投入コマンド:SWITCH PAIRDB,PREP
ARE,FILE=FILEA
FIG. 8 is a conceptual diagram of the online system in the preferred embodiment of the present invention for explaining the switch preparation state. After inputting the following commands to the system, the operator executes the migration utility (batch program). Input command: SWITCH PAIRDB, PREP
ARE, FILE = FILEA

【0045】オペレータの投入したコマンドに応答し
て、FILEAのファイル状況303に、スイッチ準備
状態にあることを示す情報が入る(図7)。なお、本発
明の好適な実施例においては、システムコマンドにより
スイッチ準備状態に切り替えているが、移行ユーティリ
ティの実行により、移行ユーティリティ状況313の値
が自動的に変化するようにしてもよい。
In response to the command input by the operator, information indicating that the switch is ready is entered in the file status 303 of FILEA (FIG. 7). In the preferred embodiment of the present invention, the state is switched to the switch ready state by a system command. However, the value of the migration utility status 313 may be automatically changed by executing the migration utility.

【0046】移行ユーティリティが実行されると、ま
ず、管理データベース240の移行ユーティリティ状況
313の項目に移行中を示す情報をセットする。次に、
レコード毎、DBa210のデータをDBb215に移
行(コピー)していく。移行ユーティリティは、コピー
中のレコードをロックし、適用業務プログラム230か
らのそのレコードへのアクセスをペンディングにし、そ
のレコードのコピー終了後にロックを解除する。
When the migration utility is executed, first, information indicating that migration is in progress is set in the item of the migration utility status 313 of the management database 240. next,
The data of the DBa 210 is transferred (copied) to the DBb 215 for each record. The migration utility locks the record being copied, suspends access to the record from the application program 230, and releases the lock after the copy of the record is completed.

【0047】このとき、階層型DB運用支援ミドルウエ
ア220は、オンライン取引からのアクセスを、移行前
レコードに対してはオリジナル・データベースへ、移行
済みレコードに対してはコピー・データベースへ、とい
うようにアクセス先の振り分けを行う。
At this time, the hierarchical DB operation support middleware 220 accesses the online transaction from the online database to the original database for the pre-migration record, to the copy database for the migrated record, and so on. Sort the access destination.

【0048】このようにオンライン取引を正常に稼働さ
せ、かつ、データ・インティグリティーを保ちながら移
行ユーティリティにより全レコードを移行するための本
発明の好適な実施例の移行手順の1態様を図9を用いて
説明する。
FIG. 9 shows an embodiment of the transfer procedure of the preferred embodiment of the present invention for transferring all records by the transfer utility while normally operating the online transaction and maintaining data integrity. This will be described with reference to FIG.

【0049】図9は、本発明の好適な実施例における移
行中の適用業務プログラム・アクセスを階層型DB運用
支援ミドルウエアが振り分けるときの手順を説明するた
めのフローチャートである。
FIG. 9 is a flowchart for explaining a procedure when the hierarchical DB operation support middleware distributes application program access during migration in the preferred embodiment of the present invention.

【0050】移行ユーティリティは、1つのルート・レ
コードをコピー・データベースへ移行したら、オリジナ
ル・データベース側のその移行前ルート・レコードの移
行完了文字オフセットの位置に移行完了文字をセットす
る。
After migrating one root record to the copy database, the migration utility sets the migration completed character at the position of the migration completed character offset of the pre-migration root record on the original database side.

【0051】オンライン取引によるレコード参照/更新/
削除は、まずオリジナル・データベース側をアクセス
(ステップ401)し、移行完了文字があるなら(ステ
ップ403)、再度コピー・データベース側をアクセス
し(ステップ405)、参照/更新/削除処理をする。移
行完了文字がないなら、まだ移行が完了していないレコ
ードなので、そのままオリジナル・データベース側を処
理する(ステップ407)。
Record reference / update /
To delete, first access the original database side (step 401), and if there is a transfer completed character (step 403), access the copy database side again (step 405) and perform reference / update / deletion processing. If there is no migration completed character, the record has not been migrated yet, so the original database is processed as it is (step 407).

【0052】また、オンライン取引によるルート・レコ
ード挿入は、オリジナル・データベース側へは移行完了
文字を挿入し、かつコピー・データベース側への挿入も
行う(デュアル・インサート方式)。これにより、移行ユ
ーティリティも既に移行完了文字がセットされているレ
コードを発見した場合はそのレコードは移行せず、次レ
コードの移行処理へスキップする。
In addition, when inserting a root record by online transaction, a completed character is inserted into the original database and inserted into the copy database (dual insert method). As a result, if the migration utility finds a record in which the migration completed character has already been set, the migration utility does not migrate the record and skips to the migration processing of the next record.

【0053】次に、移行ユーティリティによる物理ポイ
ンターの移行方法を説明する。本発明の好適な実施例の
説明で使用してる階層型データベースは、親レコードか
ら物理ポインターを付けることが可能である。
Next, a description will be given of a method of transferring the physical pointer by the transfer utility. The hierarchical database used in the description of the preferred embodiment of the present invention can attach a physical pointer from a parent record.

【0054】まず、移行する前にオリジナル・データベ
ース210側の物理ポインターがポイントしている従属
レコード内のポインタ文字オフセットの位置にポインタ
ー文字をセットする(Retrieving Get命令で実施可
能)。
First, before the migration, the pointer character is set at the position of the pointer character offset in the dependent record pointed to by the physical pointer on the original database 210 side (this can be executed by the Retrieving Get instruction).

【0055】次に、移行ユーティリティにより移行処理
が行われている従属レコードのポインター文字がセット
されているならコピー・データベースへは単純INSERT命
令による移行ではなく、物理ポインターを同時に付ける
INSERT命令で移行する(Sethere Insert命令で実施可
能)。
Next, if the pointer character of the dependent record for which the migration process is being performed by the migration utility is set, a physical pointer is simultaneously attached to the copy database instead of the migration by a simple INSERT instruction.
Transition by INSERT instruction (can be executed by Sethere Insert instruction).

【0056】移行ユーティリティは、オリジナル・デー
タベース側の全レコードをコピー・データベースへ移行
することにより正常終了する。
The migration utility ends normally by migrating all records on the original database side to the copy database.

【0057】図10は、本発明の好適な実施例の他の態
様におけるスイッチ準備状態において移行ユーティリテ
ィが参照するパラメータを示す図である。この態様にお
いては、移行ユーティリティは、オリジナルDBからコ
ピーDBへレコード(ルートレコード)を移行したらオ
リジナルDB側に移行完了文字323(図10の場合
「ABC」)を先頭からのオフセット321(図10の
場合「12」)のところに書き込む。
FIG. 10 is a diagram showing parameters referred to by the migration utility in the switch preparation state according to another aspect of the preferred embodiment of the present invention. In this embodiment, the transfer utility transfers a record (root record) from the original DB to the copy DB and transfers the transfer completion character 323 (“ABC” in FIG. 10) to the original DB side with an offset 321 from the head (FIG. In case “12”), the data is written.

【0058】また、従属レコードに対しては、ポインタ
文字327(図10の場合は「Z」)を先頭からのオフ
セット325(図10の場合「32」)の位置に書き込
む。移行ユーティリティが実行されると、このパラメー
タは、管理データベース240にも書き込まれる。すな
わち、図7の移行完了文字309、移行完了文字オフセ
ット311、ポインタ文字315、ポインタ文字オフセ
ット317の値がセットされる。
For the subordinate record, the pointer character 327 ("Z" in FIG. 10) is written at the position of the offset 325 ("32" in FIG. 10) from the head. This parameter is also written to the management database 240 when the migration utility is executed. That is, the values of the transition completed character 309, the transition completed character offset 311, the pointer character 315, and the pointer character offset 317 in FIG. 7 are set.

【0059】この移行完了文字やポインタ文字を書き込
む場所は、適用業務プログラムが移行完了文字を絶対に
書き込まない場所とすることが望ましい。例えば、入金
額のフィールド(数字フィールド)の一部に「ABC」
等の文字を書き込まれることにより、移行済みであるか
否かを判断することができる。この方法を用いればルー
トレコードにリザーブ域がなくても移行作業をすること
ができる。
It is desirable that the place where the transfer completion character and the pointer character are written is a place where the application program never writes the transfer completion character. For example, "ABC" is included in a part of the deposit amount field (numerical field).
Is written, it is possible to determine whether or not migration has been completed. If this method is used, the transfer operation can be performed even if there is no reserved area in the root record.

【0060】なお、本発明の好適な実施例においては、
移行ユーティリティにパラメータにより移行完了文字3
09、移行完了文字オフセット311、ポインタ文字3
15、ポインタ文字オフセット317をセットして実行
し、その情報を管理DB240にセットしているが、予
め管理DB240にこの情報をセットしておき、移行ユ
ーティリティが実行時にその情報を参照し、移行完了文
字やポインタ文字の書き込みをおこなってもよい。
In the preferred embodiment of the present invention,
Migration completion character 3 by parameter to migration utility
09, transition complete character offset 311, pointer character 3
15. The pointer character offset 317 is set and executed, and the information is set in the management DB 240. This information is set in the management DB 240 in advance, and the migration utility refers to the information at the time of execution, and completes the migration. Characters and pointer characters may be written.

【0061】移行完了文字を用いる態様においても、図
9に示すように、オリジナルDB側を読み、移行完了文
字があるか否かを判断する(ステップ401、40
3)。そして、オリジナルDBに移行完了文字がある場
合には、このレコードは移行済みであると判断し、コピ
ーDB側にアクセスして適用業務プログラムにレコード
を渡す(ステップ405)。オリジナルDBに移行完了
文字がない場合には、このレコードは移行前であると判
断し、そのままオリジナルDB側のレコードを適用業務
プログラムに渡す(ステップ407)。
Also in the mode using the transfer completed character, as shown in FIG. 9, the original DB is read to determine whether there is a transfer completed character (steps 401 and 40).
3). If the original DB has the transfer completed character, it is determined that this record has been transferred, and the copy DB is accessed and the record is passed to the application program (step 405). If there is no transfer completed character in the original DB, this record is determined to be before the transfer, and the record on the original DB side is passed to the application program as it is (step 407).

【0062】移行ユーティリティによる従属レコードの
移行は、図11に示すように、まず、移行する前にオリ
ジナル・データベース210側の物理ポインターを使用
して、従属レコードを読み込む(ステップ411)。そ
して、従属レコードの先頭から32バイト目にポインタ
文字「Z」を書き込む(ステップ413)。なお、この
ときポインタ文字を書き込む場所のビフォアイメージを
メモリに記憶する。
As shown in FIG. 11, for the transfer of the dependent record by the transfer utility, first, before the transfer, the dependent record is read using the physical pointer of the original database 210 (step 411). Then, the pointer character "Z" is written into the 32nd byte from the head of the dependent record (step 413). At this time, the before image at the location where the pointer character is to be written is stored in the memory.

【0063】そして、移行するレコード(従属レコー
ド)にポインタ文字があるか否かを検査し(ステップ4
15)、移行するレコード(従属レコード)にポインタ
文字がない場合には、コピー側に移行して次の従属レコ
ードに進む(ステップ417)。
Then, it is checked whether or not a pointer character exists in the record to be transferred (subordinate record) (step 4).
15) If there is no pointer character in the record to be transferred (subordinate record), the process moves to the copy side and proceeds to the next dependent record (step 417).

【0064】移行するレコードにポインタ文字がある場
合には、メモリに記憶したポインタ文字部分のビフォア
イメージを復元してコピー側DBに移行し(Sethere In
sert命令で実施可能)、次のレコードに進む(ステップ
419)。レコード移行ユーティリティは、オリジナル
・データベース側の全レコードをコピー・データベース
へ移行することにより正常終了する。移行ユーティリテ
ィが正常終了すると、管理データベース240の移行ユ
ーティリティ状況313に正常終了を示す情報をセット
する。
If there is a pointer character in the record to be migrated, the before image of the pointer character portion stored in the memory is restored and migrated to the copy-side DB (Sethere In).
Then, the process proceeds to the next record (step 419). The record migration utility terminates normally by migrating all records in the original database to the copy database. When the migration utility ends normally, information indicating normal end is set in the migration utility status 313 of the management database 240.

【0065】図12は、移行ユーティリティ実行・終了
後の状態を説明するための本発明の好適な実施例におけ
るオンライン・システムの概念図である。この状態は、
以下のコマンド(例)を投入することにより、スイッチ
準備状態からスイッチ完了状態に移行する。 投入コマンド:SWITCH PAIRDB,COMM
IT,FILE=FILEA
FIG. 12 is a conceptual diagram of an online system in a preferred embodiment of the present invention for explaining a state after execution and termination of the migration utility. This state is
When the following command (example) is input, the state shifts from the switch preparation state to the switch completion state. Input command: SWITCH PAIRDB, COMM
IT, FILE = FILEA

【0066】管理DB240のファイル状況には、FI
LEAは、DBb(コピーDB215)を使用すること
を示す情報が入れられる。このため、この時点では、適
用業務プログラム230からのアクセスは、常にDBb
(コピーDB)にまわされることになる。
The file status of the management DB 240 includes FI
The LEA contains information indicating that the DBb (copy DB 215) is used. For this reason, at this point, access from the application program 230 is always DBb
(Copy DB).

【0067】このようにして、オリジナル・データベー
スからコピー・データベースへ、移行ユーティリティに
よる全レコードの移行処理終了後にスイッチさせること
によって、構造変更後のDBが使用されることになる。
In this way, by switching from the original database to the copy database after the migration processing of all records by the migration utility is completed, the DB after the structure change is used.

【0068】図13は、コピーDBを通常のDBとして
運用している状態を説明するための本発明の好適な実施
例におけるオンライン・システムの概念図である。この
状態においては、オリジナルDBと管理DBは、消去さ
れている。
FIG. 13 is a conceptual diagram of an online system in a preferred embodiment of the present invention for explaining a state in which a copy DB is operated as a normal DB. In this state, the original DB and the management DB have been deleted.

【0069】オペレータは、システムをこの状態に移行
させるために、図14に示すパラメータを定義し、ユー
ティリティ・バッチジョブを実行する。このユーティリ
ティ・バッチジョブが実行されると、まず、オリジナル
DB210と管理DB240がデリートされ、図4に示
したファイル情報格納部250のデータベース名253
が「DBb」に、ペアDBフラグ255がOFFにセッ
トされる。
The operator defines the parameters shown in FIG. 14 and executes a utility batch job to shift the system to this state. When this utility / batch job is executed, first, the original DB 210 and the management DB 240 are deleted, and the database name 253 of the file information storage unit 250 shown in FIG.
Is set to “DBb”, and the pair DB flag 255 is set to OFF.

【0070】[0070]

【発明の効果】以上説明したように、本発明によれば、
外部からのアクセスを中断させ、または、そのアクセス
のパフォーマンスを極端に低下させることなく、データ
ベースの構造変更などのメインテナンス作業を可能にす
ることができる。
As described above, according to the present invention,
Maintenance work such as structural change of a database can be enabled without interrupting external access or extremely degrading the performance of the access.

【0071】[0071]

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

【図1】 本発明のホストコンピュータまたは情報端末
のハードウェア構成の一実施例を示すブロック図であ
る。
FIG. 1 is a block diagram showing one embodiment of a hardware configuration of a host computer or an information terminal of the present invention.

【図2】 本発明の好適な実施例における処理要素のブ
ロック図である。
FIG. 2 is a block diagram of processing elements in a preferred embodiment of the present invention.

【図3】 移行前の状態を説明するための本発明の好適
な実施例におけるオンライン・システムの概念図であ
る。
FIG. 3 is a conceptual diagram of an online system according to a preferred embodiment of the present invention for explaining a state before migration.

【図4】 本発明の好適な実施例におけるファイル情報
格納部の内容を示す概念図である。
FIG. 4 is a conceptual diagram showing the contents of a file information storage unit in a preferred embodiment of the present invention.

【図5】 コピーDBを生成した状態を説明するための
本発明の好適な実施例におけるオンライン・システムの
概念図である。
FIG. 5 is a conceptual diagram of an online system in a preferred embodiment of the present invention for explaining a state in which a copy DB is generated.

【図6】 本発明の好適な実施例におけるスイッチ準備
状態に移行するためにオペレータが定義するパラメータ
を示す概念図である。
FIG. 6 is a conceptual diagram showing parameters defined by an operator for shifting to a switch ready state in a preferred embodiment of the present invention.

【図7】 本発明の好適な実施例における管理データベ
ースの保持する情報の概念図である。
FIG. 7 is a conceptual diagram of information stored in a management database in a preferred embodiment of the present invention.

【図8】 スイッチ準備状態を説明するための本発明の
好適な実施例におけるオンライン・システムの概念図で
ある。
FIG. 8 is a conceptual diagram of an online system according to a preferred embodiment of the present invention for explaining a switch preparation state.

【図9】 本発明の好適な実施例における移行中の適用
業務プログラム・アクセスのコントロールの手順を説明
するためのフローチャートである。
FIG. 9 is a flowchart for explaining a procedure of controlling application program access during migration according to the preferred embodiment of the present invention.

【図10】 本発明の好適な実施例の他の態様における
スイッチ準備状態において移行ユーティリティが参照す
るパラメータを示す図である。
FIG. 10 is a diagram illustrating parameters referred to by a migration utility in a switch preparation state according to another aspect of the preferred embodiment of the present invention.

【図11】 本発明の好適な実施例における移行ユーテ
ィリティの処理手順を説明するためのフローチャートで
ある。
FIG. 11 is a flowchart illustrating a processing procedure of a migration utility according to a preferred embodiment of the present invention.

【図12】 移行ユーティリティ実行・終了後の状態を
説明するための本発明の好適な実施例におけるオンライ
ン・システムの概念図である。
FIG. 12 is a conceptual diagram of an online system in a preferred embodiment of the present invention for explaining a state after execution and termination of a migration utility.

【図13】 コピーDBを通常のDBとして運用してい
る状態を説明するための本発明の好適な実施例における
オンライン・システムの概念図である。
FIG. 13 is a conceptual diagram of an online system according to a preferred embodiment of the present invention for explaining a state in which a copy DB is operated as a normal DB.

【図14】 本発明の好適な実施例における構造変更後
DB通常運用状態に移行するためにオペレータが定義す
るパラメータを示す概念図である。
FIG. 14 is a conceptual diagram showing parameters defined by an operator for shifting to a DB normal operation state after a structure change in a preferred embodiment of the present invention.

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

100 ホストコンピュータ 101〜109 適用業務プログラム 111 階層型DB運用支援ミドルウエア 121 階層型DB 123 通信制御ミドルウエア 125 オペレーティング・システム 200 パラメータ定義 210 オリジナルDB(構造変更前のDB) 215 コピーDB(構造変更後のDB) 220 階層型DB運用支援ミドルウエア 230 適用業務プログラム 240 管理DB Reference Signs List 100 host computer 101 to 109 application program 111 hierarchical DB operation support middleware 121 hierarchical DB 123 communication control middleware 125 operating system 200 parameter definition 210 original DB (DB before structure change) 215 copy DB (after structure change) DB) 220 Hierarchical DB operation support middleware 230 Application program 240 Management DB

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B075 ND35 PQ05 5B082 DE04 GA02 (54)【発明の名称】 データベースの構造を変更する方法、データベース・アクセス要求の制御方法、オンラインシス テム、データベース運用支援ミドルウエアを格納する記憶媒体、及び、移行ユーティリティを格 納する記憶媒体 ──────────────────────────────────────────────────続 き Continued on the front page F-term (reference) 5B075 ND35 PQ05 5B082 DE04 GA02 (54) [Title of Invention] Method of changing database structure, control method of database access request, online system, database operation support middle Storage medium for storing software and storage medium for storing the migration utility

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】オンラインシステム内においてデータベー
ス名によって管理され、適用業務プログラムから、デー
タベース・アクセス情報に基づいてアクセスされるオリ
ジナル・データベースの構造を変更する方法であって、 (a)前記オリジナル・データベースと異なる構造を有
するコピー・データベースを生成する段階と、 (b)前記コピー・データベースのデータベース名を前
記データベースアクセス情報と関連付けて格納する段階
と、 (c)前記オリジナル・データベースの内容の少なくと
も一部の情報をレコード毎順次、前記コピー・データベ
ースにコピーする段階と、 (d)前記適用業務プログラムからのアクセス要求があ
った場合に、アクセスするレコードが既にコピー・デー
タベースにコピーされているか否かを判断する段階と、 (e)該アクセスするレコードがコピー・データベース
にコピーされていない場合には、前記オリジナル・デー
タベースにアクセスし、該アクセスするレコードが既に
コピー・データベースにコピーされている場合には、前
記コピー・データベースにアクセスする段階と、 を含む方法。
1. A method for changing a structure of an original database managed by a database name in an online system and accessed from an application program based on database access information, comprising: (a) the original database; Generating a copy database having a structure different from the above; (b) storing a database name of the copy database in association with the database access information; and (c) at least a part of the contents of the original database. And (d) when there is an access request from the application program, determine whether the record to be accessed has already been copied to the copy database. Judgment stage And (e) accessing the original database if the accessed record has not been copied to the copy database, and accessing the original database if the accessed record has already been copied to the copy database. Accessing a copy database.
【請求項2】オンラインシステム内においてデータベー
ス名によって管理され、適用業務プログラムから、デー
タベース・アクセス情報に基づいてアクセスされるオリ
ジナル・データベースの構造を変更する方法であって、 (a)前記オリジナル・データベースと異なる構造を有
するコピー・データベースを生成する段階と、 (b)前記コピー・データベースのデータベース名を前
記データベースアクセス情報と関連付けて格納する段階
と、 (c)前記オリジナル・データベースの内容の少なくと
も一部の情報をレコード毎順次、前記コピー・データベ
ースにコピーするとともに、前記オリジナル・データベ
ースのコピーが終了したレコードの所定位置に移行完了
文字を書き込む段階と、 (d)前記適用業務プログラムからのアクセス要求があ
った場合に、アクセスするレコードが既にコピー・デー
タベースにコピーされているか否かを判断する段階と、 (e)該アクセスするレコードがコピー・データベース
にコピーされていない場合には、前記オリジナル・デー
タベースにアクセスし、該アクセスするレコードが既に
コピー・データベースにコピーされている場合には、前
記コピー・データベースにアクセスする段階と、 (f)前記段階(c)の処理が終了した後、適用業務プ
ログラムからのデータベース・アクセス情報に基づくア
クセス要求があったときは、コピー・データベースにア
クセスするように設定する段階と、 を含む方法。
2. A method for changing the structure of an original database managed by a database name in an online system and accessed from an application program based on database access information, comprising: (a) the original database; Generating a copy database having a structure different from the above; (b) storing a database name of the copy database in association with the database access information; and (c) at least a part of the contents of the original database. (D) successively copying the information of each record into the copy database, and writing the transfer completion character at a predetermined position of the record whose copy of the original database has been completed; and (d) an access request from the application program. (E) determining whether the record to be accessed has already been copied to the copy database; and (e) if the record to be accessed has not been copied to the copy database, Accessing the database and, if the record to be accessed has already been copied to the copy database, accessing the copy database; and (f) applying the application after the step (c) is completed. Setting to access the copy database when an access request is made based on the database access information from the program.
【請求項3】前記段階(f)の処理が終了した後、前記
オリジナル・データベースを消去する段階を更に含む請
求項2記載の方法。
3. The method according to claim 2, further comprising the step of deleting the original database after the processing of the step (f) is completed.
【請求項4】データベース・アクセス情報含む適用業務
プログラムからのデータベース・アクセス要求を第1の
データベースまたは第2のデータベースに渡すデータベ
ース・アクセス要求の制御方法であって、 (a)前記適用業務プログラムからのアクセス要求を受
領する段階と、 (b)前記アクセス要求に含まれるデータベース・アク
セス情報に対応するデータベースが複数存在するか否か
を判断する段階と、 (c)前記データベース・アクセス情報に対応するデー
タベースが複数存在すると判断された場合には、前記複
数のデータベースの相互間で、データ移行作業が行われ
ているか否かを判断する段階と、 (d)データ移行作業が行われている場合には、前記適
用業務プログラムがアクセスすることを要求しているレ
コードが移行済みか否かを判断する段階と、 (e)前記適用業務プログラムがアクセスすることを要
求しているレコードがまだ移行されていない場合には、
前記複数のデータベースのうちの移行元のデータベース
にアクセスし、移行されている場合には、前記複数のデ
ータベースのうちの移行先のデータベースにアクセスす
る段階と、 を含む方法。
4. A method of controlling a database access request for passing a database access request from an application program including database access information to a first database or a second database, comprising: (B) determining whether there are a plurality of databases corresponding to the database access information included in the access request; and (c) responding to the database access information. When it is determined that there are a plurality of databases, a step of determining whether data migration is being performed between the plurality of databases; and (d) when the data migration is being performed. Indicates that the record that the application program requires access to has been migrated And (e) if the record that the application program requires to access has not been migrated,
Accessing a source database of the plurality of databases and, if migrated, accessing a destination database of the plurality of databases.
【請求項5】データベース名によって管理され、適用業
務プログラムから、データベース・アクセス情報に基づ
いてアクセスされるオリジナル・データベースを含むオ
ンラインシステムであって、 (a)前記オリジナル・データベースと異なる構造を有
し、そのデータベース名が前記データベースアクセス情
報と関連付けて格納されるコピー・データベースと、 (b)前記オリジナル・データベースの内容の少なくと
も一部の情報がレコード毎順次、前記コピー・データベ
ースにコピーされるに際し、前記適用業務プログラムか
らのアクセス要求を、アクセスするレコードが既にコピ
ー・データベースにコピーされているか否かを判断し、
該アクセスするレコードがコピー・データベースにコピ
ーされていない場合には、前記オリジナル・データベー
スにアクセスし、該アクセスするレコードが既にコピー
・データベースにコピーされている場合には、前記コピ
ー・データベースにアクセスするデータベース運用支援
ミドルウエアと、 を含むオンラインシステム。
5. An online system including an original database managed by a database name and accessed from an application program based on database access information, wherein: (a) the online system has a different structure from the original database. A copy database whose database name is stored in association with the database access information; and (b) when at least a part of information of the contents of the original database is sequentially copied to the copy database for each record, The access request from the application program, determine whether the record to be accessed has already been copied to the copy database,
If the record to be accessed has not been copied to the copy database, access the original database; if the record to be accessed has already been copied to the copy database, access the copy database. An online system including database operation support middleware.
【請求項6】データベース・アクセス情報含む適用業務
プログラムからのデータベース・アクセス要求を第1の
データベースまたは第2のデータベースに渡す制御を行
うデータベース運用支援ミドルウエアを格納する記憶媒
体であって、 前記データベース運用支援ミドルウエアが、 (a)前記適用業務プログラムから受領したアクセス要
求に含まれるデータベース・アクセス情報に対応するデ
ータベースが複数存在するか否かを判断するプログラム
コードと、 (b)前記データベース・アクセス情報に対応するデー
タベースが複数存在すると判断された場合には、前記複
数のデータベースの相互間で、データ移行作業が行われ
ているか否かを判断するプログラムコードと、 (c)データ移行作業が行われている場合には、前記適
用業務プログラムがアクセスすることを要求しているレ
コードが移行済みか否かを判断するプログラムコード
と、 (d)前記適用業務プログラムがアクセスすることを要
求しているレコードがまだ移行されていない場合には、
前記複数のデータベースのうちの移行元のデータベース
にアクセスし、移行されている場合には、前記複数のデ
ータベースのうちの移行先のデータベースにアクセスす
るプログラムコードと、 を含む記憶媒体。
6. A storage medium for storing database operation support middleware for performing control of passing a database access request from an application program including database access information to a first database or a second database, the database comprising: (A) a program code for determining whether there are a plurality of databases corresponding to the database access information included in the access request received from the application program, and (b) the database access. When it is determined that there are a plurality of databases corresponding to the information, a program code for determining whether or not data migration is being performed between the plurality of databases; and (c) performing the data migration. If applicable, the application And (d) if the record that the application program requires to access has not been migrated yet, and (d) if the record requesting access by the application program has not been migrated. ,
And a program code for accessing a migration source database of the plurality of databases and accessing a migration destination database of the plurality of databases when the migration is performed.
【請求項7】前記適用業務プログラムがアクセスするこ
とを要求しているレコードが移行済みか否かの判断は、
移行元のデータベースに移行完了文字がセットされてい
るか否かを検査することにより判断することを特徴とす
る請求項6記載の記憶媒体。
7. A determination as to whether a record requested by the application program to access has been migrated,
7. The storage medium according to claim 6, wherein the determination is made by checking whether or not the transfer completion character is set in the transfer source database.
【請求項8】第1の階層型データベースの情報を第2の
階層型データベースに移行する移行ユーティリティを格
納する記憶媒体であって、 前記移行ユーティリティが、 (a)前記第1の階層型データベースに含まれるデータ
をレコード毎順次第2の階層型データベースに移行する
プログラムコードと、 (b)予め設定された定義パラメータにアクセスし、移
行完了文字と移行完了文字オフセット値を取得するプロ
グラムコードと、 (c)前記移行完了文字オフセット値に対応した位置に
おいて、移行の完了したレコードについて、前記第1の
階層型データベースの先頭レコードに前記移行完了文字
を書き込むプログラムコードと、 を含む記憶媒体。
8. A storage medium for storing a migration utility for migrating information of a first hierarchical database to a second hierarchical database, wherein the migration utility comprises: (a) a storage medium for storing the first hierarchical database; (B) a program code for sequentially transferring the included data to the second hierarchical database for each record; and (b) a program code for accessing a predefined definition parameter and acquiring a transfer completed character and a transfer completed character offset value; c) a program code for writing, at a position corresponding to the transfer completed character offset value, the transfer completed character in the first record of the first hierarchical database for a record whose transfer has been completed.
JP11027497A 1999-02-04 1999-02-04 Database structure changing method, control method of database access request, online system, storing medium storing database operation supporting middleware and storing medium storing shifting utility Pending JP2000222258A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11027497A JP2000222258A (en) 1999-02-04 1999-02-04 Database structure changing method, control method of database access request, online system, storing medium storing database operation supporting middleware and storing medium storing shifting utility

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11027497A JP2000222258A (en) 1999-02-04 1999-02-04 Database structure changing method, control method of database access request, online system, storing medium storing database operation supporting middleware and storing medium storing shifting utility

Publications (1)

Publication Number Publication Date
JP2000222258A true JP2000222258A (en) 2000-08-11

Family

ID=12222790

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11027497A Pending JP2000222258A (en) 1999-02-04 1999-02-04 Database structure changing method, control method of database access request, online system, storing medium storing database operation supporting middleware and storing medium storing shifting utility

Country Status (1)

Country Link
JP (1) JP2000222258A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006251990A (en) * 2005-03-09 2006-09-21 Fujitsu Ltd Database reorganization program and database reorganization method
JP2007041888A (en) * 2005-08-04 2007-02-15 Fujitsu Ltd Database restructuring device and database restructuring program
JP2008502060A (en) * 2004-06-10 2008-01-24 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, system and program for migrating source data to target data
US7895373B2 (en) 2007-05-22 2011-02-22 Kyocera Mita Electronic device for data access management
CN111367892A (en) * 2020-03-31 2020-07-03 中国建设银行股份有限公司 Data migration method and device

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008502060A (en) * 2004-06-10 2008-01-24 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, system and program for migrating source data to target data
JP4738413B2 (en) * 2004-06-10 2011-08-03 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for migrating source data to target data
JP2006251990A (en) * 2005-03-09 2006-09-21 Fujitsu Ltd Database reorganization program and database reorganization method
JP2007041888A (en) * 2005-08-04 2007-02-15 Fujitsu Ltd Database restructuring device and database restructuring program
JP4693540B2 (en) * 2005-08-04 2011-06-01 富士通株式会社 Database reconfiguration device and database reconfiguration program
US8429129B2 (en) 2005-08-04 2013-04-23 Fujitsu Limited Database restructuring apparatus, and computer-readable recording medium recording database restructuring program
US7895373B2 (en) 2007-05-22 2011-02-22 Kyocera Mita Electronic device for data access management
CN111367892A (en) * 2020-03-31 2020-07-03 中国建设银行股份有限公司 Data migration method and device
CN111367892B (en) * 2020-03-31 2024-01-19 中国建设银行股份有限公司 Data migration method and device

Similar Documents

Publication Publication Date Title
US5680640A (en) System for migrating data by selecting a first or second transfer means based on the status of a data element map initialized to a predetermined state
EP1148416B1 (en) Computer system and snapshot data management method
US5029125A (en) Method of reading and writing files on nonerasable storage media
US6292808B1 (en) Method and apparatus for reapplying changes to a database
US7917538B2 (en) Method and apparatus for data item movement between disparate sources and hierarchical, object-oriented representation
US20050283564A1 (en) Method and apparatus for data set migration
US20080270698A1 (en) Data migration including operation environment information of a host computer
JP2000284987A (en) Computer, computer network system and recording medium
JPH07191811A (en) Moving system for magnetic disk device
US20060221721A1 (en) Computer system, storage device and computer software and data migration method
US7117249B1 (en) Computer system and data sharing method between computers
JP2776907B2 (en) Help information control method and device
JP2000222258A (en) Database structure changing method, control method of database access request, online system, storing medium storing database operation supporting middleware and storing medium storing shifting utility
JPH1185576A (en) Data moving method and information processing system
JP2001101039A (en) Hierarchical storage managing device
US6266739B1 (en) Method and apparatus for ultra high-speed formatting of a disk drive volume
JP3795204B2 (en) File management apparatus, computer system, file management method, and recording medium
JPH0318224B2 (en)
US20030028868A1 (en) Information processor, method for processing information and computer-readable recording medium recorded with program code for controlling a computer to process information
JPH08314780A (en) File management system
JPH02151944A (en) Data processor
JP2641399B2 (en) File management device
JP2752785B2 (en) Dynamic operating environment change method
KR100460245B1 (en) Systems and methods for on-line, real-time data execution
JPH10161915A (en) Data inheriting method for realizing exclusive control giving priority to subsequent job

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041130

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050228

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060124

RD14 Notification of resignation of power of sub attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7434

Effective date: 20060201