JPH09160817A - Database converting system - Google Patents

Database converting system

Info

Publication number
JPH09160817A
JPH09160817A JP7321368A JP32136895A JPH09160817A JP H09160817 A JPH09160817 A JP H09160817A JP 7321368 A JP7321368 A JP 7321368A JP 32136895 A JP32136895 A JP 32136895A JP H09160817 A JPH09160817 A JP H09160817A
Authority
JP
Japan
Prior art keywords
database
data format
conversion
data
access
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
JP7321368A
Other languages
Japanese (ja)
Inventor
Katsumi Nakamura
克巳 中村
Seiichi Kondo
誠一 近藤
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP7321368A priority Critical patent/JPH09160817A/en
Publication of JPH09160817A publication Critical patent/JPH09160817A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a database converting system whereby a database requiring the conversion of data form is automatically detected and the form conversion of data added in the detected database is dynamically executed without stopping normal processing such as an on-line processing, etc. SOLUTION: This system is provided with a database access part 22 detecting access to the database 32 by the new data form and a database converting part 24 converting data added in the old before-conversion database 30 into data by the different data form so that the database 32 is automatically and newly generated without stopping the system when an access request as against the database 32 is detected for the first time and access is performed for the database 32 by the new data form after conversion at the point of time when generation is executed.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、情報処理システ
ム上に構築されたデータベース管理システムにおけるデ
ータベース変換方式、特にシステムを停止させることな
く、データベースに格納したデータを変換して別のデー
タベースに保存させるデータベース変換方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database conversion method in a database management system built on an information processing system, and in particular, converts data stored in a database and saves it in another database without stopping the system. Database conversion method.

【0002】[0002]

【従来の技術】利用形態の変更に伴って、情報処理シス
テム上に構築されたデータベースのフィールド長などを
変更する場合、あるいはコード体系等データの取扱いの
異なる機種へ移行する場合等のために異なるデータ形式
に変更する必要が生じた場合、そのシステムをいったん
停止してデータベース移行のプログラムを実行すること
で新しいデータベースを作成することが通常の手法であ
った。
2. Description of the Related Art The field length of a database built on an information processing system is changed in accordance with the change of the usage pattern, or it is changed when the model is changed to a model having a different handling of data such as a code system. When it became necessary to change to the data format, it was a usual technique to stop the system and execute a database migration program to create a new database.

【0003】このような手法では、長時間のシステム停
止を余儀なくされる可能性があるため、この問題を解消
するものとして、特開平5−233408号公報に開示
された「オンライン処理システムにおける移行方法」が
ある。図12〜図15は、この従来の「オンライン処理
システムにおける移行方法」を示すブロック図であり、
それぞれオンライン処理中に図示した4つのフェーズを
通じてデータベースを移行していくというものである。
In such a method, the system may be forced to stop for a long time. Therefore, as a solution to this problem, Japanese Patent Laid-Open No. 233408/1993 discloses "a migration method in an online processing system." There is. 12 to 15 are block diagrams showing this conventional "migration method in an online processing system",
The database is migrated through the illustrated four phases during the online processing.

【0004】この方法では、ディスクを2重構成とした
システムにおいて、片系でオンラインサービスを継続し
たまま、別系上で移行作業を実施し、移行作業の完了と
ともに新系からオンラインサービスを再開することによ
り、移行に伴うサービスの停止時間を最小限に抑えるこ
とができるというものである。
According to this method, in a system having a dual disk configuration, the online work is continued in one system, the migration work is carried out in another system, and the online service is restarted from the new system when the migration work is completed. By doing so, it is possible to minimize the downtime of the service due to the migration.

【0005】また、これらのデータベースの変換処理を
システムを停止することなく、動的に行なうために取ら
れた方法として、特公平4−77340号(特開昭60
−10362号)公報に開示された「レコード型データ
におけるデータ項目の動的変更方式」がある。図16
は、「レコード型データにおけるデータ項目の動的変更
方式」を示すブロック図であり、図16には、ユーザ1
0、リレーション操作システム11、レコード・アクセ
ス・システム12、論理データベース・アクセス・シス
テム13、物理データベース・アクセス・システム1
4、外部スキーマ15、内部スキーマ16及びデータベ
ース17が示されている。
Further, as a method taken for dynamically performing the conversion processing of these databases without stopping the system, Japanese Patent Publication No. 4-77340 (JP-A-60-34040).
No. 10362), there is a “dynamic change method of data item in record type data”. FIG.
16 is a block diagram showing a “dynamic change method of data items in record-type data”. FIG.
0, relation operation system 11, record access system 12, logical database access system 13, physical database access system 1
4, an external schema 15, an internal schema 16 and a database 17 are shown.

【0006】データベースなどのファイル中のレコード
は、決まったレコード長で、いったん作成されてしまう
と、そのファイルを構成するレコードの変更は不可能
で、せいぜい、レコードを可変長にして、最後部にデー
タ項目を付加するのみであったため、この方法において
はこれを改良している。すなわち、予め各データ項目に
対して、データ項目の属性を保持する項目セル、データ
項目のレコード上における物理的配列順を示すための項
目セル間に設けられた物理的配列順ポインタ、データ項
目の論理的な表示順を示す表示順ポインタなどの情報を
レコード定義記憶部に持たせておき、これらのレコード
定義記憶部の情報を利用することによってデータ項目の
追加、削除、データ項目の属性変更などのレコード定義
が変更されたときでも、これ以前に作成されたファイル
中に存在するレコードを変更することなくレコードの定
義変更に対処するというものである。
Records in a file such as a database have a fixed record length, and once created, the records that make up the file cannot be changed. This method improves on this because it only added data items. That is, for each data item, an item cell holding the attribute of the data item in advance, a physical array order pointer provided between the item cells for indicating the physical array order on the record of the data item, Information such as a display order pointer indicating a logical display order is provided in the record definition storage unit, and by using the information in these record definition storage units, data item addition, deletion, data item attribute change, etc. Even when the record definition of is changed, the record definition change is dealt with without changing the record existing in the file created before this.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、特開平
5−233408号公報に示された従来のオンライン処
理システムにおける移行方法では、ディスクを2重構成
としたシステムにおいて、片系でオンラインサービスを
継統したまま、別系上で移行作業を実施するというもの
であるため、システムのディスクが二重化された構成で
あることを大きな前提としており、ディスクの2重化構
造を利用しないシステムでは、ディスク容量に余裕があ
ったとしても、この方法を採用することはできないとい
う課題があった。また、このような方式では、移行用の
データベースと変換用のデータベースを意識的に用意
し、多数存在しているデータベースの中から、アプリケ
ーションが利用するデータベースを選択して、そのデー
タベースに対して移行の作業を実施するというオペレー
タの操作が必須なものであった。
However, according to the migration method in the conventional online processing system disclosed in Japanese Patent Laid-Open No. 233408/1993, the online service is serialized by a single system in a system having a dual disk configuration. As it is to carry out the migration work on another system as it is, it is a big premise that the system's disk is a duplicated structure, and in the system that does not use the disk duplication structure, the disk capacity is Even if there was a margin, there was a problem that this method could not be adopted. In addition, in such a method, a migration database and a conversion database are intentionally prepared, and the database used by the application is selected from among the many existing databases, and the migration database is migrated. The operation of the operator to carry out the work of was essential.

【0008】また、特開昭60−10362号公報に示
された従来のデータ項目の動的変更方式では、以前に作
成されたデータ項目をそのままに保護するためには、レ
コードの物理配置と論理的な配置とを、予めレコード定
義記憶部として記憶しておかなければならず、システム
利用の途中から動的変更を行おうというものではない。
また、この方式によるレコードの変更箇所が多くなって
くると、結局、処理のオーバーヘッドも大きくなるた
め、性能を向上させるためには、いずれ最新形式のレコ
ードに一括して変換することが必要になる。
Further, in the conventional method of dynamically changing data items disclosed in Japanese Patent Laid-Open No. 60-10362, in order to protect previously created data items as they are, the physical arrangement of records and logical The physical arrangement must be stored in advance as a record definition storage unit, and it is not intended to make a dynamic change during the use of the system.
In addition, if the number of records changed by this method increases, the processing overhead will increase in the end, so to improve performance, it is necessary to convert all records to the latest format all at once. .

【0009】更に、近年では、単なるデータ項目の追
加、削除に伴うレコード配列の変更や、データ項目の属
性変更に伴うデータ項目の変更だけではなく、例えば異
機種間のデータベースの移行に伴って生じるデータ項目
の形式を完全に変更してしまいたいという要求もあり、
大量のデータ項目の変更の必要性が高まっている。例え
ば、異機種間のデータベースの移行の場合、あるキャラ
クタコードから異なるキャラクタコードへ変更する場合
が考えられる。このような場合は、フィールド長が変わ
るようなデータ形式の変更もあるため、従来からの方式
では対応が困難であり、結局、いつかはデータ形式の一
括変換という手法を取らざるを得ないことになるという
課題があった。
Further, in recent years, not only changes in the record array due to simple addition and deletion of data items, changes in data items due to changes in attributes of data items, but also due to migration of databases between different models, for example. There is also a desire to completely change the format of data items,
The need to change large numbers of data items is increasing. For example, in the case of migrating a database between different models, it is possible to change from one character code to another character code. In such a case, there is a change in the data format that changes the field length, so it is difficult to handle with the conventional method, and eventually, there is no choice but to take a method of batch conversion of the data format. There was a problem of becoming.

【0010】この発明は、上記のような課題を解消する
ためになされたもので、その目的は、データ形式の変換
が必要なデータベースを自動的に検出し、その検出した
データベースに含まれるデータの形式変換をオンライン
処理などの通常の処理を停止することなく動的に行なう
ことができるデータベース変換方式を提供することであ
る。
The present invention has been made to solve the above problems, and an object thereof is to automatically detect a database that requires conversion of a data format, and to detect the data included in the detected database. It is an object of the present invention to provide a database conversion method capable of dynamically performing format conversion without stopping normal processing such as online processing.

【0011】[0011]

【課題を解決するための手段】以上のような目的を達成
するために、本発明におけるデータベース変換方式は、
第一のデータ形式によるデータを格納する第一のデータ
ベースと、第二のデータ形式によるアクセスを検出する
データ形式検出手段と、前記第一のデータベース内の第
一のデータ形式によるデータを異なる第二のデータ形式
に変換するというデータ形式変換処理を行うデータ形式
変換手段と、変換された第二のデータ形式によるデータ
を格納する第二のデータベースと、を有し、前記第二の
データベースは、第二のデータ形式によるアクセスがは
じめて検出されたときに自動生成されることを特徴とす
る。
In order to achieve the above object, the database conversion method in the present invention is
A first database that stores data in the first data format, a data format detection unit that detects access in the second data format, and a second data that differs from the first data format in the first database. Data format conversion means for performing a data format conversion process of converting to a data format of, and a second database for storing the converted data in the second data format, wherein the second database is It is characterized in that it is automatically generated when the access in the second data format is detected for the first time.

【0012】このデータ形式変換手段は、第二のデータ
形式によるアクセスがはじめて検出されたときに前記第
一のデータベース全体の変換を行うことを特徴とする。
The data format converting means is characterized in that the entire first database is converted when an access in the second data format is detected for the first time.

【0013】また、このデータ形式変換手段は、テーブ
ル単位に変換を行うことを特徴とする。
Further, the data format conversion means is characterized in that conversion is carried out in units of tables.

【0014】また、このデータ形式変換手段は、レコー
ド単位に変換を行うことを特徴とする。
Further, the data format conversion means is characterized in that conversion is performed in record units.

【0015】以上のように、第二のデータ形式によるア
クセスがはじめて検出されたときに第二のデータベース
を自動生成するようにしたので、システム管理者等が、
データ形式変換処理を行うべきデータベースを指定しな
くても自動的に検出することができ、また、その変換が
必要な第二のデータベースをシステムを停止することな
くかつ他のオンライン処理を並行して実行させながら自
動生成することができる。
As described above, since the second database is automatically generated when the access in the second data format is detected for the first time, the system administrator, etc.
The data format conversion process can be automatically detected without specifying the database, and the second database that needs the conversion process can be automatically detected without stopping the system and performing other online processes in parallel. It can be automatically generated while running.

【0016】また、本発明は、データ形式変換処理中に
おいては前記第二のデータベースを隠蔽することを特徴
とする。これにより、変換中のデータベースの存在を隠
すことができるので、そのデータベースへのユーザアク
セスを防止することができる。
Further, the present invention is characterized in that the second database is hidden during the data format conversion processing. As a result, the existence of the database being converted can be hidden, and thus user access to the database can be prevented.

【0017】また、本発明は、前記第二のデータベース
に格納するデータの格納領域のサイズを決定する格納領
域サイズ決定手段を有することを特徴とする。
The present invention is characterized by further comprising storage area size determining means for determining the size of the storage area of the data stored in the second database.

【0018】この格納領域サイズ決定手段は、データの
格納領域のサイズを自動計算して求めることを有するこ
とを特徴とする。
The storage area size determining means is characterized by having a size of a data storage area automatically calculated and obtained.

【0019】また、この格納領域サイズ決定手段は、外
部からの設定値をデータの格納領域のサイズとすること
を有することを特徴とする。
Further, the storage area size determining means is characterized by having a setting value from the outside as a size of the data storage area.

【0020】これにより、第二のデータベース作成時に
変換されたデータを格納するフィールド長の拡張/縮小
を行うことができる。
Thus, the field length for storing the data converted when the second database is created can be expanded / reduced.

【0021】また、本発明は、データ形式変換処理以外
の処理のレスポンスを維持することを特徴とする。
Further, the present invention is characterized in that the response of the processing other than the data format conversion processing is maintained.

【0022】このため、前記データ形式変換手段は、マ
ルチプロセッサ構成の場合、特定のプロセッサのみでデ
ータ形式変換処理を行うことを特徴とする。
Therefore, when the data format conversion means has a multiprocessor configuration, the data format conversion processing is performed only by a specific processor.

【0023】また、前記データ形式変換処理を実行させ
るプライオリティを低く設定することを特徴とする。
Further, the priority for executing the data format conversion processing is set low.

【0024】また、本発明は、データ形式変換処理中に
おけるデータの整合性を図ることを特徴とするデータベ
ース変換方式。
Further, the present invention is a database conversion system characterized by ensuring data consistency during data format conversion processing.

【0025】このため、データ形式変換処理中の前記第
一のデータベースに対する更新アクセスの履歴をログフ
ァイルに記録するアクセス記録手段と、前記ログファイ
ルに記録した内容を前記第二のデータベースに反映させ
る手段とを有することを特徴とする。
Therefore, the access recording means for recording the history of update access to the first database during the data format conversion processing in the log file, and the means for reflecting the content recorded in the log file in the second database And having.

【0026】また、データ形式変換処理中のデータベー
スへの更新アクセス処理を禁止させることを特徴とし、
データ形式変換処理終了後に更新アクセス処理を再開さ
せるようにする。
Further, it is characterized in that update access processing to the database during the data format conversion processing is prohibited.
After the data format conversion process is completed, the update access process is restarted.

【0027】[0027]

【発明の実施の形態】以下、図面に基づいて、本発明の
好適な実施の形態について説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Preferred embodiments of the present invention will be described below with reference to the drawings.

【0028】実施の形態1.図1は、本発明に係るデー
タベース変換方式を持つ情報処理システムの概略構成図
である。本システムは、データベースアクセス部22と
データベース変換部24とを有するデータベース管理シ
ステム20を主要部とし、アプリケーションプログラム
26又はシステム管理者28からの入力設定に応じてデ
ータベース30、32を管理する。本システムは、第一
のデータ形式によるデータを格納する第一のデータベー
ス30を異なるデータ形式に変更する必要が生じた場合
に、第二のデータベース32を新規に作成し、第一のデ
ータ形式を変換して得た第二のデータ形式によるデータ
を格納する。このうち、データベースアクセス部22
は、第二のデータ形式によるアクセスを検出するデータ
形式検出手段である。データベース変換部24は、第一
のデータベース30内の第一のデータ形式によるデータ
を異なる第二のデータ形式に変換するというデータ形式
変換処理を行うデータ形式変換手段である。
Embodiment 1. FIG. 1 is a schematic configuration diagram of an information processing system having a database conversion method according to the present invention. The system mainly includes a database management system 20 having a database access unit 22 and a database conversion unit 24, and manages the databases 30 and 32 according to an input setting from an application program 26 or a system administrator 28. In the present system, when it is necessary to change the first database 30 that stores data in the first data format to a different data format, the second database 32 is newly created and the first data format is changed. The data in the second data format obtained by conversion is stored. Of these, the database access unit 22
Is a data format detecting means for detecting access by the second data format. The database conversion unit 24 is a data format conversion unit that performs a data format conversion process of converting data in the first database 30 in the first data format into a different second data format.

【0029】データベースへアクセスする方法として、
ユーザによるコマンド入力やアプリケーションプログラ
ムの実行がある。本実施の形態におけるアプリケーショ
ンプログラム26は、これらの方法を総称しているが、
以下の説明においては、アプリケーションプログラムに
含まれるデータベース言語により各データベース30、
32にアクセスするものとして説明する。システム管理
者28についても管理者によるオペレーションやデータ
ベース管理プログラムによるアクセス方法があるが、シ
ステム管理者28からの入力とする。
As a method of accessing the database,
A user inputs a command or executes an application program. The application program 26 in the present embodiment generically refers to these methods.
In the following description, each database 30 will be defined in the database language included in the application program
32 will be described as accessing. The system administrator 28 also has an operation by the administrator and an access method by a database management program, but the system administrator 28 inputs the method.

【0030】本実施の形態における情報処理システム
は、一般的なコンピュータシステムで構築されている。
従って、データベースアクセス部22とデータベース変
換部24は、上記各処理を行うアプリケーションプログ
ラムがCPUで実行されることで実現される。また、ア
プリケーションプログラム26も同様かあるいはデータ
ベース管理システムに接続されたコンピュータである。
更に、ユーザ及びシステム管理者に入力させるための手
段としてキーボード、マウス等が接続されていることに
なる。
The information processing system in this embodiment is constructed by a general computer system.
Therefore, the database access unit 22 and the database conversion unit 24 are realized by the CPU executing the application programs that perform the above processes. Further, the application program 26 is the same or a computer connected to the database management system.
Further, a keyboard, a mouse and the like are connected as means for inputting by the user and the system administrator.

【0031】なお、本実施の形態におけるデータ形式と
は、フィールド長、コード体系などデータベースあるい
は各データに対する設定条件をいう。同じ内容のデータ
であっても異なるデータ形式のデータベース間では互換
性がなくなる。例えば、第二のデータ形式による変換後
のデータベース32へアクセス可能なアプリケーション
プログラムは、第一にデータ形式による変換前のデータ
ベース30に対しては正常にアクセスすることはできな
い。逆に変換前のデータベース30へアクセス可能なア
プリケーションプログラムは、変換後のデータベース3
2に対しては正常にアクセスすることはできなくなる。
従って、本実施の形態におけるデータベースアクセス部
22は、このようにして変換前及び変換後のデータベー
スへのアクセス要求を検出することになる。また、デー
タベース変換部24は、データベース30に含まれるデ
ータを異なるデータ形式に変換しデータベース32に格
納することになる。
The data format in this embodiment refers to setting conditions for the database or each data such as field length and code system. There is no compatibility between databases with different data formats even if they have the same data. For example, an application program that can access the database 32 after conversion by the second data format cannot normally access the database 30 before conversion by the data format. Conversely, the application program that can access the database 30 before conversion is the database 3 after conversion.
No access can be normally made to 2.
Therefore, the database access unit 22 in the present embodiment detects the access requests to the database before and after conversion in this way. Further, the database conversion unit 24 converts the data included in the database 30 into a different data format and stores it in the database 32.

【0032】一般に既存のデータベースに基づいてその
中のデータを異なるデータ形式に変換し、変換後のデー
タを格納するためにデータベースを新規に作成すること
になるが、本実施の形態において特徴的なことは、変換
後のデータベースに対するアクセス要求を検出できるよ
うにし、当該アクセス要求をはじめて検出したときに変
換後のデータを格納するデータベース、本実施の形態に
おいてはデータベース32を自動的に新規作成するよう
にしたことである。そして、変換前のデータベース30
全体に対してデータ形式変換処理を行いデータベース3
2を完成させることである。これにより、オンライン処
理などの通常の処理を行っているシステムを停止させる
ことなくデータ形式変換処理を行うことができる。
Generally, the data in the existing database is converted into a different data format based on the existing database, and a new database is created to store the converted data, which is characteristic of the present embodiment. This makes it possible to detect an access request to the converted database, and to automatically create a new database that stores the converted data when the access request is detected for the first time, which is the database 32 in the present embodiment. That is what I did. And the database 30 before conversion
Data format conversion processing is performed on the entire database 3
2 is to be completed. As a result, the data format conversion process can be performed without stopping the system that is performing normal processes such as online processes.

【0033】図2は、本実施の形態における処理を図1
に示した構成と対応させて示したフローチャートである
が、次に、図1、2を用いて本実施の形態の動作につい
て説明する。なお、最初はデータベース32はまだ作成
されていない。説明上、既存のデータベース30を変換
前データベース、新規作成されるデータベース32を変
換後データベースと呼ぶことにする。
FIG. 2 shows the processing in this embodiment.
Although it is a flowchart shown in correspondence with the configuration shown in FIG. 2, the operation of the present embodiment will be described next with reference to FIGS. Initially, the database 32 has not been created yet. For the sake of explanation, the existing database 30 will be referred to as a pre-conversion database, and the newly created database 32 will be referred to as a post-conversion database.

【0034】前述の通り、本システム上には、これまで
使用されていた古い形式のデータベース30が存在して
いる。ここで、ソフトウエアの改版により互換性のない
新しいデータ形式のデータベースが登場し、そのデータ
形式に従うアプリケーションプログラムが利用されるよ
うになる。前述したように、新しいデータ形式のデータ
ベースに従うアプリケーションプログラムを実行するた
めには、古いデータ形式のデータベースは、新しいデー
タ形式のデータベースに変換しないと利用できないこと
になる。
As described above, the old-style database 30 used until now exists on this system. Here, due to the revision of the software, an incompatible database of a new data format appears, and an application program conforming to the data format comes to be used. As described above, in order to execute the application program according to the new data format database, the old data format database cannot be used unless it is converted to the new data format database.

【0035】本実施の形態では、まず、この新しいデー
タベースのデータ形式に従うアプリケーションプログラ
ム26が本システム上で実行される。このアプリケーシ
ョンプログラム26は、その実行過程で、データベース
アクセス部22を経由して変換後データベース32をア
クセスしにいく。このとき、データベースアクセス部2
2はこのデータベースアクセスを検出する。この時点で
は、変換後データベース32はまだ作成されていないの
で、このデータベースアクセスを変換前データベース3
0に対するアクセスであるものと仮定する。変換前デー
タベース30と変換後データベース32のデータベース
名が同じであり、データベース名を用いてアクセス対象
のデータベースを特定するのであれば、前述した仮定は
容易であり、変換前データベース30へのアクセスとす
ることができる。
In the present embodiment, first, the application program 26 according to the data format of this new database is executed on this system. The application program 26 accesses the converted database 32 via the database access unit 22 in the course of its execution. At this time, the database access unit 2
2 detects this database access. At this point, the post-conversion database 32 has not been created yet, so this database access is performed by the pre-conversion database 3
Assume access to 0. If the database names of the pre-conversion database 30 and the post-conversion database 32 are the same and the database to be accessed is specified using the database name, the above-mentioned assumption is easy and the pre-conversion database 30 is accessed. be able to.

【0036】ただし、実際にはデータ形式の異なるデー
タベースにアクセスしているので、正常にアクセスする
ことはできない。従って、データベースアクセス部22
は、この動作によりアプリケーションプログラム26
は、新しいデータ形式に従うものであると判断する。こ
のようにして、新しいデータ形式によるアクセスである
ことを検出することができる(ステップ100)。この
段階で、データベースアクセス部22は、データベース
のデータ形式変換処理を起動する(ステップ110)。
これにより、データベース変換部24は、変換前データ
ベース30全体のデータ形式を変換し(ステップ12
0)、また、変換後データベース32を自動生成し、変
換したデータを変換後データベース32に格納する(ス
テップ130)。
However, since a database having a different data format is actually accessed, it cannot be accessed normally. Therefore, the database access unit 22
This operation causes the application program 26
Determines that the data conforms to the new data format. In this way, it is possible to detect that the access is based on the new data format (step 100). At this stage, the database access unit 22 activates the data format conversion process of the database (step 110).
As a result, the database conversion unit 24 converts the data format of the entire pre-conversion database 30 (step 12
0) Further, the converted database 32 is automatically generated, and the converted data is stored in the converted database 32 (step 130).

【0037】このようにして、本実施の形態によれば、
システム管理者等が、データ形式変換処理を行うべきデ
ータベースを指定しなくても、変換が必要なデータベー
スを自動的に検出することができる。すなわち、新しい
データ形式によるアプリケーションプログラムがはじめ
て実際にアクセスしたデータベースに対して、それに対
応する新しい形式のデータベースを自動的にそれも必要
なときになってはじめて作成することができる。そし
て、後に続く新しいデータ形式によるアプリケーション
プログラムは、自動作成された変換後のデータベース3
2に対してアクセスできるようになる。もちろん、削除
しない限り変換前データベース30を失うことはない。
特に、本実施の形態によれば、オンライン処理中に異な
るデータ形式による新しいデータベースを作成すること
ができるので、このデータ形式変換処理のためにシステ
ムを停止させる必要がない。また、単にシステムを停止
させないというだけではなく、オンライン処理と並行し
て上記データ形式変換処理を動的に行うことができる。
更に、本実施の形態においては、ディスク装置を二重化
しなくてもよい。
As described above, according to the present embodiment,
A system administrator or the like can automatically detect a database that needs to be converted, even if a database that should be subjected to the data format conversion process is not designated. That is, a database of a new format corresponding to the database actually accessed by the application program of the new data format for the first time can be automatically created only when necessary. Then, the application program in the new data format that follows is the automatically created converted database 3
2 will be accessible. Of course, the pre-conversion database 30 will not be lost unless it is deleted.
In particular, according to the present embodiment, it is possible to create a new database with a different data format during online processing, so there is no need to stop the system for this data format conversion processing. Further, not only the system is not stopped, but the data format conversion process can be dynamically performed in parallel with the online process.
Further, in this embodiment, the disk device does not have to be duplicated.

【0038】なお、データベースアクセス部22は、既
存のデータベース30へのアクセスした結果に基づい
て、新しいデータ形式によるアクセスであるか否かを判
断していたが、例えば、アプリケーションプログラム2
6に含まれるデータベース言語のバージョンを参照した
り引数を設けたりして、新しいデータ形式によるアクセ
スであるか否かを判断するなど様々な方法が考えられ
る。これは、単なる設計時項であり、本発明の応用範囲
である。
The database access unit 22 determines whether or not the access is based on the new data format based on the result of access to the existing database 30. For example, the application program 2
Various methods are conceivable, such as referring to the version of the database language included in 6 or providing an argument to determine whether the access is based on the new data format. This is a design time term only and is the scope of application of the invention.

【0039】また、本実施の形態では、説明の都合上、
変換前データベース30と変換後データベース32をあ
たかも別のディスク装置であるかのように図示している
が、当然、十分なディスク容量があるならば、同じディ
スク装置内の論理的に異なるデータベースとして作成す
ることも可能である。また、一対の変換前と変換後のデ
ータベースで説明したが、複数組あっても実施可能であ
る。
Further, in the present embodiment, for convenience of explanation,
The pre-conversion database 30 and the post-conversion database 32 are illustrated as if they are different disk devices, but of course, if there is sufficient disk capacity, they are created as logically different databases in the same disk device. It is also possible to do so. Also, although a pair of pre-conversion and post-conversion databases has been described, a plurality of sets can be implemented.

【0040】実施の形態2.図3は、データベースの一
般的な構成を示した図である。データベース40は、内
部に複数のテーブル41、42を有し、各テーブル4
1、42には、それぞれ複数のレコード43〜45、4
6〜48が登録されるというように構成されている。図
1におけるデータベース30、32も同様である。
Embodiment 2. FIG. 3 is a diagram showing a general configuration of the database. The database 40 has a plurality of tables 41 and 42 inside, and each table 4
1 and 42 have a plurality of records 43 to 45 and 4 respectively.
6 to 48 are registered. The same applies to the databases 30 and 32 in FIG.

【0041】ところで、上記実施の形態1においては、
新しいデータ形式によるデータベースに対してのはじめ
てのアクセス時にデータ形式の変換をデータベース全体
に対して行われていた。本実施の形態2においては、デ
ータ形式の変換をテーブル単位に行うことを特徴とす
る。
By the way, in the first embodiment,
When the database was accessed for the first time with the new data format, the data format was converted for the entire database. The second embodiment is characterized in that the data format conversion is performed in table units.

【0042】すなわち、上記実施の形態1と同様に、新
しいデータ形式によるアクセスを検出すると、データベ
ースのデータ形式変換処理を起動し、変換後データベー
ス32を自動生成し、変換したデータを変換後データベ
ース32に格納するわけであるが、本実施の形態におい
ては、変換後データベース32を自動生成し、アクセス
の対象となったデータを含むテーブルのみの変換を行う
ことになる。これにより、データベース全体の変換を行
う実施の形態1に比べて初期の変換処理にかかる時間を
短縮することができる。最初に変換後データベース32
をアクセスするアプリケーションプログラムにとって
は、実施の形態1と同様に新しいデータ形式のデータに
対してアクセスすることができ、かつ実施の形態1に比
べてアクセス時間が短縮されることになる。なお、デー
タ形式変換処理の対象がデータベース全体ではなく必要
とするデータを含むテーブルのみを行う点以外は上記実
施の形態1と同様の処理なので、説明を省略する。
That is, similarly to the first embodiment, when the access by the new data format is detected, the data format conversion process of the database is started, the converted database 32 is automatically generated, and the converted data is converted into the converted database 32. However, in the present embodiment, the converted database 32 is automatically generated and only the table including the data to be accessed is converted. As a result, the time required for the initial conversion process can be shortened as compared with the first embodiment in which the entire database is converted. First converted database 32
For the application program that accesses the, the data of the new data format can be accessed as in the first embodiment, and the access time is shortened as compared with the first embodiment. The description of the data format conversion process is omitted because it is the same as that of the first embodiment except that the target of the data format conversion process is not the entire database but only the table including the required data.

【0043】いったん、変換後データベース32が作成
されると、今後は、アクセス対象となるテーブルのデー
タ形式が変換されていなければ、そのアクセスのあった
時点でデータ形式変換処理がその対象のテーブルに対し
てのみ行われ、新たに変換後データベース32に登録さ
れることになる。もちろん、アクセス対象となるテーブ
ルがすでに変換されていれば、変換後データベース32
に登録されているテーブルをそのまま使用することにな
る。データベースアクセス部22は、変換後データベー
ス32はあるものの該当するテーブルがないときに、デ
ータ形式変換処理を起動することになるが、以上の処理
が繰り返し行われることで、いずれデータベース全体の
変換が行われることになる。
Once the converted database 32 is created, in the future, if the data format of the table to be accessed has not been converted, the data format conversion process will be performed on that table at the point of access. Only after that, the new data will be registered in the converted database 32. Of course, if the table to be accessed has already been converted, the converted database 32
The table registered in will be used as is. The database access unit 22 starts the data format conversion process when there is a corresponding database 32 but no corresponding table, but the above process is repeated to eventually convert the entire database. Will be seen.

【0044】このようにして、本実施の形態によれば、
上記実施の形態1と同様の効果を得ることができ、更に
データ形式変換処理をテーブル単位に行うので、初期に
かかる変換処理の時間を短縮することができる。
As described above, according to the present embodiment,
It is possible to obtain the same effect as that of the first embodiment, and since the data format conversion process is performed for each table, it is possible to shorten the time required for the conversion process in the initial stage.

【0045】実施の形態3.上記実施の形態1ではデー
タベース全体に、上記実施の形態2ではテーブル単位に
データ形式変換処理を行っていたが、更に、本実施の形
態のように、レコード単位に当該処理を行うようにして
もよい。本実施の形態における動作は、上記実施の形態
2と変換対象となる単位がテーブルではなくレコードで
あるという以外は同じなので説明を省略する。このよう
に、本実施の形態によれば、上記実施の形態2と同様の
効果を得ることができ、更にデータ形式変換処理をレコ
ード単位に行うので、初期にかかる変換処理の時間を更
に短縮することができる。
Embodiment 3. In the first embodiment, the data format conversion process is performed on the entire database, and in the second embodiment, the data format conversion process is performed on a table basis. However, as in the present embodiment, the process may be performed on a record basis. Good. The operation of this embodiment is the same as that of the second embodiment except that the unit to be converted is a record, not a table, and therefore a description thereof will be omitted. As described above, according to the present embodiment, the same effect as that of the second embodiment can be obtained, and the data format conversion process is performed for each record, so that the time required for the initial conversion process is further shortened. be able to.

【0046】実施の形態4.図4は、本発明に係る実施
の形態4における処理を図1に示した構成と対応させて
示したフローチャートである。基本的な処理の流れは、
上記各実施の形態とほぼ同様のものであるが、本実施の
形態において特徴的なことは、データベースのデータ形
式変換処理を行うステップ120の次のステップとし
て、変換後データベース32の隠蔽処理を行なうステッ
プ121を追加したことである。すなわち、データ形式
変換処理を行っている時に、生成される変換後データベ
ース32を通常のユーザからアクセスできないように設
定する。このようなデータ形式変換処理を行なう時に
は、その中間ファイルつまり処理中の変換後データベー
ス32がユーザから見えると誤ってそのデータベースを
アクセスして障害をもたらす可能性があるので、これを
防ぐことができる。
Fourth Embodiment FIG. 4 is a flowchart showing the processing according to the fourth embodiment of the present invention in association with the configuration shown in FIG. The basic processing flow is
Although it is almost the same as each of the above-described embodiments, a characteristic of this embodiment is that the post-conversion database 32 concealment process is performed as the step following the step 120 of performing the database data format conversion process. This is the addition of step 121. That is, when the data format conversion process is performed, the generated converted database 32 is set so that it cannot be accessed by a normal user. When such a data format conversion process is performed, if the intermediate file, that is, the post-conversion database 32 being processed is visible to the user, there is a possibility of erroneously accessing the database and causing a failure, which can be prevented. .

【0047】変換後データベース32の隠蔽処理そのも
のは、いわゆるファイルのアクセスパーミッションを制
御する方法を使用し、例えば、UNIXのシステムコー
ルインタフェースを例にとると、chmod(変換デー
タベース名、アクセスパーミッション);のごときイン
タフェースを使用して、コピーデータベースのアクセス
を禁止するパーミッションを指定することにより実現で
きる。
The concealment process itself of the post-conversion database 32 uses a method of controlling so-called file access permission. For example, taking UNIX system call interface as an example, chmod (conversion database name, access permission); This can be achieved by using the customary interface and specifying the permissions that prohibit access to the copy database.

【0048】この場合、データベースのファイル名と、
アクセスパーミッションとして、書込み禁止、あるい
は、そのファイルを読み出すことによる誤解をも防ぐ意
味で、読出しをも禁止することも考えられる。また、隠
しファイルを作成する方法を使用することなどによって
も実現できる。
In this case, the file name of the database and
As the access permission, writing may be prohibited, or reading may be prohibited in order to prevent misunderstanding caused by reading the file. It can also be realized by using a method of creating a hidden file.

【0049】実施の形態5.図5は、本発明に係る実施
の形態5における処理を図1に示した構成と対応させて
示したフローチャートである。基本的な処理の流れは、
上記各実施の形態とほぼ同様のものであるが、本実施の
形態において特徴的なことは、データベースのデータ形
式変換処理を行うステップ120の次のステップとし
て、その変換処理の時に、データベースの各フィールド
が拡張されるか、あるいは縮小されるかを判定するステ
ップ122を設け、もし、拡張あるいは縮小されると判
定された時には、その拡張、あるいは縮小されるフィー
ルドの新しいサイズを自動計算するステップ123によ
り新しいフィールドのサイズを得ることである。
Embodiment 5. FIG. 5 is a flowchart showing the processing in the fifth embodiment of the present invention in association with the configuration shown in FIG. The basic processing flow is
Although it is almost the same as each of the above-described embodiments, a characteristic of this embodiment is that each step of the database is performed at the time of the conversion step as a step following the step 120 of performing the data format conversion processing of the database. A step 122 for determining whether the field is expanded or contracted is provided, and if it is determined that the field is expanded or contracted, a step 123 for automatically calculating a new size of the expanded or contracted field is performed. Is to get a new field size.

【0050】このようなデータベースをアクセスするア
プリケーションプログラム26は、それをアクセスする
必要上、データベースの各フィールドの属性の情報を保
持している。その情報を抽出することで、変換したデー
タを格納する領域のサイズ、すなわち変換後データベー
ス32の各フィールド長を決定することができる。例え
ば、バイナリデータのみを格納するフィールドならば、
コード体系が変更になったとしてもフィールドが拡張あ
るいは縮小されることはほとんどないであろう。しか
し、キャラクタデータを格納するフィールドであるなら
ば、コード体系の変更によりフィールド長の変更が起こ
り得る可能性が高くなる。このように、抽出したデータ
ベースの各フィールド情報から、フィールド長の変更の
可能性が判定できる。
The application program 26 for accessing such a database holds attribute information of each field of the database in order to access it. By extracting the information, the size of the area for storing the converted data, that is, the length of each field of the converted database 32 can be determined. For example, if the field stores only binary data,
Fields will rarely grow or shrink even if the coding scheme changes. However, if the field stores character data, there is a high possibility that the field length may be changed by changing the code system. In this way, the possibility of changing the field length can be determined from the extracted field information of the database.

【0051】更に、詳述すると、元のデータベースが、
英語にのみ対応しており、全てのキャラクタコードが1
バイトで表されていたとする。データベースの移行の目
的が、日本語に対応しようとしたと仮定する。日本語の
漢字コードは、通常2バイトで、3バイトのものもあ
り、英語80文字を仮定していたフィールドを日本語8
0文字に対応できるようにしたいと考えた場合、単純に
計算すれば、160バイト以上のフィールドが必要とい
うことになる。もちろん、条件によっては、特定のフィ
ールドには、1バイトの英語しか入らないフィールドが
存在しているとすれば、そのフィールドに関しては、拡
張する必要はないということも考えられる。逆に、日本
語対応のソフトを英語のみの対応に変えようと考えた
り、単純にディスク容量を減らしたいという要求から、
あるフィールドを一律に縮小しようということも考えら
れる。
More specifically, the original database is
Only English is supported and all character codes are 1.
Suppose it was expressed in bytes. Suppose that the purpose of database migration is to support Japanese. Japanese kanji codes are usually 2 bytes and some 3 bytes, and the field that was assumed to be 80 characters in English is 8
If we wanted to be able to handle 0 characters, we would simply need a field of 160 bytes or more. Of course, depending on the conditions, if there is a field that contains only one byte of English in a particular field, it may be considered that there is no need to expand that field. On the other hand, from the request to change Japanese software to English only, or to simply reduce the disk capacity,
It may be possible to uniformly reduce a certain field.

【0052】本実施の形態においては、データベース変
換部24が変換後データベース32に格納するデータの
フィールド長を決定する。従って、データベース変換部
24は、アプリケーションプログラム26に含まれるデ
ータベースの各フィールドの属性の情報を抽出し、この
情報に基づいて変換後データベース32における各フィ
ールド長を自動計算する(ステップ122、123)。
もし、拡張あるいは縮小されるフィールドがあれば、変
換後データベース32は、その自動計算された各フィー
ルドのサイズに従ったレコード長で作成される(ステッ
プ130)。
In this embodiment, the database conversion unit 24 determines the field length of the data stored in the converted database 32. Therefore, the database conversion unit 24 extracts the attribute information of each field of the database included in the application program 26, and automatically calculates each field length in the converted database 32 based on this information (steps 122 and 123).
If there is a field to be expanded or contracted, the converted database 32 is created with a record length according to the size of each automatically calculated field (step 130).

【0053】以上のように、本実施の形態によれば、変
換後データベース32作成時に変換されたデータを格納
するフィールド長の拡張/縮小を自動的に行うことがで
きる。
As described above, according to this embodiment, it is possible to automatically expand / reduce the field length for storing the converted data when the converted database 32 is created.

【0054】実施の形態6.図6は、本発明に係る実施
の形態6における処理を図1に示した構成と対応させて
示したフローチャートである。基本的な処理の流れは、
上記各実施の形態とほぼ同様のものであるが、本実施の
形態において特徴的なことは、データベースのデータ形
式変換処理を行うステップ120の次のステップとし
て、その変換処理の時に、変換後データベース32の各
フィールドのフィールド長をシステム管理者28のオペ
レーションとして人手により入力してやり、この入力を
読み込むステップ124を設けたことである。すなわ
ち、上記実施の形態5においては、自動計算により、変
換後データベース32のフィールド長を求めるようにし
たが、本実施の形態においては、外部からの設定値をフ
ィールド長とすることを特徴としている。
Sixth Embodiment FIG. 6 is a flowchart showing the processing in the sixth embodiment of the present invention in association with the configuration shown in FIG. The basic processing flow is
Although it is almost the same as each of the above-described embodiments, a characteristic of this embodiment is that, after the step 120 for performing the data format conversion processing of the database, the post-conversion database after the conversion processing is performed. The field length of each field of 32 is manually input as an operation of the system administrator 28, and a step 124 for reading this input is provided. That is, in the fifth embodiment, the field length of the converted database 32 is obtained by automatic calculation, but the present embodiment is characterized in that the set value from the outside is used as the field length. .

【0055】変換前データベース30の各フィールドに
は、各種のデータが考えられる。例えば、そのデータベ
ースが、商品の売上を管理するデータベースであるとす
る。この場合、その商品の金額を示すフィールドがある
とすれば、それは数字のみが格納されるフィールドであ
り、この場合、コード変換によって、フィールド長が変
更されることはほとんど考えられないであろう。
Various data can be considered in each field of the pre-conversion database 30. For example, assume that the database is a database that manages sales of products. In this case, if there is a field indicating the price of the product, it is a field in which only numbers are stored, and in this case, it is almost unlikely that the field length is changed by code conversion.

【0056】しかし、そのような場合においても、も
し、このデータベースが、商品の取り引き量の増大に耐
えられるようにと考えて、金額のフィールドを拡張しよ
うとするということも考えられる。また、商品名のフィ
ールドのように、キャラクタが使用されるフィールドの
場合には、そこに日本語が使用されるか、英語のみかと
いった判断によっても、フィールド長を決定することが
できる。
However, even in such a case, it is conceivable that the database tries to expand the amount field in order to withstand the increase in the transaction amount of the commodity. In the case of a field in which characters are used like a product name field, the field length can also be determined by determining whether Japanese is used or English only.

【0057】このような場合には、単純なフィールドの
属性だけでなく、利用者側の判断というものが必要にな
る。この人間による判断の結果を、変換後データベース
32のフィールド長に反映できるように手入力設定可能
とした。従って、データベース変換部24は、このイン
タフェースを持つことになる。
In such a case, not only the simple field attribute but also the user's judgment is required. The result of this human judgment can be manually input and set so that it can be reflected in the field length of the converted database 32. Therefore, the database conversion unit 24 has this interface.

【0058】従って、ステップ124は次のような処理
を行う。例えば、データ形式変換対象となるデータベー
スに5つのフィールドが存在しているとすると、システ
ム管理者28が使用する端末にフィールド長の入力を促
す。この際、現状のフィールド長などのフィールド属性
を表示するようにすれば、その情報を参照しながらシス
テム管理者28が、適切な設定値を決定し、入力してい
くことになる。そして、この設定値に基づいて変換後デ
ータベース32は生成されることになる(ステップ13
0)。
Therefore, step 124 performs the following processing. For example, if there are five fields in the data format conversion target database, the system administrator 28 prompts the terminal used by the system administrator 28 to input the field length. At this time, if the field attributes such as the current field length are displayed, the system administrator 28 determines and inputs an appropriate setting value while referring to the information. Then, the converted database 32 is generated based on this set value (step 13).
0).

【0059】このように、本実施の形態によれば、外部
からの入力を可能としたことで、より細かい人間による
判断をも取り入れたフィールド長に設定することができ
る。
As described above, according to the present embodiment, since the input from the outside is possible, it is possible to set the field length in consideration of more detailed human judgment.

【0060】なお、本実施の形態では、システム管理者
28が端末から入力していくことを前堤としたが、この
入力方法を、例えば、別途作成したフィールド情報など
を保持する定義ファイルから入力するものとしても同様
の効果が得られる。
In this embodiment, the system administrator 28 inputs from the terminal as a front end, but this input method is input from, for example, a definition file that holds field information created separately. The same effect can be obtained.

【0061】実施の形態7.図7は、本発明に係る実施
の形態7における処理を図1に示した構成と対応させて
示したフローチャートである。基本的な処理の流れは、
上記各実施の形態とほぼ同様のものである。
Embodiment 7 FIG . FIG. 7 is a flowchart showing the processing in the seventh embodiment according to the present invention in association with the configuration shown in FIG. The basic processing flow is
This is almost the same as each of the above embodiments.

【0062】ところで、データ形式変換処理が行われて
いる間はそれ以外の処理は通常待ち状態になってしま
い、通常のオンライン処理のレスポンスが低下してしま
う可能性が生じる。そこで、本実施の形態においては、
システムがマルチプロセッサである場合には、特定のプ
ロセッサのみでデータ形式変換処理を行うようにし、そ
れ以外のプロセッサは、データ形式変換処理以外の処理
を行うために確保しておくようにしたことを特徴として
いる。これにより、データ形式変換処理以外の処理のレ
スポンスを維持することができる。
By the way, while the data format conversion process is being performed, the other processes are put in a normal waiting state, and there is a possibility that the response of the normal online process is deteriorated. Therefore, in the present embodiment,
If the system is a multi-processor, make sure that only a specific processor performs the data format conversion processing, and reserves the other processors for the processing other than the data format conversion processing. It has a feature. As a result, the response of the processing other than the data format conversion processing can be maintained.

【0063】従って、本実施の形態においては、データ
ベースのデータ形式変換処理を行うステップ120の次
のステップとして、全体の処理を行なう前に、システム
がマルチプロセッサである場合に、以降の処理を明示的
に特定のプロセッサに割り当てる処理(ステップ12
5、126)を設けた。例えば、ある種のUNIXなど
で利用されるシステムサービスのインタフェースを例に
して説明すると、processor_bind(変換
プロセス名、実行CPU番号);のごときインタフェー
スを使用して、実行される変換プログラムを実行してい
るプロセスの実行CPU番号を指定することにより、そ
のCPUで実行されるということが考えられる。
Therefore, in the present embodiment, as the next step of the step 120 for performing the data format conversion process of the database, if the system is a multiprocessor before the whole process is performed, the subsequent process is clearly indicated. Process for dynamically allocating to a specific processor (step 12)
5, 126). For example, when an interface of a system service used in a certain UNIX is used as an example, the conversion program to be executed is executed by using an interface such as processor_bind (conversion process name, execution CPU number); It is conceivable that the CPU is executed by specifying the execution CPU number of the existing process.

【0064】このようなインタフェースを使用した方法
は、いくつかのマルチプロセッサをサポートするオペレ
ーティングシステムにおいて提供されている機能であ
り、もし、それをサポートしていないオペレーティング
システムをベースに実施する場合には、もちろん、オペ
レーティングシステムを拡張して機能を追加することで
も構わない。
The method using such an interface is a function provided in an operating system that supports some multiprocessors, and if it is implemented based on an operating system that does not support it, Of course, you can extend the operating system to add features.

【0065】本実施の形態におけるデータベース変換
は、既存のデータベースをそのまま保存し、かつ、通常
のデータベースに対するオンライン処理を停止すること
なくデータベース変換を行なうことを目的としているた
め、データ形式変換処理に多くのCPUを消費し、通常
のオンライン処理などのレスポンスが低下してしまうこ
とは好ましくない。このため、このデータベース変換処
理全体を、特定のプロセッサに割り当てることにより、
通常のオンライン処理は他のプロセッサで実行すること
ができるので、データ形式変換処理以外の処理のレスポ
ンスは、ほとんど低下しない。
The database conversion according to the present embodiment is intended to save the existing database as it is and to perform the database conversion without stopping the online processing for the normal database. It is not preferable that the CPU of the CPU is consumed and the response of normal online processing is deteriorated. Therefore, by assigning this entire database conversion process to a specific processor,
Since the normal online processing can be executed by another processor, the response of the processing other than the data format conversion processing hardly deteriorates.

【0066】実施の形態8.上記実施の形態7では、シ
ステムがマルチプロセッサである場合、各プロセッサで
行う処理を切り分けて行うようにすることで、データ形
式変換処理以外の処理のレスポンスを維持するようにし
た。本実施の形態においては、データ形式変換処理を実
行させるプライオリティを低く設定することを特徴とす
る。このようにすることで、シングルプロセッサにおい
てもデータ形式変換処理以外の処理のレスポンスを維持
することができる。
Embodiment 8. In the above-described seventh embodiment, when the system is a multiprocessor, the processing performed by each processor is divided and performed so that the response of the processing other than the data format conversion processing is maintained. The present embodiment is characterized in that the priority for executing the data format conversion process is set low. By doing so, the response of the processing other than the data format conversion processing can be maintained even in the single processor.

【0067】図8は、本発明に係る実施の形態8におけ
る処理を図1に示した構成と対応させて示したフローチ
ャートである。基本的な処理の流れは、上記各実施の形
態とほぼ同様のものである。本実施の形態においては、
全体の処理を行なう前にデータ形式変換処理の実行のプ
ライオリティを設定する処理(ステップ127)を設け
ることで、データ形式変換処理以外の処理のレスポンス
を維持するようにした。例えば、UNIXのシステムコ
ールインタフェースを例にとると、nice(実行プラ
イオリティ);のごときインタフェースを使用して、実
行される変換プログラムが自分自身の実行プライオリテ
ィを設定することが考えられる。
FIG. 8 is a flowchart showing the processing in the eighth embodiment according to the present invention in correspondence with the configuration shown in FIG. The basic processing flow is almost the same as that in each of the above embodiments. In the present embodiment,
By providing a process (step 127) for setting the priority of execution of the data format conversion process before performing the entire process, the response of the processes other than the data format conversion process is maintained. For example, taking the UNIX system call interface as an example, it is conceivable that the conversion program to be executed sets its own execution priority using an interface such as nice (execution priority).

【0068】このようなインタフェースは、多くのオペ
レーティングシステムで提供されている場合が多く、簡
単に実現できる。また、それがなければ、オペレーティ
ングシステムを拡張して機能を迫加することでも構わな
い。
Such an interface is often provided by many operating systems and can be easily realized. Or, without it, you could extend the operating system to add functionality.

【0069】前述したように、本実施の形態におけるデ
ータベース変換は、既存のデータベースをそのまま保存
し、かつ、通常のデータベースに対するオンライン処理
を停止することなくデータベース変換を行なうことを目
的としている。このような、データベース変換は、かな
りのCPUを消費するため、通常のオンライン処理など
のレスポンスが低下してしまう可能性がある。このた
め、このデータベース変換処理全体を、あらかじめ低い
プライオリティに設定して実行させるようにすれば、通
常のオンライン処理は優先的に実行され、データ形式変
換処理はCPUに余裕ができた時に実行されるので、デ
ータ形式変換処理以外の処理のレスポンスは、ほとんど
低下しない。
As described above, the database conversion in this embodiment is intended to preserve the existing database as it is and to perform the database conversion without stopping the online processing for the normal database. Since such database conversion consumes a considerable amount of CPU, there is a possibility that the response such as normal online processing may be deteriorated. Therefore, if the entire database conversion process is set to a low priority and executed in advance, the normal online process is executed preferentially, and the data format conversion process is executed when the CPU has a margin. Therefore, the response of processes other than the data format conversion process is hardly degraded.

【0070】実施の形態9.図9は、本実施の形態にお
ける情報処理システムの概略構成図である。本システム
は、図1に示した構成に、データ形式変換処理中の変換
前データベース30に対する更新アクセスの履歴をログ
ファイル52に記録するアクセス記録手段としてのアク
セス記録部50を更に設けたことを特徴としている。こ
れにより、データ形式変換処理中のデータベースアクセ
スを無効にすることなく、かつデータの整合性を図るこ
とができる。すなわち、データ形式変換処理中に発生し
たデータベースアクセスをそのまま処理すると、データ
の整合性が取れなくなることは一般的に知られている
が、これを解消するための一手段として、本実施の形態
においては、アクセス記録部50が検出されたデータベ
ースアクセスをログファイル52に記録するようにして
いる。
Ninth Embodiment FIG. 9 is a schematic configuration diagram of the information processing system in the present embodiment. The present system is characterized in that the configuration shown in FIG. 1 is further provided with an access recording unit 50 as an access recording unit that records the history of update access to the pre-conversion database 30 during the data format conversion process in the log file 52. I am trying. This makes it possible to achieve data consistency without invalidating the database access during the data format conversion process. That is, it is generally known that if the database access generated during the data format conversion processing is processed as it is, the data consistency cannot be obtained. The access recording unit 50 records the detected database access in the log file 52.

【0071】図10は、本発明に係る実施の形態9にお
ける処理を図9に示した構成と対応させて示したフロー
チャートである。基本的な処理の流れは、上記各実施の
形態とほぼ同様のものである。この図に基づいて本実施
の形態の処理について説明すると、データベース32に
対するアクセスを検出して(ステップ100)、データ
形式変換処理を行っている間(ステップ120、13
0)にデータベース30に対して更新アクセス要求があ
った場合、データベース30を実際に更新するのではな
く、その更新内容を全てログファイル52内に記録する
(ステップ150)。その記録は、通常のファイルのジ
ャーナリングを行う場合の方法と同様に、更新前のレコ
ードと更新後のレコードを記録する方式などで十分であ
り、元のデータベース30の内容とログファイル52内
の情報から、更新の記録を全て残すことができる。な
お、ユーザからの処理を停止してデータ形式変換処理を
優先させて行なうことも考えられるが、変換処理の間
は、通常の業務に支障を来すおそれもあるので、ここで
は一般のユーザの処理をそのまま継続させる。
FIG. 10 is a flowchart showing the processing in the ninth embodiment according to the present invention in association with the configuration shown in FIG. The basic processing flow is almost the same as that in each of the above embodiments. The processing of the present embodiment will be described based on this figure. While the access to the database 32 is detected (step 100), the data format conversion processing is performed (steps 120, 13).
If there is an update access request to the database 30 in 0), the database 30 is not actually updated, but all the updated contents are recorded in the log file 52 (step 150). The recording may be performed by a method of recording the record before the update and the record after the update, similar to the method when the journaling of the normal file is performed, and the content of the original database 30 and the information in the log file 52 are recorded. From here, you can keep a record of all updates. Note that it is possible to stop the processing from the user and give priority to the data format conversion processing, but during the conversion processing, there is a risk that it may interfere with normal business, so here, the general user's Continue processing as is.

【0072】データ形式変換処理が終了すると、この時
点での各データベース30、32には、データ形式変換
処理中の更新アクセス処理、つまりログファイル52に
記録された処理は行われていないので、その記録された
処理を各データベース30、32に反映させる(ステッ
プ160)。
When the data format conversion processing is completed, the update access processing during the data format conversion processing, that is, the processing recorded in the log file 52 has not been performed on the databases 30 and 32 at this point. The recorded processing is reflected in the databases 30 and 32 (step 160).

【0073】このようにして、本実施の形態によれば、
アクセス記録部50を設けログファイル52にデータ形
式変換処理中における更新アクセスを記録するようにし
たので、各データベース30、32におけるデータの整
合性を取ることができ、かつ通常のオンライン処理を停
止させることなく実行させることができる。
In this way, according to the present embodiment,
Since the access recording unit 50 is provided and the update access during the data format conversion process is recorded in the log file 52, the consistency of the data in the databases 30 and 32 can be ensured and the normal online process is stopped. Can be run without

【0074】なお、図10に示したフローチャート上で
は、便宜的に、ステップ120、ステップ130の後の
処理としてアクセス記録処理を記述しているが、実際に
は、ステップ150は、ステップ120、およびステッ
プ130の処理と並行して行なわれているものである。
In the flowchart shown in FIG. 10, for convenience sake, the access recording process is described as the process after steps 120 and 130, but in reality, step 150, step 120, and This is performed in parallel with the processing of step 130.

【0075】実施の形態10.上記実施の形態9におい
ては、データの整合性を図るために、データ形式変換処
理中のデータベースアクセスの履歴を記録するようにし
たが、本実施の形態においては、データベース32への
アクセスを行うアプリケーションプログラム26の動作
を一時停止させることによりデータの整合性を図るよう
にしたことを特徴としている。図11は、本発明に係る
実施の形態10における処理を図1に示した構成と対応
させて示したフローチャートである。この図に基づいて
本実施の形態における処理について説明する。
Tenth Embodiment In the ninth embodiment, the history of database access during the data format conversion process is recorded in order to ensure data consistency. However, in the present embodiment, an application that accesses the database 32 is recorded. The feature of the present invention is that the operation of the program 26 is temporarily stopped to ensure data consistency. FIG. 11 is a flowchart showing the processing in the tenth embodiment of the present invention in association with the configuration shown in FIG. The processing in the present embodiment will be described based on this figure.

【0076】本システムは、データベース32に対する
アクセスを検出すると、データ形式変換処理を行うこと
になるが、この変換処理中に、他のアプリケーションプ
ログラム26からのデータベース32へのアクセスを検
出すると(ステップ100)、そのアクセスを要求した
アプリケーションプログラム26の動作を一時停止させ
る(ステップ105)。そして、データ形式変換処理が
終了したことを検出すると(ステップ135)、アプリ
ケーションプログラム26は、再起動され、停止した処
理を続行することになる。アプリケーションプログラム
26は、新しいデータ形式に変換された所望のデータに
対してアクセスすることができる。
The present system executes the data format conversion process when detecting the access to the database 32. However, during the conversion process, when detecting the access to the database 32 from another application program 26 (step 100). ), The operation of the application program 26 requesting the access is temporarily stopped (step 105). When the end of the data format conversion process is detected (step 135), the application program 26 is restarted, and the stopped process is continued. The application program 26 can access the desired data converted into the new data format.

【0077】このようにして、本実施の形態によれば、
アプリケーションプログラム26の実行を一時停止させ
データベースへのアクセスを待機させることでデータの
整合性を図ることができる。
In this way, according to the present embodiment,
Data consistency can be achieved by suspending the execution of the application program 26 and waiting for access to the database.

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

【図1】 本発明に係るデータベース変換方式を持つ情
報処理システムの一実施の形態の概略構成図である。
FIG. 1 is a schematic configuration diagram of an embodiment of an information processing system having a database conversion method according to the present invention.

【図2】 実施の形態1における処理を図1に示した構
成と対応させて示したフローチャートである。
FIG. 2 is a flowchart showing the processing in the first embodiment in association with the configuration shown in FIG.

【図3】 データベースの一般的な構成を示した図であ
る。
FIG. 3 is a diagram showing a general configuration of a database.

【図4】 本発明に係る実施の形態4における処理を図
1に示した構成と対応させて示したフローチャートであ
る。
FIG. 4 is a flowchart showing a process in a fourth embodiment according to the present invention in association with the configuration shown in FIG.

【図5】 本発明に係る実施の形態5における処理を図
1に示した構成と対応させて示したフローチャートであ
る。
FIG. 5 is a flowchart showing a process according to a fifth embodiment of the present invention in association with the configuration shown in FIG.

【図6】 本発明に係る実施の形態6における処理を図
1に示した構成と対応させて示したフローチャートであ
る。
FIG. 6 is a flowchart showing a process in a sixth embodiment of the present invention in association with the configuration shown in FIG.

【図7】 本発明に係る実施の形態7における処理を図
1に示した構成と対応させて示したフローチャートであ
る。
FIG. 7 is a flowchart showing a process according to a seventh embodiment of the present invention in association with the configuration shown in FIG.

【図8】 本発明に係る実施の形態8における処理を図
1に示した構成と対応させて示したフローチャートであ
る。
FIG. 8 is a flowchart showing a process according to an eighth embodiment of the present invention in association with the configuration shown in FIG.

【図9】 本発明に係るデータベース変換方式を持つ情
報処理システムの実施の形態9の概略構成図である。
FIG. 9 is a schematic configuration diagram of a ninth embodiment of an information processing system having a database conversion method according to the present invention.

【図10】 実施の形態9における処理を図9に示した
構成と対応させて示したフローチャートである。
FIG. 10 is a flowchart showing the processing in the ninth embodiment in association with the configuration shown in FIG. 9.

【図11】 本発明に係る実施の形態10における処理
を図1に示した構成と対応させて示したフローチャート
である。
FIG. 11 is a flowchart showing the processing in the tenth embodiment of the present invention in association with the configuration shown in FIG.

【図12】 従来の「オンライン処理システムにおける
移行方法」を示すブロック図である。
FIG. 12 is a block diagram showing a conventional “migration method in an online processing system”.

【図13】 従来の「オンライン処理システムにおける
移行方法」を示すブロック図である。
FIG. 13 is a block diagram showing a conventional “migration method in an online processing system”.

【図14】 従来の「オンライン処理システムにおける
移行方法」を示すブロック図である。
FIG. 14 is a block diagram showing a conventional “migration method in an online processing system”.

【図15】 従来の「オンライン処理システムにおける
移行方法」を示すブロック図である。
FIG. 15 is a block diagram showing a conventional “migration method in an online processing system”.

【図16】 従来の「レコード型データにおけるデータ
項目の動的変更方式」を示すブロック図である。
FIG. 16 is a block diagram showing a conventional “dynamic change method of data items in record type data”.

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

20 データベース管理システム、22 データベース
アクセス部、24 データベース変換部、26 アプリ
ケーションプログラム、28 システム管理者、30
変換前データベース、32 変換後データベース、40
データベース、41,42 テーブル、43〜48
レコード、50 アクセス記録部、52ログファイル。
20 database management system, 22 database access unit, 24 database conversion unit, 26 application program, 28 system administrator, 30
Before conversion database, 32 After conversion database, 40
Database, 41, 42 table, 43-48
Records, 50 access records, 52 log files.

Claims (14)

【特許請求の範囲】[Claims] 【請求項1】 第一のデータ形式によるデータを格納す
る第一のデータベースと、 第二のデータ形式によるアクセスを検出するデータ形式
検出手段と、 前記第一のデータベース内の第一のデータ形式によるデ
ータを異なる第二のデータ形式に変換するというデータ
形式変換処理を行うデータ形式変換手段と、 変換された第二のデータ形式によるデータを格納する第
二のデータベースと、 を有し、 前記第二のデータベースは、第二のデータ形式によるア
クセスがはじめて検出されたときに自動生成されること
を特徴とするデータベース変換方式。
1. A first database for storing data in a first data format, a data format detecting means for detecting access in a second data format, and a first data format in the first database. A data format conversion unit that performs a data format conversion process of converting data into a different second data format; and a second database that stores the converted data in the second data format. The database conversion method is characterized in that it is automatically generated when the access by the second data format is detected for the first time.
【請求項2】 請求項1記載のデータベース変換方式に
おいて、 前記データ形式変換手段は、第二のデータ形式によるア
クセスがはじめて検出されたときに前記第一のデータベ
ース全体の変換を行うことを特徴とするデータベース変
換方式。
2. The database conversion method according to claim 1, wherein the data format conversion means converts the entire first database when an access in the second data format is detected for the first time. Database conversion method to be used.
【請求項3】 請求項1記載のデータベース変換方式に
おいて、 前記データ形式変換手段は、テーブル単位に変換を行う
ことを特徴とするデータベース変換方式。
3. The database conversion method according to claim 1, wherein the data format conversion means performs conversion in table units.
【請求項4】 請求項1記載のデータベース変換方式に
おいて、 前記データ形式変換手段は、レコード単位に変換を行う
ことを特徴とするデータベース変換方式。
4. The database conversion method according to claim 1, wherein the data format conversion unit converts in record units.
【請求項5】 請求項1記載のデータベース変換方式に
おいて、 データ形式変換処理中においては前記第二のデータベー
スを隠蔽することを特徴とするデータベース変換方式。
5. The database conversion method according to claim 1, wherein the second database is hidden during a data format conversion process.
【請求項6】 請求項1記載のデータベース変換方式に
おいて、 前記第二のデータベースに格納するデータの格納領域の
サイズを決定する格納領域サイズ決定手段を有すること
を特徴とするデータベース変換方式。
6. The database conversion method according to claim 1, further comprising storage area size determining means for determining a size of a storage area of data to be stored in the second database.
【請求項7】 請求項6記載のデータベース変換方式に
おいて、 前記格納領域サイズ決定手段は、データの格納領域のサ
イズを自動計算して求めることを有することを特徴とす
るデータベース変換方式。
7. The database conversion method according to claim 6, wherein the storage area size determining unit has a function of automatically calculating and determining a size of a data storage area.
【請求項8】 請求項6記載のデータベース変換方式に
おいて、 前記格納領域サイズ決定手段は、外部からの設定値をデ
ータの格納領域のサイズとすることを有することを特徴
とするデータベース変換方式。
8. The database conversion method according to claim 6, wherein the storage area size determining unit has a setting value from the outside as a size of the data storage area.
【請求項9】 請求項1記載のデータベース変換方式に
おいて、 データ形式変換処理以外の処理のレスポンスを維持する
ことを特徴とするデータベース変換方式。
9. The database conversion method according to claim 1, wherein the response of processing other than the data format conversion processing is maintained.
【請求項10】 請求項9記載のデータベース変換方式
において、 前記データ形式変換手段は、マルチプロセッサ構成の場
合、特定のプロセッサのみでデータ形式変換処理を行う
ことを特徴とするデータベース変換方式。
10. The database conversion method according to claim 9, wherein the data format conversion means performs a data format conversion process only by a specific processor in the case of a multiprocessor configuration.
【請求項11】 請求項10記載のデータベース変換方
式において、 前記データ形式変換処理を実行させるプライオリティを
低く設定することを特徴とするデータベース変換方式。
11. The database conversion method according to claim 10, wherein a priority for executing the data format conversion process is set low.
【請求項12】 請求項1記載のデータベース変換方式
において、 データ形式変換処理中におけるデータの整合性を図るこ
とを特徴とするデータベース変換方式。
12. The database conversion method according to claim 1, wherein data consistency is achieved during a data format conversion process.
【請求項13】 請求項12記載のデータベース変換方
式において、 データ形式変換処理中の前記第一のデータベースに対す
る更新アクセスの履歴をログファイルに記録するアクセ
ス記録手段と、 前記ログファイルに記録した内容を前記第二のデータベ
ースに反映させる手段と、 を有することを特徴とするデータベース変換方式。
13. The database conversion method according to claim 12, wherein an access recording unit that records a history of update access to the first database during a data format conversion process in a log file, and contents recorded in the log file. A means for reflecting in the second database, and a database conversion method comprising:
【請求項14】 請求項12記載のデータベース変換方
式において、 データ形式変換処理中のデータベースへの更新アクセス
処理を禁止させることを特徴とするデータベース変換方
式。
14. The database conversion method according to claim 12, wherein update access processing to the database during the data format conversion processing is prohibited.
JP7321368A 1995-12-11 1995-12-11 Database converting system Pending JPH09160817A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7321368A JPH09160817A (en) 1995-12-11 1995-12-11 Database converting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7321368A JPH09160817A (en) 1995-12-11 1995-12-11 Database converting system

Publications (1)

Publication Number Publication Date
JPH09160817A true JPH09160817A (en) 1997-06-20

Family

ID=18131794

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7321368A Pending JPH09160817A (en) 1995-12-11 1995-12-11 Database converting system

Country Status (1)

Country Link
JP (1) JPH09160817A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015184685A (en) * 2014-03-20 2015-10-22 日本電気株式会社 information storage system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015184685A (en) * 2014-03-20 2015-10-22 日本電気株式会社 information storage system
US10095737B2 (en) 2014-03-20 2018-10-09 Nec Corporation Information storage system

Similar Documents

Publication Publication Date Title
JP3270216B2 (en) File name detection method
US20180157674A1 (en) Distributed nfs metadata server
JP2705006B2 (en) Cache management method, computer file system and cache device
US7472252B2 (en) Merging identical memory pages
US5740431A (en) Configuration file management
US10824968B2 (en) Transformation of logical data object instances and updates to same between hierarchical node schemas
WO2020238245A1 (en) Function jump implementation method, device, and computer storage medium
WO1996003704A1 (en) Computer method and apparatus for asynchronous ordered operations
KR20060069791A (en) Detection and alerting of viruses in a shared read-only file system
JP2004062869A (en) Method and apparatus for selective caching of transactions in computer system
JPH01126736A (en) Data processing system
JP2019511796A (en) File management method and file management apparatus using the same {METHOD FOR MANAGING FILES AND APPARATUS USING THE SAME}
US11681653B2 (en) Namespace representation and enhanced browsability for replicated file systems
CN114780252B (en) Resource management method and device of data warehouse system
JP2023504174A (en) Generating hash trees for database schemas
US6874076B2 (en) Method, system, and computer program product for migrating data from one real page to another
CN113703777A (en) Code generation method and device based on database table, storage medium and equipment
JPH0863475A (en) System and method for formatting of position-sensitive data
US11687239B2 (en) File storage system and method for managing file storage system
KR100637932B1 (en) Method for unmounting of filesystem
JPH09160817A (en) Database converting system
JP2018109898A (en) Data migration system
US11681705B2 (en) Trie data structure with subtrie data structures
JPH08272815A (en) Object-oriented data base system and processing method therefor
JPH04125743A (en) Method for managing validity term of file by file name and its data processor