JPH10187510A - Method and device for shifting data base - Google Patents

Method and device for shifting data base

Info

Publication number
JPH10187510A
JPH10187510A JP8339819A JP33981996A JPH10187510A JP H10187510 A JPH10187510 A JP H10187510A JP 8339819 A JP8339819 A JP 8339819A JP 33981996 A JP33981996 A JP 33981996A JP H10187510 A JPH10187510 A JP H10187510A
Authority
JP
Japan
Prior art keywords
database
file
data
management information
information registration
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
JP8339819A
Other languages
Japanese (ja)
Inventor
Masako Miyazaki
雅子 宮崎
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.)
NEC Engineering Ltd
Original Assignee
NEC Engineering Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP8339819A priority Critical patent/JPH10187510A/en
Publication of JPH10187510A publication Critical patent/JPH10187510A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To enable the work of data base shifting between different operating systems and to enable the shifting work concerning not only data but also table. SOLUTION: A table definition information file preparing part 10 prepares a table definition information file 12 storing definition information concerning the table of one data base, a data file preparing part 11 prepares a data file 13 storing the data of one data base, and a managing information registration file preparing part 25 prepares a managing information registration file 26 storing the managing information of the other data base. A table preparing part 27 stores a table stored in one data base into the other data base based on the table definition information file 22 and the managing information registration file 26. Besides, a data format transforming part 28 stores data stored in one data base into the other data base based on a data file 23 and the managing information registration file 26.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、2つのデータベー
ス間で表やデータの移行を行うデータベース移行方法及
び装置に関し、特に、異なるオペレーティングシステム
(OS)上に存在するデータベース間におけるデータ移
行等に適用されて好適なものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database migration method and apparatus for migrating tables and data between two databases, and more particularly, to data migration between databases existing on different operating systems (OS). It is suitable.

【0002】[0002]

【従来の技術】従来、異なるデータベース間においてデ
ータ移行を行うものとして、例えば特開昭63−104
154号公報に開示されたようなものがあった。この公
報に開示された技術は、異なるボリュームへのファイル
移行を行うものであり、移行対象となるファイルを入力
するとそれに見合った領域を移行先ボリューム内に確保
し、移行対象ファイルを退避用ボリュームに一旦退避さ
せたあと、移行先ボリュームに移行させるものである。
2. Description of the Related Art Conventionally, data transfer between different databases has been proposed, for example, in Japanese Patent Laid-Open No. 63-104.
No. 154 was disclosed. The technology disclosed in this publication performs file migration to a different volume. When a file to be migrated is input, an area corresponding to the input is secured in the destination volume, and the file to be migrated is saved to the evacuation volume. After the evacuation is performed once, the data is transferred to the transfer destination volume.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上述し
た従来のデータベース移行技術は、同一のオペレーティ
ングシステム内でのデータ移行等を目的としており、異
なるオペレーティングシステム間におけるデータベース
の移行は実現されていない。特に、オペレーティングシ
ステムが異なればそのデータフォーマットも異なるの
で、データを単純に移行したのでは移行先のデータベー
スにおいて移行対象となったデータは使用できない。
However, the above-mentioned conventional database migration technology is aimed at data migration within the same operating system, and has not realized database migration between different operating systems. In particular, different operating systems have different data formats, so if data is simply migrated, the data to be migrated in the migration destination database cannot be used.

【0004】また、従来のデータベース移行技術はデー
タの移行を主眼としており、データの集まりを管理する
表については移行対象となっていなかった。これでは、
データは移行できてもそれを管理する表については再度
作成し直さなければならず、データベース移行手続に大
幅な時間及び負担増を強いる結果になっていた。そこで
本発明は、異なるオペレーティングシステム間における
データベース移行作業を可能にし、また、データのみな
らず表についても移行作業が可能なデータベース移行方
法及び装置を提供することを課題とする。
[0004] Further, the conventional database migration technology focuses on data migration, and a table for managing a collection of data has not been a migration target. In this,
Even though data could be migrated, the tables that manage it had to be recreated, resulting in a significant increase in time and burden on the database migration procedure. Accordingly, it is an object of the present invention to provide a database migration method and apparatus that enables database migration between different operating systems and that can perform migration of not only data but also tables.

【0005】[0005]

【課題を解決するための手段】本発明は、一方のデータ
ベースから他方のデータベースへ移行させる方法に適用
される。そして、上記課題は、一方のデータベースの表
に関する定義情報が格納された表定義情報ファイルを作
成するとともに、他方のデータベースの管理情報が格納
された管理情報登録ファイルを作成し、一方のデータベ
ースの表定義情報ファイル及び他方のデータベースの管
理情報登録ファイルに基づき、一方のデータベースに格
納されていた表を他方のデータベース内に格納すること
により解決される。
SUMMARY OF THE INVENTION The present invention applies to a method for migrating from one database to another. The problem is to create a table definition information file in which definition information relating to a table in one database is stored, and to create a management information registration file in which management information of the other database is stored. The problem is solved by storing the table stored in one database in the other database based on the definition information file and the management information registration file of the other database.

【0006】また、本発明は、一方のデータベースから
他方のデータベースへデータベースを移行させる方法に
適用される。そして、上記課題は、一方のデータベース
のデータが格納されたデータファイルを作成を作成する
とともに、他方のデータベースの管理情報が格納された
管理情報登録ファイルを作成し、一方のデータベースの
データファイル及び他方のデータベースの管理情報登録
ファイルに基づき、一方のデータベースに格納されてい
たデータを他方のデータベース内に格納することにより
解決される。
The present invention is also applied to a method for migrating a database from one database to another. The above-described problem is to create a data file storing data of one database, create a management information registration file storing management information of the other database, and create a data file of one database and a data file of the other database. The problem is solved by storing the data stored in one database in the other database based on the management information registration file of the database.

【0007】また、本発明は、一方のデータベースから
他方のデータベースへデータベースを移行させる装置に
適用される。そして、上記課題は、一方のデータベース
の表に関する定義情報が格納された表定義情報ファイル
を作成する表定義情報ファイル作成手段と、他方のデー
タベースの管理情報が格納された管理情報登録ファイル
を作成する管理情報登録ファイル作成手段と、表定義情
報ファイル及び管理情報登録ファイルに基づき、一方の
データベースに格納されていた表を作成し、他方のデー
タベース内に格納する表作成手段とを設けることにより
解決される。
Further, the present invention is applied to an apparatus for migrating a database from one database to another database. The problem is to create a table definition information file creating means for creating a table definition information file in which definition information relating to a table in one database is stored, and to create a management information registration file in which management information of the other database is stored. This problem is solved by providing a management information registration file creating unit and a table creating unit that creates a table stored in one database based on the table definition information file and the management information registration file and stores the table in the other database. You.

【0008】さらに、本発明は、一方のデータベースか
ら他方のデータベースへデータベースを移行させる装置
に適用される。そして、上記課題は、一方のデータベー
スのデータが格納されたデータファイルを作成を作成す
るデータファイル作成手段と、他方のデータベースの管
理情報が格納された管理情報登録ファイルを作成する管
理情報登録ファイル作成手段と、データファイル及び管
理情報登録ファイルに基づき、一方のデータベースに格
納されていたデータのフォーマットを変換して他方のデ
ータベース内に格納するデータフォーマット変換手段と
を設けることにより解決される。
Further, the present invention is applied to an apparatus for migrating a database from one database to another database. The object is to create a data file storing data of one database and a management information registration file generating a management information registration file storing management information of the other database. Means and a data format conversion means for converting the format of data stored in one database based on the data file and the management information registration file and storing the converted data in the other database are provided.

【0009】[0009]

【発明の実施の形態】以下、図面を参照して本発明の実
施形態について詳細に説明する。図1は、本発明の一実
施形態であるデータベース移行装置の概略構成を示す機
能ブロック図である。この図において、1は移行元デー
タベースAを含むデータベースシステム、2は移行先デ
ータベースBを含むデータベースシステムである。これ
らデータベースシステム1、2は、それぞれ異なるオペ
レーティングシステム(OS)上で稼動しているが、本
発明において移行元、移行先データベースA、Bがそれ
ぞれ異なるOS上で稼動することは必要条件ではない。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a functional block diagram illustrating a schematic configuration of a database migration device according to an embodiment of the present invention. In this figure, 1 is a database system including a source database A, and 2 is a database system including a destination database B. Although these database systems 1 and 2 operate on different operating systems (OSs), it is not a necessary condition in the present invention that the source and destination databases A and B operate on different OSs.

【0010】データベースシステム1は、表定義情報フ
ァイル作成部10、データファイル作成部11、及び送
信部14を備えている。
The database system 1 includes a table definition information file creator 10, a data file creator 11, and a transmitter 14.

【0011】表定義情報ファイル作成手段として機能す
る表定義情報ファイル作成部10は、データベースAに
格納された表に基づいて、図2に示すような表定義情報
ファイル12を作成する。図2に示す表定義情報ファイ
ルは、表名を示すレコード、フィールド数を示すレコー
ド、各フィールドに対するフィールド長、フィールドタ
イプ、フィールド名等が格納されるレコードを有する。
これらレコードに格納された情報を、以下、表定義情報
と称する。
A table definition information file creator 10 functioning as a table definition information file creator creates a table definition information file 12 as shown in FIG. 2 based on the table stored in the database A. The table definition information file shown in FIG. 2 has a record indicating a table name, a record indicating the number of fields, and a record in which a field length, a field type, a field name, and the like for each field are stored.
The information stored in these records is hereinafter referred to as table definition information.

【0012】データファイル作成手段として機能するデ
ータファイル作成部11は、データベースAに格納され
たデータに基づいて、図3に示すようなデータファイル
13を作成する。図3に示すデータファイル13は、各
フィールド単位のデータが格納されるレコードを有す
る。図示例のデータファイル13は順編成で格納されて
いる。
A data file creating section 11 functioning as a data file creating means creates a data file 13 as shown in FIG. 3 based on the data stored in the database A. The data file 13 shown in FIG. 3 has a record in which data of each field is stored. The data file 13 in the illustrated example is stored in a sequential organization.

【0013】送信部14は、データベースシステム2側
からの要求(ポーリング信号)に基づいて、表定義情報
ファイル12及びデータファイル13を公衆電話回線等
の通信回線30を介してデータベースシステム2側に送
信する。
The transmitting unit 14 transmits the table definition information file 12 and the data file 13 to the database system 2 via a communication line 30 such as a public telephone line based on a request (polling signal) from the database system 2 side. I do.

【0014】一方、データベースシステム2は、受信部
24、管理情報登録ファイル作成部25、表作成部27
及びデータフォーマット変換部28を備える。
On the other hand, the database system 2 includes a receiving unit 24, a management information registration file creating unit 25, and a table creating unit 27.
And a data format conversion unit 28.

【0015】受信部24は、データベース移行に際して
データベースシステム1側にデータ送信のためのポーリ
ング信号を送信し、通信回線30を介してデータを受信
し、表定義情報ファイル22及びデータファイル23と
して格納する。なお、表定義情報ファイル22及びデー
タファイル23の内容は、それぞれ上述した表定義情報
ファイル12及びデータファイル13と同一である。
The receiving unit 24 transmits a polling signal for data transmission to the database system 1 when migrating the database, receives the data via the communication line 30, and stores the data as the table definition information file 22 and the data file 23. . The contents of the table definition information file 22 and the data file 23 are the same as those of the table definition information file 12 and the data file 13, respectively.

【0016】管理情報登録ファイル作成手段として機能
する管理情報登録ファイル作成部25は、データベース
Bの管理情報に基づいて、図4に示すような管理情報登
録ファイル26を作成する。図4に示す管理情報登録フ
ァイル26は、データベースBを作成するために必要な
表名が格納されるレコード、及びデータベースBの管理
情報が格納されるレコードを有する。
The management information registration file creation section 25, which functions as a management information registration file creation means, creates a management information registration file 26 as shown in FIG. The management information registration file 26 shown in FIG. 4 has records in which table names necessary for creating the database B are stored, and records in which management information of the database B is stored.

【0017】表作成手段として機能する表作成部27
は、管理情報登録ファイル26及び表定義情報ファイル
22のデータを読み出し、表作成SQL文を作成してデ
ータベースAに格納されていた表をデータベースBに適
合する形式に変換し、データベースBに格納する。
Table creator 27 functioning as table creator
Reads the data in the management information registration file 26 and the table definition information file 22, creates a table creation SQL statement, converts the table stored in the database A into a format compatible with the database B, and stores it in the database B. .

【0018】データフォーマット変換手段として機能す
るデータフォーマット変換部28は、データファイル2
3のデータを読み出し、表作成部27により作成された
表に従ってデータベースBに適合したデータフォーマッ
トに変換してデータベースBに格納する。
The data format conversion unit 28, which functions as a data format conversion unit, stores the data file 2
3 is read, converted into a data format suitable for the database B according to the table created by the table creating unit 27, and stored in the database B.

【0019】なお、図1に示すデータベース移行装置
は、実際にはCPU等の演算装置、ROM、RAM、磁
気ディスク、磁気テープ等の記憶装置及びキーボード、
CRT等の入出力装置及びインターフェース回路等から
なり、ROM内に記憶されたプログラムが実行されるこ
とにより図1に示す各機能ブロックが実現される。
The database migration device shown in FIG. 1 is actually an arithmetic device such as a CPU, a storage device such as a ROM, a RAM, a magnetic disk, a magnetic tape, and a keyboard.
Each functional block shown in FIG. 1 is realized by executing a program stored in the ROM, including an input / output device such as a CRT and an interface circuit.

【0020】次に、図5のフローチャートを参照して、
本実施形態のデータベース移行装置の動作について説明
する。まず、ステップS1では、管理情報登録ファイル
作成部25がデータベースBにアクセスして管理情報登
録ファイル26を作成する。ステップS2では、表定義
情報ファイル作成部10がデータベースAにアクセスし
て表定義情報ファイル12を作成する。ステップS3で
は、データファイル作成部11がデータベースAにアク
セスしてデータファイル13を作成する。
Next, referring to the flowchart of FIG.
The operation of the database migration device according to the present embodiment will be described. First, in step S1, the management information registration file creation unit 25 accesses the database B and creates the management information registration file 26. In step S2, the table definition information file creator 10 accesses the database A and creates the table definition information file 12. In step S3, the data file creator 11 accesses the database A to create the data file 13.

【0021】ステップS4では、受信手段24がファイ
ル読出要求のためのポーリング信号を送信手段14に送
出し、送信手段14がポーリング信号に応答して表定義
情報ファイル12を送信し、受信手段24はこれを読み
込む。ステップS5では、受信手段24が、表定義情報
ファイル12をデータベースシステム2のOSに適する
ようにファイルフォーマットを変換した後、表定義情報
ファイル22として格納する。
In step S4, the receiving means 24 sends a polling signal for a file read request to the transmitting means 14, and the transmitting means 14 transmits the table definition information file 12 in response to the polling signal. Read this. In step S5, the receiving unit 24 converts the file format of the table definition information file 12 so as to be suitable for the OS of the database system 2, and stores the converted file as the table definition information file 22.

【0022】ステップS6では、受信手段24がファイ
ル読出要求のためのポーリング信号を送信手段14に送
出し、送信手段14がポーリング信号に応答してデータ
ファイル13を送信し、受信手段24はこれを読み込
む。ステップS7では、受信手段24が、データファイ
ル13をデータファイル23として格納する。
In step S6, the receiving means 24 sends a polling signal for a file read request to the transmitting means 14, and the transmitting means 14 transmits the data file 13 in response to the polling signal. Read. In step S7, the receiving means 24 stores the data file 13 as the data file 23.

【0023】ステップS8では、表作成部27が表定義
情報ファイル22から表名を読み出し、次いでステップ
S9では、該当する表名に対応する管理情報を管理情報
登録ファイル26から読み出す。ステップS10では、
表作成部27がステップS8で読み出した表名に対応す
るフィールド名、フィールド長、フィールドタイプ等の
データを表定義情報ファイル22から読み出す。
In step S8, the table creation unit 27 reads a table name from the table definition information file 22, and then in step S9, reads management information corresponding to the table name from the management information registration file 26. In step S10,
The table creator 27 reads from the table definition information file 22 data such as field names, field lengths, and field types corresponding to the table names read in step S8.

【0024】ステップS11では、ステップS9で読み
出した管理情報及びステップS10で読み出したフィー
ルド名等に基づいて表作成SQL文を作成し実行するこ
とで、データベースBに表を作成する。さらに、ステッ
プS12では、データフォーマット変換部28がデータ
ファイル23からデータを1レコードずつ読み出し、ス
テップS11で作成した表のフィールド長に応じて分割
し、フィールドタイプに応じてデータのコード及びフォ
ーマットを変換してデータベースBに格納する。
In step S11, a table creation SQL statement is created and executed based on the management information read in step S9, the field names read in step S10, and the like, thereby creating a table in the database B. Further, in step S12, the data format conversion unit reads data from the data file 23 one record at a time, divides the data according to the field length of the table created in step S11, and converts the code and format of the data according to the field type. And store it in the database B.

【0025】ステップS13では全ての表及びデータに
ついてステップS8〜S12の作業を行ったか否かが判
定され、判定が肯定されると図5のフローチャートに示
すプログラムを終了し、判定が否定されるとステップS
8に戻って他の表、データについて上述の作業が行われ
る。
In step S13, it is determined whether or not the operations in steps S8 to S12 have been performed for all tables and data. If the determination is affirmed, the program shown in the flowchart of FIG. Step S
Returning to FIG. 8, the above-mentioned operation is performed for other tables and data.

【0026】[0026]

【発明の効果】以上の説明から明らかなように、本発明
によれば、データフォーマット等が異なるオペレーティ
ングシステム間におけるデータベース移行作業を可能に
し、また、データのみならず表についても移行作業が可
能になる。
As is apparent from the above description, according to the present invention, it is possible to perform a database migration operation between operating systems having different data formats and the like, and also possible to migrate not only data but also tables. Become.

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

【図1】本発明の一実施形態であるデータベース移行装
置を示す機能ブロック図である。
FIG. 1 is a functional block diagram showing a database migration device according to an embodiment of the present invention.

【図2】一実施形態の表定義情報ファイルの一例を示す
図である。
FIG. 2 is a diagram illustrating an example of a table definition information file according to an embodiment;

【図3】一実施形態のデータファイルの一例を示す図で
ある。
FIG. 3 is a diagram illustrating an example of a data file according to an embodiment;

【図4】一実施形態の管理情報登録ファイルの一例を示
す図である。
FIG. 4 is a diagram illustrating an example of a management information registration file according to an embodiment.

【図5】一実施形態のデータベース移行装置の動作を説
明するための図である。
FIG. 5 is a diagram illustrating an operation of the database migration device according to the embodiment;

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

A、B データベース 1、2 データベースシステム 10 表定義情報ファイル作成部 11 データファイル作成部 12、22 表定義情報ファイル 13、23 データファイル 25 管理情報登録ファイル作成部 26 管理情報登録ファイル 27 表作成部 28 データフォーマット変換部 A, B Database 1, 2 Database system 10 Table definition information file creation unit 11 Data file creation unit 12, 22 Table definition information file 13, 23 Data file 25 Management information registration file creation unit 26 Management information registration file 27 Table creation unit 28 Data format converter

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 一方のデータベースから他方のデータベ
ースへ移行させる方法であって、一方のデータベースの
表に関する定義情報が格納された表定義情報ファイルを
作成するとともに、他方のデータベースの管理情報が格
納された管理情報登録ファイルを作成し、一方のデータ
ベースの表定義情報ファイル及び他方のデータベースの
管理情報登録ファイルに基づき、一方のデータベースに
格納されていた表を他方のデータベース内に格納するこ
とを特徴とするデータベース移行方法。
1. A method for migrating from one database to another database, wherein a table definition information file storing definition information relating to a table of one database is created, and management information of the other database is stored. Creating a management information registration file, and storing the table stored in one database in the other database based on the table definition information file of one database and the management information registration file of the other database. Database migration method to use.
【請求項2】 一方のデータベースから他方のデータベ
ースへ移行させる方法であって、一方のデータベースの
データが格納されたデータファイルを作成を作成すると
ともに、他方のデータベースの管理情報が格納された管
理情報登録ファイルを作成し、一方のデータベースのデ
ータファイル及び他方のデータベースの管理情報登録フ
ァイルに基づき、一方のデータベースに格納されていた
データを他方のデータベース内に格納することを特徴と
するデータベース移行方法。
2. A method for migrating data from one database to another database, wherein a data file storing data of one database is created and management information storing management information of the other database is created. A database migration method, wherein a registration file is created, and data stored in one database is stored in another database based on a data file of one database and a management information registration file of the other database.
【請求項3】 一方のデータベースから他方のデータベ
ースへ移行させる装置であって、一方のデータベースの
表に関する定義情報が格納された表定義情報ファイルを
作成する表定義情報ファイル作成手段と、他方のデータ
ベースの管理情報が格納された管理情報登録ファイルを
作成する管理情報登録ファイル作成手段と、前記表定義
情報ファイル及び管理情報登録ファイルに基づき、一方
のデータベースに格納されていた表を作成し、他方のデ
ータベース内に格納する表作成手段とを備えることを特
徴とするデータベース移行装置。
3. An apparatus for migrating from one database to another database, a table definition information file creating means for creating a table definition information file storing definition information on a table of one database, and the other database Management information registration file creating means for creating a management information registration file storing the management information of the other, creating a table stored in one database based on the table definition information file and the management information registration file, A database migration device comprising: a table creation unit that stores the table in a database.
【請求項4】 一方のデータベースから他方のデータベ
ースへ移行させる装置であって、一方のデータベースの
データが格納されたデータファイルを作成を作成するデ
ータファイル作成手段と、他方のデータベースの管理情
報が格納された管理情報登録ファイルを作成する管理情
報登録ファイル作成手段と、前記データファイル及び管
理情報登録ファイルに基づき、一方のデータベースに格
納されていたデータのフォーマットを変換して他方のデ
ータベース内に格納するデータフォーマット変換手段と
を備えることを特徴とするデータベース移行装置。
4. An apparatus for migrating from one database to another database, comprising: a data file creating means for creating a data file storing data of one database; and storing management information of the other database. Management information registration file creating means for creating a management information registration file, and converting the format of data stored in one database based on the data file and the management information registration file and storing the converted data in the other database A database migration device comprising: a data format conversion unit.
JP8339819A 1996-12-19 1996-12-19 Method and device for shifting data base Pending JPH10187510A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8339819A JPH10187510A (en) 1996-12-19 1996-12-19 Method and device for shifting data base

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8339819A JPH10187510A (en) 1996-12-19 1996-12-19 Method and device for shifting data base

Publications (1)

Publication Number Publication Date
JPH10187510A true JPH10187510A (en) 1998-07-21

Family

ID=18331126

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8339819A Pending JPH10187510A (en) 1996-12-19 1996-12-19 Method and device for shifting data base

Country Status (1)

Country Link
JP (1) JPH10187510A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142762A (en) * 1999-11-12 2001-05-25 Nec Corp Device for linking data for duplex data base
JP2006293796A (en) * 2005-04-13 2006-10-26 Hitachi Software Eng Co Ltd Database migration method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142762A (en) * 1999-11-12 2001-05-25 Nec Corp Device for linking data for duplex data base
JP2006293796A (en) * 2005-04-13 2006-10-26 Hitachi Software Eng Co Ltd Database migration method

Similar Documents

Publication Publication Date Title
JP3670303B2 (en) Data conversion method and data conversion apparatus
JPH03129451A (en) Constitution for integrating application in digital processing system
US20090043864A1 (en) Method and System for Generating Globally Unique Identifiers
US20070094278A1 (en) Data transfer services
JPH10187510A (en) Method and device for shifting data base
JP2002063165A (en) Method and system and program for information retrieval, and recording medium having the same program recorded thereon
JP2002041293A (en) Program control method and program control system
JPH0267682A (en) Data base system
JPH0969059A (en) File form conversion system
JP4809739B2 (en) User interface changing device and recording medium
JP3303810B2 (en) System configuration specification transfer device
JPH03225543A (en) Terminal device connection system
JPH05324420A (en) Conversion device for data base
JP3367055B2 (en) Data transfer method
JPH11250093A (en) Database transfer method
JP3887840B2 (en) Data storage method and apparatus
JPH07248840A (en) Charging data interchanging method between different kinds of operating systems
JPH10133930A (en) Data base system
JPH04343150A (en) Data base system
JPH03282657A (en) Conversion system for business document form
JP2000056956A (en) Device and method for converting request specification model into other system model
JPH01283662A (en) Job network control table generating system
JPH07239855A (en) Information managing/retrieving device
JP2000298583A (en) Data conversion processing system
JPH02208717A (en) Output equipment selecting system