KR100501904B1 - Database replication and synchronization method using object identifier - Google Patents

Database replication and synchronization method using object identifier Download PDF

Info

Publication number
KR100501904B1
KR100501904B1 KR10-1999-0057615A KR19990057615A KR100501904B1 KR 100501904 B1 KR100501904 B1 KR 100501904B1 KR 19990057615 A KR19990057615 A KR 19990057615A KR 100501904 B1 KR100501904 B1 KR 100501904B1
Authority
KR
South Korea
Prior art keywords
database
copy
replica
original
processing unit
Prior art date
Application number
KR10-1999-0057615A
Other languages
Korean (ko)
Other versions
KR20010056176A (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 KR10-1999-0057615A priority Critical patent/KR100501904B1/en
Publication of KR20010056176A publication Critical patent/KR20010056176A/en
Application granted granted Critical
Publication of KR100501904B1 publication Critical patent/KR100501904B1/en

Links

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)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Computing Systems (AREA)

Abstract

1. 청구범위에 기재된 발명이 속한 기술분야1. TECHNICAL FIELD OF THE INVENTION

본 발명은 객체 식별자를 이용한 데이터베이스 복제화 및 동기화 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것임.The present invention relates to a method for replicating and synchronizing a database using an object identifier and a computer-readable recording medium having recorded thereon a program for realizing the method.

2. 발명이 해결하려고 하는 기술적 과제2. The technical problem to be solved by the invention

본 발명은, 일반적인 컴퓨팅 환경하에서 객체 관계형 데이터베이스에 있는 객체 식별자(OID)를 이용해 서버의 원본 데이터베이스를 복제화하여 복제 데이터베이스를 구성하고, 작업에 따른 편집으로 인한 객체의 불일치가 발생한 경우에 두 데이터베이스간의 동기화를 수행하기 위한 데이터베이스 복제화 및 동기화 방법과, 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하고자 함.According to the present invention, a duplicate database is constructed by replicating an original database of a server by using an object identifier (OID) in an object relational database under a general computing environment, and synchronization between two databases when object inconsistency occurs due to editing according to a task. To provide a method for replicating and synchronizing a database for performing the above, and a computer-readable recording medium recording a program for realizing the method.

3. 발명의 해결방법의 요지 3. Summary of Solution to Invention

본 발명은, 컴퓨팅 시스템에서 서버에서 관리되는 대용량의 데이터베이스(이하, 원본 데이터베이스라 함)의 특정 부분을 복제하여 별도의 데이터베이스(이하, 복제 데이터베이스라 함)로 유지하는 방법에 있어서, 사용자의 선택에 따라, 상기 컴퓨팅 시스템의 중앙처리장치가 복제화 대상 클래스를 결정하는 복제대상 선정 단계; 사용자의 선택에 따라, 상기 중앙처리장치가 복제대상 영역을 선택하는 복제영역 설정 단계; 상기 중앙처리장치가 상기 결정된 복제화 대상 클래스를 대상으로 상기 복제대상 영역에 포함되는 객체들을 검색하여, 복제 대상 영역내 원본 객체들을 상기 복제 데이터베이스내의 복제 객체로 생성하는 복제 객체 생성 단계; 객체 식별자(OID) 필드를 유지할 수 있도록, 상기 중앙처리장치가 시설물 클래스를 구성하면서 상기 복제 데이터베이스를 생성하는 복제 데이터베이스 생성 단계; 및 상기 복제 데이터베이스내에서의 충돌 객체 발생시에(작업에 따른 복제 데이터베이스 편집으로 인한 객체의 불일치가 발생한 경우), 상기 중앙처리장치가 서버와의 연동을 통해, 객체 식별자(OID) 필드를 이용하여 상기 원본 데이터베이스와 상기 복제 데이터베이스를 일치시키는 동기화 단계를 포함함.The present invention provides a method for replicating a specific portion of a large database managed by a server (hereinafter referred to as an original database) in a computing system and maintaining it as a separate database (hereinafter referred to as a cloned database). In accordance with an embodiment of the present invention, a copying target selection step of determining, by the central processing unit of the computing system, a copying target class; A copy area setting step of selecting, by the central processing unit, a copy target area according to a user's selection; A duplicate object generation step of the central processing unit searching for the objects included in the copy target area with respect to the determined copy target class, and generating original objects in the copy target area as a copy object in the copy database; A replicating database creation step of creating, by the central processing unit, the replica database while maintaining an object identifier (OID) field; And when a collision object occurs in the replica database (when an inconsistency of an object due to editing of a replica database occurs according to an operation), the central processing unit uses the object identifier (OID) field through interworking with a server. And synchronizing the source database with the replica.

4. 발명의 중요한 용도4. Important uses of the invention

본 발명은 데이터베이스 동기화/복제화 작업 등에 이용됨.The present invention is used for database synchronization / replication.

Description

객체 식별자를 이용한 데이터베이스 복제화 및 동기화 방법{Database replication and synchronization method using object identifier} Database replication and synchronization method using object identifier}

본 발명은 일반적인 컴퓨팅 환경하에서 서버의 원본 데이터베이스를 복제화하여 복제 데이터베이스를 구성하고, 작업에 따른 편집으로 인한 객체의 불일치가 발생한 경우에 두 데이터베이스간의 동기화를 수행할 수 있는 객체 식별자(OID : Object IDentifier)를 이용한 데이터베이스 복제화 및 동기화 방법과, 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것이다. The present invention constructs a replicated database by replicating an original database of a server under a general computing environment, and when an object mismatch occurs due to editing according to a task, an object identifier (OID: Object IDentifier) capable of synchronizing between two databases. A method of replicating and synchronizing a database using a computer and a computer-readable recording medium recording a program for realizing the method.

서버에서 관리되는 원본 데이터베이스는 일반적으로 대용량이라는 특징이 있다. 현 추세의 급격한 하드웨어 가격 하락과 성능의 향상으로 서버에서 관리되는 데이터베이스의 용량이 급격히 증대하고 있는 추세이다. 이러한 대용량 데이터베이스를 클라이언트/서버 환경에서 접속하여 작업하는 경우 네트워크 망의 성능에 따라 클라이언트의 작업이 영향을 받게 된다. Source databases managed on the server are typically characterized by large capacity. Due to the rapid drop in hardware price and improved performance, the capacity of the database managed by the server is increasing rapidly. When working with such a large database in a client / server environment, the client's work is affected by the performance of the network.

또한, 데이터베이스 동시성 제어 차원에서 동일 객체에 대한 록킹(Locking)으로 인하여 다른 사용자의 작업이 지연되는 결과가 발생하게 된다. 특히, 이러한 작업 환경은 투자 공사에 대한 장기간에 걸친 시설물 설계 업무를 수행하여야 하는 투자공사 분야 데이터베이스 서버에서는 복수 사용자의 작업에 관리에 많은 애로 사항 요소로 작용된다. 따라서, 필요시 대용량 원본 데이터베이스를 복제 데이터베이스로 구성하여 작업하고 이에 대한 변경 내역을 동기화시킬 수 있는 방안이 모색된다.In addition, locking of the same object in order to control database concurrency causes delays in other users' work. In particular, such a work environment is a problem for managing a large number of users in a multi-user work in an investment construction field database server that has to perform a long-term facility design work for an investment construction. Therefore, if necessary, a large-scale original database can be configured as a replica database, and a way of synchronizing the change history is sought.

현재, 복제화/동기화 분야는 궁극적으로 분산 데이터베이스의 기본 단계로 규정된다. 대용량 데이터베이스를 분산된 여러 개의 데이터베이스로 분리하여 서로 다른 머신상에서 네트워크 연동 상태로 유지하고자 하는 분산 데이터베이스는 데이터베이스 분야의 최대 목표이다. 하지만, 기술적으로 상당히 난해하고 어려운 분야이다. Currently, the field of replication / synchronization is ultimately defined as the basic stage of a distributed database. Distributed database, which wants to divide a large database into several distributed databases and maintain network interworking on different machines, is the biggest goal of the database field. However, it is a technically difficult and difficult field.

따라서, 현재 시장에서 판매되는 분산 데이터베이스의 가격은 가히 천문학적 수준이라고 할 수 있다. 가격 뿐만아니라, 그 기술적인 운용성에도 많은 제약 조건이 존재하고 있는 실정이다. 따라서, 분산 데이터베이스 차원의 시도가 아닌 복제화/동기화 기법으로 운용되는 사례는 많이 있다. 물론, 복제화/동기화 데이터베이스는 분산 데이터베이스에 비하여 실시간 동기화 작업이 수행되지 않으므로 동기화를 수행하기 전까지는 원본/복제 데이터베이스간의 불일치 현상이 존재한다는 것은 피할 수 없는 제한 요소이다. Thus, the price of distributed databases currently on the market is astronomical. In addition to the price, there are many constraints on the technical operability. Therefore, there are many cases where the replication / synchronization technique is operated rather than the distributed database. Of course, since the replication / synchronization database does not perform real-time synchronization compared to the distribution database, it is inevitable that there is an inconsistency between the original / replication database until the synchronization is performed.

하지만, 선로 투자공사, TOMS(Telephone Outsideplant Management System) 시설물 운용 환경을 고려해 볼 때, 고 비용의 분산 데이터베이스를 구매하여 운용하는 것보다는 저 비용의 복제화/동기화 데이터베이스를 적용한다 하더라도 업무의 진행에는 별다른 무리가 없다.However, considering the operation environment of the track investment corporation and the Telephone Outsideplant Management System (TOMS) facilities, even if a low-cost copying / synchronization database is applied rather than purchasing and operating a high-cost distributed database, it is difficult to proceed. There is no.

일반적으로, 개인용컴퓨터(PC : Personal Computer) 환경하에서는 "Microsoft Access DB"에서 복제화/동기화 데이터베이스를 제공하고 있다. 하지만, Access DB는 지리정보체계(GIS : Geographic Information System) DB가 아니므로 통신 선로시설물 관리 업무에 적용하기에는 많은 제약 조건이 존재한다. 이는 기본적으로 포인트, 라인, 폴리곤 같은 GIS 기본 데이터 타입을 제공하지 않으므로 응용 어플리케이션 레벨에서 공간 데이터 타입을 저장하고 처리하여야 한다. 또한, 공간 인덱싱이 아닌 일반 B-트리(B-tree) 인덱스만 제공하므로 시설물에 대한 신속한 응답 속도를 보장할 수 없다. In general, in a personal computer (PC) environment, a "Microsoft Access DB" provides a replication / synchronization database. However, since Access DB is not a Geographic Information System (GIS) DB, there are many constraints to apply to the management of telecommunication line facilities. Since it does not basically provide GIS basic data types such as points, lines, and polygons, it is necessary to store and process spatial data types at the application level. In addition, since only general B-tree indexes are provided, not spatial indexing, it is not possible to guarantee fast response speed to facilities.

따라서, 공간 데이터 타입과 공간 인텍싱 등 GIS 필수 기능을 제공하는 객체관계형 데이터베이스관리시스템(ORDBMS : Object Relational DBMS)을 이용하여 시설물에 대한 복제화/동기화 방안이 필수적으로 요구된다.Therefore, a replication / synchronization scheme for facilities is required by using an object relational database management system (ORDBMS) that provides GIS essential functions such as spatial data type and spatial indexing.

상기한 바와 같은 문제점을 해결하기 위하여 안출된 본 발명은, 일반적인 컴퓨팅 환경하에서 객체 관계형 데이터베이스에 있는 객체 식별자(OID)를 이용해 서버의 원본 데이터베이스를 복제화하여 복제 데이터베이스를 구성하고, 작업에 따른 편집으로 인한 객체의 불일치가 발생한 경우에 두 데이터베이스간의 동기화를 수행하기 위한 데이터베이스 복제화 및 동기화 방법과, 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는데 그 목적이 있다. In order to solve the problems described above, the present invention is to replicate the server's original database using the object identifier (OID) in the object-relational database in a general computing environment, to configure a duplicate database, It is an object of the present invention to provide a method of replicating and synchronizing a database for performing synchronization between two databases when an object mismatch occurs, and a computer-readable recording medium that records a program for realizing the method.

상기 목적을 달성하기 위한 본 발명은, 컴퓨팅 시스템에서 서버에서 관리되는 대용량의 데이터베이스(이하, 원본 데이터베이스라 함)의 특정 부분을 복제하여 별도의 데이터베이스(이하, 복제 데이터베이스라 함)로 유지하는 방법에 있어서, 사용자의 선택에 따라, 상기 컴퓨팅 시스템의 중앙처리장치가 복제화 대상 클래스를 결정하는 복제대상 선정 단계; 사용자의 선택에 따라, 상기 중앙처리장치가 복제대상 영역을 선택하는 복제영역 설정 단계; 상기 중앙처리장치가 상기 결정된 복제화 대상 클래스를 대상으로 상기 복제대상 영역에 포함되는 객체들을 검색하여, 복제 대상 영역내 원본 객체들을 상기 복제 데이터베이스내의 복제 객체로 생성하는 복제 객체 생성 단계; 객체 식별자(OID) 필드를 유지할 수 있도록, 상기 중앙처리장치가 시설물 클래스를 구성하면서 상기 복제 데이터베이스를 생성하는 복제 데이터베이스 생성 단계; 및 상기 복제 데이터베이스내에서의 충돌 객체 발생시에(작업에 따른 복제 데이터베이스 편집으로 인한 객체의 불일치가 발생한 경우), 상기 중앙처리장치가 서버와의 연동을 통해, 객체 식별자(OID) 필드를 이용하여 상기 원본 데이터베이스와 상기 복제 데이터베이스를 일치시키는 동기화 단계를 포함하여 이루어진 것을 특징으로 한다.The present invention for achieving the above object is a method for replicating a specific portion of a large database managed by a server (hereinafter referred to as the original database) in a computing system to maintain a separate database (hereinafter referred to as a clone database). In accordance with the user's selection, the central processing unit of the computing system selects the object to be cloned to determine the object to be cloned; A copy area setting step of selecting, by the central processing unit, a copy target area according to a user's selection; A duplicate object generation step of the central processing unit searching for the objects included in the copy target area with respect to the determined copy target class, and generating original objects in the copy target area as a copy object in the copy database; A replicating database creation step of creating, by the central processing unit, the replica database while maintaining an object identifier (OID) field; And when a collision object occurs in the replica database (when an inconsistency of an object due to editing of a replica database occurs according to an operation), the central processing unit uses the object identifier (OID) field through interworking with a server. And synchronizing the original database with the replica.

한편, 본 발명은, 서버에서 관리되는 대용량의 데이터베이스(이하, 원본 데이터베이스라 함)의 특정 부분을 복제하여 별도의 데이터베이스(이하, 복제 데이터베이스라 함)로 유지하기 위하여, 프로세서를 구비한 컴퓨팅 시스템에, 사용자의 선택에 따라, 상기 컴퓨팅 시스템의 중앙처리장치가 복제화 대상 클래스를 결정하는 복제대상 선정 기능; 사용자의 선택에 따라, 상기 중앙처리장치가 복제대상 영역을 선택하는 복제영역 설정 기능; 상기 중앙처리장치가 상기 결정된 복제화 대상 클래스를 대상으로 상기 복제대상 영역에 포함되는 객체들을 검색하여, 복제 대상 영역내 원본 객체들을 상기 복제 데이터베이스내의 복제 객체로 생성하는 복제 객체 생성 기능; 객체 식별자(OID) 필드를 유지할 수 있도록, 상기 중앙처리장치가 시설물 클래스를 구성하면서 상기 복제 데이터베이스를 생성하는 복제 데이터베이스 생성 기능; 및 상기 복제 데이터베이스내에서의 충돌 객체 발생시에(작업에 따른 복제 데이터베이스 편집으로 인한 객체의 불일치가 발생한 경우), 상기 중앙처리장치가 서버와의 연동을 통해, 객체 식별자(OID) 필드를 이용하여 상기 원본 데이터베이스와 상기 복제 데이터베이스를 일치시키는 동기화 기능을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공한다.On the other hand, the present invention, in order to replicate a specific portion of a large database managed by the server (hereinafter referred to as the original database) to maintain a separate database (hereinafter referred to as a clone database), a computing system having a processor A copy target selection function for determining, by the central processor of the computing system, a copy target class according to a user's selection; A copy area setting function of the CPU selecting a copy target area according to a user's selection; A duplicate object generation function, wherein the central processing unit searches for the objects included in the copy target area with respect to the determined copy target class, and generates original objects in the copy target area as a copy object in the copy database; A replica database creation function for creating, by the central processing unit, the replica class while maintaining an object identifier (OID) field; And when a collision object occurs in the replica database (when an inconsistency of an object due to editing of a replica database occurs according to an operation), the central processing unit uses the object identifier (OID) field through interworking with a server. A computer readable recording medium having recorded thereon a program for realizing a synchronization function for matching an original database with a replica database is provided.

본 발명에서는 객체관계형 데이터베이스에 있는 OID(Object IDentifier)를 이용한 복제화/동기화 방법을 제안하고자 한다.The present invention proposes a replication / synchronization method using an object identifier (OID) in an object relational database.

본 발명은 서버에서 관리되는 대용량의 데이터베이스(이하, 원본 데이터베이스라함)의 특정 부분을 클라이언트의 PC 머신으로 복제(Replication)하여 별도의 데이터베이스(이하, 복제 데이터베이스라 함)로 유지하는 것이다. 또한, 복제 데이터베이스에서 삽입, 수정 등의 편집 작업이 발생하여 복제 데이터베이스의 내용이 변경된 경우에, 변경 내역을 원본 데이터베이스로 동기화(Synchronization)시킬 수 있는 것이다. 즉, 원본 데이터베이스를 복제 데이터베이스로 복제할 수 있는 복제화 툴과 이에 대한 동기화 작업을 수행할 수 있는 것이다. In the present invention, a specific portion of a large database managed by a server (hereinafter referred to as an original database) is replicated to a client PC machine and maintained as a separate database (hereinafter referred to as a replicate database). In addition, when an operation such as inserting or modifying a replication database occurs and the contents of the replication database are changed, the change history can be synchronized to the original database. That is, the replication tool that can replicate the original database to the clone database and the synchronization can be performed.

이를 위해, 본 발명에서는 우선 복제 데이터베이스는 원본 데이터베이스의 모든 요소(클래스, 객체)를 포함하여야 한다. 또한, 동기화 목적으로 부가적인 정보 필드가 유지되어야 한다. 따라서, 복제 데이터베이스가 생성될 때 원본 데이터베이스에서 어떻게 객체들을 생성할 것인가, 그리고 복제 데이터베이스는 동기화를 위하여 어떠한 부가 정보를 어떻게 구성하여야 하는가가 기술적인 과제이다.To this end, in the present invention, the replica database must include all elements (classes, objects) of the original database. In addition, additional information fields must be maintained for synchronization purposes. Therefore, the technical challenge is how to create objects in the original database when the replica is created, and how to configure any additional information for synchronization.

본 발명에서는 이 목적을 위하여 객체관계형 데이터베이스의 OID를 사용한다. OID는 일반 관계 DBMS의 키에 해당되는 성격의 지닌 시스템 요소이다. 즉, 객체관계형 DBMS에서 유지되는 모든 객체는 유니크한 OID를 가진다. 이 OID는 데이터베이스내에 모든 객체에 대하여 유니크한 값을 가지므로 객체간에 서로 중복되는 경우는 없다. 즉, OID는 대상 객체를 식별하는 식별자로 사용할 수 있다. 따라서, 복제 데이터베이스가 생성될 때 복제 데이터베이스내의 객체들은 원본 데이터베이스내의 원본 객체에 대한 OID를 별도로 유지한다. 따라서, 여하간의 편집 작업이 수행된다 하더라도 복제 데이터베이스내에 있는 복제 객체는 복제 객체내에 유지되는 원본 객체의 OID를 통하여 원본 데이터베이스와의 연결 정보를 가질 수 있다.The present invention uses the OID of an object relational database for this purpose. OID is a system element having the characteristics corresponding to the key of general relational DBMS. In other words, every object maintained in an object-relational DBMS has a unique OID. This OID has a unique value for every object in the database, so there is no overlap between objects. That is, the OID may be used as an identifier for identifying the target object. Thus, when a replicate database is created, the objects in the replicate database maintain separate OIDs for the original objects in the source database. Therefore, even if any editing is performed, the duplicate object in the duplicate database may have connection information with the original database through the OID of the original object maintained in the duplicate object.

원본 데이터베이스에서 원본 객체에 대한 변경 작업이 발생하거나 복제 데이터베이스 내의 복제 객체에 대한 편집 작업이 발생하는 경우에, 동일한 객체에 대한 충돌(Conflict)이 발생하게 된다. 즉, 서로 다른 변경 작업이 발생한 경우이다. 이러한 경우는 여러 가지 경우의 수를 가질 수 있다. 즉, 원본 객체는 변경이 되지 않았으나 복제 객체가 변경된 경우, 혹은 그 반대의 경우, 아니면 원본과 복제 객체가 서로 모두 변경되는 경우도 발생할 수 있다. 본 발명에서는 이러한 객체를 충돌 객체라 칭한다. 편집 작업만이 충돌 객체를 만드는 것은 아니다. 새로 입력된 객체도 충돌 객체로 규정한다. 원본 데이터베이스에서 새로 입력된 객체는 복제 데이터베이스 입장에서는 존재하지 않은 객체이므로 충돌 객체로 규정되어야 한다. 또한, 그 반대의 경우도 같은 개념이 적용되어야 한다. 문제는 이러한 충돌 객체를 어떻게 추출하느냐 하는 것과 충돌 객체들을 어떻게 처리할 것인가가 중요한 기술적 과제이다. 본 발명에서 적용된 충돌 객체 추출 및 충돌 해결 방안(Conflict Resolve)에 대한 구체적인 예는 하기에서 설명하기로 한다.When a change operation on an original object occurs in an original database or an edit operation on a duplicate object in a duplicate database occurs, a conflict with the same object occurs. In other words, different changes occur. This case may have a number of cases. In other words, the original object has not been changed, but the duplicate object has changed, or vice versa, or the original and the duplicate object may both change. In the present invention, such an object is called a collision object. Editing is not the only thing that creates a collision object. Newly entered objects are also defined as collision objects. The newly entered object in the original database must be defined as a collision object because it does not exist from the replica database point of view. The same concept should also apply to the reverse. The problem is how to extract these collision objects and how to deal with them. A concrete example of the collision object extraction and conflict resolution applied in the present invention will be described below.

상술한 목적, 특징들 및 장점은 첨부된 도면과 관련한 다음의 상세한 설명을 통하여 보다 분명해 질 것이다. 이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 일실시예를 상세히 설명한다.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)와, 중앙처리장치에 연결된 입력장치(14) 및 표시장치(15)를 구비한다.As shown in FIG. 1, a hardware system to which the present invention is applied includes a central processing unit 11, a main memory device 12 connected to the central processing device 11, and an auxiliary memory device connected to the main memory device 12. 13, an input device 14 and a display device 15 connected to the central processing unit.

여기서, 하드웨어 시스템은, 컴퓨터의 전체 동작을 제어하고 관리하는 중앙처리장치(11), 중앙처리장치(11)에서 수행되는 프로그램을 저장하고 작업 수행중 이용되는 또는 작업 수행중에 발생되는 각종 데이터를 저장하는 주기억장치(12)와 보조기억장치(13) 및 사용자와의 데이터 입출력을 위한 입출력장치(14,15)를 포함한다.Here, the hardware system stores the central processing unit 11, the program executed in the central processing unit 11, which controls and manages the overall operation of the computer, and stores various data used during or during the operation of the operation. And a main memory device 12, an auxiliary memory device 13, and input / output devices 14 and 15 for inputting and outputting data to and from a user.

그리고, 주기억장치(12) 및 보조기억장치(13)는 대량의 데이터를 저장하는 역할을 하며, 입출력장치(14,15)는 일반적인 키보드, 디스플레이 장치 및 프린터 등을 포함한다.In addition, the main memory device 12 and the auxiliary memory device 13 serve to store a large amount of data, and the input / output devices 14 and 15 include a general keyboard, a display device, and a printer.

그러나, 상기한 바와 같은 구성을 갖는 컴퓨터 하드웨어 환경은 당해 분야에서 이미 주지된 기술에 지나지 아니하므로 여기에서는 그에 관한 자세한 설명은 생략하기로 한다. 다만, 주기억장치(12)에 탑재되어 중앙처리장치(11)에 의해 원본 데이터베이스를 복제 데이터베이스로 복제할 수 있는 복제화 처리 과정과 이에 대한 동기화 처리 과정에 대해 보다 상세히 설명한다.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, a duplicate processing process and a synchronization process therefor, which are mounted on the main memory device 12 and which can copy the original database by the central processing unit 11 to the replicate database, will be described in more detail.

도 2 는 본 발명에 따른 데이터베이스 복제화 방법에 대한 일실시예 흐름도이다.2 is a flowchart illustrating an embodiment of a database replication method according to the present invention.

도 2에 도시된 바와 같이, 본 발명에 따른 데이터베이스 복제화 방법은, 먼저 사용자의 선택에 의해 중앙처리장치(11)가 복제화 대상 클래스를 선택한다. 여기서, 원본 데이터베이스내의 모든 클래스를 복제화 대상 클래스로 할 수도 있다. 또한, 제한된 몇 개의 클래스들만을 대상으로 할 수도 있다(201). As shown in FIG. 2, in the database replication method according to the present invention, the CPU 11 selects a replication target class by user's selection. Here, all classes in the source database can also be made classes to be cloned. In addition, only a limited number of classes may be targeted (201).

이후, 복제화는 다양한 조건에 의하여 수행될 수 있다. 즉, 특정 사용자는 지리 좌표값을 바탕으로 특정 4각형(Rectangle) 영역내의 객체들에 대하여 복제화를 수행할 수 있다. 또한, 특정 폴리곤 영역을 대상으로 복제화를 수행할 수 있다. 즉, 사용자의 선택에 의해 중앙처리장치(11)가 복제화 대상 영역을 선택한다(202). Thereafter, replication can be performed by various conditions. That is, a specific user may perform duplication of objects within a specific rectangular region based on geographic coordinate values. In addition, replication can be performed on specific polygon regions. That is, the central processing unit 11 selects the copy target area by the user's selection (202).

다음으로, "201" 단계에서 선택된 클래스들을 대상으로 "202" 단계에서 사용자가 선택한 대상 영역에 포함되는 객체들을 검색하여 복제 데이터베이스에 복제 객체로 생성한다(203). Next, objects included in the target area selected by the user in the step “202” are searched for the classes selected in the step “201”, and the object is created as a duplicate object in the replica database (203).

도 3 은 본 발명에 따른 복제 데이터베이스 OID 필드 유지 클래스 생성 및 멀티 레벨 복제 데이터베이스 구성 예시도로서, 복제 데이터베이스에 OID 관련 부가 필드에 생성에 대한 설명이다.FIG. 3 is a diagram illustrating the generation of a replication database OID field maintenance class and a multilevel replication database configuration according to the present invention.

본 실시예에서는 복제 클래스 생성을 구조적 질의언어(SQL3 : Structured Query Lanquage3)로 구현하였다. 이를 바탕으로 "203" 단계의 복제 데이터베이스가 생성되었을 때 원본 객체와 복제 객체간의 OID 관련 정보를 그림으로 표현하였다. In this embodiment, the replication class generation is implemented in a structured query language (SQL3). Based on this, the OID related information between the original object and the duplicate object was represented in the figure when the clone database was created in step "203".

원본 데이터베이스(tomsDb)에서, 원본 객체는 VPS(Volume ID, Page ID, Slot ID : OID는 세 개의 서브 필드로 구성됨)로 M1, M2, M3를 가지고 있다. In the original database (tomsDb), the original object has V1 (Volume ID, Page ID, Slot ID: OID is composed of three subfields) and has M1, M2, and M3.

복제 객체는 복제 데이터베이스(tomsdbR)에서 새로 생성된 객체이므로 복제 데이터베이스내의 VPS로 R1, R2, R3를 가진다. 또한, 복제화 툴은 상기에서 명시한 부가 정보 필드(volid, pageid, slotid)에 원본 객체의 VPS인 M1, M2, M3를 유지하며, 일반 속성값들로 복제한다. 여기서, 부가 필드로 유지되는 "Rflag"는 복제 데이터베이스내에서 복제 객체가 변경되었을 때 세팅되는 필드이다. 이는 동기화 작업시 동기화 대상 객체를 추출하는 목적으로 사용된다. Since the clone object is a newly created object in the clone database (tomsdbR), it has R1, R2, and R3 as the VPS in the clone database. In addition, the duplication tool maintains the VPS M1, M2, and M3 of the original object in the additional information fields (volid, pageid, slotid) specified above, and duplicates them with general attribute values. Here, " Rflag " maintained as an additional field is a field set when a replication object is changed in the replication database. This is used for the purpose of extracting the object to be synchronized during synchronization.

또 다른 복제 데이터베이스(tomsdbR1)는 복제 데이터베이스(tomsdbR)를 다시 복제화한 경우이다.Another replication database (tomsdbR1) is a case where the replication database (tomsdbR) is replicated again.

이후, "201" 단계에서 선택한 복제화 대상 클래스가 존재하는 경우에는 "203" 단계의 과정을 중복적으로 수행한다. Subsequently, when the replication target class selected in step “201” exists, the process of step “203” is repeatedly performed.

도 4 는 본 발명에 따른 데이터베이스 동기화 방법에 대한 일실시예 흐름도이다.4 is a flowchart illustrating an embodiment of a database synchronization method according to the present invention.

복제 객체는 복제 데이터베이스내에서 변경 작업이 발생한 경우에 "Rflag"가 세팅되므로 변경된 객체임을 인식할 수 있다. The duplicate object is recognized as a changed object because "Rflag" is set when a change occurs in the replicate database.

충돌이 발생하는 경우는 복제 데이터베이스내의 복제 객체의 "Rflag"가 세팅된 경우이다. 이는 복제 데이터베이스내에서 변경이 발생한 경우이므로 충돌 해결의 대상이다. 또한, 복제 데이터베이스내에서 새로 입력된 객체도 충돌 해결의 대상이다.The conflict occurs when the "Rflag" of the replication object in the replication database is set. This is the subject of conflict resolution because a change occurred in the replica. In addition, newly entered objects in the replica are subject to conflict resolution.

복제 데이터베이스내에서 새로 입력된 객체들은 복제 객체내의 "volid", "pageid", "slotid"가 모두 널(null)의 상태이다. 즉, 새로 입력된 객체는 원본 객체가 존재하지 않으므로 "volid", "pageid", "slotid"가 세팅되어 있지 않다. 따라서, 복제 객체중에 "volid", "pageid", "slotid"가 널(null)인 복제 객체들은 원본 데이터베이스로 새로 입력되어야 한다. Newly entered objects in the replica are null with "volid", "pageid" and "slotid" in the replica. That is, "volid", "pageid" and "slotid" are not set because the newly input object does not exist the original object. Therefore, duplicate objects whose "volid", "pageid" and "slotid" are null must be entered into the original database.

도 4에 도시된 바와 같이, 본 발명에 따른 데이터베이스 동기화 방법은, 복제 데이터베이스내에 새로 입력된 객체를 검색하여 원본 데이터베이스로 입력한다(401).As shown in FIG. 4, the method for synchronizing databases according to the present invention searches for a newly input object in a replica database and inputs it into an original database (401).

이후, 원본 객체에 새로 입력된 객체들에 자동으로 부여되는 VPS를 알아내야만 한다. 즉, 이제 새로 입력된 복제 객체를 원본 데이터베이스에 입력하였으므로 복제본과 원본이 동기화가 이루어진 상태이다. 이 상태에서 복제 객체의 "volid", "pageid", "slotid"를 새로 입력된 원본 객체의 VPS로 세팅하지 않는다면 복제 객체는 다음 동기화 작업시에도 다시 새로 입력된 객체로 인식되게 되므로 중복 입력되는 현상이 발생한다. 따라서, 복제 객체의 "volid", "pageid", "slotid"를 원본 객체의 VPS로 세팅하는 과정이 필요하다(402). After that, we need to find out the VPS that is automatically assigned to the newly entered objects in the original object. In other words, now that the newly entered duplicate object has been entered into the original database, the replica and the original are synchronized. In this state, if the "volid", "pageid", and "slotid" of the duplicate object are not set to the VPS of the newly input original object, the duplicate object will be recognized as the newly input object again during the next synchronization operation. This happens. Therefore, a process of setting "volid", "pageid", and "slotid" of the duplicate object to the VPS of the original object is required (402).

다음으로, 복제 데이터베이스에 새로 입력된 복제 객체가 존재하는지를 검사하여(403), 존재하면 "401" 단계 및 "402" 단계를 반복 수행한다.Next, it is checked whether there is a newly inputted replication object in the replication database (403), and if present, steps "401" and "402" are repeated.

만약, 복제 데이터베이스에 새로 입력된 복제 객체가 존재하지 않으면, 복제 데이터베이스에서 "Rlfag"가 세팅된 객체는 변경이 발생한 객체이므로 복제 객체 중에 "Rflag"가 세팅된 복제 객체들을 검색한다(404). If a duplicate object newly input in the clone database does not exist, an object having "Rlfag" set in the clone database is a change object and thus retrieves clone objects having "Rflag" set among the clone objects (404).

이어서, 원본 객체를 복제 객체의 내용으로 변경한다(405). 이후에, 복제 데이터베이스에 "Rflag"가 세팅된 변경 복제 객체가 있으면(406), "405" 단계를 중복 수행한다.Next, the original object is changed to the content of the duplicate object (405). Thereafter, if there is a change replication object with "Rflag" set in the replication database (406), the step "405" is repeated.

이후, 복제 데이터베이스 클래스중에 변경되거나 새로 입력된 객체가 있는 클래스들을 대상으로 "401" 단계를 중복 수행한다. Subsequently, the "401" step is repeatedly performed for the classes that have changed or newly input objects among the duplicate database classes.

상기한 바와 같은 본 발명은, 서버의 원본 데이터베이스를 복제하여 클라이언트 머신에 유지하며, 복제 데이터베이스와 원본 데이터베이스의 동기화를 수행할 수 있다.According to the present invention as described above, the original database of the server is replicated and maintained on the client machine, and the replica and the original database can be synchronized.

그리고, 대용량의 원본 데이터베이스에 대하여 필요한 영역만큼을 복제화하여 사용하므로 복수 사용자의 원본 데이터베이스 작업에 따른 성능의 저하를 방지할 수 있다. 또한, 제한된 자원의 클라이언트 PC의 자원을 최대한 활용할 수 있으며, 원본 데이터베이스에 대한 복수 사용자 록킹(Locking) 문제를 해결할 수 있다. In addition, since the required area is replicated for a large original database, performance deterioration due to the work of the original database of multiple users can be prevented. In addition, it is possible to make the most of the resources of the client PC of limited resources, and solve the problem of multi-user locking on the original database.

따라서, 선로 시설에 투자 공사에 따른 설계 작업시 사용자 long duration 트랜잭션을 자동으로 해결할 수 있고, 사용자로 하여금 복제 데이터베이스를 대상으로 자신의 작업을 독립적으로 수행할 수 있도록 한다. 또한 대규모 작업이 여러 사용자의 작업 영역의 분할을 통하여 작업을 동시에 수행할 수 있으므로 작업 속도 및 업무의 효율을 기할 수 있다. 이는 복제 데이터베이스의 변경 작업에 대한 동기화 기능을 제공함으로써 가능하다.Therefore, it is possible to automatically solve user long duration transactions during design work according to investment in rail facilities, and to allow users to independently perform their work on replica databases. In addition, large-scale work can be performed at the same time by dividing the work area of several users, thereby improving work speed and efficiency. This is done by providing a synchronization function for changes to the replica.

본 발명에 따르면, 동기화 작업은 새로 입력된 객체 및 변경된 객체에 대하여 포괄적으로 수행되므로 원본 데이터베이스와 복제 데이터베이스와의 불일치(Inconsistency)를 방지할 수 있다. 그리고, 대용량 추세에 있는 서버의 원본 데이터베이스에 대하여 분산 데이터베이스 개념이 적용된 데이터베이스 복제화/동기화 기법은 저렴한 비용으로 작업 능률 및 성능의 향상을 기할 수 있다.According to the present invention, the synchronization operation is comprehensively performed on newly input objects and changed objects, thereby preventing inconsistency between the original database and the replica database. In addition, the database replication / synchronization technique in which the distributed database concept is applied to the original database of a server in a large capacity trend can improve work efficiency and performance at low cost.

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

상기한 바와 같은 본 발명은, 대용량 데이터베이스를 작업목적에 맞게 특정 영역만을 복제할 수 있으므로 작업 성능을 향상시킬 수 있으며, 복제/원본 데이터베이스간의 동기화 작업으로 복수 사용자에게 적합한 작업 환경을 제공할 수 있는 효과가 있다. 또한, 최소의 비용으로 데이터베이스를 복제화/동기화할 수 있으므로 하드웨어 리소스가 제한되는 일반 PC에서도 데이터베이스 작업을 할 수 있어 PC 자원의 활용도를 극대화할 수 있으며, 복제화된 데이터베이스를 대상으로 여러 사용자가 작업한 후에 원본 데이터베이스로 동기화할 수 있고, 시설물관리, 설계, 공사 기타 시설물관리를 필요로 하는 업무를 복수 사용자가 동시에 작업할 수 있으므로 업무의 시간과 노력을 단축할 수 있는 효과가 있다.As described above, the present invention can improve the performance of a large database by copying only a specific area according to a work purpose, and can provide a working environment suitable for multiple users by synchronizing operations between replication and the original database. There is. In addition, since the database can be replicated / synchronized at a minimum cost, the database can be operated on a general PC where hardware resources are limited, thereby maximizing the utilization of PC resources. After multiple users work on the replicated database, It can be synchronized to the original database, and multiple users can work at the same time that requires facility management, design, construction and other facility management, thereby reducing the time and effort of the work.

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

도 2 는 본 발명에 따른 데이터베이스 복제화 방법에 대한 일실시예 흐름도.2 is a flowchart of an embodiment of a database replication method according to the present invention;

도 3 은 본 발명에 따른 복제 데이터베이스 OID 필드 유지 클래스 생성 및 멀티 레벨 복제 데이터베이스 구성 예시도.3 is a view illustrating the generation of a replication database OID field maintenance class and a multilevel replication database configuration according to the present invention.

도 4 는 본 발명에 따른 데이터베이스 동기화 방법에 대한 일실시예 흐름도.4 is a flowchart of an embodiment of a database synchronization method 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; Secondary storage device 14: input device

15 : 표시장치 15: display device

Claims (5)

컴퓨팅 시스템에서 서버에서 관리되는 대용량의 데이터베이스(이하, 원본 데이터베이스라 함)의 특정 부분을 복제하여 별도의 데이터베이스(이하, 복제 데이터베이스라 함)로 유지하는 방법에 있어서,In a method for replicating a specific portion of a large database managed by a server (hereinafter referred to as a source database) in a computing system and maintaining it as a separate database (hereinafter referred to as a clone database), 사용자의 선택에 따라, 상기 컴퓨팅 시스템의 중앙처리장치가 복제화 대상 클래스를 결정하는 복제대상 선정 단계;A duplication target selection step of determining, by the user's selection, a duplication target class by the central processing unit of the computing system; 사용자의 선택에 따라, 상기 중앙처리장치가 복제대상 영역을 선택하는 복제영역 설정 단계;A copy area setting step of selecting, by the central processing unit, a copy target area according to a user's selection; 상기 중앙처리장치가 상기 결정된 복제화 대상 클래스를 대상으로 상기 복제대상 영역에 포함되는 객체들을 검색하여, 복제 대상 영역내 원본 객체들을 상기 복제 데이터베이스내의 복제 객체로 생성하는 복제 객체 생성 단계; A duplicate object generation step of the central processing unit searching for the objects included in the copy target area with respect to the determined copy target class, and generating original objects in the copy target area as a copy object in the copy database; 객체 식별자(OID) 필드를 유지할 수 있도록, 상기 중앙처리장치가 시설물 클래스를 구성하면서 상기 복제 데이터베이스를 생성하는 복제 데이터베이스 생성 단계; 및 A replicating database creation step of creating, by the central processing unit, the replica database while maintaining an object identifier (OID) field; And 상기 복제 데이터베이스내에서의 충돌 객체 발생시에(작업에 따른 복제 데이터베이스 편집으로 인한 객체의 불일치가 발생한 경우), 상기 중앙처리장치가 서버와의 연동을 통해, 객체 식별자(OID) 필드를 이용하여 상기 원본 데이터베이스와 상기 복제 데이터베이스를 일치시키는 동기화 단계When a collision object occurs in the replica database (when an inconsistency of an object due to editing of a replica database occurs according to a task), the CPU processes the original data using an object identifier (OID) field through interworking with a server. Synchronization step to match the database with the replica 를 포함하는 객체 식별자를 이용한 데이터베이스 복제화 및 동기화 방법.Database replication and synchronization method using an object identifier comprising a. 제 1 항에 있어서,The method of claim 1, 상기 복제 데이터베이스는,The replica database, 동기화 작업시 동기화 대상 객체를 추출하기 위하여, 상기 복제 객체의 변경시 세팅되는 필드를 구비하는 것을 특징으로 하는 객체 식별자를 이용한 데이터베이스 복제화 및 동기화 방법.And a field set when a change of the duplicate object is performed to extract the object to be synchronized during the synchronization operation. 제 1 항에 있어서,The method of claim 1, 상기 충돌 객체는,The collision object, 실질적으로, 상기 복제 데이터베이스내에서 변경 작업(즉, 상기 원본 객체는 변경이 되지 않았으나 상기 복제 객체가 변경된 경우, 상기 복제 객체가 변경이 되지 않았으나 상기 원본 객체가 변경된 경우, 상기 원본 객체와 상기 복제 객체가 서로 모두 변경되는 경우)이 발생하여 변경된 객체나, 새로 입력된 객체를 포함하는 것을 특징으로 하는 객체 식별자를 이용한 데이터베이스 복제화 및 동기화 방법. Substantially, a change operation in the replica database (ie, the original object has not been changed but the duplicate object has changed, the duplicate object has not been changed but the original object has changed, the original object and the duplicate object). Is changed to each other) occurs and includes a changed object, or a newly input object, database replication and synchronization method using an object identifier. 제 1 항 내지 제 3 항 중 어느 한 항에 있어서,The method according to any one of claims 1 to 3, 상기 동기화 단계는,The synchronization step, 상기 복제 데이터베이스내에 새로 입력된 객체를 검색하여 상기 원본 데이터베이스에 입력하는 단계;Retrieving a newly entered object in the replica database and inputting it into the original database; 상기 복제 객체와 원본 객체의 상기 복제 객체의 변경시 세팅되는 필드를 동기화시키는 단계;Synchronizing a field set upon a change of the duplicate object of the duplicate object and the original object; 상기 복제 객체중 세팅된 복제 객체들을 검색하는 단계; 및Retrieving set duplicated objects among the duplicated objects; And 상기 원본 객체를 상기 복제 객체의 내용으로 변경하는 단계Changing the original object to the contents of the duplicate object 를 포함하는 객체 식별자를 이용한 데이터베이스 복제화 및 동기화 방법.Database replication and synchronization method using an object identifier comprising a. 서버에서 관리되는 대용량의 데이터베이스(이하, 원본 데이터베이스라 함)의 특정 부분을 복제하여 별도의 데이터베이스(이하, 복제 데이터베이스라 함)로 유지하기 위하여, 프로세서를 구비한 컴퓨팅 시스템에, In a computing system with a processor to replicate a particular portion of a large database managed by a server (hereinafter referred to as a source database) and maintain it as a separate database (hereinafter referred to as a clone database), 사용자의 선택에 따라, 상기 컴퓨팅 시스템의 중앙처리장치가 복제화 대상 클래스를 결정하는 복제대상 선정 기능;A copy target selection function for determining, by the central processor of the computing system, a copy target class according to a user's selection; 사용자의 선택에 따라, 상기 중앙처리장치가 복제대상 영역을 선택하는 복제영역 설정 기능;A copy area setting function of the CPU selecting a copy target area according to a user's selection; 상기 중앙처리장치가 상기 결정된 복제화 대상 클래스를 대상으로 상기 복제대상 영역에 포함되는 객체들을 검색하여, 복제 대상 영역내 원본 객체들을 상기 복제 데이터베이스내의 복제 객체로 생성하는 복제 객체 생성 기능; A duplicate object generation function, wherein the central processing unit searches for the objects included in the copy target area with respect to the determined copy target class, and generates original objects in the copy target area as a copy object in the copy database; 객체 식별자(OID) 필드를 유지할 수 있도록, 상기 중앙처리장치가 시설물 클래스를 구성하면서 상기 복제 데이터베이스를 생성하는 복제 데이터베이스 생성 기능; 및 A replica database creation function for creating, by the central processing unit, the replica class while maintaining an object identifier (OID) field; And 상기 복제 데이터베이스내에서의 충돌 객체 발생시에(작업에 따른 복제 데이터베이스 편집으로 인한 객체의 불일치가 발생한 경우), 상기 중앙처리장치가 서버와의 연동을 통해, 객체 식별자(OID) 필드를 이용하여 상기 원본 데이터베이스와 상기 복제 데이터베이스를 일치시키는 동기화 기능When a collision object occurs in the replica database (when an inconsistency of an object due to editing of a replica database occurs according to a task), the CPU processes the original data using an object identifier (OID) field through interworking with a server. Synchronization function to match the database with the replica 을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for realizing this.
KR10-1999-0057615A 1999-12-14 1999-12-14 Database replication and synchronization method using object identifier KR100501904B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-1999-0057615A KR100501904B1 (en) 1999-12-14 1999-12-14 Database replication and synchronization method using object identifier

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-1999-0057615A KR100501904B1 (en) 1999-12-14 1999-12-14 Database replication and synchronization method using object identifier

Publications (2)

Publication Number Publication Date
KR20010056176A KR20010056176A (en) 2001-07-04
KR100501904B1 true KR100501904B1 (en) 2005-07-25

Family

ID=19625785

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-1999-0057615A KR100501904B1 (en) 1999-12-14 1999-12-14 Database replication and synchronization method using object identifier

Country Status (1)

Country Link
KR (1) KR100501904B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101522870B1 (en) 2013-10-01 2015-05-26 주식회사 파수닷컴 Apparatus and method for encrypting data column

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04165437A (en) * 1990-10-29 1992-06-11 Nec Corp Data base synchronization system
JPH1031608A (en) * 1996-07-17 1998-02-03 Fuji Facom Corp Process data backup method
KR19990078538A (en) * 1998-12-26 1999-11-05 김형순 Data queue for database synchronization and method for operating it

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04165437A (en) * 1990-10-29 1992-06-11 Nec Corp Data base synchronization system
JPH1031608A (en) * 1996-07-17 1998-02-03 Fuji Facom Corp Process data backup method
KR19990078538A (en) * 1998-12-26 1999-11-05 김형순 Data queue for database synchronization and method for operating it

Also Published As

Publication number Publication date
KR20010056176A (en) 2001-07-04

Similar Documents

Publication Publication Date Title
US5315709A (en) Method and apparatus for transforming objects in data models
US7441049B2 (en) Simplified application object data synchronization for optimized data storage
US7822710B1 (en) System and method for data collection
US6714943B1 (en) Method and mechanism for tracking dependencies for referential integrity constrained tables
US6728719B1 (en) Method and mechanism for dependency tracking for unique constraints
US20130110873A1 (en) Method and system for data storage and management
US7283999B1 (en) Similarity string filtering
US20120330890A1 (en) Propagating tables while preserving cyclic foreign key relationships
EP0753819A1 (en) System and method for accessing cobol data with a cobol compatible structured query language
Yu et al. Query processing in a fragmented relational distributed system: Mermaid
JP2001076005A (en) Data base system
US20080201290A1 (en) Computer-implemented methods, systems, and computer program products for enhanced batch mode processing of a relational database
US6345271B1 (en) Method and apparatus for transforming queries
US9047354B2 (en) Statement categorization and normalization
JP2001306372A (en) Method for managing document and storage medium storing program for executing the method
CN113656384B (en) Data processing method, distributed database system, electronic device and storage medium
KR100501904B1 (en) Database replication and synchronization method using object identifier
Dinda et al. Nondeterministic queries in a relational grid information service
CN101405727A (en) Management of statistical views in a database system
Miller et al. Data warehouse modeler: a CASE tool for warehouse design
Fodor et al. Implementation of fragmentation and replication methods in distributed systems
CN112148739A (en) Ciphertext indexing method and system independent of encryption database
KR20090107145A (en) The integrating and searching method of alien 2-dimension table
JP2002109448A (en) Business form processing device, business form processing method and storage medium
Ra Relational schema evolution for program independency

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20120702

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20130701

Year of fee payment: 9

LAPS Lapse due to unpaid annual fee