KR940007843B1 - Schema managing method on dbms - Google Patents

Schema managing method on dbms Download PDF

Info

Publication number
KR940007843B1
KR940007843B1 KR1019910024064A KR910024064A KR940007843B1 KR 940007843 B1 KR940007843 B1 KR 940007843B1 KR 1019910024064 A KR1019910024064 A KR 1019910024064A KR 910024064 A KR910024064 A KR 910024064A KR 940007843 B1 KR940007843 B1 KR 940007843B1
Authority
KR
South Korea
Prior art keywords
schema
database
request
dbms
processor
Prior art date
Application number
KR1019910024064A
Other languages
Korean (ko)
Other versions
KR930014137A (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 KR1019910024064A priority Critical patent/KR940007843B1/en
Publication of KR930014137A publication Critical patent/KR930014137A/en
Application granted granted Critical
Publication of KR940007843B1 publication Critical patent/KR940007843B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/40Data acquisition and logging

Abstract

The database schema managing method includes the steps of: if a memory allocation request is received, confirming whether a necessary memory is allocated and transmitting a response; if a schema alteration is requested, altering a schema, generating a log and transmitting a schema alteration completion message; if a schema restoration request is not received, transmitting the generated log and receiving a disk backup completion message; if there is the schema restoration request, restoring the schema to a previous state and transmitting a schema restoration completion message, thereby generating, erasing and altering a relation without stopping a system.

Description

실시간 데이타 베이스 관리 시스팀(DBMS)의 데이타 베이스 스키마 관리방법Real-time database management system (DBMS) database schema management method

제 1도는 전전자 교환기 시스팀에 구성된 분산 구조를 갖는 DBMS의 구조도.1 is a structural diagram of a DBMS having a distributed structure configured in an electronic switching system.

제 2 도는 본 발명과 관련된 블럭간의 구성 및 메시지의 흐름을 나타낸 구조도.2 is a block diagram showing the configuration of the block and the flow of messages related to the present invention.

제 3도는 본 발명의 전체적인 처리 흐름도 .3 is an overall processing flow diagram of the present invention.

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

1 : 가입자 교환 서브시스팀(ASS) 2 : 연결망 서브시스팀(INS)1: subscriber exchange subsystem (ASS) 2: network subsystem (INS)

3 : 중앙제어 서브시스팀(CCS) 4 : DBMS3: Central Control Subsystem (CCS) 4: DBMS

5 : 로컬 데이타 베이스 6 : ASP5: local database 6: ASP

7 : INP 8 : NTP7: INP 8: NTP

9 : OMP 10 : MMP9: OMP 10: MMP

DBSG : 데이타 베이스 지원그룹 블럭DBSG: Database Support Group Block

DBKG : 데이타 베이스 커널그룹 블럭DBKG: Database Kernel Group Block

DBBG : 데이타 베이스 백업그릅 블럭DBBG: Database Backup Group Block

DBQG : 데이타 베이스 질의어그룹 블럭DBQG: Database Query Group Block

본 발명은 데이타 베이스의 스키마 관리 방법에 관한 것으로, 특히, 실시간 데이타베이스 관리 시스팀(이하, DBMS라 함)에 적용되는 데이타 베이스 스키마 관리 방법에 관한 것이다.The present invention relates to a schema management method of a database, and more particularly, to a database schema management method applied to a real-time database management system (hereinafter referred to as DBMS).

기존의 대부분 교환기에서는 DBMS내에 스키마 관리 기능이 없어 한번 교환기 데이타가 호스트(off-line)에서 데이타 생성기를 통해 제작이 되고 나면 교환기 운용중에는 새로운 데이타의 생성이나 기존 데이타의 삭제, 기존 데이타 구조의 변경 등을 수행할 수 없었으며, 교환기의 운용중에 교환기 기능의 변경 및 추가로 인해 시스팀 데이타의 구조 변경 및 추가가 요구될 때는 항상 호스트 상에서 새로이 데이타를 등록 하여 데이타 생성기를 통해 데이타 화일을 제작한 후 교환기 시스팀에 로딩하는 과정을 거쳐야 했다 .Most existing exchanges do not have a schema management function in the DBMS, so once the exchange data has been produced through the data generator on the host (off-line), new exchanges, deletion of existing data, modification of existing data structures, etc. When the structure of the system data is required to be changed or added due to the change or addition of the exchange function during the operation of the exchange, it is necessary to register new data on the host to create a data file through the data generator, I had to go through the loading process.

그런데, 상기의 과정은 새로운 기능을 시스팀에 적용하기 위해서는 호스트 상에서의 사전 작업과 그에 따른 시간을 필요로 하며, 또한 데이타 베이스 화일의 로딩을 위한 일시적인 시스팀 운용의 중단을 불가피하게 만드는 문제점이 있었다.However, the above process requires a preliminary work on the host and time accordingly in order to apply a new function to the system, and also has the problem of temporarily stopping the operation of the system for loading the database file.

따라서, 상기와 같은 종래 기술의 문제점을 해결하기 위해 안출된 본 발명은 시스팀의 운용중에 질의어를 통해 요구되는 데이타의 생성, 삭제, 구조 변경등이 가능하도록 교환기 시스팀 데이타 베이스의 스키마를 관리해줌으로써 사용자의 기능개발을 편리하게 하고, 기능 추가에 관계없이 시스팀의 지속적인 서비스가 가능하도록 한 데이타 베이스 스키마 괸리 방법을 제공하는데 그 목적이 있다Therefore, the present invention devised to solve the above problems of the prior art manages the schema of the exchange system database so as to enable the generation, deletion, structural change, etc. of data required through query during operation of the system. The objective is to provide a database schema management method that facilitates the development of functions and enables the continuous service of the system regardless of the addition of functions.

상기 목적을 달성하기 위하여 본 발명은, 데이타 베이스 지원그룹(이하, DBSG라 함)블럭과 데이타 베이스 커널그룹(이하, DBKG라 함)블럭으로 구성되는 데이타 베이스 관리 시스팀(이하, BMS라 함)이 탑재된 프로세서(ASP)를 구비한 가입자 교환 서브시스팀(ASS)과, 상기 DBSG와 DBKG로 구성되는 DBMS가 탑재된 프로세서(INP,NTP)를 구비한 연결망 서브시스팀(INS)과, 상기 DBSG와 DBKG와 데이타 베이스 백업그룹(DBBG)블럭으로 구성된 DBMS가 탑재된 프로세서 (0MP)와 상기 DBSG와 DBKG, 및 데이타 베이스 질의어그룹 블럭(DBQG)이 탑재된 프로세서(MMP)를 구비한 중앙제어 서브시스팀(CCS)으로 구성 되는 전전자 교환기에 적용되는 데이타 베이스 스키마 관리 방법에 있어서 ; 스키마 생성 및 변경을 위한 메모리 할당 요구가 들어오면, 요구내용 별로 필요한 메모리가 확보 가능한가를 확인하여 그 여부를 전송하는 제 1 단계와, 수행후, 스키마 변경의 요구가 들어오면 요구 내용별로 스키마를 변경하고 그에 따른 로그를 발생하고 스키마 변경 완료를 알리는 메시지를 전송하는 제 2 단계와, 상기 제 2 단계 수행후, 스키마 회복요청이 없으면 발생된 로그를 전송하고, 디스크 백업 완료 메시지를 접수한 후, 종료하는 제 3 단계, 및 상기 제 2 단계 수행후, 스키마 회복요청이 있으면 스키마를 변경 이전의 상태로 복구하여 스키마의 일치성을 보장하도록 하고 복구 완료 결과 메시지를 전송한 후, 종료하는 제 4 단계에 의해 수행되는 것을 특징으로 한다.In order to achieve the above object, the present invention provides a database management system (hereinafter referred to as BMS) that is composed of a database support group (hereinafter referred to as DBSG) block and a database kernel group (hereinafter referred to as DBKG) block. Subscriber Switching Subsystem (ASS) with Onboard Processor (ASP), Network Subsystem (INS) with Processor (INP, NTP) with DBMS comprising DBSG and DBKG, DBSG and DBKG And a central control subsystem (CCS) with a processor (0MP) with a DBMS comprising a database backup group (DBBG) block and a processor (MMP) with the DBSG, DBKG, and database query group block (DBQG). In the database schema management method applied to the electronic switch which is composed of; When the memory allocation request for schema creation and modification comes in, the first step is to check whether the required memory can be secured for each requirement and to transmit whether it is available. A second step of generating a log and transmitting a message indicating completion of the schema change; and after performing the second step, if there is no schema recovery request, the generated log is transmitted, and after receiving a disk backup completion message, After performing the third step and the second step, if there is a schema recovery request, the schema is restored to the state before the change to ensure the consistency of the schema, and after the recovery completion message is sent, the fourth step ends. It is characterized by being performed by.

이하, 첨부된 도면을 사용하여 본 발명을 상세히 설명한다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

제 1 도는 전전자 교화기 시스팀에 구성된 분산 구조를 갖는 DBMS의 구조도로서, 도면에서 1은 가입자 교환 서브시스팀(ASS), 2는 연결망 서브시스팀(INS), 3은 중앙제어 서브시스팀(CCS), 4는 DBMS, 5는 로컬 데이타 베이스, 6은 ASP, 7은 INP, 8은 NTP, 9는 OMP, 10은 MMP, DBSG는 데이타 베이스 지원그룹 블럭, DBKG는 데이타 베이스 커널그룹 블럭, DBBG는 데이타 베이스 백업그룹 블럭, DBQG는 데이타 베이스 질의어그룹 블럭을 각각 나타낸다1 is a structural diagram of a DBMS having a distributed structure configured in an electronic electronic system, in which 1 is a subscriber exchange subsystem (ASS), 2 is a network subsystem (INS), 3 is a central control subsystem (CCS), 4 for DBMS, 5 for local database, 6 for ASP, 7 for INP, 8 for NTP, 9 for OMP, 10 for MMP, DBSG for database support group block, DBKG for database kernel group block, DBBG for database The backup group block and DBQG each represent a database query group block.

도면에 도시한 바와 같이, 전전자 교환기는 ASS(1 ; Access Switching Subsystem), INS(2 ; Interconnection Network Subsystem), 그리고 CCS(3 ; Central Control Subsystem)의 3개의 서브시스팀으로 구성된다.As shown in the figure, the electronic switchboard is composed of three subsystems of ASS (1; Access Switching Subsystem), INS (2; Interconnection Network Subsystem), and CCS (3; Central Control Subsystem).

ASS(1)는 가입자에 따라 다수 설치되며, 분산된 호처리 기능을 수행하는 ASP(6 ; Access Switching Processor)를 구비하며, INS(2)는 집중화된 호처리 기능 부분을 수행하는 INP(7 ; Interconnection Network Processor)와 NTP(8 : Number Translation Processor)를 구비한다. 그리고, CCS(3)는 운용 및 보전에 관련된 집중화 기능을 수행하며 OMP(9 ; Operation and Maintenance Processor)와 MMP(10 ; Man-Machine Processor)를 구비하고 있다.ASS (1) is installed in accordance with a plurality of subscribers, and has an Access Switching Processor (ASP) 6 to perform a distributed call processing function, INS (2) is an INP (7) performing a centralized call processing function portion; Interconnection Network Processor) and NTP (8: Number Translation Processor). The CCS 3 performs a centralization function related to operation and maintenance, and includes an OMP (9; Operation and Maintenance Processor) and an MMP (10; Man-Machine Processor).

데이타 베이스가 존재하는 전 프로세서(6 내지 10)에는 스키마 관리기인 SM(Schema Manager)이 들어 있는 DBSG를 포함하는 DBMS(4)가 존재한다.In all processors 6 to 10 in which a database exists, there is a DBMS 4 including a DBSG containing a schema manager (SM).

그리고, 0MP(9)의 DBMS(4)는 DBBG, DBSG, 그리고 DBKG의 3개 블럭으로 구성되고, MMP(10)의 DBMS(4)는 DBQG, DBSG, 그리고 DBKG의 3개 블럭으로 구성되며. 나머지 프로세서(6 내지 8)들은 DBSG와 DBKG 두개의 블럭으로 구성된다 .The DBMS 4 of 0MP 9 is composed of three blocks of DBBG, DBSG, and DBKG, and the DBMS 4 of MMP 10 is composed of three blocks of DBQG, DBSG, and DBKG. The remaining processors 6-8 consist of two blocks, DBSG and DBKG.

DBSG는 사용자 정합 기능과 DBMS(4)간의 통신 기능을 수행하고 DBQG는 MMP(10)를 통해 들어오는 데이타 베이스 질의어에 대한 처리를 수행한다. DBBG는 중복 데이타의 변경 제어, 데이타 백업 및 회복 기능을 수행하고, DBKG는 실제로 데이타 베이스를 검색, 변경, 삽입 그리고 삭제하는 기능을 수행한다.The DBSG performs the user matching function and the communication function between the DBMS 4 and the DBQG performs the processing of the database query word coming through the MMP 10. DBBG performs change control, data backup and recovery of duplicate data, and DBKG actually retrieves, changes, inserts and deletes the database.

제 2도는 본 발명과 관련된 볼럭간의 구성 및 메시지의 흐름을 나타낸 구조도로서, 도면에서 SM은 스키마 관리기를 나타낸다.FIG. 2 is a structural diagram illustrating a flow and configuration of messages between volumes related to the present invention, in which SM represents a schema manager.

MMP(10)의 데이타 베이스 질의어를 통해 사용자의 릴레이션 생성, 삭제, 변경 등의 요구가 들어오면 MMP(10)의 DBQG 블럭에서는 기존의 스키마를 참조하여 요구내용을 검증하고 스키마 변경이 필요한 각 프로세서의 스키마 관리기로 스키마 변경에 따른 메모리 할당 등을 요구한다.When the user creates, deletes, or changes a relation of a user through a database query of the MMP 10, the DBQG block of the MMP 10 verifies the requirements by referring to an existing schema, and checks each request for the schema change. Requests memory allocation according to schema change as schema manager.

각 프로세서의 스키마 관리기는 여유메모리 정보테이블을 참조하여 스키마 변경에 따른 메모리 할당 가능성 여부를 조사하여 그 결과 메시지를 MMP(10)의 DBQG 블럭을 전송한다. 스키마 변경과 관련된 모든 프로세서로부터 메모리 할당 요구에 대한 응답이 양호했을 때, DBQG는 사용자로부터 받은 릴레이션 정보를 각 관련 프로세서들로 보내어 각각의 스키마 변경을 요구한다. 이때의 정보 내용은, 릴레이션의 생성,변경 요구시에는 릴레이션의 성격 및 구성 정보와 애트리뷰트 정보이며, 릴레이션 삭제 요구시에는 릴레이션 고유번호(ID)이다.The schema manager of each processor refers to the free memory information table to check whether memory allocation is possible according to the schema change, and sends a message to the DBQG block of the MMP 10 as a result. When the response to the memory allocation request from all the processors involved in the schema change is good, DBQG sends the relation information received from the user to each relevant processor to request the respective schema change. The information content at this time is the nature and configuration information and attribute information of the relation when the relation is created or changed, and the relation unique number (ID) when the relation deletion is requested.

각 관련 프로세서들의 스키마 관리기는 릴레이션 정보를 받아 분석하여 변경될 스키마 내용에 따라 정보를 조작한 뒤 DBKG를 호출하여 실제 스키마 변경을 수행한다. 각 관련 프로세서들에서 스키마 변경이 모두 성공하게 되면 스키마의 생성을 위해 사용된 여유메모리 내역은 여유메모리 정보테이블에 반영되며, 스키마 변경 내용은 DBBG를 통해 디스크에 백업된다. 만약 어느 한 프로세서라도 실패하게 되면 DBQG의 요청에 의해 스키마 변경이 일어났던 프로세서들은 그 전의 상태를 유지하기 위한 복구에 들어간다.The schema manager of each processor receives the relation information, analyzes it, manipulates the information according to the schema content to be changed, and then calls DBKG to perform the actual schema change. If all schema changes are successful in each of the related processors, the free memory details used to create the schema are reflected in the free memory information table, and the schema changes are backed up to disk through DBBG. If any one of the processors fails, the processors whose schema changes were made by DBQG's request go into recovery to maintain the previous state.

제 3 도는 본 발명의 전체적인 처리 흐름도이다.3 is an overall process flow diagram of the present invention.

DBQG로부터 스키마 생성 및 변경을 위한 메모리 할당 요구가 들어오면(11), 스키마 관리기는 요구 내용 별로 필요한 메모리가 확보 가능한가를 확인하여(12) 그 여부를 DBQG로 전송한다(13).When a memory allocation request for creating and changing a schema is received from DBQG (11), the schema manager checks whether the required memory is secured for each request content (12) and transmits the information to DBQG (13).

DBQG로부터 스키마 변경의 요구가 들어오면(14) 요구 내용별로 스키마를 변경하고 그에 따른 로그를 발생하고 스키마 변경 완료를 알리는 메시지를 DBQG로 전송한다(15) .When a request for a schema change is received from DBQG (14), the schema is changed according to the contents of the request, a log is generated accordingly, and a message is sent to DBQG informing that the schema change is completed (15).

그리고, DBQG로부터 스키마 복구 요청이 있는지 조사하여(16) 요청이 없으면 발생된 로그를 OMP(9)의 DBBG로 보내고(17), DBBG로부터 디스크 백업 완료 메시지를 접수한 후, 종료한다(18). 그런데, 만약 DBQG로부터 스키마 복구 요청이 있으면 발생했던 로그 내용을 참조하여 스키마를 변경 이전의 상태로 복구하여 스키마의 일치성을 보장하도록 하고(19) 복구 완료한 결과 메시지를 DBQG로 보낸 후, 종료한다(20).Then, if there is no request for schema recovery from DBQG (16), if there is no request, the generated log is sent to the DBBG of the OMP 9 (17). After receiving the disk backup completion message from the DBBG, the process ends (18). However, if there is a request for schema recovery from DBQG, the schema is restored to the state before the change by referring to the log contents generated (19) to ensure the consistency of the schema (19) After completing the recovery, the message is sent to DBQG and terminated. (20).

따라서, 상기와 같은 처리절차에 의해 수행되는 본 발명은 다음과 같은 적용효과가 있다.Therefore, the present invention carried out by the above processing procedure has the following application effects.

첫째, 전전자 교환기 내에 응용 프로그램을 작성하는 사용자가 기능 개발을 하면서 새로이 생성, 삭제, 변경해야 할 릴레이션이 생겼을 때 오프 라인에서 등록하는 절차를 밟지 않아도 되므로 사용자의 기능개발이 편리하다. 둘째, 새로이 데이타 베이스 화일을 제작하지 않고 기존의 데이타 베이스에서 운용이 가능하므로 새로운 기능개발 적용 시간을 단축한다. 셋째, 오프 라인에서 릴레이션을 등록하여 새로운 데이타 베이스 화일을 제작하게 되면 시스팀에 로딩하기 위해 프로세서의 운용이 잠시 중단되어야 했으나, 스키마 관리가 가능해짐으로써 시스팀의 운용이 중단됨이 없이 릴레이션의 생성, 삭제, 변경이 가능하다.First, when a user who writes an application program in an electronic switchgear develops a function, and a relation that needs to be newly created, deleted, or changed is created, the user does not need to register offline, so the user's function development is convenient. Second, it is possible to operate in an existing database without making a new database file, thus shortening the application time of new function development. Third, if a new database file is created by registering a relation offline, the processor should be temporarily suspended for loading into the system.However, the schema can be managed to create, delete, and delete relations without interrupting the system's operation. Changes are possible.

Claims (1)

데이타 베이스 지원그룹(이하, DBSG라 함)블럭과 데이타 베이스 커널그룹(이하, DBKG라 함)블럭으로 구성되는 데이타 베이스 관리 시스팀(4 ; 이하, DBMS라 함)이 탑재된 프로세서(6 ; ASP)를 구비한 가입자 교환 서브시스팀(1 . ASS)과, 상기 DBSG와 DBKG로 구성되는 DBMS(4)가 탑재된 프로세서(7, 8 ; INP, NTP)를 구비한 연결망 서브시스팀(2 ; INS)과. 상기 DBSG와 DBKG와 데이타 베이스 백업그룹(DBBG)블럭으로 구성된 DBMS(4)가 탑재된 프로세서(9 ; OMP)와 상기 DBSG와 DBKG, 및 데이타 베이스 질의어그룹 블럭(DBQG)이 탑재된 프로세서(10 ; MMP)를 구비한 중앙제어 서브시스팀(3 ; CCS)으로 구성되는 전전자 교환기에 적용되는 데이타 베이스 스키마 관리 방법에 있어서, 스키마 생성 및 변경을 위한 메모리 할당 요구가 들어오면, 요구 내용별로 필요한 메모리가 확보 가능한가를 확인하여 그 여부를 전송하는 제 1 단계(11 내지 13)와, 상기 제 1 단계(11 내지 13) 수행후, 스키마 변경의 요구가 들어오면 요구 내용별로 스키마를 변경하고 그에 따른 로그를 발생하고 스키마 변경 완료를 알리는 메시지를 전송하는 제 2단계(14,15)와, 상기 제 2 단계(14, 15) 수행후, 스키마 회복요청이 없으면 발생된 로그를 전송하고, 디스크 백업 완료 메시지를 접수한 후, 종료하는 제 3 단계(17, 18), 및 상기 제 2 단계(17, 15) 수행후, 스키마 회복요청이 있으면 스키마를 변경 이전의 상태로 복구하여 스키마의 일치성을 보장하도록 하고 복구 완료 결과 메시지를 전송한 후, 종료하는 제 4 단계(19, 20)에 의해 수행되는 것을 특징으로 하는 데이타 베이스 스키마 관리 방법.Processor (6; ASP) equipped with a database management system (4; hereinafter referred to as DBMS) that consists of a database support group (hereinafter referred to as DBSG) block and a database kernel group (hereinafter referred to as DBKG) block. A subscriber network subsystem (1.ASS), and a network subsystem (2; INS) having a processor (7,8; INP, NTP) equipped with a DBMS (4) consisting of the DBSG and the DBKG; . A processor (9; OMP) equipped with a DBMS (4) composed of the DBSG, a DBKG, and a database backup group (DBBG) block; and a processor (10) equipped with the DBSG, a DBKG, and a database query group block (DBQG); In the database schema management method applied to an electronic switch system comprising a central control subsystem (CCS) having an MMP), when a memory allocation request for creating and changing a schema comes in, After performing the first steps (11 to 13) and the first step (11 to 13) to check whether it can be secured or not, if a request for a schema change is received, the schema is changed according to the request contents and the log accordingly After the second steps (14, 15) to send a message indicating the completion of the schema change, and after performing the second steps (14, 15), if there is no schema recovery request, the generated log is transmitted, and the disk After receiving the backup completion message, and after completing the third step (17, 18) and the second step (17, 15), if there is a request to recover the schema, the schema is restored to the state before the change by matching the schema And a fourth step (19, 20) of terminating after sending the recovery completion result message.
KR1019910024064A 1991-12-23 1991-12-23 Schema managing method on dbms KR940007843B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019910024064A KR940007843B1 (en) 1991-12-23 1991-12-23 Schema managing method on dbms

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019910024064A KR940007843B1 (en) 1991-12-23 1991-12-23 Schema managing method on dbms

Publications (2)

Publication Number Publication Date
KR930014137A KR930014137A (en) 1993-07-22
KR940007843B1 true KR940007843B1 (en) 1994-08-25

Family

ID=19325745

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019910024064A KR940007843B1 (en) 1991-12-23 1991-12-23 Schema managing method on dbms

Country Status (1)

Country Link
KR (1) KR940007843B1 (en)

Also Published As

Publication number Publication date
KR930014137A (en) 1993-07-22

Similar Documents

Publication Publication Date Title
CN100354834C (en) Multi-site remote-copy system
US6539381B1 (en) System and method for synchronizing database information
US5970488A (en) Real-time distributed database system and method
US7912858B2 (en) Data synchronization method
WO1986001018A1 (en) Database backup method
KR940007843B1 (en) Schema managing method on dbms
KR950010487B1 (en) Db skima management method
KR960014198B1 (en) Data base management system
KR950005987B1 (en) Maintenance system in electronic exchange
KR0123193B1 (en) Distribute real time data base output method
KR950010485B1 (en) Db skima management method
KR950010486B1 (en) Real-time database management system
KR940007839B1 (en) Method of processing transaction on real time database management system
KR0175460B1 (en) Data Consistency Backup Method Using Client-Server Architecture in Distributed Real-Time Database Management System
KR100241335B1 (en) Method for prohibiting the disc data backup for standby loading of exchange database backup system
JPH1074157A (en) Distributed processor and distributed processing method
KR960003974B1 (en) Data back-up method for electronic switching system
KR930006356B1 (en) Data base management system in electronic switching centre
JP2749103B2 (en) Network resource management method
KR940007838B1 (en) Method of recovering transaction on real time database management system
KR0174603B1 (en) How to restore the database of the exchange
KR100539912B1 (en) How to collectively back up and load processor load data in the exchange database management system
KR930007234B1 (en) File comparison function performing method
KR0126089B1 (en) Distribute real-time data base management system
JP2507600B2 (en) Temporary update control method for drawing information

Legal Events

Date Code Title Description
A201 Request for examination
G160 Decision to publish patent application
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 19980725

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee