KR100624978B1 - System for verifing of changed database of Electronic Switching Systems - Google Patents

System for verifing of changed database of Electronic Switching Systems Download PDF

Info

Publication number
KR100624978B1
KR100624978B1 KR1019990055815A KR19990055815A KR100624978B1 KR 100624978 B1 KR100624978 B1 KR 100624978B1 KR 1019990055815 A KR1019990055815 A KR 1019990055815A KR 19990055815 A KR19990055815 A KR 19990055815A KR 100624978 B1 KR100624978 B1 KR 100624978B1
Authority
KR
South Korea
Prior art keywords
database
information
data
relation
dbms
Prior art date
Application number
KR1019990055815A
Other languages
Korean (ko)
Other versions
KR20010054831A (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 KR1019990055815A priority Critical patent/KR100624978B1/en
Publication of KR20010054831A publication Critical patent/KR20010054831A/en
Application granted granted Critical
Publication of KR100624978B1 publication Critical patent/KR100624978B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q3/00Selecting arrangements
    • H04Q3/0016Arrangements providing connection between exchanges
    • H04Q3/0062Provisions for network management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/22Arrangements for supervision, monitoring or testing
    • H04M3/2254Arrangements for supervision, monitoring or testing in networks
    • H04M3/2263Network management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M2203/00Aspects of automatic or semi-automatic exchanges
    • H04M2203/55Aspects of automatic or semi-automatic exchanges related to network data storage and management
    • H04M2203/558Databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Exchange Systems With Centralized Control (AREA)

Abstract

본 발명은 전자교환기의 변경된 데이터베이스 검증장치에 관한 것으로, 전자교환기에서 사용하는 데이터는 해당 시스템의 안정적 운용 및 가입자 서비스 제공측면에서 매우 중요한 부분인 만큼 운용자에 의한 데이터 변경 작업은 세심한 주의를 요하며, 이에 대한검증 역시 중요하다. 그러나 이를 검증하는 프로그램은 전자교환기 데이터베이스의 릴레이션이 변경될 때 마다 프로그램 소스를 그에 상응하도록 수정해야 하는 번거로움이 있다. 이에 본 발명은 전자교환기 데이터베이스의 변경사항을 데이터베이스 정보를 갖는 카탈로그(catalog : 목록) 파일이나, 데이터베이스 내의 정보를 바탕으로 기존 구조와 새로 변경된 구조의 차이점을 파악하도록 하여, 이 내용을 기반으로 새로운 데이터베이스의 데이터를 접근하도록 함으로써, 항상 동일한 프로그램 소스로 변경된 전자교환기 데이터베이스를 관리하고 검증할 수 있도록 함으로서 전자교환기의 데이터베이스가 변경될 때 마다 검증프로그램을 수정해야 하는 번거로움을 해소하고, 동일 구조의 데이터베이스라면 어떠한 버전이라도 검증 및 관리 작업을 수행할 수 있으므로, 아직 데이터 검증 및 관리 프로그램이 개발되지 않은 TDX계열의 타 기종 데이터베이스 검증 및 관리업무에 사용될 수 있다.The present invention relates to an apparatus for verifying a changed database of an electronic exchange. Since data used in an electronic exchange is a very important part in terms of stable operation of a corresponding system and provision of subscriber services, data change work by an operator requires careful attention. Verification is also important. However, the program verifying this hassle of modifying the program source accordingly whenever the relation of the electronic exchange database changes. Therefore, the present invention is to find the difference between the existing structure and the newly changed structure based on the catalog (catalog: list) file having the database information or the change of the electronic exchange database, the new database based on the contents By accessing the data of the exchanger, it is possible to manage and verify the changed e-Exchange database with the same program source all the time, eliminating the need to modify the verification program whenever the E-Exchange database changes. Since any version can perform verification and management work, it can be used for other database verification and management work of TDX series where data verification and management program is not developed yet.

Description

전자교환기의 변경된 데이터베이스 검증장치{System for verifing of changed database of Electronic Switching Systems}System for verifing of changed database of Electronic Switching Systems}

도 1은 본 발명의 전체 구성도로서, PLD (Processor Loading Data) 즉, 전자교환기 데이터베이스, PLD로부터 데이터를 추출 및 수정하고, Application으로 데이터와 PLD 변경 정보를 제공하는 DBMS, 목적에 따라 데이터를 검증 및 관리하는 Application, 각 Application을 동작하기 위해 운용자와의 인터페이스를 제공하는 MMI(Man Machine Interface:사용자 정합부)를 각각 도시한 도면.1 is an overall configuration diagram of the present invention, a PLD (Processor Loading Data), that is, a DBMS for extracting and modifying data from an electronic exchange database, a PLD, and providing data and PLD change information to an application, and verifying the data according to the purpose. And an application to be managed and an MMI (man machine interface) to provide an interface with an operator to operate each application.

도 2는 본 발명에 따른 MMI와 Application, DBMS간의 메시지 흐름을 통하여 데이터를 주고받는 연동 절차를 보여주는 도면.2 is a diagram illustrating an interworking procedure for exchanging data through a message flow between an MMI, an Application, and a DBMS according to the present invention;

도 3은 본 발명에 따른 DBMS에서 상위 Application으로 전달 할 데이터와 데이터베이스 정보를 추출하는 프로그램의 처리 흐름도.Figure 3 is a flow chart of a program for extracting data and database information to be delivered to the upper application in the DBMS according to the present invention.

도 4는 본 본 발명에 따른 Application에서 데이터베이스의 검증 및 관리를 수행할 때 필요한 데이터를 DBMS로 부터 전송된 데이터와 데이터베이스 정보로부터 추출하는 순서도.Figure 4 is a flow chart for extracting the data required from the data and database information transmitted from the DBMS when performing the verification and management of the database in the Application according to the present invention.

본 발명은 전자교환기의 변경된 데이터베이스 검증장치에 관한 것으로, 보다 상세하게는 전자교환기 데이터베이스의 변경사항을 DBMS에서는 데이터베이스 정보를 갖는 카탈로그(catalog) 파일이나, 데이터베이스 내의 정보를 바탕으로 기존 구조와 새로 변경된 구조의 차이점을 파악하도록 하여, 이 내용을 기반으로 새로운 데이터베이스의 데이터를 접근하도록 함으로써, 항상 동일한 검증/관리 프로그램 소스로 변경된 전자교환기 데이터베이스를 관리하고 검증할 수 있는 장치에 관한 것이다.The present invention relates to an apparatus for verifying a changed database of an electronic exchange, and more particularly, to an existing structure and a newly changed structure based on a catalog file having database information in a DBMS or information in a database. This paper relates to a device that can manage and verify the changed electronic exchange database with the same verification / management program source by accessing the data of the new database based on this information.

근래 통신기술의 비약적 발전은 기존의 전자교환기의 기능 및 데이터의 양을 복잡 다양화 시켜 왔다. 이로 인해, 전자교환기의 새로운 기능이 수시로 추가되고, 데이터도 자주 바뀌게 됨에 따라, 새로 변경된 전자교환기 데이터베이스의 무결성을 검증/관리하는 프로그램의 영역과 중요도 또한, 중요하게 취급되고 있다.In recent years, the quantum leap in communication technology has complicated and diversified the functions and data volume of the existing electronic exchange. As a result, new functions of the electronic exchange are frequently added and data is frequently changed, so the area and importance of the program for verifying / managing the integrity of the newly changed electronic exchange database are also important.

그러나, 기존의 데이터베이스 검증 및 관리 프로그램의 구조는 데이터베이스의 릴레이션의 변화에 따라 프로그램 소스를 매번 수정해야 하는 단점을 가지고 있다. 즉, 데이터베이스의 도메인(Domain = Attribute)이 추가될 경우 기존 데이터는 새로 추가된 데이터 때문에 도메인 순서가 바뀌게 되어, 항상 동일한 위치에서 데이터를 찾는 기존의 프로그램에서는 원하는 데이터를 찾아낼 수 없게 된다. 실제로 1998년도의 검증 및 관리 프로그램의 유지보수 건수의 절반 이상이 변경된 데이터베이스를 처리하기 위한 프로그램 수정작업이었다.However, the structure of the existing database verification and management program has a disadvantage in that the program source is modified every time according to the change of the relation of the database. In other words, when a domain of a database (Domain = Attribute) is added, existing data is changed in order of domain because of newly added data, and thus, existing programs that always search for data in the same location cannot find desired data. In fact, more than half of the 1998 maintenance and maintenance programs were program modifications to handle altered databases.

이로 인해 프로그램 유지보수에 할당된 시간이 증가되고, 또한 새로운 데이터베이스를 적용하기 위해서 검증 및 관리 프로그램이 수정되기를 무작정 기다려야 하므로 적시에 새로운 서비스를 제공하는데 큰 지장을 받아왔다.As a result, the time allotted for program maintenance is increased, and it is difficult to provide new services in a timely manner because it is necessary to wait for the verification and management program to be modified to apply a new database.

이에 본 발명은 상가와 같은 종래 문제점을 해결하기 위해 안출된 것으로, 전자교환기 데이터베이스의 변경이 발생하여도 검증 및 관리 프로그램의 수정 없이 프로그램 고유의 기능을 수행할 수 있도록 하여, 효과적으로 전자교환기의 안정적이고 지속적인 교환 서비스 제공을 지원할 수 있도록 한 전자교환기의 변경된 데이터베이스 검증방법을 제공함에 그 목적이 있다.Accordingly, the present invention has been made to solve the conventional problems, such as the mall, and even if the change in the electronic exchange database, it is possible to perform the program-specific functions without modification of the verification and management program, effectively the stable and The purpose is to provide a modified database verification method for an electronic exchange that can support continuous exchange service provision.

상기 목적을 달성하기 위해 본 발명은 전자교환기 데이터베이스에 접근할 수 있는 DBMS와 실제 데이터를 검증 및 관리하는 Application을 분리하여, DBMS에서만 데이터를 접근하도록 제한하고, DBMS에서는 데이터베이스의 구성정보를 일목요연하게 정의해 놓은 카탈로그(catalog)파일이나, 데이터베이스내의 정보를 정의한 데이터를 바탕으로 Application이 요구하는 데이터와, 변경내역을 전달하는 1 단계와, Application에서는 DBMS로부터 전달받은 변경 내역을 참조하여 원하는 데이터를 추출하는 2 단계를 구비하여 수행한다.In order to achieve the above object, the present invention separates the DBMS that can access the electronic exchange database from the application that verifies and manages the actual data, restricts data access only in the DBMS, and clearly defines the configuration information of the database in the DBMS. Based on the catalog file or the data defined in the database, the data required by the application, the first step of delivering the change history, and the application extracts the desired data by referring to the change history received from the DBMS. Perform with two steps.

이하 첨부된 도면을 참조하여 본 발명의 일실시 예를 상세히 설명한다.Hereinafter, an embodiment of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에 적용되는 전체 구성도로서, 백업된 상태의 PLD (Processor Loading Data :10) 즉, 전자교환기의 프로세서에 로딩될 데이터베이스로서, 전자교환기에서 데이터 관리시스템으로 백업된 데이터이며, DBMS(11)은 후술될 응용프로그램(Application)으로부터 요청 받은 데이터를 PLD(10)로부터 추출하고, 변경된 데이터베이스 정보를 응용프로그램(Application:12)으로 전달하기 위한 파일을 생성한다.1 is an overall configuration diagram applied to the present invention, which is a PLD (Processor Loading Data: 10) in a backed up state, that is, a database to be loaded into a processor of an electronic exchange, data backed up from the electronic exchange to a data management system, and a DBMS. 11 extracts data requested from an application to be described later from the PLD 10 and generates a file for transferring the changed database information to the application 12.

상기 응용프로그램(Application:12)은 DBMS(11)로부터의 데이터와 변경정보를 이용하여 실제 데이터를 검증 및 관리하는 역할을 한다. MMI(Man Machine Interface:13)는 운용자(14)와 여러 Application(12)간의 인터페이스를 제공한다.The application program 12 serves to verify and manage actual data using data from the DBMS 11 and change information. Man Machine Interface (MMI) 13 provides an interface between the operator 14 and various applications 12.

본 발명은 MMI(13), Application(12)의 데이터 검증 방법보다는 본 발명의 목적을 성취하기 위한 DBMS(11)와 Application(12)의 상관관계에 초점을 둔다.The present invention focuses on the correlation between the DBMS 11 and the application 12 to achieve the object of the present invention rather than the data verification method of the MMI 13 and the application 12.

도 2는 본 발명의 또 하나의 전체 구성도로서, MMI와 Application, DBMS간의 메시지 흐름을 통하여 데이터를 주고받는 연동 절차를 나타낸다.2 is another overall configuration diagram of the present invention, and illustrates an interworking procedure of exchanging data through a message flow between an MMI, an application, and a DBMS.

S20단계에서는 운용자의 요청에 따른 작업종류별 Application 선택(검증 방법에 따른 작업 종류 선택)과, 데이터베이스로부터 데이터를 얻기 위한 정보(Processor 이름, Relation 이름, Domain이름, tuple번호)를 입력 받는 과정을 나타내고, S21단계에서는, 위에서 입력된 정보를 MMI에서 Application으로 전달하는 과정을 나타낸다.In the step S20 shows the process of receiving the application selection by operation type (operation type selection by the verification method) according to the operator's request, and the information (Processor name, Relation name, Domain name, tuple number) for obtaining data from the database, In the step S21, it shows a process of delivering the information entered above from the MMI to the Application.

S22단계는, MMI에서 입력된 정보를 DBMS가 인식할 수 있도록 카탈로그 파일인 G_CAT(릴레이션 이름과 릴레이션 번호를 연결하는 정보), R_A_CAT(릴레이션에 속한 Domain(Attribute)이름과 Domain번호를 연결하는 정보를 이용하여 변환하는 과정이다.In step S22, G_CAT (information linking a relation name and a relation number), which is a catalog file, and R_A_CAT (information linking a domain (Attribute) name belonging to a relation and a domain number so that the DBMS can recognize the information input from the MMI. It is the process of conversion by using.

그리고 S23단계에서는, 변형된 정보와 작업종류를 DBMS로 전달하는 과정을 나타낸다. S24단계는, 요청된 데이터를 PLD로부터 추출하는 과정이다. S25단계에서 는, 추출된 데이터와 해당 데이터베이스의 변경내역을 Application으로 전달하기위해 데이터베이스의 정보(릴레이션 이름, 릴레이션 번호, 도메인 이름, 도메인 번호, 도메인 범위, 튜플수)를 파일로 저장하여 Application으로 응답 (Ack) 메시지와 같이 전달하는 과정을 나타낸다.In step S23, a process of transmitting the transformed information and job type to the DBMS is shown. Step S24 is a process of extracting the requested data from the PLD. In step S25, the database stores information (relation name, relation number, domain name, domain number, domain range, number of tuples) as a file in order to deliver the extracted data and changes of the database to the application, and responds to the application. (Ack) Indicates the delivery of a message together.

S26단계는 Application이 원하는 데이터의 위치를 DBMS로부터 전달 된 데이터베이스 정보를 이용해서 찾는 과정으로, 데이터베이스가 변경(도메인의 추가 또는 삭제 등)되더라도 변경된 내역을 DBMS로부터 전달 된 데이터베이스 정보에서 찾아내어 정확히 원하는 데이터를 찾게 된다. In step S26, the application finds the location of the desired data by using the database information delivered from the DBMS. Even if the database is changed (addition or deletion of a domain), the changed details are found from the database information delivered from the DBMS, and the data is exactly the desired data. You will find.

S27단계는 Application에서 가공된 데이터를 운용자에게 보여주기 위해 MMI로 요청하는 과정이다. S28단계는 운용자가 요청한 작업의 결과를 운용자에게 보여주는 과정이다.Step S27 is a process of requesting to the MMI to show the processed data to the operator. Step S28 is a process of showing the operator the results of the operation requested by the operator.

도 3은 DBMS에서 상위 Application으로 전달 할 데이터와 데이터베이스 정보를 추출하는 프로그램의 처리 흐름도로 도 2의 S25단계에 해당한다.FIG. 3 is a flowchart illustrating a program for extracting data and database information to be transferred from a DBMS to a higher application, corresponding to step S25 of FIG. 2.

먼저 전자교환기 데이터베이스를 제작하면, 그에 대한 형상정보를 카탈로그 파일로 생성하게 되는데 이 카탈로그는 각 데이터베이스 버전마다 존재하므로 DBMS와 Application에서는 이 카탈로그 파일을 참조하면 데이터베이스가 아무리 복잡하게 변하였다고 하더라도, 이에 상관없이 릴레이션, 도메인 순서대로 원하는 데이터를 정확히 찾을 수 있다.First, when the electronic exchange database is produced, shape information about it is generated as a catalog file. Since this catalog exists for each database version, DBMS and Application refer to this catalog file, no matter how complicated the database changes. You can find exactly what you want in relation to the relation and domain.

S300은 데이터베이스의 버전에 맞는 카탈로그를 입력하는 단계인데, G_CAT는 모든 릴레이션 이름과 릴레이션 번호, 그리고 릴레이션 location, 튜플 갯수, 도메 인 갯수를 가지고 있다. 또, R_A_CAT는 각 릴레이션에 속한 모든 도메인 이름, 도메인 번호를 가지고 있다.S300 enters a catalog for a database version. G_CAT has all relation names, relation numbers, relation location, tuple number, and domain number. In addition, R_A_CAT has all domain names and domain numbers belonging to each relation.

S301은 DBMS가 처리할 수 없는 요청을 받았을 때 이를 처리하는 단계로 오류가 발생되면, 오류내역을 Application에 전달하여, Application은 해당 오류를 출력하게 된다.S301 processes an error when the DBMS receives a request that the DBMS cannot process. If an error occurs, the error is transmitted to the application, and the application outputs the corresponding error.

DBMS가 처리할 수 있는 요청을 받았을 경우 요청에서 원하는 릴레이션의 도메인 정보를 R_A_CAT로 찾게 되는데, 릴레이션 번호와 도메인 번호를 key로 검색을 수행하여 원하는 도메인을 찾게 된다(S302).When the DBMS receives a request that can be processed, the domain information of the desired relation is found as R_A_CAT in the request, and the desired domain is searched by searching the relation number and the domain number as a key (S302).

원하는 정보를 찾았으면, 해당 정보를 Application에 전달하기 위한 파일로 저장한다(S303). 이 파일에는 릴레이션 번호, 도메인 이름, 도메인 번호, 도메인의 데이터 범위를 저장하여 Application에서 Rel_dat.msg에서 도메인 번호에 따른 위치를 파악하여 해당 도메인을 찾도록 한다.If the desired information is found, the information is stored as a file for transferring to the application (S303). In this file, the relation number, domain name, domain number, and data range of the domain are stored so that the application can find the corresponding domain by identifying the location according to the domain number in Rel_dat.msg.

도메인 정보를 처리한 후, 릴레이션 정보를 G_CAT에서 찾게되는데(S304), 도메인과 같은 방법으로 릴레이션 번호를 Key로 하여 해당 릴레이션 정보를 찾게 된다. 원하는 릴레이션 정보를 찾았으면, 해당 정보를 Application에 전달하기 위한 파일로 저장한다(S305). 이 파일에는 Application에서 릴레이션 번호를 릴레이션 이름으로 메칭하기 위해 릴레이션 번호와 릴레이션 이름 그리고 전체 튜플 갯수 와 도메인 갯수, 릴레이션 location을 저장한다.After processing the domain information, the relation information is found in the G_CAT (S304). The relation information is found using the relation number as the key in the same manner as the domain. If the desired relation information is found, the information is stored as a file for transferring to the application (S305). This file stores the relation number, relation name, total tuple number, domain number, and relation location to match the relation number to the relation name in the application.

데이터베이스 정보파일은 각 버전마다의 고유한 릴레이션 번호 와 도메인 번호 등 해당 데이터베이스에 맞는 정보를 가지므로 Application에서는 이 정보를 가 지고 Rel_dat.msg에서 데이터를 추출하게 되므로 릴레이션의 변동에 관계없이 정확한 데이터를 추출하게 된다.Since database information file has information that is appropriate for the database such as unique relation number and domain number for each version, Application has this information and extracts data from Rel_dat.msg, so it extracts accurate data regardless of relation variation. Done.

즉, S302~S305단계까지 데이터베이스 정보를 처리한 후 마지막으로 실제 교환기에서 사용되는 데이터를 추출하는데, 이 방법은 기존 방법을 그대로 사용하며, 추출된 데이터는 튜플단위로 저장하여 Application으로 전달하여 Application에서 데이터 검증과 관리에 사용되도록 한다(S306).In other words, after processing the database information from step S302 to S305, and finally extracts the data used in the actual exchange, this method uses the existing method as it is, and the extracted data is stored in tuple units and delivered to the application It is to be used for data verification and management (S306).

도 4는 Application에서 데이터베이스의 검증 및 관리를 수행할 때 필요한 데이터를 DBMS로부터 전송 된 데이터와 데이터베이스 정보로부터 추출하는 순서도로 위 도 2의 S26단계에 해당한다. FIG. 4 corresponds to step S26 of FIG. 2 as a flowchart of extracting data necessary for performing verification and management of a database from an application from data transmitted from a DBMS and database information.

먼저 S400단계에서 만약 DBMS로부터 오류가 전송되면 이에 대응하는 오류메시지를 출력하는 과정을 나타낸다. First, if an error is transmitted from the DBMS in step S400, an error message corresponding to the error message is output.

상기 DBMS에서부터 전달받은 교환기 데이터(Rel_dat.msg)는 해당 릴레이션의 모든 데이터를 가지고 있으므로, Applicaton에서 필요로 하는 특정 튜플의 특정 도메인 데이터를 얻기 위해서는 Rel_dat.msg에서 원하는 데이터의 위치를 파악하여야 한다.Since the exchange data (Rel_dat.msg) received from the DBMS has all the data of the relation, it is necessary to determine the location of the desired data in Rel_dat.msg in order to obtain specific domain data of a specific tuple required by the Applicaton.

S401단계에서는 데이터의 위치와 기타 Application에서 필요한 데이터를 얻기 위해, DBMS로부터 전달 받은 Rel_inf.msg와 Att_inf.msg로부터 정보를 입력 받는데, 특히 원하는 도메인의 위치는 도메인 번호로 알 수 있다. 만약 데이터베이스에 변경사항이 발생하여 도메인 번호가 바뀐다면, 기존의 검증 및 관리 프로그램에서는 고정된 도메인 번호를 사용하므로 정확한 데이터를 얻을 수 없다. 그러나, 변 경된 도메인 번호를 카탈로그로부터 입력받아(Att_inf.msg) 해당 도메인 번호 순서대로 Rel_dat.msg에서 데이터를 추출(S402)하면 되므로, 변경된 데이터베이스에서도 정확한 데이터를 추출할 수 있다. In step S401, in order to obtain the location of the data and other data required by the application, information is received from Rel_inf.msg and Att_inf.msg received from the DBMS. In particular, the location of the desired domain can be known by the domain number. If a change occurs in the database and the domain number is changed, the existing verification and management program uses a fixed domain number and cannot obtain accurate data. However, since the changed domain number is inputted from the catalog (Att_inf.msg) and data is extracted from Rel_dat.msg in the corresponding domain number order (S402), accurate data can be extracted from the changed database.

또한, Rel_inf.msg, Att_inf.msg에는 각 도메인들의 특성을 정의하는 정보가 들어 있어 예전의 프로그램에서 구현하기 어려웠던 각종 검증툴을 쉽게 구현할 수 있게 한다. In addition, Rel_inf.msg and Att_inf.msg contain information defining the characteristics of each domain, so that various verification tools that were difficult to implement in previous programs can be easily implemented.

본 발명은 반드시 프로그램을 수정해야만 변경된 전자교환기 데이터베이스의 검증이 가능했던 기존 검증 및 관리 프로그램을 유지보수하지 않아도 검증할 수 있도록 함으로써, 교환기 데이터베이스 검증 및 관리 프로그램의 유지보수 횟수와 시간을 크게 줄여, 적시에 새로운 교환서비스를 제공할 수 있게 하였다.According to the present invention, it is possible to verify the program without modifying the existing verification and management program, which was able to verify the changed e-Exchange database only by modifying the program, thereby significantly reducing the number and time of maintenance of the exchange database verification and management program. To provide new exchange services.

또한, 본 발명을 적용함에 따라 그 동안 수행할 수 없었던 데이터 범위 검사를 비롯한 많은 검증 도구들을 쉽게 구현하게 되어, 교환 시스템의 소프트웨어 버전 변경 시 새로 제작된 데이터베이스의 무결성 검증의 효과를 한 차원 높이는 계기가 되었다. 또한, 동일 구조의 데이터베이스라면 어떠한 버전이라도 검증 및 관리 작업을 수행할 수 있으므로, 아직 데이터 검증 및 관리 프로그램이 개발되지 않은 TDX계열의 타 기종 데이터 검증 및 관리 프로그램에 사용될 수 있으므로 추가적인 개발비용을 절약할 수 있다.In addition, the application of the present invention makes it easy to implement many verification tools, including data range checking, which could not be performed in the past, thereby increasing the effectiveness of integrity verification of newly created databases when changing the software version of the exchange system. It became. In addition, any version of the database can be used to verify and manage any version, so it can be used for other data verification and management programs in the TDX series that have not yet been developed. Can be.

아울러 본 발명의 바람직한 실시예들은 예시의 목적을 위해 개시된 것이며, 당업자라면 본 발명의 사상과 범위안에서 다양한 수정, 변경, 부가등이 가능할 것 이며, 이러한 수정 변경 등은 이하의 특허 청구의 범위에 속하는 것으로 보아야 할 것이다.In addition, preferred embodiments of the present invention are disclosed for the purpose of illustration, those skilled in the art will be able to make various modifications, changes, additions, etc. within the spirit and scope of the present invention, such modifications and modifications belong to the following claims Should be seen.

Claims (8)

데이터베이스에 대한 접근 권한을 독점하며, 데이터 요청 메시지 수신시 상기 데이터베이스에 접근하여 상기 데이터베이스의 변경내역을 알려주는 데이터베이스 정보 및 요청받은 교환기 데이터를 추출하여 상기 데이터 요청 메시지에 대한 회신 메시지로서 전송하는 DBMS(Database Management System); 및DBMS which monopolizes the access right to the database, extracts the database information and the requested exchanger data to inform the change history of the database when the data request message is received and transmits it as a reply message to the data request message. Database Management System); And 상기 데이터 요청 메시지를 생성하여 상기 DBMS로 전송하고, 상기 DBMS로부터 상기 데이터베이스 정보 및 교환기 데이터를 전송받으면 상기 데이터베이스 정보에 근거하여 상기 교환기 데이터에서 검증 대상 데이터를 찾아낸 후 이를 검증하는 적어도 하나의 어플리케이션부들을 구비하는 전자교환기의 변경된 데이터베이스 검증장치.At least one application unit generating the data request message and transmitting the data request message to the DBMS and finding the subject data to be verified in the switch data based on the database information when receiving the database information and the exchange data from the DBMS. Modified database verification apparatus of the electronic exchange. 제 1항에 있어서,The method of claim 1, 운용자와 상기 어플리케이션들 사이의 인터페이스를 제공하는 MMI(Man Machine Interface)를 더 구비하는 것을 특징으로 하는 전자교환기의 변경된 데이터베이스 검증장치.And an MMI (Man Machine Interface) for providing an interface between an operator and the applications. 제 2항에 있어서, 상기 MMI는The method of claim 2, wherein the MMI is 상기 운용자로부터 작업 종류별 어플리케이션 선택 정보 및 데이터를 얻기 위한 정보를 입력받으면 상기 선택된 어플리케이션에게 상기 입력받은 정보를 전송하는 것을 특징으로 하는 전자교환기의 변경된 데이터베이스 검증장치.And receiving information for obtaining application selection information and data for each job type from the operator, and transmitting the received information to the selected application. 제 3항에 있어서, 상기 MMI는The method of claim 3, wherein the MMI is 상기 데이터를 얻기 위한 정보로서 프로세서 이름, 릴레이션 이름, 도메인 이름, 튜플 번호를 입력받는 것을 특징으로 하는 전자교환기의 변경된 데이터베이스 검증장치.And a processor name, a relation name, a domain name, and a tuple number as information for obtaining the data. 제 3항에 있어서, 상기 MMI는The method of claim 3, wherein the MMI is 상기 릴레이션 이름과 릴레이션 번호를 연결하는 정보 및 상기 릴레이션에 속한 도메인 이름과 도메인 번호를 연결하는 정보를 이용하여 상기 데이터를 얻기 위한 정보를 상기 DBMS가 인식할 수 있도록 변환하는 것을 특징으로 하는 전자교환기의 변경된 데이터베이스 검증장치.And converting the DBMS so that the DBMS can recognize the information using the information linking the relation name and the relation number and the information linking the domain name and the domain number belonging to the relation. Changed Database Verifier. 제 1항에 있어서, 상기 DBMS는The method of claim 1, wherein the DBMS is 상기 데이터베이스 정보로서 릴레이션 정보 및 릴레이션의 도메인 정보를 찾아내어 이를 상기 회신 메시지로 전송하기 위한 파일로 저장하는 것을 특징으로 하는 전자교환기의 변경된 데이터베이스 검증장치.And the relation information and domain information of the relation are found as the database information and stored in a file for transmission in the reply message. 제 6항에 있어서, 상기 DBMS는The method of claim 6, wherein the DBMS is 릴레이션 번호와 도메인 번호를 키로 하여 상기 릴레이션의 도메인 정보를 찾아내고 상기 릴레이션 번호를 키로 하여 상기 릴레이션 정보를 찾아내는 것을 특징으로 하는 전자교환기의 변경된 데이터베이스 검증장치.And the domain information of the relation is found using a relation number and a domain number as a key, and the relation information is found using the relation number as a key. 제 7항에 있어서, 상기 어플리케이션은The method of claim 7, wherein the application is 상기 릴레이션 정보 및 상기 도메인 정보를 이용하여 상기 교환기 데이터에서 상기 검증 대상 데이터를 찾아내는 것을 특징으로 하는 전자교환기의 변경된 데이터베이스 검증장치.And the verification target data is found in the switch data using the relation information and the domain information.
KR1019990055815A 1999-12-08 1999-12-08 System for verifing of changed database of Electronic Switching Systems KR100624978B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990055815A KR100624978B1 (en) 1999-12-08 1999-12-08 System for verifing of changed database of Electronic Switching Systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990055815A KR100624978B1 (en) 1999-12-08 1999-12-08 System for verifing of changed database of Electronic Switching Systems

Publications (2)

Publication Number Publication Date
KR20010054831A KR20010054831A (en) 2001-07-02
KR100624978B1 true KR100624978B1 (en) 2006-09-14

Family

ID=19624271

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990055815A KR100624978B1 (en) 1999-12-08 1999-12-08 System for verifing of changed database of Electronic Switching Systems

Country Status (1)

Country Link
KR (1) KR100624978B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100441762B1 (en) * 2002-08-19 2004-07-23 에스케이 텔레콤주식회사 System and Method for Managing a Trunk Line Data in TDX Switch

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990058002A (en) * 1997-12-30 1999-07-15 윤종용 Apparatus and method for database verification of exchange

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990058002A (en) * 1997-12-30 1999-07-15 윤종용 Apparatus and method for database verification of exchange

Also Published As

Publication number Publication date
KR20010054831A (en) 2001-07-02

Similar Documents

Publication Publication Date Title
US7346635B2 (en) System and method for transferring a database from one location to another over a network
KR100261386B1 (en) A computerized resource name resolution mechanism
US6356916B1 (en) Replica system and method of producing a replica
US7200806B2 (en) System and method for generating pre-populated forms
US8135705B2 (en) Guaranteeing hypertext link integrity
CN1777867B (en) System and method for updating files utilizing incremental compaction patching
CN101410800B (en) System and method for a software distribution service
US6535874B2 (en) Technique for providing a universal query for multiple different databases
CN100437576C (en) Method, system, and apparatus for discovering and connecting to data sources
JP4278299B2 (en) Communication system and method
CN100435152C (en) Method of assembling bookmark and computer device for setting updated main bookmark database
CN1973255A (en) System and method for managing and communicating software updates
CN107491463B (en) Optimization method and system for data query
CN110851127A (en) Universal evidence storage method based on block chain
CN112541009A (en) Data query method and device, electronic equipment and storage medium
CN1647040A (en) Method and system for managing a computer system
US7475088B2 (en) Systems and methods of providing data from a data source to a data sink
US6571297B1 (en) Service interface repository application programming models
JPH10116293A (en) Decentralized data base management system
KR100624978B1 (en) System for verifing of changed database of Electronic Switching Systems
CN111522881A (en) Service data processing method, device, server and storage medium
CN111639248A (en) Webpage data crawling method, device, equipment and storage medium
US20230195792A1 (en) Database management methods and associated apparatus
JP3761911B2 (en) File server and file management method
CA2217504A1 (en) Adaptable user interface

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: 20120903

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20130902

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20140901

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20160901

Year of fee payment: 11

FPAY Annual fee payment

Payment date: 20180903

Year of fee payment: 13