JPH04343150A - Data base system - Google Patents

Data base system

Info

Publication number
JPH04343150A
JPH04343150A JP3145499A JP14549991A JPH04343150A JP H04343150 A JPH04343150 A JP H04343150A JP 3145499 A JP3145499 A JP 3145499A JP 14549991 A JP14549991 A JP 14549991A JP H04343150 A JPH04343150 A JP H04343150A
Authority
JP
Japan
Prior art keywords
virtual table
access means
column
database access
virtual
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
JP3145499A
Other languages
Japanese (ja)
Inventor
Masaki Hamadate
浜館 昌樹
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 Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP3145499A priority Critical patent/JPH04343150A/en
Publication of JPH04343150A publication Critical patent/JPH04343150A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To simplify a virtual table definition by selecting directly the line of a basic table to exist at other site and defining the virtual table. CONSTITUTION:A virtual table defining means 1 performs the line information obtaining request of a basic table to a data base access means 3. A dispersion data base access means 4 informed of a remote line information obtaining request from the data base access means 3 refers to a location control dictionary 7, determines the site where the designated basic table exists, and performs the line information obtaining request through communication means 8 and 11 and a dispersion data access means 10 to a data base access means 9 on the site. The data base access means 9 refers to a directory file 12, obtains the designated definition information and returns the line information through the dispersion data base access means, the communication means 11 and 8 and a dispersion data base access means 4 to the data base access means 3. The virtual table defining means 1 stores a virtual table definition information record 51 onto a designated directory file 5.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、データベースの制御に
利用する。本発明は、基本表をもとに定義され、実際の
データレコードを格納しない仮想的な表(以下、仮想表
という)の制御を行うデータベースシステムに関する。
FIELD OF INDUSTRIAL APPLICATION The present invention is utilized for controlling a database. The present invention relates to a database system that controls virtual tables (hereinafter referred to as virtual tables) that are defined based on basic tables and do not store actual data records.

【0002】0002

【従来の技術】従来のデータベースシステムにおいては
、もとになるデータ(以下、基本表という)を各種のア
プリケーションプログラムに必要な見せ方に変換するマ
ッピング機能として仮想表が用いられている。この仮想
表を用いることにより利用者は基本表に対する変更を行
うことなくフィールドの再定義、および複数の基本表を
一つの表として使用することが可能となる。
2. Description of the Related Art In conventional database systems, virtual tables are used as a mapping function to convert source data (hereinafter referred to as basic tables) into presentation formats required by various application programs. By using this virtual table, the user can redefine fields and use multiple base tables as one table without making any changes to the base table.

【0003】0003

【発明が解決しようとする課題】上述した従来の方式に
おいては、仮想表の定義はもとになる基本表が存在する
ディレクトリ上にのみ定義可能であり、他サイトに存在
するディレクトリ上の基本表の列を直接に選択すること
は不可能であった。このため、他サイトに存在する基本
表の列を選択する仮想表を定義しようとする場合、仮想
表の定義しようとするサイトへ基本表を複写し、複写し
た基本表の列を選択して仮想表を定義することにより間
接的に行っていた。この場合、もとの基本表が存在する
サイトと複写した基本表との間で表定義情報、および格
納しているデータの一貫性を保持することが困難であっ
た。
[Problems to be Solved by the Invention] In the conventional method described above, a virtual table can only be defined in a directory where the underlying basic table exists, and a virtual table can only be defined in a directory where the underlying basic table exists. It was not possible to select the column directly. Therefore, if you are trying to define a virtual table that selects columns from a base table that exists at another site, you must copy the base table to the site where you want to define the virtual table, select the columns of the copied base table, and then This was done indirectly by defining a table. In this case, it is difficult to maintain the consistency of table definition information and stored data between the site where the original base table exists and the copied base table.

【0004】本発明は、このような問題を解決するもの
で、仮想表の定義時に、もとなる基本表が他サイトに存
在する場合、基本表が存在するサイトの所在情報を所在
管理辞書に定義しておき、他サイトに存在する基本表の
列を直接に選択して仮想表を定義可能とすることにより
、仮想表定義の簡易化を図るとともに、仮想表の運用に
おいて表定義情報、および格納しているデータの一貫性
を保持することができるシステムを提供することを目的
とする。
[0004] The present invention solves this problem, and when defining a virtual table, if the original basic table exists in another site, the location information of the site where the basic table exists is added to the location management dictionary. By making it possible to define a virtual table by directly selecting the columns of a base table that exists on another site, it is possible to simplify virtual table definition, and to save table definition information and table definition information during virtual table operation. The purpose is to provide a system that can maintain the consistency of stored data.

【0005】[0005]

【課題を解決するための手段】本発明は、複数の計算機
が相互に接続され、この複数の計算機それぞれに、通信
を行う通信手段と、表の所在情報が記録された所在管理
レコードを格納する所在管理辞書と、仮想表定義情報が
記録された仮想表定義情報レコードを格納するディレク
トリファイルと、データを格納するデータベースファイ
ルとを備えたデータベースシステムにおいて、前記計算
機それぞれに、データベース利用者が仮想表定義要求を
行ったときに、指定された仮想表定義情報に関し、仮想
表を構成する列ごとに仮想表を構成する基本表の列の情
報を得るため列情報取得要求を行い、利用者の仮想表定
義要求の正当性を確認し、正しい場合には指定された前
記ディレクトリファイル上に仮想表定義情報を格納する
ため仮想表定義格納要求を行い、利用者の仮想表定義要
求が正しくない場合には利用者にエラーを通知する仮想
表定義手段と、この仮想表定義手段より列情報取得要求
が通知されたときに、仮想表定義で指定された前記ディ
レクトリファイルを参照し、仮想表を構成する基本表と
列とが存在するときには列情報を前記仮想表定義手段に
返却し、存在しないときには遠隔列情報取得要求を行い
、返却された列情報、またはエラーを前記仮想表定義手
段に返却し、また、前記仮想表定義手段より仮想表定義
情報格納要求が通知されたときに、利用者が指定した前
記ディレクトリファイル上に仮想表定義を格納するデー
タベースアクセス手段と、このデータベースアクセス手
段より遠隔列情報取得要求が通知されたときに、前記所
在管理辞書をアクセスして指定された基本表の所在を決
定し、決定したサイト上のデータベースアクセス手段に
前記通信手段を介し列情報取得要求を行い、指定された
基本表と列が存在する場合には列定義情報をクライアン
ト側の前記データベースアクセス手段に返却する分散デ
ータベースアクセス手段とを備えたことを特徴とする。
[Means for Solving the Problems] The present invention has a plurality of computers connected to each other, and each of the plurality of computers stores a communication means for communicating and a location management record in which location information of a table is recorded. In a database system that includes a location management dictionary, a directory file that stores virtual table definition information records in which virtual table definition information is recorded, and a database file that stores data, a database user can store virtual tables on each of the computers. When a definition request is made, a column information acquisition request is made for the specified virtual table definition information to obtain column information of the base table that makes up the virtual table for each column that makes up the virtual table. The validity of the table definition request is confirmed, and if it is correct, a virtual table definition storage request is made to store the virtual table definition information in the specified directory file, and if the user's virtual table definition request is incorrect, is a virtual table definition means that notifies a user of an error, and when a column information acquisition request is notified from this virtual table definition means, refers to the directory file specified in the virtual table definition and constructs a virtual table. When the basic table and columns exist, return column information to the virtual table definition means; when they do not exist, make a remote column information acquisition request, and return the returned column information or an error to the virtual table definition means; Further, when the virtual table definition information storage request is notified from the virtual table definition means, the database access means stores the virtual table definition in the directory file specified by the user, and the database access means stores the remote column information. When an acquisition request is notified, the location management dictionary is accessed to determine the location of the specified basic table, a column information acquisition request is made to the database access means on the determined site via the communication means, and the specified The present invention is characterized by comprising a distributed database access means for returning column definition information to the database access means on the client side when the basic table and column are present.

【0006】前記データベースアクセス手段は、前記デ
ータベースファイルを利用するユーザプログラムより仮
想表に対するアクセスが行われたときに、仮想表を構成
する基本表がユーザプログラムが実行されたサイト上の
ディレクトリファイルに存在する場合には対応する基本
表のデータをアクセスし、指定された仮想表の型式に変
換した後ユーザプログラムに返却し、ユーザプログラム
が実行されたサイト上のディレクトリファイルに存在し
ない場合には指定された基本表の列データを取得するた
め遠隔列データ取得要求を行い、返却されたデータを指
定された仮想表の型式に変換した後ユーザプログラムに
返却する手段を含み、前記分散データベースアクセス手
段は、前記データベースアクセス手段より遠隔列データ
取得要求が通知された場合に、前記所在管理辞書をアク
セスして指定された基本表の所在を決定し、決定したサ
イト上のデータベースアクセス手段に前記通信手段を介
し指定された基本表の列データ取得要求を行い、取得し
たデータをクライアントサイト上の前記データベースア
クセス手段に返却する手段を含むことが望ましい。
[0006] The database access means is configured to detect, when a virtual table is accessed by a user program using the database file, that a basic table constituting the virtual table exists in a directory file on a site where the user program is executed. accesses the data in the corresponding basic table, converts it to the specified virtual table format, and returns it to the user program; if it does not exist in the directory file on the site where the user program was executed, the specified The distributed database access means includes means for making a remote column data acquisition request in order to acquire column data of the specified basic table, converting the returned data into a specified virtual table format, and then returning it to the user program, When a remote column data acquisition request is notified from the database access means, the location management dictionary is accessed to determine the location of the designated basic table, and the data is sent to the database access means on the determined site via the communication means. It is desirable to include means for making a column data acquisition request for a specified basic table and returning the acquired data to the database access means on the client site.

【0007】[0007]

【作用】データベース利用者により仮想表定義要求が行
われた場合、仮想表定義手段は、指定された仮想表定義
情報に関し仮想表を構成する列ごとに、もとの基本表の
列の情報を得るため列情報取得要求を行い、利用者の仮
想表定義要求の正当性を確認する。正しい場合には指定
されたディレクトリファイル上に仮想表定義情報を格納
するために仮想表定義情報格納要求を行い、利用者の仮
想表定義要求が正しくない場合には利用者にエラーを通
知する。
[Operation] When a virtual table definition request is made by a database user, the virtual table definition means generates column information of the original basic table for each column composing the virtual table regarding the specified virtual table definition information. In order to obtain this information, a column information acquisition request is made and the validity of the user's virtual table definition request is confirmed. If it is correct, a virtual table definition information storage request is made to store the virtual table definition information on the specified directory file, and if the user's virtual table definition request is incorrect, the user is notified of an error.

【0008】データベースアクセス手段は、仮想表定義
手段より列情報取得要求が通知された場合に仮想表定義
で指定されたディレクトリファイルを参照し、もとの基
本表と列が存在するとき列情報を仮想表定義手段に返却
し、存在しないときには遠隔列情報取得要求を行い、返
却された列情報、またはエラーを仮想表定義手段に返却
する。また、仮想表定義手段より仮想表定義情報格納要
求が通知された場合には利用者が指定したディレクトリ
ファイル上に仮想表定義を格納する。
[0008] When the database access means is notified of a column information acquisition request from the virtual table definition means, the database access means refers to the directory file specified in the virtual table definition, and retrieves the column information when the original basic table and columns exist. If the column information does not exist, a remote column information acquisition request is made, and the returned column information or error is returned to the virtual table definition means. Further, when a virtual table definition information storage request is notified from the virtual table definition means, the virtual table definition is stored in the directory file specified by the user.

【0009】分散データベースアクセス手段は、データ
ベースアクセス手段より遠隔列情報取得要求が通知され
た場合に所在管理辞書をアクセスし、指定された基本表
の所在を決定し、決定したサイト上のデータベースアク
セス手段に通信手段を介して列情報取得要求を行う。指
定された基本表と列が存在する場合には、その情報をク
ライアント側のデータベースアクセス手段に返却する。
[0009] When the distributed database access means is notified of a remote column information acquisition request by the database access means, the distributed database access means accesses the location management dictionary, determines the location of the designated basic table, and accesses the database on the determined site. A request to obtain column information is made via the communication means. If the specified base table and column exist, that information is returned to the database access means on the client side.

【0010】また、データベースを利用するユーザプロ
グラムより仮想表に対するアクセスが行われた場合は、
データベースアクセス手段は、仮想表を構成する基本表
がユーザプログラムが実行されたサイト上のディレクト
リファイルに存在するときは対応する基本表のデータを
アクセスし、指定された仮想表の型式に変換した後、ユ
ーザプログラムに返却する。ユーザプログラムが実行さ
れたサイト上のディレクトリファイルに存在しないとき
には指定された基本表の列データを取得するため遠隔列
データ取得要求を行い、返却されたデータを指定された
仮想表の型式に変換した後にユーザプログラムに返却す
る。
[0010] Furthermore, when a virtual table is accessed by a user program that uses a database,
When the basic tables that make up the virtual table exist in the directory file on the site where the user program is executed, the database access means accesses the data of the corresponding basic table, converts it into the specified virtual table format, and then converts the data into the specified virtual table format. , and return it to the user program. If the user program does not exist in the directory file on the site where it is executed, a remote column data acquisition request is made to acquire the column data of the specified basic table, and the returned data is converted into the format of the specified virtual table. It is then returned to the user program.

【0011】分散データベースアクセス手段は、データ
ベースアクセス手段より遠隔列データ取得要求が通知さ
れた場合、所在管理辞書をアクセスし、指定された基本
表の所在を決定し、決定したサイト上のデータベースア
クセス手段に通信手段を介し、指定された基本表の列デ
ータ取得要求を行い、取得したデータをクライアントサ
イト上のデータベースアクセス手段に返却する。
[0011] When the distributed database access means is notified of a remote column data acquisition request by the database access means, the distributed database access means accesses the location management dictionary, determines the location of the designated basic table, and accesses the database on the determined site. A request is made to obtain the column data of the specified basic table via the communication means, and the obtained data is returned to the database access means on the client site.

【0012】これにより、他サイトに存在する基本表の
列を直接選択した仮想表を定義可能とし、また従来の方
式で作成した間接的な仮想表と比較し、仮想表の運用に
おいて、表定義情報および格納しているデータの一貫性
を保持することができる。
[0012] This makes it possible to define a virtual table that directly selects the columns of a basic table existing at another site, and compared to indirect virtual tables created using the conventional method, table definition The consistency of information and stored data can be maintained.

【0013】[0013]

【実施例】次に、本発明実施例を図面に基づいて説明す
る。図1は本発明実施例の構成および処理の流れを示す
図、図2は本発明実施例に係る仮想表定義情報レコード
の構成を示す図、図3は本発明実施例に係る所在管理レ
コードの構成を示す図である。
Embodiments Next, embodiments of the present invention will be explained based on the drawings. FIG. 1 is a diagram showing the configuration and processing flow of an embodiment of the present invention, FIG. 2 is a diagram showing the configuration of a virtual table definition information record according to an embodiment of the present invention, and FIG. 3 is a diagram showing a location management record according to an embodiment of the present invention. FIG. 3 is a diagram showing the configuration.

【0014】本発明実施例は、複数の計算機が相互に接
続され、この複数の計算機それぞれに、通信を行う通信
手段8と、表の所在情報が記録された所在管理レコード
71を格納する所在管理辞書7と、仮想表定義情報が記
録された仮想表定義情報レコード51を格納するディレ
クトリファイル5と、データを格納するデータベースフ
ァイル6とを備え、さらに、本発明の特徴として、計算
機それぞれに、データベース利用者が仮想表定義要求を
行ったときに、指定された仮想表定義情報に関し、仮想
表を構成する列ごとに仮想表を構成する基本表の列の情
報を得るため列情報取得要求を行い、利用者の仮想表定
義要求の正当性を確認し、正しい場合には指定されたデ
ィレクトリファイル5上に仮想表定義情報を格納するた
め仮想表定義格納要求を行い、利用者の仮想表定義要求
が正しくない場合には利用者にエラーを通知する仮想表
定義手段1と、この仮想表定義手段1より列情報取得要
求が通知されたときに、仮想表定義で指定されたディレ
クトリファイル5を参照し、仮想表を構成する基本表と
列とが存在するときには列情報を仮想表定義手段1に返
却し、存在しないときには遠隔列情報取得要求を行い、
返却された列情報、またはエラーを仮想表定義手段1に
返却し、また、仮想表定義手段1より仮想表定義情報格
納要求が通知されたときに、利用者が指定したディレク
トリファイル5上に仮想表定義を格納するデータベース
アクセス手段3と、このデータベースアクセス手段3よ
り遠隔列情報取得要求が通知されたときに、所在管理辞
書7をアクセスして指定された基本表の所在を決定し、
決定したサイト上のデータベースアクセス手段9に通信
手段を介し列情報取得要求を行い、指定された基本表と
列が存在する場合には列定義情報をクライアント側のデ
ータベースアクセス手段3に返却する分散データベース
アクセス手段4とを備え、データベースアクセス手段3
には、データベースファイル6を利用するユーザプログ
ラム2より仮想表に対するアクセスが行われたときに、
仮想表を構成する基本表がユーザプログラム2が実行さ
れたサイト上のディレクトリファイル5に存在する場合
には対応する基本表のデータをアクセスし、指定された
仮想表の型式に変換した後ユーザプログラム2に返却し
、ユーザプログラム2が実行されたサイト上のディレク
トリファイル6に存在しない場合には指定された基本表
の列データを取得するため遠隔列データ取得要求を行い
、返却されたデータを指定された仮想表の型式に変換し
た後ユーザプログラム2に返却する手段を含み、分散デ
ータベースアクセス手段4には、データベースアクセス
手段3より遠隔列データ取得要求が通知された場合に、
所在管理辞書7をアクセスして指定された基本表の所在
を決定し、決定したサイト上のデータベースアクセス手
段9に通信手段8および9を介し指定された基本表の列
データ取得要求を行い、取得したデータをクライアント
サイト上のデータベースアクセス手段3に返却する手段
を含む。
In the embodiment of the present invention, a plurality of computers are connected to each other, and each of the plurality of computers has a communication means 8 for communicating and a location management record 71 in which location information in a table is recorded. The present invention is equipped with a dictionary 7, a directory file 5 for storing virtual table definition information records 51 in which virtual table definition information is recorded, and a database file 6 for storing data. When a user makes a virtual table definition request, a column information acquisition request is made for the specified virtual table definition information to obtain column information of the base table that makes up the virtual table for each column that makes up the virtual table. , confirms the validity of the user's virtual table definition request, and if it is correct, issues a virtual table definition storage request to store the virtual table definition information in the specified directory file 5, and accepts the user's virtual table definition request. virtual table definition means 1 that notifies the user of an error if the virtual table definition means 1 is incorrect, and refers to the directory file 5 specified in the virtual table definition when a column information acquisition request is notified from this virtual table definition means 1. However, when the basic table and columns constituting the virtual table exist, column information is returned to the virtual table definition means 1, and when they do not exist, a remote column information acquisition request is made,
The returned column information or error is returned to the virtual table definition means 1, and when the virtual table definition information storage request is notified from the virtual table definition means 1, the virtual table definition information is stored in the directory file 5 specified by the user. A database access means 3 that stores table definitions; when a remote column information acquisition request is notified from the database access means 3, the location management dictionary 7 is accessed to determine the location of the specified basic table;
A distributed database that makes a column information acquisition request to the database access means 9 on the determined site via the communication means, and returns column definition information to the database access means 3 on the client side if the specified basic table and column exist. database access means 3;
In this case, when the user program 2 that uses the database file 6 accesses the virtual table,
If the basic table constituting the virtual table exists in the directory file 5 on the site where the user program 2 is executed, the user program accesses the data of the corresponding basic table and converts it into the specified virtual table format. 2, and if it does not exist in the directory file 6 on the site where the user program 2 is executed, a remote column data acquisition request is made to acquire the column data of the specified basic table, and the returned data is specified. When the distributed database access means 4 is notified of a remote column data acquisition request by the database access means 3,
The location management dictionary 7 is accessed to determine the location of the specified basic table, and a request is made to the database access means 9 on the determined site via the communication means 8 and 9 to obtain the column data of the specified basic table. It includes means for returning the obtained data to the database access means 3 on the client site.

【0015】次に、このように構成された本発明実施例
の動作について説明する。まず、他サイトに存在する表
の列を選択して仮想表を定義する場合について説明する
Next, the operation of the embodiment of the present invention constructed as described above will be explained. First, a case will be described in which a virtual table is defined by selecting columns of a table that exists at another site.

【0016】仮想表定義手段1に対しデータベース利用
者より仮想表定義要求が行われた場合、仮想表定義手段
1は利用者が指定した仮想表定義要求を検査し、仮想表
を構成する列ごとに仮想表を構成する基本表の列情報を
取得するため、データベースアクセス手段3に対し列情
報取得要求を行う。列情報取得要求を通知されたデータ
ベースアクセス手段3はディレクトリファイル5を参照
し、指定された基本表、および列に関する情報が存在す
る場合は該当する定義情報を取得し、仮想表定義手段1
に返却する。指定された基本表が存在しない場合はデー
タベースアクセス手段3は分散データベースアクセス手
段4に対し、遠隔列情報取得要求を行う。
When a database user makes a virtual table definition request to the virtual table definition means 1, the virtual table definition means 1 inspects the virtual table definition request specified by the user, and identifies each column constituting the virtual table. In order to obtain column information of the basic tables that constitute the virtual table, a column information acquisition request is made to the database access means 3. The database access means 3, which has been notified of the column information acquisition request, refers to the directory file 5, and if information regarding the specified basic table and column exists, acquires the corresponding definition information, and the virtual table definition means 1
Return it to. If the specified basic table does not exist, the database access means 3 requests the distributed database access means 4 to obtain remote column information.

【0017】遠隔列情報取得要求を通知された分散デー
タベースアクセス手段4は所在管理辞書7を参照し、指
定された表の所在を記述している所在管理レコード71
を検索する。指定された表の所在を記述している所在管
理レコード71が存在しない場合はデータベースアクセ
ス手段3に対しエラーを返却する。指定された表の所在
を記述している所在管理レコード71が所在管理辞書7
に存在する場合は所在情報を取得し、指定された基本表
が存在するサイトを決定し、該当するサイト上のデータ
ベースアクセス手段9に対し、通信手段8、通信手段1
1、分散データベースアクセス手段10を介して列情報
取得要求を行う。
The distributed database access means 4 that has been notified of the remote column information acquisition request refers to the location management dictionary 7 and records the location management record 71 that describes the location of the specified table.
Search for. If the location management record 71 describing the location of the specified table does not exist, an error is returned to the database access means 3. The location management record 71 that describes the location of the specified table is stored in the location management dictionary 7.
If the specified basic table exists, the location information is obtained, the site where the specified basic table exists is determined, and the communication means 8 and the communication means 1 are sent to the database access means 9 on the corresponding site.
1. Make a column information acquisition request via the distributed database access means 10.

【0018】列情報取得要求が通知されたデータベース
アクセス手段9はディレクトリファイル12を参照し、
指定された定義情報を取得し、分散データベースアクセ
ス手段10に返却する。表定義情報が返却された分散デ
ータベースアクセス手段10は通信手段11、通信手段
8、分散データベースアクセス手段4を介し、データベ
ースアクセス手段3に列情報を返却する。
The database access means 9 that has been notified of the column information acquisition request refers to the directory file 12,
The specified definition information is acquired and returned to the distributed database access means 10. The distributed database access means 10 to which the table definition information has been returned returns the column information to the database access means 3 via the communication means 11, the communication means 8, and the distributed database access means 4.

【0019】利用者から指定された仮想表を構成する全
ての列の定義情報が取得できた場合、仮想表定義手段1
は指定されたディレクトリファイル5上に図2に示す仮
想表上でのフィールド属性を示す仮想表属性フィールド
511、仮想表の列に対応する基本表上の列名を示す基
本表列名フィールド513、基本表名を示す基本表名フ
ィールド512を持つ仮想表定義情報レコード51を格
納する。列情報の取得要求でエラーが返却された場合は
仮想表定義手段1は利用者が指定した仮想表定義情報に
誤りがあることを示すため利用者に対しエラーを返却す
る。
[0019] When the definition information of all the columns constituting the virtual table specified by the user can be obtained, the virtual table definition means 1
is a virtual table attribute field 511 indicating field attributes on the virtual table shown in FIG. 2 on the specified directory file 5, a base table column name field 513 indicating the column name on the base table corresponding to the column of the virtual table, A virtual table definition information record 51 having a basic table name field 512 indicating the basic table name is stored. If an error is returned in the column information acquisition request, the virtual table definition means 1 returns an error to the user to indicate that there is an error in the virtual table definition information specified by the user.

【0020】次に、ユーザプログラム2より仮想表に対
するアクセスが行われた場合について説明する。
Next, the case where the user program 2 accesses the virtual table will be explained.

【0021】ユーザプログラム2より仮想表に対するア
クセスがデータベースアクセス手段3に対し通知された
場合、データベースアクセス手段3はディレクトリファ
イル5をアクセスし、指定された仮想表定義情報レコー
ド51を取得する。データベースアクセス手段3は取得
した仮想表定義情報レコード51の基本表名フィールド
512および基本表列名フィールド513を参照し、仮
想表を構成する列ごとにディレクトリファイル5より基
本表の属性を取得するとともに、データベースファイル
6より列データを取得する。
When the user program 2 notifies the database access means 3 of access to a virtual table, the database access means 3 accesses the directory file 5 and obtains the specified virtual table definition information record 51. The database access means 3 refers to the basic table name field 512 and the basic table column name field 513 of the acquired virtual table definition information record 51, and acquires the attributes of the basic table from the directory file 5 for each column that constitutes the virtual table. , obtain column data from the database file 6.

【0022】データベースアクセス手段3が取得した仮
想表定義情報レコード51の基本表名フィールド512
に記述されている基本表がディレクトリファイル5に存
在しない場合はデータベースアクセス手段3は基本表名
フィールド512に記述されている表名と、基本表列名
フィールド513に記述されている列名を指定し、分散
データベースアクセス手段4に対し遠隔列データ参照要
求を行う。
Basic table name field 512 of virtual table definition information record 51 acquired by database access means 3
If the basic table described in the table does not exist in the directory file 5, the database access means 3 specifies the table name described in the basic table name field 512 and the column name described in the basic table column name field 513. Then, a remote column data reference request is made to the distributed database access means 4.

【0023】遠隔列データ参照要求を通知された分散デ
ータベースアクセス手段4は所在管理辞書7内の所在管
理レコード71を参照し、指定された基本表が存在する
サイトを決定し、通信手段8、通信手段11、分散デー
タベースアクセス手段10を介して該当するサイトのデ
ータベースアクセス手段9に対し列データ取得要求を行
う。
The distributed database access means 4, which has been notified of the remote column data reference request, refers to the location management record 71 in the location management dictionary 7, determines the site where the designated basic table exists, and communicates with the communication means 8. The means 11 makes a column data acquisition request to the database access means 9 of the corresponding site via the distributed database access means 10.

【0024】列データ取得要求を通知されたデータベー
スアクセス手段9は、ディレクトリファイル12より、
基本表の属性を取得するとともに、データベースファイ
ル13より列データを取得し、分散データベースアクセ
ス手段10に返却する。
The database access means 9, which has been notified of the column data acquisition request, retrieves from the directory file 12,
At the same time as acquiring the attributes of the basic table, column data is acquired from the database file 13 and returned to the distributed database access means 10.

【0025】基本表の属性および列データを返却された
分散データベースアクセス手段10は通信手段11、通
信手段8、分散データベースアクセス手段4を介してデ
ータベースアクセス手段3に返却する。
The distributed database access means 10 that received the attributes and column data of the basic table returns them to the database access means 3 via the communication means 11, the communication means 8, and the distributed database access means 4.

【0026】データベースアクセス手段3は仮想表を構
成する全ての列の属性、列データを取得した後に列デー
タを仮想表属性フィールドに指定されている属性に変換
し、レコードとしてユーザプログラム2に返却する。
After acquiring the attributes and column data of all the columns constituting the virtual table, the database access means 3 converts the column data into the attributes specified in the virtual table attribute field and returns it to the user program 2 as a record. .

【0027】[0027]

【発明の効果】以上説明したように本発明によれば、仮
想表を構成するもとの基本表が他サイトに存在する場合
でも、基本表が存在するサイトの所在情報を所在管理辞
書に定義しておくことにより、他サイトに存在する基本
表の列を直接選択した仮想表を定義することが可能であ
り、仮想表定義の簡易化を図るとともに、仮想表の運用
において表定義情報および格納しているデータの一貫性
を保持することができる効果がある。
[Effects of the Invention] As explained above, according to the present invention, even if the original basic table constituting a virtual table exists in another site, the location information of the site where the basic table exists is defined in the location management dictionary. By doing so, it is possible to define a virtual table that directly selects the columns of a base table that exists on another site, which simplifies the virtual table definition, and also makes it possible to save table definition information and storage when operating the virtual table. This has the effect of maintaining the consistency of data.

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

【図1】本発明実施例の構成および処理の流れを示すブ
ロック図。
FIG. 1 is a block diagram showing the configuration and processing flow of an embodiment of the present invention.

【図2】本発明実施例に係る仮想表定義情報レコードの
構成を示す図。
FIG. 2 is a diagram showing the configuration of a virtual table definition information record according to the embodiment of the present invention.

【図3】本発明実施例に係る所在管理レコードの構成を
示す図。
FIG. 3 is a diagram showing the structure of a location management record according to the embodiment of the present invention.

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

1  仮想表定義手段 2  ユーザプログラム 3、9  データベースアクセス手段 4、10  分散データベースアクセス手段5、12 
 ディレクトリファイル 6、13  データベースファイル 7  所在管理辞書 8、11  通信手段 51  仮想表定義情報レコード 71  所在管理レコード 511  仮想表属性フィールド 512  基本表名フィールド 513  基本表列名フィールド 711  表名フィールド 712  所在情報フィールド
1 Virtual table definition means 2 User programs 3, 9 Database access means 4, 10 Distributed database access means 5, 12
Directory files 6, 13 Database file 7 Location management dictionary 8, 11 Communication means 51 Virtual table definition information record 71 Location management record 511 Virtual table attribute field 512 Basic table name field 513 Basic table column name field 711 Table name field 712 Location information field

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  複数の計算機が相互に接続され、この
複数の計算機それぞれに、通信を行う通信手段と、表の
所在情報が記録された所在管理レコードを格納する所在
管理辞書と、仮想表定義情報が記録された仮想表定義情
報レコードを格納するディレクトリファイルと、データ
を格納するデータベースファイルとを備えたデータベー
スシステムにおいて、前記計算機それぞれに、データベ
ース利用者が仮想表定義要求を行ったときに、指定され
た仮想表定義情報に関し、仮想表を構成する列ごとに仮
想表を構成する基本表の列の情報を得るため列情報取得
要求を行い、利用者の仮想表定義要求の正当性を確認し
、正しい場合には指定された前記ディレクトリファイル
上に仮想表定義情報を格納するため仮想表定義格納要求
を行い、利用者の仮想表定義要求が正しくない場合には
利用者にエラーを通知する仮想表定義手段と、この仮想
表定義手段より列情報取得要求が通知されたときに、仮
想表定義で指定された前記ディレクトリファイルを参照
し、仮想表を構成する基本表と列とが存在するときには
列情報を前記仮想表定義手段に返却し、存在しないとき
には遠隔列情報取得要求を行い、返却された列情報、ま
たはエラーを前記仮想表定義手段に返却し、また、前記
仮想表定義手段より仮想表定義情報格納要求が通知され
たときに、利用者が指定した前記ディレクトリファイル
上に仮想表定義を格納するデータベースアクセス手段と
、このデータベースアクセス手段より遠隔列情報取得要
求が通知されたときに、前記所在管理辞書をアクセスし
て指定された基本表の所在を決定し、決定したサイト上
のデータベースアクセス手段に前記通信手段を介し列情
報取得要求を行い、指定された基本表と列が存在する場
合には列定義情報をクライアント側の前記データベース
アクセス手段に返却する分散データベースアクセス手段
とを備えたことを特徴とするデータベースシステム。
Claim 1: A plurality of computers are connected to each other, and each of the plurality of computers has a communication means for communicating, a location management dictionary that stores a location management record in which location information of a table is recorded, and a virtual table definition. In a database system that includes a directory file that stores virtual table definition information records in which information is recorded and a database file that stores data, when a database user makes a virtual table definition request to each of the computers, Regarding the specified virtual table definition information, perform a column information acquisition request to obtain column information of the basic table that makes up the virtual table for each column that makes up the virtual table, and check the validity of the user's virtual table definition request. Then, if it is correct, a virtual table definition storage request is made to store the virtual table definition information on the specified directory file, and if the user's virtual table definition request is incorrect, the user is notified of an error. A virtual table definition means, and when a column information acquisition request is notified from this virtual table definition means, the directory file specified in the virtual table definition is referred to, and basic tables and columns forming the virtual table exist. Sometimes, the column information is returned to the virtual table definition means, and when the column information does not exist, a remote column information acquisition request is made, and the returned column information or an error is returned to the virtual table definition means. When a virtual table definition information storage request is notified, a database access means stores a virtual table definition in the directory file specified by the user, and when a remote column information acquisition request is notified from this database access means. , determines the location of the specified basic table by accessing the location management dictionary, sends a column information acquisition request to the database access means on the determined site via the communication means, and determines that the specified basic table and column exist. a distributed database access means for returning column definition information to the database access means on the client side when the database access means is used.
【請求項2】  前記データベースアクセス手段は、前
記データベースファイルを利用するユーザプログラムよ
り仮想表に対するアクセスが行われたときに、仮想表を
構成する基本表がユーザプログラムが実行されたサイト
上のディレクトリファイルに存在する場合には対応する
基本表のデータをアクセスし、指定された仮想表の型式
に変換した後ユーザプログラムに返却し、ユーザプログ
ラムが実行されたサイト上のディレクトリファイルに存
在しない場合には指定された基本表の列データを取得す
るため遠隔列データ取得要求を行い、返却されたデータ
を指定された仮想表の型式に変換した後ユーザプログラ
ムに返却する手段を含み、前記分散データベースアクセ
ス手段は、前記データベースアクセス手段より遠隔列デ
ータ取得要求が通知された場合に、前記所在管理辞書を
アクセスして指定された基本表の所在を決定し、決定し
たサイト上のデータベースアクセス手段に前記通信手段
を介し指定された基本表の列データ取得要求を行い、取
得したデータをクライアントサイト上の前記データベー
スアクセス手段に返却する手段を含む請求項1記載のデ
ータベースシステム。
2. The database access means, when a user program that uses the database file accesses the virtual table, the basic table constituting the virtual table is a directory file on the site where the user program is executed. accesses the corresponding basic table data, converts it to the specified virtual table format, and returns it to the user program; if it does not exist in the directory file on the site where the user program was executed, The distributed database access means includes means for making a remote column data acquisition request in order to acquire column data of a designated basic table, converting the returned data into a format of a designated virtual table, and then returning it to the user program. When the remote column data acquisition request is notified from the database access means, the communication means accesses the location management dictionary to determine the location of the designated basic table, and sends the database access means on the determined site to the communication means. 2. The database system according to claim 1, further comprising means for making a column data acquisition request for a designated basic table via a client site and returning the acquired data to the database access means on the client site.
JP3145499A 1991-05-20 1991-05-20 Data base system Pending JPH04343150A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3145499A JPH04343150A (en) 1991-05-20 1991-05-20 Data base system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3145499A JPH04343150A (en) 1991-05-20 1991-05-20 Data base system

Publications (1)

Publication Number Publication Date
JPH04343150A true JPH04343150A (en) 1992-11-30

Family

ID=15386677

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3145499A Pending JPH04343150A (en) 1991-05-20 1991-05-20 Data base system

Country Status (1)

Country Link
JP (1) JPH04343150A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0675738A (en) * 1992-07-20 1994-03-18 Internatl Business Mach Corp <Ibm> Apparatus and method for dialog box display
JP2006236084A (en) * 2005-02-25 2006-09-07 Ricoh Co Ltd Database system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0675738A (en) * 1992-07-20 1994-03-18 Internatl Business Mach Corp <Ibm> Apparatus and method for dialog box display
JP2006236084A (en) * 2005-02-25 2006-09-07 Ricoh Co Ltd Database system

Similar Documents

Publication Publication Date Title
JP3851493B2 (en) Database search method, database search system, and computer-readable recording medium recording database search program
TWI710919B (en) Data storage device, translation device and data inventory acquisition method
US5627996A (en) Method and apparatus for accessing the same computer file using different file name formats
US8370910B2 (en) File server for translating user identifier
US8732731B2 (en) Streaming server administration protocol
US4979109A (en) Method of controlling a data dictionary directory system in a data base system
JP2001056810A (en) Database access system
US20010048026A1 (en) Apparatus and method for multi-profile managing and recording medium storing multi-profile managing program
KR100405745B1 (en) Data management system and method using a plurality of data operation modules, and computer usable medium
US8380806B2 (en) System and method for absolute path discovery by a storage virtualization system
JPH04343150A (en) Data base system
US20160188613A1 (en) Virtualized workspaces for standardization of access to data
JPH10143539A (en) Information retrieving method, its system, recording medium recording information resource dictionary data and recording medium recording information retrieving program
JP2644535B2 (en) Network file search processing system
JPH07141237A (en) Data base access control unit
JPH0433164A (en) Temporary table connection system in relational type data base
JP4026698B2 (en) Disk storage device having correctable data management function
JPH1031603A (en) Information processing system, client-server system and database access method
JP2003233517A (en) Document management system, document management server, directory server, client terminal, and program
JPH1091503A (en) Information resource management/control method and system therefor
JP3887840B2 (en) Data storage method and apparatus
JP2826454B2 (en) Electronic firing system
JPH05135113A (en) Duplicate data control system
JPH0744426A (en) File management method for file system
JPH052520A (en) Data base system