KR20030052059A - Method of data integration using metadata in multi-database middleware systems - Google Patents

Method of data integration using metadata in multi-database middleware systems Download PDF

Info

Publication number
KR20030052059A
KR20030052059A KR1020010081875A KR20010081875A KR20030052059A KR 20030052059 A KR20030052059 A KR 20030052059A KR 1020010081875 A KR1020010081875 A KR 1020010081875A KR 20010081875 A KR20010081875 A KR 20010081875A KR 20030052059 A KR20030052059 A KR 20030052059A
Authority
KR
South Korea
Prior art keywords
global
column
local
name
database
Prior art date
Application number
KR1020010081875A
Other languages
Korean (ko)
Other versions
KR100873808B1 (en
Inventor
김미연
송주원
Original Assignee
주식회사 케이티
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 주식회사 케이티 filed Critical 주식회사 케이티
Priority to KR1020010081875A priority Critical patent/KR100873808B1/en
Publication of KR20030052059A publication Critical patent/KR20030052059A/en
Application granted granted Critical
Publication of KR100873808B1 publication Critical patent/KR100873808B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • G06F16/24573Query processing with adaptation to user needs using data annotations, e.g. user-defined metadata
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/283Multi-dimensional databases or data warehouses, e.g. MOLAP or ROLAP

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Library & Information Science (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE: A method for integrating data using meta data in a multiple database middleware system is provided to store and manage meta data with respect to a global database schema in a multiple database middleware system and to integrate data of a local database using meta data in the case that data in a company are integrated totally. CONSTITUTION: A meta data database stores a global database schema and searching a local column corresponding to each global column(202). All local database related to the global database is registered(203), and a mapping operation with respect to all columns of the registered local database is started through a multiple database middleware system(205). A global table including names similar to a local table name of each local column is searched in accordance with a result of the mapping operation, and a global column including a name similar to a local column name is searched(208). If a similar degree is output on a screen in order of high degree, information with respect to a global column is appended as meta data of the global column for selecting the corresponding global column(210).

Description

다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법{Method of data integration using metadata in multi-database middleware systems}Method of data integration using metadata in multi-database middleware systems}

본 발명은 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것으로, 특히 다중 데이터베이스 미들웨어 시스템에서 전역 데이터베이스 스키마에 대한 메타데이터를 저장 및 관리하고 메타데이터를 이용하여 지역 데이터베이스의 데이터를 통합하기 위한 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것이다.The present invention relates to a data integration method using metadata in a multi-database middleware system and a computer-readable recording medium recording a program for realizing the method. In particular, the metadata for the global database schema in the multi-database middleware system The present invention relates to a data integration method using metadata in a multi-database middleware system for storing and managing data and to integrate data of a local database using metadata, and a computer-readable recording medium recording a program for realizing the method.

종래의 다중 데이터베이스 미들웨어 시스템에서는 3단계로 스키마 통합 방법을 지원하였다.In the conventional multiple database middleware system, the schema integration method was supported in three steps.

먼저, 1단계는 전역 데이터베이스에서 접근할 수 있는 지역 데이터베이스들을 등록하여 지역 스키마를 정의하는 것이다.First, the first step is to define the local schema by registering the local databases accessible from the global database.

2단계는 스키마 변환 단계로써 지역 스키마의 테이블을 전역 테이블과 대응시켜주기 위한 전역 테이블을 정의한다.Step 2 is a schema conversion step, which defines a global table to map a local schema table to a global table.

3단계는 스키마 통합 과정으로 스키마 변환 과정에서 정의된 전역 테이블들을 통합하여 사용자를 위한 전역 뷰를 생성하는 것이다. 이러한 과정들은 각 단계에서 다중 데이터베이스 언어를 사용하여 정의하였다.The third step is to integrate the global tables defined in the schema conversion process to create a global view for the user. These processes were defined using multiple database languages at each stage.

1단계의 지역 데이터베이스 등록문은 다음과 같다.The local database registration statement in Phase 1 is as follows:

CREATE LDB <ldb name>CREATE LDB <ldb name>

FROM <ldb name at host> OF <ldb type> AS <ldb model>FROM <ldb name at host> OF <ldb type> AS <ldb model>

WITH <ldb attribute value clause>WITH <ldb attribute value clause>

[ { <ldb attribute value clause> }... ][{<ldb attribute value clause>} ...]

상기의 문장에서 <ldb name>은 전역 데이터베이스에서 참조되는 지역 데이터베이스 이름이고 <ldb name at host>는 지역 데이터베이스 고유의 이름이며, <ldb type>은 지역 데이터베이스의 유형으로 'Informix', 'Oracle', 'Unisql' 등으로 표현하고, <ldb model>은 지역 데이터베이스의 모델로 관계형 데이터베이스의 경우 'RDB', 객체 지향형 데이터베이스의 경우 'OODB'로 표현한다. 또한, <ldb attribute value clause> 절은 등록되는 지역 데이터베이스의 속성을 다음과 같은 형식으로 표현한다.In the above statement, <ldb name> is the local database name referenced in the global database, <ldb name at host> is the local database specific name, and <ldb type> is the type of local database, 'Informix', 'Oracle', It is expressed as 'Unisql' and <ldb model> is a model of local database. It is expressed as 'RDB' for relational database and 'OODB' for object-oriented database. Also, the <ldb attribute value clause> clause expresses the attributes of the registered local database in the following format.

<ldb attribute value clause> ::=<ldb attribute value clause> :: =

<ldb attribute name> <ldb attribute value><ldb attribute name> <ldb attribute value>

<ldb attribute name> ::=<ldb attribute name> :: =

HOST| VERSIONHOST | VERSION

|USER | PASSWORD| USER | PASSWORD

상기의 문장에서, <ldb attribute name>은 등록할 지역 데이터베이스의 속성 이름을 지정하고, <ldb attribute value>에 의해 속성 값을 표현하며, 지역 데이터베이스가 존재하는 호스트 이름을 지정하기 위해서는 <ldb attribute name>으로 호스트(HOST) 예약어를 사용하고, 지역 데이터베이스 버전에 대해서는 버전(VERSION), 사용자 이름과 암호에 대해서는 각각 사용자(USER), 비밀번호(PASSWORD) 예약어를 사용한다.In the above sentence, <ldb attribute name> designates an attribute name of a local database to be registered, expresses an attribute value by <ldb attribute value>, and to designate a host name where a local database exists. Use the host reserved word as>, the version (VERSION) for the local database version, and the user (USER) and password (PASSWORD) reserved words for the user name and password respectively.

다음으로, 2단계 전역 테이블 정의문은 다음과 같다.Next, the two-level global table definition statement is as follows.

CREATE TABLE <global table name>CREATE TABLE <global table name>

( <table element> [ {, <table element> }... )(<table element> [{, <table element>} ...)

AS SELECT [ DISTINCT | ALL ] <ldb select list>AS SELECT [DISTINCT | ALL] <ldb select list>

FROM <ldb entity-set name>FROM <ldb entity-set name>

[ WHERE <search condition> ][WHERE <search condition>]

ON LDB <ldb name>ON LDB <ldb name>

상기의 문장에서 <global table name>으로 지정되는 전역 테이블 이름은<ldb entity-set name>으로 지정되는 지역 개체 집합의 이름과 일대일 대응된다.In the above statement, the global table name designated as <global table name> corresponds one-to-one with the name of the local entity set designated as <ldb entity-set name>.

전역 테이블의 구성 요소인 <table element>는 전역 테이블에 대한 열의 정의, 제한 조건 정의 등이 포함되며 전역 테이블의 구성 요소로 정의된 열들은 <ldb select list>에 의해 나열된 지역 개체 집합의 속성들과 순서적으로 일대일 대응된다.The <table element>, a component of the global table, contains the definitions of the columns, constraints, and so on for the global table, and the columns defined as components of the global table are the attributes of the local set of objects listed by <ldb select list>. One-to-one correspondence in order.

전역 테이블의 열을 정의하는 <column definition>은 다음과 같은 형식으로 정의된다. 이 때, 전역 열과 대응되는 지역 속성의 값은 <data type>으로 지정된 전역 열의 데이터 타입으로 변환된다.The <column definition> that defines the columns of the global table is defined in the following format. At this time, the value of the local attribute corresponding to the global column is converted to the data type of the global column specified by <data type>.

<column definition> ::=<column definition> :: =

<column name> <data type><column name> <data type>

[ <default clause> ][<default clause>]

[ <attribute constraint definition>...][<attribute constraint definition> ...]

마지막으로, 3단계 전역 뷰 정의문은 다음과 같다.Finally, the three-level global view definition statement looks like this:

CREATE VIEW <global view name>CREATE VIEW <global view name>

( <view column list> )(<view column list>)

AS <query expression>AS <query expression>

[ WITH CHECK OPTION ][WITH CHECK OPTION]

여기서, 전역 뷰는 전역 테이블과 달리 반드시 수정 가능해야 할 필요 없으므로, 전역 뷰와 전역 테이블은 일대일 대응될 필요가 없다. 그러므로, <query expression>은 하나 이상의 전역 테이블 또는 다른 전역 뷰로 부터 열들을 참조할 수 있다. <query expression>에 의해 검색되는 <select list>의 요소는 <view column list>의 각 요소와 일대일 대응되어야 한다.Here, global views do not have to be modifiable, unlike global tables, so global views and global tables do not need to have a one-to-one correspondence. Thus, <query expression> can refer to columns from one or more global tables or other global views. The elements of the <select list> retrieved by the <query expression> must have a one-to-one correspondence with each element of the <view column list>.

그리고, <view column list>는 뷰에 포함되는 열 이름들을 정의하는 것으로, 전역 테이블의 열과 달리 데이터 타입 또는 제한 조건 등을 정의할 수 없다. 전역 뷰의 각 열의 데이터 타입과 제한 조건은 뷰에 의해 참조되는 전역 테이블의 열에 의존한다.And, <view column list> defines the column names included in the view. Unlike the columns of the global table, data type or constraints cannot be defined. The data type and constraints of each column of the global view depend on the columns of the global table referenced by the view.

전역 뷰의 수정 가능성은" WITH CHECK OPTION "절을 이용하여 정의한다.The possibility of modifying a global view is defined using the "WITH CHECK OPTION" clause.

가상클래스를 "INSERT", "UPDATE" 명령에 의해 수정하려고 할 때, 가상 클래스 생성시 지정된 <query expression>의 조건에 만족하는지 검사한다. "WITH CHECK OPTION"이 지정되지 않으면 전역 뷰에 대한 검색만이 가능하다.When trying to modify a virtual class by using the "INSERT" and "UPDATE" commands, check whether the condition of <query expression> specified when creating the virtual class is met. If "WITH CHECK OPTION" is not specified, only a search of the global view is possible.

따라서, 현재의 기술분야에서는 상기와 같은 방법으로 다중 데이터베이스 질의 언어만을 이용하여 데이터를 통합하는 것은 질의문을 생성하기에 어려움이 있을 뿐만 아니라 각 지역 테이블에 대응하는 전역 테이블을 생성하거나 전역 테이블을 통합하기 위한 전역 뷰를 생성할 때 지역 컬럼에 대응하는 전역 테이블의 컬럼이나 전역 뷰의 컬럼을 일일이 수동으로 찾아야 하는 문제점이 있다.Therefore, in the current technical field, integrating data using only a multi-database query language in the above-described manner is not only difficult to generate a query statement but also generates a global table corresponding to each local table or integrates a global table. There is a problem in that, when creating a global view, a user must manually find a column of a global table or a column of a global view corresponding to a local column.

본 발명은, 상기한 바와 같은 문제점을 해결하기 위하여 제안된 것으로, 전사적으로 기업내의 데이터를 통합해야 하는 경우 다중 데이터베이스 미들웨어 시스템에서 전역 데이터베이스 스키마에 대한 메타데이터를 저장 및 관리하고 메타데이터를 이용하여 지역 데이터베이스의 데이터를 통합하기 위한 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는데 그 목적이 있다.The present invention has been proposed to solve the problems described above. When the enterprise-wide data needs to be integrated, metadata for a global database schema is stored and managed in a multi-database middleware system, It is an object of the present invention to provide a method for integrating data in a database and a computer-readable recording medium having recorded thereon a program for realizing the method.

도 1 은 본 발명이 적용되는 하드웨어 시스템의 구성예시도.1 is an exemplary configuration diagram of a hardware system to which the present invention is applied.

도 2 는 본 발명에 따른 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법에 대한 일실시예 흐름도.2 is a flowchart illustrating a data integration method using metadata in a multiple database middleware system according to the present invention.

도 3 은 본 발명에 이용되는 전역 스키마 또는 지역 스키마의 구조를 나타낸 예시도.3 is an exemplary diagram showing a structure of a global schema or a local schema used in the present invention.

도 4a 는 본 발명에 따른 전역 테이블의 메타데이터 구조를 나타낸 예시도.4A is an exemplary diagram illustrating a metadata structure of a global table according to the present invention.

도 4b 는 본 발명에 따른 전역 컬럼의 메타데이터의 구조를 나타낸 예시도.4B is an exemplary view showing the structure of metadata of a global column according to the present invention.

도 5 는 본 발명에 따른 지역 컬럼에 대응하는 후보 전역 컬럼 리스트를 나타낸 예시도.5 is an exemplary view showing a candidate global column list corresponding to a local column according to the present invention.

* 도면의 주요 부분에 대한 부호의 설명* Explanation of symbols for the main parts of the drawings

11 : 중앙처리장치12 : 주기억장치11: central processing unit 12: main memory unit

13 : 보조기억장치14 : 입력장치13: auxiliary memory device 14: input device

15 : 출력장치15: output device

상기 목적을 달성하기 위한 본 발명은, 다중 데이터베이스 미들웨어 시스템에 적용되는 메타데이터를 이용한 데이터 통합 방법에 있어서, 전역 데이터베이스 스키마를 저장하고, 전역 컬럼 각각에 대해 대응될 가능성이 있는 지역 컬럼을 검색하기 위하여, 전역 테이블과 전역 컬럼에 대해 전역 테이블 이름 및 전역 컬럼 이름과 대응될 가능성이 있는 모든 유사 이름들을 메타데이터 데이터베이스에 구축하는 제 1 단계; 상기 전역 데이터베이스와 관련되는 모든 지역 데이터베이스를 등록하여, 다중 데이터베이스 미들웨어 시스템을 통해 상기 등록된 지역 데이터베이스의 모든 컬럼에 대해 매핑 작업을 시작하는 제 2 단계; 상기 제 2 단계의 매핑 작업의 결과에 따라, 각 지역 컬럼의 지역 테이블 이름과 유사한 이름들을 포함한 전역 테이블을 검색하고 지역 컬럼의 이름과 유사한 이름을 포함한 전역 컬럼을 검색하는 제 3 단계; 및 상기 제 3 단계의 검색결과에 따라, 비슷한 정도가 높은 순서대로 화면에 출력되면 이들 중 해당되는 전역 컬럼을 선택할 수 있도록 상기 전역 컬럼에 대한 정보를 전역 컬럼의 메타데이터로 추가하는 제 4 단계를 포함하여 이루어진 것을 특징으로 한다.In order to achieve the above object, the present invention provides a data integration method using metadata applied to a multiple database middleware system, to store a global database schema and search for a local column that is likely to correspond to each global column. Constructing, in the metadata database, all similar names that are likely to correspond with global table names and global column names for global tables and global columns; Registering all local databases related to the global database and starting a mapping operation for all columns of the registered local databases through a multiple database middleware system; A third step of searching for a global table including names similar to a local table name of each local column and searching for a global column including a name similar to a name of a local column according to a result of the mapping operation of the second step; And a fourth step of adding information about the global column as metadata of the global column so as to select a corresponding global column among the outputs on the screen in a similar high order according to the search result of the third step. Characterized in that the made up.

또한, 본 발명은, 프로세서를 구비한 다중 데이터베이스 미들웨어 시스템에, 전역 데이터베이스 스키마를 저장하고, 전역 컬럼 각각에 대해 대응될 가능성이 있는 지역 컬럼을 검색하기 위하여, 전역 테이블과 전역 컬럼에 대해 전역 테이블 이름 및 전역 컬럼 이름과 대응될 가능성이 있는 모든 유사 이름들을 메타데이터 데이터베이스에 구축하는 제 1 기능; 상기 전역 데이터베이스와 관련되는 모든 지역 데이터베이스를 등록하여, 다중 데이터베이스 미들웨어 시스템을 통해 상기 등록된 지역 데이터베이스의 모든 컬럼에 대해 매핑 작업을 시작하는 제 2 기능; 상기 제 2 기능의 매핑 작업의 결과에 따라, 각 지역 컬럼의 지역 테이블 이름과 유사한 이름들을 포함한 전역 테이블을 검색하고 지역 컬럼의 이름과 유사한 이름을 포함한 전역 컬럼을 검색하는 제 3 기능; 및 상기 제 3 기능의 검색결과에 따라, 비슷한 정도가 높은 순서대로 화면에 출력되면 이들 중 해당되는 전역 컬럼을 선택할 수 있도록 상기 전역 컬럼에 대한 정보를 전역 컬럼의 메타데이터로 추가하는 제 4 기능을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공한다.In addition, the present invention provides a global table name for a global table and a global column to store a global database schema in a multi-database middleware system with a processor, and to search for local columns that are likely to correspond to each of the global columns. And a first function of constructing in the metadata database all similar names likely to correspond to global column names; A second function of registering all local databases associated with the global database and starting a mapping operation for all columns of the registered local databases through a multiple database middleware system; A third function of searching for a global table including names similar to a local table name of each local column and searching for a global column including a name similar to a name of a local column according to a result of the mapping operation of the second function; And a fourth function of adding information about the global column as metadata of the global column so that a corresponding global column may be selected among the outputted data on the screen in the order of similar high order according to the search result of the third function. A computer readable recording medium having recorded thereon a program for realization is provided.

본 발명은, 전사적으로 기업 내에 있는 지역 데이터베이스의 데이터를 통합하기 위하여, 미리 기업 데이터 모델링에 대한 전역 스키마와 메타데이터를 저장 및 관리하여 전사적으로 통용하는 전역 테이블 이름, 전역 컬럼의 이름을 정의하고지역 데이터베이스에서는 전역 테이블과 전역 컬럼의 메타데이터 정보를 이용하여 지역 컬럼을 전역 컬럼에 대응시킴으로 인해 전역 테이블을 생성할 때 마다 전역 컬럼 이름을 명명해야 하는 어려움을 없애고 하나의 전역 컬럼에 대응하는 모든 지역 컬럼을 자동으로 통합함으로 인해 전역 뷰에서 통합해야 할 전역 컬럼들을 수동으로 찾아야 하는 어려움을 없앰과 동시에 이미 정규화된 전역 테이블의 컬럼들에 대한 매핑 작업을 처리함으로 인해 불필요한 전역 테이블이 생성되는 것을 막을 수 있다.The present invention defines global table names and global column names that are commonly used throughout the enterprise by storing and managing global schema and metadata for corporate data modeling in order to integrate data from regional databases within the enterprise. The database uses local table and global column metadata information to map local columns to global columns, eliminating the need to name global columns every time a global table is created, and all local columns that correspond to one global column. Automatic integration allows you to eliminate the need to manually find global columns that need to be merged in the global view, while avoiding the creation of unnecessary global tables by handling the mapping operations for columns of already normalized global tables. .

상술한 목적, 특징들 및 장점은 첨부된 도면과 관련한 다음의 상세한 설명을 통하여 보다 분명해 질 것이다. 이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 일실시예를 상세히 설명한다.The above objects, features and advantages will become more apparent from the following detailed description taken in conjunction with the accompanying drawings. Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1 은 본 발명이 적용되는 하드웨어 시스템의 구성예시도이다.1 is an exemplary configuration diagram of a hardware system to which the present invention is applied.

도 1에 도시된 바와 같이, 일반적인 하드웨어 시스템은, 중앙처리장치(11)와, 중앙처리장치(11)에 연결된 주기억장치(12)와, 주기억장치(12)에 연결된 보조기억장치(13)와, 중앙처리장치(11)에 연결된 입력장치(14) 및 출력장치(15)를 구비한다.As shown in FIG. 1, a general hardware system includes a central processing unit 11, a main memory device 12 connected to the central processing device 11, and an auxiliary memory device 13 connected to the main memory device 12. And an input device 14 and an output device 15 connected to the central processing unit 11.

그러나, 상기한 바와 같은 구성을 갖는 컴퓨터 하드웨어 환경은 당해 분야에서 이미 주지된 기술에 지나지 아니하므로 여기에서는 그에 관한 자세한 설명은 생략하기로 한다. 다만, 도 2와 같이 본 발명에 따른 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법에 대해 상세히 살펴보면 다음과 같다.However, since the computer hardware environment having the configuration as described above is only a technique well known in the art, detailed description thereof will be omitted herein. However, the data integration method using metadata in the multiple database middleware system according to the present invention will be described in detail as follows.

도 2 는 본 발명에 따른 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법에 대한 일실시예 흐름도로서, 상기 도 1의 주기억장치(12)에 구축되어 있다는 가정하에 상기 도 1의 중앙처리장치(11)에 의해 제어의 흐름 순서에 따라 실행된다.FIG. 2 is a flowchart illustrating a data integration method using metadata in a multi-database middleware system according to the present invention, assuming that it is built in the main memory device 12 of FIG. 11) is executed according to the flow order of control.

본 발명은, 다중 데이터베이스 미들웨어 시스템에서 데이터통합 방법을 제공함에 있어서, 먼저 후술되는 도 2의 (201)과정을 수행하여 기업 모델링에 의한 전역 스키마를 상기 도 1의 입력장치(14)를 통하여 다중 데이터베이스 미들웨어 시스템으로 등록하면 상기 도 1의 주기억 장치(12)에 도 3과 같은 구조의 전역 스키마가 저장된다. 상기 도 3에서는 최상위 노드는 스키마 명을 나타내고, 중간 노드는 테이블을 나타내며, 최하위 노드는 컬럼을 나타낸다.In the present invention, in providing a data integration method in a multi-database middleware system, the global schema by enterprise modeling is first performed by performing the process of FIG. 2 described later in FIG. 2 through the input device 14 of FIG. When registered as a middleware system, the global schema of the structure shown in FIG. 3 is stored in the main memory device 12 of FIG. 1. In FIG. 3, the top node represents a schema name, the middle node represents a table, and the bottom node represents a column.

즉, 도 2에 도시된 바와 같이, 본 발명에 따른 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법을 수행하기 위해서는, 먼저 전역 스키마를 등록하고(201), 등록된 전역 스키마에 대해 전역 테이블 및 전역 컬럼에 대한 메타데이터를 등록한다(202).That is, as shown in Figure 2, in order to perform the data integration method using metadata in the multiple database middleware system according to the present invention, first register the global schema (201), and the global table and the registered global schema Register metadata for the global column (202).

여기서, 전역 테이블에 대한 메타데이터는 상기 도 3의 테이블 노드 정보의 일부로써 도 4a의 전역 테이블 메타데이터 구조에서 보여주는 것과 같이 전역 테이블에 대한 한글 이름, 전역 테이블에 대한 설명, 전역 테이블 명과 대응될 가능성이 있는 유사 이름들을 입력한다. 전역 테이블에 대한 유사 이름은 한글 또는 영어 모두 가능하다.Here, the metadata for the global table may correspond to the Hangul name for the global table, the description of the global table, and the global table name as shown in the global table metadata structure of FIG. 4A as part of the table node information of FIG. 3. Enter similar names with. Similar names for global tables can be in Korean or English.

또한, 전역 컬럼에 대한 메타데이터는 상기 도 3의 컬럼 노드 정보의 일부로써 도 4b의 전역 컬럼 메타데이터 구조에서 보여주는 것과 같이 전역 컬럼에 대한 한글 이름, 전역 컬럼에 대한 설명, 전역 컬럼 명과 대응될 가능성이 있는 유사 이름들을 입력한다. 만약, 컬럼의 데이터 값이 특정 단위에 의한 값을 표현한다면 전역 컬럼 값의 특정 단위를 입력한다. 마찬가지로, 전역 컬럼에 대한 유사 이름은 한글 또는 영어 모두 가능하다.In addition, the metadata for the global column may correspond to the Hangul name for the global column, the description of the global column, and the global column name as shown in the global column metadata structure of FIG. 4B as part of the column node information of FIG. 3. Enter similar names with. If the data value of a column represents a value in a specific unit, enter the specific unit of the global column value. Similarly, similar names for global columns can be in Korean or English.

한편, 지역 데이터베이스를 등록하여(203) 지역 데이터베이스를 다중 데이터베이스 미들웨어 시스템에 등록하면 다중 데이터베이스 미들웨어 시스템은 지역 데이터베이스와 관련한 메타 데이터를 전송받고 (201)과정에서 입력한 전역 스키마와 마찬가지로 상기 도 1의 주기억장치(12)에 도 3과 같은 구조로 지역 스키마를 생성한다.Meanwhile, when the local database is registered (203) and the local database is registered in the multi-database middleware system, the multi-database middleware system receives meta data related to the local database and, like the global schema input in step 201, the main memory of FIG. The device 12 generates a local schema with the structure as shown in FIG.

이어서, 모든 지역 데이터베이스가 등록되어 있는지를 확인하여(204) 모든 지역 데이터베이스가 등록되지 않았으면 지역 데이터베이스를 등록하는 과정(203)으로 진행하고, 모든 지역 데이터베이스가 등록되었으면 지역 컬럼에 대해 대응되는 후보 전역 컬럼을 검색한다(205). 여기서, 전역 컬럼을 검색하는 방법은, 지역 컬럼이 속한 지역 테이블 이름에 대해 전역 테이블 및 전역 컬럼에 대한 메타데이터를 등록하는 과정(202)에서 전역 테이블의 메타데이터로 등록한 유사 이름과 비교하여 비슷한 이름을 갖는 전역 테이블이 있는지를 검색하고 해당 전역 테이블이 있다면 전역 테이블 및 전역 컬럼에 대한 메타데이터를 등록하는 과정(202)에서 전역 컬럼의 메타데이터로 등록한 유사 이름과 비교하여 비슷한 이름을 갖는 전역 컬럼을 검색한다. 검색된 전역 컬럼에 대해서는 전역 컬럼이 속한 전역 테이블의 이름에 대한 유사비율과 전역 컬럼의 이름에 대한 유사 비율이 계산된다.Next, verify that all regional databases are registered (204), if all regional databases are not registered, proceed to registering the regional database (203), and if all regional databases are registered, the corresponding candidate globals for the regional column. Retrieve the column (205). Here, the method for searching the global column may include a similar name compared to the similar name registered as metadata of the global table in the step 202 of registering the global table and the metadata for the global column with respect to the local table name to which the local column belongs. Detect whether there is a global table with the name, and if there is such a global table, compare the global column with the similar name with the similar name registered as the metadata of the global column in the step 202 of registering the metadata for the global table and the global column. Search. For the retrieved global column, the similarity ratio for the name of the global table to which the global column belongs and the similarity ratio for the name of the global column are calculated.

이후, 후보 전역 컬럼이 발견되었는지를 확인하여(206) 발견되었으면 후보가 되는 전역 컬럼을 화면에 출력하여(207) 지역 컬럼의 정보와 후보 전역 컬럼들의 정보, 지역 컬럼과 전역 컬럼의 유사비율을 출력한다. 도 5의 지역 컬럼에 대응하는 후보 전역 컬럼 리스트에서 보여주는 바와 같이 지역 컬럼의 정보에는 지역 컬럼이 속한 테이블의 이름, 지역 컬럼의 이름, 지역 컬럼의 데이터 타입 등이 포함되며. 후보 전역 컬럼의 정보는 전역 테이블 이름, 전역 컬럼 이름, 전역 컬럼의 타입, 전역 컬럼의 단위가 입력되었다면 전역 컬럼의 단위 등이 출력된다.Then, it is determined whether the candidate global column is found (206), and if found, the candidate global column is displayed on the screen (207), and the information on the local column, the information on the candidate global columns, and the similarity ratio between the local column and the global column are output. do. As shown in the candidate global column list corresponding to the local column of FIG. 5, the local column information includes the name of the table to which the local column belongs, the name of the local column, the data type of the local column, and the like. Candidate global column information includes global table name, global column name, global column type, and global column unit if global column unit is entered.

만약, 후보 전역 컬럼이 발견되었는지를 확인하는 과정(206)에서 후보 전역 컬럼을 발견하지 못했으면 전역 스키마의 메타데이터에 후보 전역 컬럼을 발견하지 못한 지역 컬럼의 정보를 전역 스키마의 메타데이터로 등록한 후(211), 모든 지역 컬럼에 대해 매핑 작업이 수행되는지를 확인하여(212) 매핑 작업이 수행되지 않았으면 지역 컬럼에 대해 대응되는 후보 전역 컬럼을 검색하는 과정(205)으로 진행하고, 그렇지 않으면 작업을 종료한다.If the candidate global column is not found in the process of checking whether the candidate global column is found (206), the information on the local column that does not find the candidate global column is registered as metadata of the global schema. (211) If it is determined that the mapping operation is performed for all local columns (212), if the mapping operation is not performed, proceed to the process of searching for a corresponding candidate global column for the local column (205), otherwise the operation To exit.

이후, 상기 후보가 되는 전역 컬럼을 화면에 출력하는 과정(207)에서 출력된 후보 전역 컬럼 중에서 지역 컬럼과 대응되는 전역 컬럼을 선택할지를 판단한다(208).Thereafter, in step 207, the global column corresponding to the local column is selected from among the candidate global columns output in the process of outputting the candidate global column on the screen.

판단결과(208), 출력된 후보 전역 컬럼 중에서 지역 컬럼과 대응되는 전역 컬럼을 선택하지 않으면 전역 스키마의 메타데이터에 후보 전역 컬럼을 발견하지 못한 지역 컬럼의 정보를 전역 스키마의 메타데이터로 등록한 후(211), 모든 지역컬럼에 대해 매핑 작업이 수행되는지를 확인하여(212) 매핑 작업이 수행되지 않았으면 지역 컬럼에 대해 대응되는 후보 전역 컬럼을 검색하는 과정(205)으로 진행하고, 그렇지 않으면 작업을 종료한다.As a result of determination 208, if a global column corresponding to a local column is not selected among the output candidate global columns, information on a local column that does not find a candidate global column is registered in the global schema metadata as metadata of the global schema ( 211), check whether the mapping operation is performed for all local columns (212), and if the mapping operation has not been performed, proceed to the process of retrieving the corresponding candidate global column for the local column (205). Quit.

판단결과(208), 출력된 후보 전역 컬럼 중에서 지역 컬럼과 대응되는 전역 컬럼을 선택하였으면 지역 컬럼의 데이터를 이용하여 전역 컬럼의 데이터로 변환되기 위한 변환 정보를 입력한다(209). 이때, 변환 정보가 입력되지 않으면 전역 데이터베이스를 검색하는 명령이 수행될 때 지역 컬럼의 데이터와 전역 컬럼의 데이터는 동일한 값으로 대응된다.As a result of determination 208, if a global column corresponding to the local column is selected from the output candidate global columns, conversion information for converting the data to the global column is input using the data of the local column (209). At this time, if the conversion information is not input, the data of the local column and the data of the global column correspond to the same value when the command for searching the global database is performed.

이어서, 전역 컬럼의 메타데이터에 지역 컬럼 정보를 추가한 후(210), 모든 지역 컬럼에 대해 매핑 작업이 수행되는지를 확인하여(212) 매핑 작업이 수행되지 않았으면 지역 컬럼에 대해 대응되는 후보 전역 컬럼을 검색하는 과정(205)으로 진행하고, 그렇지 않으면 작업을 종료한다.Subsequently, after adding the local column information to the metadata of the global column (210), it checks whether the mapping operation is performed on all the local columns (212), and if the mapping operation is not performed, the corresponding candidate global for the local column. The process proceeds to step 205 of retrieving the column, otherwise the operation ends.

즉, 본 발명은 지역 스키마를 등록한 후, 이에 대응하는 전역 테이블을 생성하려고 하는 경우, 미리 등록된 전역 테이블 메타데이터로 등록한 유사 이름과 전역 컬럼의 메타데이터로 등록한 유사 이름을 이용하여 대응될 후보들을 미리 리스트한다.That is, in the present invention, after registering a local schema and attempting to create a corresponding global table, candidates to be matched using similar names registered as pre-registered global table metadata and similar names registered as metadata of the global column are selected. List in advance.

리스트를 생성하기 위해서는 지역 테이블의 이름과 유사한 이름을 포함한 전역 테이블을 찾고 후보가 되는 전역 테이블에 속한 전역 컬럼에 대해서 다시 지역 컬럼의 이름과 유사한 이름을 포함한 전역 컬럼을 찾는다. 그리하여 지역 테이블의 지역 컬럼의 각각에 대해 유사하게 대응되는 전역 테이블과 전역 컬럼을 리스트로출력한다(도 5 참조).To create a list, look for a global table that contains a name similar to that of the local table, and again find a global column that contains a name similar to that of the local column for a global column that belongs to the candidate global table. Thus, for each of the local columns of the local table, the corresponding global table and global column are output as a list (see FIG. 5).

지역 스키마를 전역 스키마를 대응시키려는 사용자가 출력된 리스트에서 대응시키고자 하는 것을 선택하면 된다. 만약, 출력된 리스트에서 대응되는 것을 발견하지 못하였다면 해당 지역 테이블 또는 지역 컬럼에 대한 정보를 전역 스키마의 메타데이터로 등록하여 전역 스키마의 정보를 확장하게 된다.The user who wants to match the local schema with the global schema can select from the output list. If the corresponding list is not found in the output list, the information on the local table or local column is registered as metadata of the global schema to expand the global schema information.

본 발명은, 상기한 바와 같은 과정을 통하여, 전사적으로 기업 내의 데이터를 통합해야 하는 경우, 다중 데이터베이스 미들웨어 시스템에 전역 데이터베이스 스키마를 등록하고, 이와 관련된 메타데이터를 등록한 후 이를 이용하여 등록된 지역 데이터베이스에 속한 모든 지역 컬럼에 대해 전역 컬럼을 쉽게 대응시킬 수 있도록 한다. 스키마 구조의 특성상 전역 컬럼과 지역 컬럼을 대응하는 작업을 수행하면 지역 컬럼이 속하게 되는 전역 테이블은 자연적으로 결정되게 되며, 이는 지역 컬럼과 전역 컬럼을 대응시킬 필요가 있을 때마다 전역 테이블의 이름을 새로 명명하여 생성하는 어려움을 없앤다.According to the present invention, when the enterprise-wide data needs to be integrated through the above-described process, the global database schema is registered in a multi-database middleware system, and metadata related thereto is registered in the registered local database using the same. Makes it easy to map global columns to all local columns to which they belong. Due to the nature of the schema structure, when a global column and a local column are mapped to each other, the global table to which the local column belongs is determined naturally. This means that whenever a local column and a global column need to be mapped, the global table is renamed. Eliminate the difficulty of naming.

또한, 본 발명은, 하나의 전역 컬럼에 다수의 지역 컬럼이 대응되게 되면 이러한 컬럼들을 통합하기 위하여 전역 뷰를 별도로 생성할 필요없이 다중 데이터베이스 미들웨어 시스템 내에서 전역 컬럼마다 대응되는 모든 지역 컬럼을 메타데이터로 관리함으로 인해 자동적으로 통합된 데이터에 대한 검색이 가능하도록 한다.In addition, in the present invention, when multiple local columns correspond to one global column, metadata of all local columns corresponding to each global column in a multiple database middleware system without having to separately create a global view to integrate these columns It is possible to search the integrated data automatically by managing it.

나아가 필요할 때마다 전역 테이블이 생성되어 전역 데이터베이스의 구조가 복잡해지는 단점이 없어지므로 전사적인 데이터 통합 관리를 용이하게 할 수 있다.Furthermore, global tables are created whenever needed, which eliminates the complexity of the structure of the global database, thereby facilitating enterprise-wide data integration management.

상술한 바와 같은 본 발명의 방법은 프로그램으로 구현되어 컴퓨터로 읽을수 있는 기록매체(씨디롬, 램, 롬, 플로피 디스크, 하드 디스크, 광자기 디스크 등)에 저장될 수 있다.The method of the present invention as described above may be implemented as a program and stored in a computer-readable recording medium (CD-ROM, RAM, ROM, floppy disk, hard disk, magneto-optical disk, etc.).

이상에서 설명한 본 발명은 전술한 실시예 및 첨부된 도면에 의해 한정되는 것이 아니고, 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 여러 가지 치환, 변형 및 변경이 가능하다는 것이 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 있어 명백할 것이다.The present invention described above is not limited to the above-described embodiments and the accompanying drawings, and various substitutions, modifications, and changes are possible in the art without departing from the technical spirit of the present invention. It will be clear to those of ordinary knowledge.

상기한 바와 같은 본 발명은, 전사적으로 기업 내에 있는 지역 데이터베이스의 데이터를 통합하기 위하여, 미리 기업 데이터 모델링에 대한 전역 스키마와 메타데이터를 저장 및 관리하여 전사적으로 통용하는 전역 테이블 이름, 전역 컬럼의 이름을 정의하고 지역 데이터베이스에서는 전역 테이블과 전역 컬럼의 메타데이터 정보를 이용하여 지역 컬럼을 전역 컬럼에 대응시킴으로 인해 전역 테이블을 생성할 때 마다 전역 컬럼 이름을 명명해야 하는 어려움을 없애고 하나의 전역 컬럼에 대응하는 모든 지역 컬럼을 자동으로 통합함으로 인해 전역 뷰에서 통합해야 할 전역 컬럼들을 수동으로 찾아야 하는 어려움을 없앰과 동시에 이미 정규화된 전역 테이블의 컬럼들에 대한 매핑 작업을 처리함으로 인해 불필요한 전역 테이블이 생성되는 것을 막을 수 있는 효과가 있다.The present invention as described above, in order to integrate the data of the regional database in the enterprise, global table name, global column name to store and manage global schema and metadata for corporate data modeling in advance And the local database uses the global table and global column metadata information to map local columns to global columns, eliminating the need to name global columns every time a global table is created and responding to a single global column. By automatically merging all local columns, the global view eliminates the need to manually find the global columns that need to be merged in the global view, while also processing the mapping operations for the columns of already normalized global tables. Stop it That there is an effect.

Claims (5)

다중 데이터베이스 미들웨어 시스템에 적용되는 메타데이터를 이용한 데이터 통합 방법에 있어서,In the data integration method using metadata applied to a multiple database middleware system, 전역 데이터베이스 스키마를 저장하고, 전역 컬럼 각각에 대해 대응될 가능성이 있는 지역 컬럼을 검색하기 위하여, 전역 테이블과 전역 컬럼에 대해 전역 테이블 이름 및 전역 컬럼 이름과 대응될 가능성이 있는 모든 유사 이름들을 메타데이터 데이터베이스에 구축하는 제 1 단계;To store the global database schema and search for local columns that are likely to be matched for each of the global columns, metadata for the global table and global columns and all similar names that are likely to match the global column name A first step of building in a database; 상기 전역 데이터베이스와 관련되는 모든 지역 데이터베이스를 등록하여, 다중 데이터베이스 미들웨어 시스템을 통해 상기 등록된 지역 데이터베이스의 모든 컬럼에 대해 매핑 작업을 시작하는 제 2 단계;Registering all local databases related to the global database and starting a mapping operation for all columns of the registered local databases through a multiple database middleware system; 상기 제 2 단계의 매핑 작업의 결과에 따라, 각 지역 컬럼의 지역 테이블 이름과 유사한 이름들을 포함한 전역 테이블을 검색하고 지역 컬럼의 이름과 유사한 이름을 포함한 전역 컬럼을 검색하는 제 3 단계; 및A third step of searching for a global table including names similar to a local table name of each local column and searching for a global column including a name similar to a name of a local column according to a result of the mapping operation of the second step; And 상기 제 3 단계의 검색결과에 따라, 비슷한 정도가 높은 순서대로 화면에 출력되면 이들 중 해당되는 전역 컬럼을 선택할 수 있도록 상기 전역 컬럼에 대한 정보를 전역 컬럼의 메타데이터로 추가하는 제 4 단계A fourth step of adding information about the global column as metadata of the global column so that a corresponding global column may be selected among the outputted results in the order of similarity in high order according to the search result of the third step 를 포함하는 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법.Data integration method using metadata in a multiple database middleware system including a. 제 1 항에 있어서,The method of claim 1, 상기 전역 테이블 검색 및 전역 컬럼 검색 과정은,The global table search and global column search process, 기존의 데이터베이스에서 실행되는 문자와 문자들이 정확히 일치되는 것을 찾는 것이 아니라 정보 검색 시스템에서 실행되는 것과 같이 비슷한 이름을 포함한 것들을 찾고 비슷한 정도를 퍼센트로 표현하는 것을 특징으로 하는 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법.Instead of looking for an exact match between characters and characters that are running in an existing database, metadata is found in a multiple database middleware system that finds things that contain similar names, such as those found in information retrieval systems, and expresses similarities in percentage. Data integration method used. 제 1 항에 있어서,The method of claim 1, 상기 전역 테이블은,The global table, 전역 테이블에 대한 한글 이름, 전역 테이블에 대한 설명 및 전역 테이블 명과 대응될 가능성이 있는 유사 이름을 입력하는 전역 테이블 메타데이터 구조를 포함하며, 상기 전역 테이블에 대한 유사 이름을 한글 이외의 다른 언어로도 나타낼 수 있도록 하는 것을 특징으로 하는 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법.It contains a global table metadata structure, in which you enter a Hangul name for a global table, a description of the global table, and a similar name that is likely to match the global table name. Data integration method using metadata in a multiple database middleware system, characterized in that to display. 제 1 항에 있어서,The method of claim 1, 상기 전역 컬럼은,The global column, 전역 컬럼에 대한 한글 이름, 전역 컬럼에 대한 설명 및 전역 컬럼 명과 대응될 가능성이 있는 유사 이름을 입력하는 전역 컬럼 메타데이터 구조를 포함하며, 컬럼의 데이터 값이 특정 단위에 의한 값을 표현하게 될 경우 전역 컬럼 값의 특정 단위를 입력하고, 상기 전역 컬럼에 대한 유사 이름을 한글 이외의 다른 언어로도 나타낼 수 있도록 하는 것을 특징으로 하는 다중 데이터베이스 미들웨어 시스템에서 메타데이터를 이용한 데이터 통합 방법.It contains a global column metadata structure that inputs the Hangul name for the global column, a description of the global column, and a similar name that may match the global column name. When the column's data values represent values in a particular unit. A method of integrating data using metadata in a multiple database middleware system, characterized in that a specific unit of a global column value is input and a similar name for the global column can be expressed in a language other than Korean. 프로세서를 구비한 다중 데이터베이스 미들웨어 시스템에,In a multi-database middleware system with a processor, 전역 데이터베이스 스키마를 저장하고, 전역 컬럼 각각에 대해 대응될 가능성이 있는 지역 컬럼을 검색하기 위하여, 전역 테이블과 전역 컬럼에 대해 전역 테이블 이름 및 전역 컬럼 이름과 대응될 가능성이 있는 모든 유사 이름들을 메타데이터 데이터베이스에 구축하는 제 1 기능;To store the global database schema and search for local columns that are likely to be matched for each of the global columns, metadata for the global table and global columns and all similar names that are likely to match the global column name A first function of building on a database; 상기 전역 데이터베이스와 관련되는 모든 지역 데이터베이스를 등록하여, 다중 데이터베이스 미들웨어 시스템을 통해 상기 등록된 지역 데이터베이스의 모든 컬럼에 대해 매핑 작업을 시작하는 제 2 기능;A second function of registering all local databases associated with the global database and starting a mapping operation for all columns of the registered local databases through a multiple database middleware system; 상기 제 2 기능의 매핑 작업의 결과에 따라, 각 지역 컬럼의 지역 테이블 이름과 유사한 이름들을 포함한 전역 테이블을 검색하고 지역 컬럼의 이름과 유사한 이름을 포함한 전역 컬럼을 검색하는 제 3 기능; 및A third function of searching for a global table including names similar to a local table name of each local column and searching for a global column including a name similar to a name of a local column according to a result of the mapping operation of the second function; And 상기 제 3 기능의 검색결과에 따라, 비슷한 정도가 높은 순서대로 화면에 출력되면 이들 중 해당되는 전역 컬럼을 선택할 수 있도록 상기 전역 컬럼에 대한 정보를 전역 컬럼의 메타데이터로 추가하는 제 4 기능A fourth function of adding information about the global column as metadata of a global column so that a corresponding global column may be selected among the outputted screens in the order of similarity in high order according to the search result of the third function 을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for realizing this.
KR1020010081875A 2001-12-20 2001-12-20 How to Integrate Data Using Metadata in Multiple Database Middleware Systems KR100873808B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010081875A KR100873808B1 (en) 2001-12-20 2001-12-20 How to Integrate Data Using Metadata in Multiple Database Middleware Systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010081875A KR100873808B1 (en) 2001-12-20 2001-12-20 How to Integrate Data Using Metadata in Multiple Database Middleware Systems

Publications (2)

Publication Number Publication Date
KR20030052059A true KR20030052059A (en) 2003-06-26
KR100873808B1 KR100873808B1 (en) 2008-12-15

Family

ID=29576853

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010081875A KR100873808B1 (en) 2001-12-20 2001-12-20 How to Integrate Data Using Metadata in Multiple Database Middleware Systems

Country Status (1)

Country Link
KR (1) KR100873808B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100701104B1 (en) * 2004-12-22 2007-03-28 한국전자통신연구원 Method of generating database schema to provide integrated view of dispersed information and integrating system of information
KR100792322B1 (en) * 2006-06-29 2008-01-07 (재)한국데이터베이스진흥센터 Framework for Quality Control of DataBase
CN108074074A (en) * 2016-11-16 2018-05-25 财团法人资讯工业策进会 Integration device and integration method thereof

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100701104B1 (en) * 2004-12-22 2007-03-28 한국전자통신연구원 Method of generating database schema to provide integrated view of dispersed information and integrating system of information
KR100792322B1 (en) * 2006-06-29 2008-01-07 (재)한국데이터베이스진흥센터 Framework for Quality Control of DataBase
CN108074074A (en) * 2016-11-16 2018-05-25 财团法人资讯工业策进会 Integration device and integration method thereof
CN108074074B (en) * 2016-11-16 2021-09-03 财团法人资讯工业策进会 Integration device and integration method thereof

Also Published As

Publication number Publication date
KR100873808B1 (en) 2008-12-15

Similar Documents

Publication Publication Date Title
EP1042721B1 (en) Integrating both modifications to an object model and modifications to a database into source code by an object-relational mapping tool
US6581062B1 (en) Method and apparatus for storing semi-structured data in a structured manner
US6449620B1 (en) Method and apparatus for generating information pages using semi-structured data stored in a structured manner
US7730098B2 (en) Method for supporting ontology-related semantic queries in DBMSs with XML support
US6745206B2 (en) File system with access and retrieval of XML documents
US20090024384A1 (en) Data processing method and system, program for realizing the method, and computer readable storage medium storing the program
CN109840256B (en) Query realization method based on business entity
US20060149716A1 (en) Computer readable medium, method and apparatus for preserving filtering conditions to query multilingual data sources at various locales when regenerating a report
US9646004B2 (en) Hierarchical database report generation with automated query generation for placeholders
US20070255685A1 (en) Method and system for modelling data
US20180121501A1 (en) Translating gql queries into sql queries
US20120158692A1 (en) Query systems
JPH06282576A (en) Relational access system for network type data base
KR100873808B1 (en) How to Integrate Data Using Metadata in Multiple Database Middleware Systems
KR100625422B1 (en) Method for integrating schema using multidatabase query language
JPH05204983A (en) Relational data base processor and method therefor
JPH10143539A (en) Information retrieving method, its system, recording medium recording information resource dictionary data and recording medium recording information retrieving program
JPH0567155A (en) Information retrieving device
JP2002007177A (en) Method for defining multi-database
US20050160091A1 (en) Macro-based dynamic discovery of data shape
JP2005056085A (en) Data structure conversion program
JPH09198396A (en) Document retrieval device
JPH1091494A (en) Method and device for converting data base operation program
CN113221528A (en) Automatic generation and execution method of clinical data quality evaluation rule based on openEHR model
JP2002063165A (en) Method and system and program for information retrieval, and recording medium having the same program recorded thereon

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E90F Notification of reason for final refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
LAPS Lapse due to unpaid annual fee