KR950005987B1 - Maintenance system in electronic exchange - Google Patents

Maintenance system in electronic exchange Download PDF

Info

Publication number
KR950005987B1
KR950005987B1 KR1019910023148A KR910023148A KR950005987B1 KR 950005987 B1 KR950005987 B1 KR 950005987B1 KR 1019910023148 A KR1019910023148 A KR 1019910023148A KR 910023148 A KR910023148 A KR 910023148A KR 950005987 B1 KR950005987 B1 KR 950005987B1
Authority
KR
South Korea
Prior art keywords
data
processor
ntp
database
update
Prior art date
Application number
KR1019910023148A
Other languages
Korean (ko)
Other versions
KR930015545A (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 KR1019910023148A priority Critical patent/KR950005987B1/en
Publication of KR930015545A publication Critical patent/KR930015545A/en
Application granted granted Critical
Publication of KR950005987B1 publication Critical patent/KR950005987B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/22Arrangements for supervision, monitoring or testing

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Exchange Systems With Centralized Control (AREA)

Abstract

The method maintains the processor data correspondence and prevents data collision utilizing the subscriber data handling block(SUDH) and IPC message. The method uses a central control subsystem(CCS) employing a man machine processor(MMP) and a operation maintenance processor(OMP) and comprises; the first step of detecting the error generation; the second step of recovering the abnormal data; the third step of processing the internal communication between processors; and the fourth step(NTP) of searching and renewing the data base.

Description

전전자 교환기의 프로세서간 데이터의 일치성 유지방법How to Maintain Data Consistency Between Processors in Electronic Switching System

제1도는 본 발명이 적용되는 전전자 교환기의 구조도.1 is a structural diagram of an electron exchanger to which the present invention is applied.

제2도는 MMP/OMP/ASP/NTP간의 데이터 일치성 유지의 흐름도.2 is a flowchart of data consistency maintenance between MMP / OMP / ASP / NTP.

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

1 : CCS 2 : INS1: CCS 2: INS

3 : ASS 4 : MMS3: ASS 4: MMS

5 : DHS 6, 8, 9 : DBMS5: DHS 6, 8, 9: DBMS

7 : NHS7: NHS

본 발명은 전전자 교환기에 있어서, 가입자 데이터 처리시 트랜잭션 기능(Transaction Management)을 이용한 프로세서간 데이터의 일치성 유지방법에 관한 것이다.The present invention relates to a method for maintaining the consistency of data between processors using transaction management when processing subscriber data.

사회가 고도화, 기술 집적화 그리고 자동화됨에 따라 교환기를 사용하는 이용자나 관리하는 운용자의 요구도 다양화하며 증가됨에 따라 이와 같은 다양한 요구에 부합할 수 있는 데이터 처리 기능의 필요성이 대두되었다.As society is advanced, technology-integrated, and automated, the needs of users who use exchanges and operators are diversified, and the need for data processing functions to meet these diverse needs has emerged.

종래의 전전자 교환기의 데이터 처리는 트랜잭션의 개념이 없이 사용되어 항상 데이터의 불일치가 발생할 수 있었다. 따라서 트랜잭션 기능을 이용하여 가입자 데이터 처리시 발생할 수 있는 데이터의 불일치를 제거하며 항상 동일한 데이터 값을 갖도록 데이터간의 일치성을 유지하는 방법이 필요하다.The data processing of the conventional electronic switch is used without the concept of a transaction so that data inconsistency can always occur. Therefore, there is a need for a method of eliminating inconsistencies in data that may occur during subscriber data processing using a transaction function and maintaining consistency between data to always have the same data value.

본 발명이 적용되는 전전자 교환기(TDSX-10)는 기존의 전전자 교환기(TDX-1) 계열과는 달리 가입자를 관리하는 신뢰성의 측면에서 고품위의 데이터 처리기능의 추가가 필요하다. 여기에는 분산된 프로세서에 산재한 데이터간의 일치성을 유지하기 위한 부가적인 기능이 필요하며 그에 따라 트랜잭션 기능이 새롭게 DBMS(Data Base Management System)에 도입되었다. 그러므로 DBMS에 의한 DB접근시에는 트랜잭션 기능을 기용하여 수행하고 그렇지 않은 경우에는 IPC(Inter Processor Communication)메시지를 사용하여 타 프로세서(Processor)에 저장된 DB(물리적 릴레이션)의 정보에 접근하여 검색 및 갱신하게 된다. 모든 결과가 정상적인 경우나 IPC를 이용하여 접근한 타 프로세서에서 오류가 발생하여 보고를 접수하게 될 경우에는 전송한 프로세서에서 데이터를 복구할 수 있으나 타 프로세서로부터 정상적인 보고를 받은 후에 자신의 데이터 베이스 접근시에 오류가 발생하게 되면 자신의 프로세는 복구가 가능하나 이미 갱싱된 타 프로세서들의 데이터 베이스는 별도의 IPC를 사용하지 않는 한 복구가 불가능하게 되어 데이터간의 불일치가 야기된다.The TDSX-10 to which the present invention is applied requires the addition of a high quality data processing function in terms of reliability for managing subscribers, unlike the TDX-1 series. This requires additional functionality to maintain consistency between data scattered across distributed processors, and transactional functionality has been newly introduced in the Data Base Management System (DBMS). Therefore, when accessing DB by DBMS, transaction function is used. Otherwise, IPC (Inter Processor Communication) message is used to access, search and update information of DB (physical relation) stored in other processor. do. If all the results are normal or if the error is received by another processor accessed using IPC and the report is received, the data can be recovered from the transmitted processor.However, when accessing the database after receiving the normal report from another processor If an error occurs, the own process can be recovered, but the databases of other ganged processors cannot be recovered unless a separate IPC is used, causing inconsistency between the data.

따라서, 본 발명은 전전자 교환기에 있어서, 가입자 데이터 처리 블럭(SUDH : Subcriber Data Handling Blok)을 구성하여 가입자 회선의 추가 삭제 및 변경과 같은 데이타의 갱신시, DBMS를 이용한 직접적인 데이터 베이스 접근이 아닌 IPC메시지를 이용한 타 프로세서의 데이터 갱신에 따른 데이터의 불일치를 막고 프로세서에 산재한 데이터간의 일치성을 유지할 수 있도록 하는 프로세서간 데이터의 일치성 유지방법을 제공하는 것을 그 목적으로 한다.Accordingly, the present invention provides a subscriber data processing block (SUDH: Subcriber Data Handling Blok) in an electronic switchboard, and when the data is updated, such as additional deletion and change of subscriber lines, IPC, not direct database access using a DBMS. It is an object of the present invention to provide a method of maintaining the consistency of data between processors, which can prevent data inconsistency due to data update of another processor using messages and maintain consistency between data scattered in the processors.

명령어를 처리하는 MMP(Man Machine Processor)와 운영 및 보전기능을 수행하는 OMP(Operation and Maintenance Processor)를 구비한 CCS(Central Control Subsystem), NTP(Number Translation Processor)를 구비하여 집중화된 호처리 기능을 수행하는 INS(Interconnection Network Subsystem) 및 다수의 ASP(Analog Subscrier Processor)를 구비하여 분산된 호처리 기능을 수행하는 ASS(Access Switching Subsystem)를 포함한 전전자 교환기의 가입자 데이터 처리시 트랜잭션 기능(Transaction Management)을 이용한 프로세서간 데이터의 일치성을 유지하기 위한 방법에 있어서 ; OMP의 데이터 베이스를 검색 및 갱신하고 오류 발생여부를 검색하는 제1단계, OMP에서 비정상적인 데이터 베이스 검색 및 갱신이 이루어졌으면 트랙잭션을 이용하여 복구하는 제2단계, OMP에서 정상적인 데이터 베이스 검색 및 갱신이 이루어졌으면 타프로세서와의 관련성 여부를 검색하여 관련성이 있으면 프로세서간 통신(IPC)에 의해 통신 처리하는 제3단계, NTP(또는 ASP)의 데이터 베이스를 검색 및 갱신하고 오류 발생여부를 검색하는 제4단계, NTP(또는 ASP)에서 비정상적인 데이터 베이스 검색 및 갱신이 이루어졌으면 트랜잭션을 이용하여 복구하는 제5단계 및 NTP(또는 ASP)에서 정상적인 데이터 베이스 검색 및 갱신이 이루어지면 정상메시지를 전송 처리하는 제6단계를 포함한다.A centralized call processing function is provided with a Central Control Subsystem (CPS) with a Man Machine Processor (MMP) that processes instructions, an Operation and Maintenance Processor (OMP) that performs operations and maintenance functions, and a Number Translation Processor (NTP). Transaction management when processing subscriber data of electronic switchgear including INS (Access Switching Subsystem) to perform distributed call processing function with INS (Interconnection Network Subsystem) and plural Analog Subscrier Processors (ASP). In the method for maintaining the consistency of data between processors using a; The first step is to search and update the OMP database and search for errors. The second step is to search and update the OMP database if abnormal database search and update is done. The third step of retrieving the relevance with other processors, if any, and the retrieval process by inter-processor communication (IPC), and the fourth step of retrieving and updating the NTP (or ASP) database and searching for errors. In the case where abnormal database search and update is performed in NTP (or ASP), the fifth step of recovering by using a transaction and the sixth step in processing normal message transmission when normal database search and update is performed in NTP (or ASP) It includes.

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

CCS(Central Control Subsystem), 2는 INS(Interconnection Network Subsystem), 3은 ASS(Access Switching Subsystem), 4는 MMS(Man Machine Subsystem), 5는 DHS(Data Handling Subsystem), 6, 8, 9은 DBMS(Data Base Management Subsystem), 7은 NHS(Number Handling Subsystem)를 각각 나타낸다.Central Control Subsystem (CCS), 2 for Interconnection Network Subsystem (INS), 3 for Access Switching Subsystem (ASS), 4 for Man Machine Subsystem (MMS), 5 for Data Handling Subsystem (DHS), 6, 8, 9 for DBMS (Data Base Management Subsystem) and 7 denote NHS (Number Handling Subsystem), respectively.

본 발명이 적용되는 전전자 교환기는 INS(2), CCS(1) 및 ASS(3)의 3개의 서브 시스팀(Subsystem)으로 구성되어 있다.The electro-electronic exchanger to which the present invention is applied is composed of three subsystems (INS) 2, CCS (1) and ASS (3).

상기 CCS(1)에는 명령어를 처리하는 MMP(Man Machine Processor)와 운용 및 보전기능을 수행하는 OMP(Operation and Maintenance Processor)가 속해 있다.The CCS 1 includes a man machine processor (MMP) that processes instructions and an operation and maintenance processor (OMP) that performs operations and maintenance functions.

상기 INS(2)에서는 집중화된 호처리 기능을 수행하는데 여기에는 NTP(Number Translation Processor)가 속해 있으며, 다수의 ASP(Analog Subscriber Processor)로 구성되어 있는 상기 ASS(3)에서는 분산된 호처리 기능을 수행한다.The INS (2) performs a centralized call processing function, which includes a number translation processor (NTP), and the ASS (3), which is composed of a plurality of analog subscriber processors (ASPs), provides a distributed call processing function. Perform.

상기 MMP에 있는 MMS(Man Machine Subsystem)(4)는 운용자와 교환기간의 모든 정보교환을 처리하는 기능을 수행하며, 상기 OMP에 있는 DHS(5)는 교환기내에 분산되어 있는 데이터를 운용자의 요구에 의하여 처리하여 주는 기능을 수행하며, 모든 프로세서에 존재하는 DBMS(6, 8, L9)는 응용 프로그램의 데이터 베이스 접근 요청을 받아 관련 데이터 베이스를 검색하여 제공해 주거나 갱신한 뒤 그 결과를 응용 프로그램으로 제공한다.The Man Machine Subsystem (MMS) 4 in the MMP performs the function of handling all information exchanges during the exchange period with the operator, and the DHS 5 in the OMP requests the operator to distribute data distributed in the exchange. The DBMS (6, 8, L9) existing in all processors receives the database application request of the application program, searches for the relevant database, provides or updates the result, and sends the result to the application program. to provide.

상기 NTP에 속한 NHS(7)는 변호에 관련된 번역 및 루팅에 관한 종합적인 관리를 수행하는 서브 시스팀이다.NHS (7) belonging to the NTP is a sub-system that performs a comprehensive management of translation and routing related to defense.

제2도는 MMP/ONP/ASP/NTP간의 데이터 일치성 유지의 흐름도로, 관련 프로세서의 수가 1인 경우 즉, OMP와 관련된 프로세서가 NTP인 경우에 데이터의 일치성을 유지하기 위한 방법을 나타내며, 운용자에 의해 가입자 데이터 베이스가 관련 프로세서를 중심으로 검색 및 갱신되는 과정을 나타낸다.FIG. 2 is a flow chart of maintaining data consistency between MMP / ONP / ASP / NTP, and shows a method for maintaining data consistency when the number of related processors is 1, that is, when the processor related to OMP is NTP. In this case, the subscriber database is searched and updated based on the associated processor.

신규 가입자가 발생하거나 기존의 가입자의 전출입 또는 사정으로 인하여 변경 및 삭제가 발생한 경우, 발생 상황이 운용자에 의하여 입출력 장치를 통하여 요청되면(11) MMP(Man Machine Processor)에서는 명령어를 분석하여(12) 문법적으로 오류가 있으면 운용자에게 제공할 명령어 오류 메시지를 구성하여(13) 명령어 오류 메시지를 운용자에게 전송한다(14). 문법적으로 오류가 없으면 OMP로 명령어 메시지를 구성하여(15) 명령어 수행 요구신호를 전송한다(16).When a change occurs or a deletion occurs due to a new subscriber or a transfer or ejaculation of an existing subscriber, when an occurrence situation is requested by an operator through an input / output device (11), an MMP (Man Machine Processor) analyzes a command (12). If there is a grammatical error, a command error message is provided to the operator (13) and a command error message is sent to the operator (14). If there is no grammatical error, a command message is configured by OMP (15) and a command execution request signal is transmitted (16).

OMP내의 블럭 SUDH는 MMP에서 요청한 명령어 수행 요구를 받아(17) 명령어 메시지 내부의 각 파라메터간 이상 여부를 조사한다(18). 명령어 메시지 내부에 오류가 발생하면 관련 오류 메시지를 구성하여 MMP로 전송한다.The block SUDH in the OMP receives the instruction execution request requested by the MMP (17) and checks whether there is an error between each parameter in the instruction message (18). If an error occurs inside the command message, the relevant error message is composed and sent to the MMP.

명령어 메시지 내부에 이상이 없으면 명령어 메시지와 관련된 가입자 데이터 베이스를 검색(19) 및 갱신한다(20). 갱신 완료시 데이터의 오류를 검사한다(21). 오류로 판별되면 지금까지 갱신한 데이터 베이스의 내용을 트랜잭션 기능을 이용하여 복구(recovery)한(22) 다음 관련 오류 메시지를 구성하여(23) MMP로 전송한 작업을 종료한다(24).If there is no error in the command message, the subscriber database related to the command message is searched (19) and updated (20). When the update is completed, an error of data is checked (21). If it is determined that an error is detected, the contents of the database updated so far are recovered (22) using a transaction function, and then a related error message is configured (23) to terminate the operation transmitted to the MMP (24).

데이터에 오류가 없는 것으로 확인되면 NTP(ASP)로 IPC메시지를 보내어 관련 릴레이션(가입자 착신번호 테이블의 갱신)을 물리적인 접근방법에 따라 검색 및 갱신하도록 요구한다(25). NTP(또는 ASP)로부터 응답 메시지를 받게되면(26) 그 결과에 따라(27) 정상인 경우에는 메시지를 MMP로 전송하고(28) 작업을 종료하게 되며(29), 비정상(이미 NTP(또는 ASP)는 자체 트랜잭션 기능을 이용하여 데이터 베이스를 복구하였음)으로 판별되면 지금까지 갱신한 데이터베이스의 내용을 트랜잭션 기능을 이용하여 복구(recovery)한 후 작업을 종료한다.If the data is found to be error-free, an IPC message is sent to the NTP (ASP) to request that the related relation (update of the subscriber's called party number table) be retrieved and updated according to a physical approach (25). If a response message is received from the NTP (or ASP) (26), as a result (27), if normal, the message is sent to the MMP (28) and the operation is terminated (29), abnormal (already NTP (or ASP)). If it is determined that the database has been recovered using its own transaction function), the contents of the database updated so far are recovered using the transaction function and then the operation is terminated.

NTP(또는 ASP)는 OMP에서 요청한 물리적 데이터 베이스 개신 요청을 받아(30) 물리적 가입자 데이터 베이스를 검색(31) 및 갱신한다(32). 갱신 완료시 데이터의 오류를 검사하여(33) 오류로 판별되며 지금까지 갱신한 데이터 베이스의 내용을 트랜잭션 기능을 이용하여 복구(recovery)한 (34) 다음 관련 오류 메시지를 구성하여(35) OMP로 전송 후 작업을 종료한다(36). 데이터에 오류가 없는 것으로 확인되면 정상 메시지를 구성하여(37) OMP로 전송하고 작업을 종료한다(38).The NTP (or ASP) receives (30) and requests (32) and updates (32) the physical subscriber database in response to the physical database update request requested by the OMP. When the update is completed, an error of the data is checked (33) and determined as an error. The contents of the database updated so far are recovered by using the transaction function (34), and then a related error message is constructed (35) to OMP. The job ends after the transmission (36). If the data is found to be error free, a normal message is constructed (37), sent to the OMP, and the operation ends (38).

이와 같이 DBMS의 트랜잭션 기능을 사용하여 자신의 데이터 베이스뿐만 아니라 IPC를 이용한 타 프로세서의 데이터 베이스도 서로 하나의 데이터로 논리적으로 묶음으로써 프로세서간 데이터의 일치성을 보장하게 된다.In this way, by using the transaction function of the DBMS, not only its own database but also the databases of other processors using IPC are logically grouped into one data to ensure the consistency of data between processors.

상기와 같이 구성되어 동작하는 본 발명은 교환기 데이터 처리 시스팀의 한 요소인 가입자의 회선 추가, 삭제 및 변경과 같은 갱신처를 전전자 교환기에 구현하여 프로세서간에 발생할 수 있는 데이터의 불일치성을 제거하여 시스템의 성능 및 신뢰성을 향상시키고 운용될 데이터 처리 시스팀의 구현이 용이하도록 하며 보다 많은 가입자의 다양한 욕구를 충족시키기에 합당한 서비스를 제공할 수 있도록 하는 적용 효과가 있다.The present invention, which is configured and operated as described above, implements an update destination such as circuit addition, deletion, and change of a subscriber, which is an element of the exchange data processing system, to all electronic switchboards to eliminate the inconsistency of data that may occur between processors. There is an application effect to improve the performance and reliability, to facilitate the implementation of the data processing system to be operated, and to provide a service suitable to meet the various needs of more subscribers.

Claims (1)

명령어를 처리하는 MMP(Man Machine Processor)와 운용 및 보전기능을 수행하는 OMP(Operation and Maintenance Processor)를 구비한 CCS(Central Control Subsystem) (1), NTP(Number Translation Processor)를 구비하여 집중화된 호처리 기능을 수행하는 INS(Interconnection Network Subsystem)(2) 및 다수의 ASP(Analog Subscriber Processor)를 구비하여 분사된 호처리 기능을 수행하는 ACC(Access Switching Subsystem)(3)를 포함한 전전자 교환기의 가압지 데이터 처리시 트랜잭션 기능(Transaction Management)을 이용한 프로세서간 데이터의 일치성을 유지하기 위한 방법에 있어서; OMP의 데이터 베이스를 검색 및 갱신하고 오류 발생여부를 검색하는 제1단계, OMP에서 비정상적인 데이터 베이스 검색 및 갱신이 이루어졌으면 트랜잭션을 이용하여 복구하는 제2단계, OMP에서 정상적인 데이터 베이스 검색 및 갱신이 이루어졌으면 타프로세서와의 관련성 여부를 검색하여 관련성이 있으면 프로세서간 통신(IPC)에 의해 통신 처리하는 제3단계, NTP(또는 ASP)의 데이터 베이스를 검색 및 갱신하고 오류 발생여부를 검색하는 제4단계, NTP(또는 ASP)에서 비정상적인 데이터 베이스 검색 및 갱신이 이루어졌으면 트랜잭션을 이용하여 복구하는 제5단계 및 NTP(또는 ASP)에서 정상적인 데이터 베이스 검색 및 갱신이 이루어지면 정상 메시지를 전송 처리하는 제6단계를 포함하는 것을 특징으로 하는 프로세서간 데이터의 일치성 유지 방법.Centralized call with Central Control Subsystem (CPS) (1) and Number Translation Processor (NTP) with Man Machine Processor (MMP) to process instructions, Operation and Maintenance Processor (OMP) to operate and maintain functions Pressurization of an electronic exchanger including an Interconnection Network Subsystem (INS) 2 performing the processing function and an Access Switching Subsystem (ACC) 3 performing the sprayed call processing function with a plurality of Analog Subscriber Processors (ASPs). CLAIMS What is claimed is: 1. A method for maintaining consistency of data between processors using transaction management in processing data. The first step is to search and update the OMP database and search for errors. The second step is to retrieve and update an abnormal database in OMP. The third step of retrieving the relevance with other processors, if any, and the retrieval process by inter-processor communication (IPC), and the fourth step of retrieving and updating the NTP (or ASP) database and searching for errors. Step 5 of restoring a transaction using NTP (or ASP) when abnormal database search and update is performed and step 6 of processing normal message transmission when normal database search and update is performed in NTP (or ASP). Method of maintaining the consistency of the data between the processor, characterized in that it comprises a.
KR1019910023148A 1991-12-17 1991-12-17 Maintenance system in electronic exchange KR950005987B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019910023148A KR950005987B1 (en) 1991-12-17 1991-12-17 Maintenance system in electronic exchange

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019910023148A KR950005987B1 (en) 1991-12-17 1991-12-17 Maintenance system in electronic exchange

Publications (2)

Publication Number Publication Date
KR930015545A KR930015545A (en) 1993-07-24
KR950005987B1 true KR950005987B1 (en) 1995-06-07

Family

ID=19324943

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019910023148A KR950005987B1 (en) 1991-12-17 1991-12-17 Maintenance system in electronic exchange

Country Status (1)

Country Link
KR (1) KR950005987B1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100454179B1 (en) * 2000-10-05 2004-10-26 엘지전자 주식회사 Connection Information Correspondence Method Between TMN Agent And Exchange System
KR100553799B1 (en) * 2001-09-29 2006-02-22 주식회사 케이티 Virtual Path/Channel connection consistency management method for Asychronous Transfer Mode Network

Also Published As

Publication number Publication date
KR930015545A (en) 1993-07-24

Similar Documents

Publication Publication Date Title
JP3075486B2 (en) How to manage a database network
US5261094A (en) Asynchronous replication of data changes by distributed update requests
EP1577776A1 (en) Method and apparatus for data synchronization in a distributed data base system
KR950005987B1 (en) Maintenance system in electronic exchange
US6807270B2 (en) Apparatus for providing data to switching elements in a communications system
JPH0622028A (en) Management system in communication network
KR930009858B1 (en) Special service method in electronic exchange
KR940007841B1 (en) Method for quick-hash searching on dbms
KR930009856B1 (en) Data processing method in pabx
US6801617B1 (en) Method and apparatus for providing data to switching elements in a communications system
KR950010485B1 (en) Db skima management method
KR930006859B1 (en) Subscribers data-processing method
KR100594068B1 (en) How to handle batch station number in all electronic exchanges
JPH096663A (en) Distributed link information maintenance method
KR950005983B1 (en) Data processing method
KR940007840B1 (en) Tuple rearranging method on real-time dbms with binary access relation
KR930010285B1 (en) Database processing method in electronic exchange
KR940007843B1 (en) Schema managing method on dbms
KR930007234B1 (en) File comparison function performing method
KR0123193B1 (en) Distribute real time data base output method
KR0126089B1 (en) Distribute real-time data base management system
KR100524420B1 (en) method and apparatus for data restoration in switching system
KR100198440B1 (en) A method indexing technique and dynamic update-propagations in memory-resident object-oriented database systems
KR0126576B1 (en) Method for searching mobile subscribery in a mobile communications exchange
KR950003682B1 (en) Real time processing method of dbms(data base management system)

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
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: 19980313

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee