KR20000051051A - System and method for managing of active database - Google Patents

System and method for managing of active database Download PDF

Info

Publication number
KR20000051051A
KR20000051051A KR1019990001286A KR19990001286A KR20000051051A KR 20000051051 A KR20000051051 A KR 20000051051A KR 1019990001286 A KR1019990001286 A KR 1019990001286A KR 19990001286 A KR19990001286 A KR 19990001286A KR 20000051051 A KR20000051051 A KR 20000051051A
Authority
KR
South Korea
Prior art keywords
database
client
manager
data
connection
Prior art date
Application number
KR1019990001286A
Other languages
Korean (ko)
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 KR1019990001286A priority Critical patent/KR20000051051A/en
Publication of KR20000051051A publication Critical patent/KR20000051051A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2379Updates performed during online database operations; commit processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication

Abstract

PURPOSE: A system for voluntary database management is provided to improve system capability, to decrease the number of database subordinates while transmitting data between a database and an application program, to prevent unnecessary polling between the database and the application program, and to sustain data's stability by minimizing the loss of data caused during the occurrence of data transfer error. CONSTITUTION: A system for voluntary database management is composed of connection, verification, transmission, and disconnection. Client(100) requests for connection to database manager(310) to approach to the database(320)(S1). The manager verifies client's database account and password, and when verified allow connection(S2). Database manager establishes relationship between client and database devices and store it along with the data device's information(S3). Other client(200) requests for connection to database manager through same process taken by above client(100)(S4). Database manager examines client's(200) connection rights and if appropriate, allow connection (S5). Database manager establishes client(200) and database(320) devices' relationship and saves it(S6). At the same time, client(100) processes(create, fix, delete, etc) data in database related to one self(S7), database manager detects the change in the database device(S8), and clients(100,200) refer to information saved during connection and transmit changed information to all clients related to database through communication circuit(S9). When clients(100,200) requests for disconnection, database manager deletes clients' database information and cancels communication circuit with clients.

Description

능동형 데이터베이스 관리 시스템 및 방법 {System and method for managing of active database}System and method for managing of active database

본 발명은 데이터베이스 관리에 관한 것으로, 특히 클라이언트/서버 환경에서 데이터베이스와 응용 프로그램 사이의 데이터 전송에 따른 데이터베이스 서버의 부하를 줄이고 시스템의 성능을 향상시키며 클라이언트의 폴링(polling)횟수를 줄임으로써 통신상의 부하를 경감하며 클라이언트의 성능을 향상시킬 수 있는 능동형 데이터베이스 관리 시스템 및 방법에 관한 것이다.The present invention relates to database management, and in particular, in a client / server environment, communication load is reduced by reducing the database server load, improving the performance of the system, and reducing the number of polling times by the client. The present invention relates to an active database management system and method that can alleviate the risk and improve client performance.

현대사회에 있어 정보는 특별히 강조를 하지 않아도 누구나 그 중요성을 인지하고 있으며 개인은 물론 어느 사회나 국가에 있어서도 많은 정보를 습득하고 또 이를 관리하는 것은 중요한 과제가 아닐 수 없다. 이러한 정보에 대한 중요성은 컴퓨터 기술의 급속한 발달과 맞물려 컴퓨터 정보산업을 빠른 속도로 발달시켜 왔다. 그 발달과정을 보면 정보시스템의 발달은 크게 두 단계로 나누어 볼 수 있다.In modern society, information is important to everyone without special emphasis, and it is important to learn and manage a lot of information not only for individuals but also for any society or country. The importance of this information, coupled with the rapid development of computer technology, has rapidly developed the computer information industry. The development process of information system can be divided into two stages.

첫 번째는 중앙의 메인시스템(Main System)에서 모든 것을 관장하고 그 메인시스템에 연결된 터미널(Terminal)들은 그 메인시스템에서 제공하는 기능만을 수동적으로 사용하는 중앙집중식 호스트(Host) 시스템이고 둘째는 종래의 중앙집중식 시스템에서 벗어나 여러 컴퓨터가 각각 일정한 기능을 분담하며 각각의 데이터를 같이 공유 할 수가 있는 클라이언트 서버(Client Server) 환경의 정보시스템인데 상기 클라이언트 서버 환경의 정보시스템이 최근의 정보시스템 구축의 주류를 이룬다고 볼 수 있을 것이다.The first is a centralized host system that manages everything in the central main system and the terminals connected to the main system passively use only the functions provided by the main system. It is an information system in a client server environment in which several computers share a certain function and share each data, apart from the centralized system. The information system in the client server environment is the mainstream of recent information system construction. It can be seen that.

상기의 클라이언트 서버 환경에서는 클라이언트와 서버 또는 클라이언트 사이의 데이터 교환은 데이터베이스(Database)와 같은 매개를 중심으로 이루어지는데 데이터베이스에 각 어플리케이션(Application)이 사용하고자 하는 데이터 객체를 정의하고 필요시 어플리케이션이 데이터베이스에 접속하여 데이터를 처리하는 방법을 사용한다.In the above client server environment, data exchange between a client and a server or client is centered on a medium such as a database. In the database, a data object that each application wants to use is defined, and the application is connected to the database if necessary. Use a method of accessing and processing data.

도 1을 통하여 종래의 클라이언트/서버 환경의 물리적 구성과 데이터전송에 대하여 자세히 살펴보면 다음과 같다.Looking at the physical configuration and data transmission of the conventional client / server environment through Figure 1 in detail as follows.

클라이언트1(11)은 데이터베이스에 저장된 데이터에 접근하기 위해서 통신경로를 통하여 서버(20)에게 접속을 요청하며(S1), 서버(20)는 이러한 접속요청을 받아 데이터베이스(21)에 접근을 허가하고(S2) 다른 클라이언트의 요청을 대기한다.Client 1 (11) requests a connection to the server 20 through a communication path to access the data stored in the database (S1), the server 20 receives the connection request and grants access to the database 21 (S2) Wait for a request from another client.

다른 클라이언트2(12)가 데이터베이스(21) 내의 동일한 데이터에 접근하기 위해서는 클라이언트1(11)와 마찬가지로 서버(20)에게 접속을 요청하며(S3), 서버(20)는 데이터베이스(21) 접속을 허가하여(S4) 일단 데이터베이스(21)에 접속이 완료된 클라이언트1(11)는 임의의 시간에 데이터베이스(21)에 저장된 데이터를 조작하는 작업을 수행한다(S5).In order to access the same data in the database 21, the other client 2 12 requests the server 20 to access the server 20 as in the client 1 11 (S3), and the server 20 grants access to the database 21. (S4) The client 1 (11), once connected to the database 21, performs a task of manipulating the data stored in the database 21 at an arbitrary time (S5).

이때 클라이언트2(12)가 데이터베이스(21) 내의 데이터 변화를 감지하기 위해서는 일정기간을 주기로 하여 데이터베이스에 접근한 후 데이터의 변화를 검사해야 한다. 클라이언트2(12)가 데이터베이스(21)에서 데이터의 변화를 감지한 경우 이를 자신의 작업에 반영한다(S6).At this time, in order to detect the change of data in the database 21, the client 2 12 needs to check the change of data after accessing the database for a predetermined period. If the client 2 (12) detects a change in the data in the database 21 and reflects it to his work (S6).

상기와 같은 종래의 클라이언트/서버 환경의 데이터베이스 시스템은 임의의 클라이언트가 데이터베이스 내의 데이터를 조작하고 다른 클라이언트들이 데이터베이스 내의 동일한 데이터의 상태 변화를 인식하기 위해서 각 클라이언트들은 일정시간의 간격으로 데이터베이스의 상태변화를 점검하는 기능(폴링)을 수행해야 한다.In the above conventional client / server environment, the database system of each client may change the state of the database at regular intervals so that any client manipulates the data in the database and other clients recognize the state change of the same data in the database. The function to check (polling) must be performed.

이것은 클라이언트와 서버가 네트워크로 구성된 경우 클라이언트의 폴링작업으로 인한 네트워크의 트래픽을 증가시키게 하여 네트워크에 접속된 다른 어플리케이션의 성능을 저하시킬 뿐만 아니라 실제로 데이터베이스 내의 데이터의 상태변화가 발생하지 않는 경우에도 서버의 데이터베이스에 접속하여 서버의 성능을 저하시키는 문제점이 있다.This increases the traffic on the network due to the polling of the client when the client and server are configured as a network, and degrades the performance of other applications connected to the network, even if the state of the data in the database does not actually change. There is a problem that decreases the performance of the server by accessing the database.

또한 동일한 컴퓨터 내에서 클라이언트 프로세스와 서버 프로세스가 운영되는 경우 클라이언트 프로세스가 데이터베이스의 상태를 지속적으로 감시하기 때문에 클라이언트 프로세스의 부하증가로 인한 서버 프로세스와 전체시스템의 성능을 저하시킨다.In addition, when the client process and the server process are operated in the same computer, the client process continuously monitors the state of the database, thereby degrading the performance of the server process and the overall system due to the increase in the load of the client process.

실제로 데이터베이스의 데이터에 변화가 발생하지 않은 경우에도 이를 검사하기 위한 클라이언트의 작업이 존재하여 일정 수준이상의 데이터베이스 부하를 발생시키는 문제점이 있었다.In fact, even if there is no change in the data of the database, there is a problem of generating a database load of a certain level because there is a task of a client to check it.

본 발명은 상기의 문제점을 감안하여 안출된 것으로서, 데이터베이스와 응용 프로그램 사이의 데이터 전송에 따른 데이터베이스 서버의 부하를 줄이고 시스템 성능을 향상시키는 데이터베이스 시스템을 제공하는데 있다.SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and provides a database system that reduces the load on a database server and improves system performance due to data transfer between a database and an application program.

본 발명의 다른 목적은 데이터베이스와 응용프로그램 사이의 불필요한 폴링을 하지 않도록 하므로서 폴링시 발생하는 통신망의 부하를 줄이는데 있다.Another object of the present invention is to reduce the load of the communication network generated during polling by avoiding unnecessary polling between the database and the application program.

본 발명의 또 다른 목적은 데이터베이스 관리자를 두어 데이터의 처리시 발생하는 오류에 의한 데이터의 손실을 최소화하므로써 데이터의 일관성을 유지시키는 시스템을 제공하는데 있다.It is still another object of the present invention to provide a system for maintaining data coherency by minimizing data loss due to errors occurring in processing data by having a database manager.

도 1은 종래의 클라이언트/서버 환경의 물리적 구성과 데이터전송방법을 보인 구성도,1 is a block diagram showing a physical configuration and data transmission method of a conventional client / server environment,

도 2는 본 발명에 따른 능동형 데이터베이스 시스템과 클라이언트 시스템과 클라이언트/서버 시스템과의 연결체계 및 데이터 전송방법을 도시한 구성도.2 is a block diagram showing a connection scheme and a data transmission method between an active database system, a client system, and a client / server system according to the present invention.

* 도면의 주요부분에 대한 부호설명 ** Explanation of Signs of Major Parts of Drawings *

100,200 : 클라이언트300 : 서버100,200: Client 300: Server

310 : 데이터베이스 관리자320 : 데이터베이스310: database manager 320: database

상기 목적을 달성하기 위하여 본 발명은 데이터베이스가 내장되어 있고 데이터베이스의 전체적인 관리 및 데이터베이스를 구축 및 가동하기 위한 각종 주변장치를 관리하는 서버와; 상기 데이터베이스 정보를 공유하는 클라이언트로 이루어지는 시스템에 있어서, 상기 서버와 클라이언트간의 데이터 전송에 관한 상기 데이터베이스의 데이터객체들의 생성, 수정, 삭제 등의 처리정보, 그리고 데이터베이스와 연결된 클라이언트들의 연결정보를 관리하여 관련된 클라이언트들에게 통신경로를 이용하여 갱신된 정보를 전송하는 데이터베이스 관리자로 구성된 특징이 있다.In order to achieve the above object, the present invention includes a server having a built-in database and managing the overall management of the database and various peripheral devices for building and operating the database; In the system comprising a client sharing the database information, the processing information such as the creation, modification, deletion, etc. of the data objects of the database related to the data transfer between the server and the client, and the connection information of the client connected to the database is managed It features a database manager that sends updated information to clients using a communication path.

또한 상기 데이터베이스 관리자는 데이터베이스의 갱신 여부를 감지하여, 갱신된 경우 관련된 클라이언트들에게 접속허가시 저장된 내용에 따라 통신경로를 설정하여 갱신 데이터를 전송하고, 클라이언트로부터 연결 해제 요청이 수신되면 클라이언트와 관계된 데이터베이스의 정보를 삭제하고 통신 경로를 해제하도록 구성된다.In addition, the database manager detects whether or not the database is updated, and if it is updated, sets the communication path according to the contents stored when access is granted to the relevant clients, and transmits the update data. It is configured to delete the information and release the communication path.

상기의 목적을 달성하기 위한 본 발명의 또 다른 특징은 클라이언트의 접속요구시 데이터베이스 관리자가 클라이언트의 접속에 대한 권한을 검사한후 적합한 경우에 접속을 허가해 주는 단계와; 데이터베이스 관리자가 클라이언트와 데이터베이스 객체에 대하여 관계를 설정하고 이를 데이터 객체의 내용과 함께 저장하는 단계와; 임의의 클라이언트 접속요청을 처리하고 난 후 데이터베이스 관리자는 또 다른 클라이언트의 접속요청을 처리하기 위하여 대기하는 단계와; 임의의 순간에 클라이언트는 자신과 관계된 데이터베이스 객체에 데이터를 생성, 수정, 삭제 등의 처리를 수행했을 때 데이터베이스 관리자가 데이터베이스 객체의 변경을 감지하고 클라이언트들의 접속허가 때 저장된 내용을 참조하여 데이터베이스 객체의 변경내용을 데이터베이스 객체와 관계된 모든 클라이언트들에게 통신경로를 이용하여 전송하는 단계와; 이때 데이터베이스 관리자는 클라이언트와 데이터베이스 객체에 대하여 관계를 설정하고 저장하는 단계와; 클라이언트가 데이터베이스 관리자에게 연결해제의 요청을 하면 데이터베이스 관리자는 클라이언트와 관계된 데이터베이스 객체의 관계정보를 삭제하고 클라이언트와의 통신경로를 해제하는 단계로 이루어진다.Another feature of the present invention for achieving the above object is the step of allowing the database administrator to check the authority for the client's connection when the client's connection request, and granting the connection if appropriate; Establishing, by the database administrator, a relationship between the client and the database object and storing it with the contents of the data object; After processing any client connection request, the database manager waits to process another client's connection request; At any moment, when the client creates, modifies, or deletes data in the database object related to the client, the database manager detects the change of the database object and changes the database object by referring to the contents stored when the client is granted access. Transmitting the content to all clients associated with the database object using a communication path; At this time, the database manager establishes and stores a relationship between the client and the database object; When the client requests to disconnect from the database manager, the database manager deletes the relationship information of the database object related to the client and releases the communication path with the client.

이하 도면을 참고로하여 본 발명의 바람직한 실시예를 설명하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described with reference to the accompanying drawings.

도 2를 참고로하여 본 발명의 구성을 살펴보면 다음과 같다.Looking at the configuration of the present invention with reference to Figure 2 as follows.

데이터베이스(320)가 내장되어 있고 데이터베이스(320)의 전체적인 관리 및 데이터베이스(320)를 구축 및 가동하기 위한 각종 주변장치를 관리하는 서버(300)와, 상기 데이터베이스(320)의 데이터객체들의 생성, 수정, 삭제와 같은 처리정보를 관리하는 데이터베이스 관리자(310)와; 응용프로그램을 갖고 있으며 상기 데이터베이스(320)를 엑세스하는 클라이언트들(100,200)로 구성되어 있다.A server 300 having a built-in database 320 and managing overall management of the database 320 and various peripheral devices for constructing and operating the database 320, and creating and modifying data objects of the database 320. A database manager 310 for managing processing information such as deletion and the like; It is composed of clients 100 and 200 having an application program and accessing the database 320.

상기 클라이언트(100,200)와 서버(300)는 한 컴퓨터상에 존재할 수도 있으며 네크워크로 연결되어 존재할 수 있다.The client 100 and 200 and the server 300 may exist on one computer or may be connected to a network.

상기와 같이 구성된 본 발명의 동작에 대하여 설명하면 다음과 같다.Referring to the operation of the present invention configured as described above are as follows.

먼저 클라이언트(100)가 데이터베이스(320)에 접근하기 위하여 데이터베이스 관리자(310)에 접속을 요구하면(S1), 데이터베이스 관리자(310)는 클라이언트(100)의 데이터베이스(320)에 대한 계정과 암호 인증작업을 통해 접속에 대한 권한을 검사하여 적합한 경우에 접속을 허가한다(S2).First, when the client 100 requests access to the database manager 310 to access the database 320 (S1), the database manager 310 performs an account and password authentication operation on the database 320 of the client 100. The authority for the access is checked through the server and the access is granted if appropriate (S2).

이때 데이터베이스 관리자(310)는 클라이언트(100)와 데이터베이스(320) 객체에 대하여 관계를 설정하고(S3) 이를 데이터 객체의 내용과 함께 저장한다. 임의의 클라이언트 접속요청을 처리하고 난 후 데이터베이스 관리자(310)는 또 다른 클라이언트의 접속요청을 처리하기 위하여 대기상태로 남아 있게 된다.At this time, the database manager 310 establishes a relationship with the client 100 and the database 320 object (S3) and stores it together with the contents of the data object. After processing any client connection request, the database manager 310 remains idle to process another client's connection request.

다른 클라이언트(200)도 역시 상기 클라이언트(100)와 같은 방법으로 데이터베이스 관리자(310)에게 접속을 요청하고(S4) 데이터베이스 관리자(310)는 클라이언트(200)의 접속에 대한 권한을 검사하여 적합한 경우에 접속을 허가한다(S5).The other client 200 also requests a connection to the database manager 310 in the same manner as the client 100 (S4), and the database manager 310 checks the authority for the client 200's connection, if appropriate. The connection is allowed (S5).

이때 데이터베이스 관리자(310)는 클라이언트(200)와 데이터베이스(320) 객체에 대하여 관계를 설정하고(S6) 저장한다.At this time, the database manager 310 establishes a relationship between the client 200 and the database 320 object (S6) and stores it.

임의의 순간에 클라이언트(100)는 자신과 관계된 데이터베이스(320) 객체에 데이터를 처리(생성, 수정, 삭제 등)한다(S7). 이때 데이터베이스 관리자(310)는 데이터베이스(320) 객체의 변경을 감지하고(S8) 클라이언트들(100,200)의 접속허가 때 저장된 내용을 참조하여 데이터베이스(320) 객체의 변경내용을 데이터베이스(320) 객체와 관계된 모든 클라이언트(100,200)들에게 통신경로를 이용하여 전송한다(S9).At any moment, the client 100 processes (creates, modifies, deletes, etc.) data in a database 320 object related to itself (S7). At this time, the database manager 310 detects the change of the database 320 object (S8) and refers to the contents stored at the time of access permission of the clients 100 and 200 and changes the change of the database 320 object to the database 320 object. All the clients 100 and 200 transmit using the communication path (S9).

이후 클라이언트(100,200)가 데이터베이스 관리자(310)에게 연결해제의 요청을 하면 데이터베이스 관리자(310)는 클라이언트(100,200)와 관계된 데이터베이스(320) 객체의 관계정보를 삭제하고 클라이언트(100,200)와의 통신경로를 해제한다.Thereafter, when the client (100,200) makes a request for disconnection from the database manager (310), the database manager (310) deletes the relationship information of the database (320) object associated with the client (100,200) and releases the communication path with the client (100,200). do.

이상에서 설명한 바와 같이, 본 발명은 데이터베이스와 응용 프로그램 사이의 데이터 전송에 따른 데이터베이스 서버의 부하를 줄이고 시스템 성능을 향상시키는 효과가 있고 데이터베이스와 응용프로그램 사이의 불필요한 폴링을 하지 않도록 하므로써 폴링시 발생하는 통신망의 부하를 줄여주는 효과가 있다.As described above, the present invention has an effect of reducing the load on the database server and improving system performance due to data transfer between the database and the application, and communication network that occurs during polling by avoiding unnecessary polling between the database and the application. It has the effect of reducing the load on.

또한 데이터베이스 관리자를 두어 클라이언트와 데이터베이스 객체와의 관계를 관리하고 데이터의 처리시 발생하는 오류에 의한 데이터의 손실을 최소화하므로써 데이터의 일관성을 유지할 수 있는 뛰어난 효과가 있으므로 컴퓨터 정보시스템 산업상 매우 유용한 발명인 것이다.In addition, it is a very useful invention in the computer information system industry because it has an excellent effect of maintaining the consistency of data by managing the relationship between the client and database objects and minimizing the loss of data due to errors occurring when processing data. .

Claims (3)

데이터베이스가 내장되어 있고 데이터베이스의 전체적인 관리 및 데이터베이스를 구축 및 가동하기 위한 각종 주변장치를 관리하는 서버와; 상기 데이터베이스 정보를 공유하는 클라이언트로 이루어지는 시스템에 있어서,A server with a built-in database and managing overall management of the database and various peripheral devices for building and operating the database; In the system consisting of a client sharing the database information, 상기 서버내에 상기 서버와 클라이언트간의 데이터 전송에 관한 상기 데이터베이스의 데이터객체들의 생성, 수정, 삭제와 같은 처리정보를 관리하여 관련된 클라이언트들에게 통신경로를 이용하여 갱신된 정보를 전송하는 데이터베이스 관리자를 더 가짐을 특징으로 하는 능동형 데이터베이스 관리 시스템.It further has a database manager in the server that manages processing information such as creation, modification, and deletion of data objects in the database related to data transfer between the server and the client, and transmits updated information to related clients using a communication path. Active database management system, characterized in that. 제 1 항에 있어서, 상기 데이터베이스 관리자는 데이터베이스의 갱신 여부를 감지하여, 갱신된 경우 관련된 클라이언트들에게 접속허가시 저장된 내용에 따라 통신경로를 설정하여 갱신 데이터를 전송하고, 클라이언트로부터 연결 해제 요청이 수신되면 클라이언트와 관계된 데이터베이스의 정보를 삭제하고 통신 경로를 해제하는 것을 특징으로 하는 능동형 데이터베이스 관리 시스템.The database manager of claim 1, wherein the database manager detects whether the database is updated and, when updated, sets the communication path according to the contents stored when the access is granted and transmits the update data, and a connection release request is received from the client. And deleting information on the database associated with the client and releasing the communication path. 클라이언트의 접속요구시 데이터베이스 관리자가 클라이언트의 접속에 대한 권한을 검사한후 적합한 경우에 접속을 허가해 주는 단계와;Allowing the database manager to check the authority for the client's connection when the client's connection is requested and grant the connection if appropriate; 데이터베이스 관리자가 클라이언트와 데이터베이스 객체에 대하여 관계를 설정하고 이를 데이터 객체의 내용과 함께 저장하는 단계와;Establishing, by the database administrator, a relationship between the client and the database object and storing it with the contents of the data object; 임의의 클라이언트 접속요청을 처리하고 난 후 데이터베이스 관리자는 또 다른 클라이언트의 접속요청을 처리하기 위하여 대기하는 단계와;After processing any client connection request, the database manager waits to process another client's connection request; 임의의 순간에 클라이언트는 자신과 관계된 데이터베이스 객체에 데이터를 생성, 수정, 삭제 등의 처리를 수행했을 때 데이터베이스 관리자가 데이터베이스 객체의 변경을 감지하고 클라이언트들의 접속허가 때 저장된 내용을 참조하여 데이터베이스 객체의 변경내용을 데이터베이스 객체와 관계된 모든 클라이언트들에게 통신경로를 이용하여 전송하는 단계와;At any moment, when the client creates, modifies, or deletes data in the database object related to the client, the database manager detects the change of the database object and changes the database object by referring to the contents stored when the client is granted access. Transmitting the content to all clients associated with the database object using a communication path; 이때 데이터베이스 관리자는 클라이언트와 데이터베이스 객체에 대하여 관계를 설정하고 저장하는 단계와;At this time, the database manager establishes and stores a relationship between the client and the database object; 클라이언트가 데이터베이스 관리자에게 연결해제의 요청을 하면 데이터베이스 관리자는 클라이언트와 관계된 데이터베이스 객체의 관계정보를 삭제하고 클라이언트와의 통신경로를 해제하는 단계로 이루어지는 능동형 데이터베이스 관리 방법.When the client requests to disconnect from the database manager, the database manager deletes the relationship information of the database object associated with the client and releases the communication path with the client.
KR1019990001286A 1999-01-18 1999-01-18 System and method for managing of active database KR20000051051A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990001286A KR20000051051A (en) 1999-01-18 1999-01-18 System and method for managing of active database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990001286A KR20000051051A (en) 1999-01-18 1999-01-18 System and method for managing of active database

Publications (1)

Publication Number Publication Date
KR20000051051A true KR20000051051A (en) 2000-08-16

Family

ID=19571601

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990001286A KR20000051051A (en) 1999-01-18 1999-01-18 System and method for managing of active database

Country Status (1)

Country Link
KR (1) KR20000051051A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100428777B1 (en) * 2002-02-14 2004-04-28 삼성전자주식회사 Method for Synchronization Between Client of Client/Server System
KR100434038B1 (en) * 2001-09-28 2004-06-04 한국전자통신연구원 the method and the system for management of component informations using a Repository
KR100520301B1 (en) * 2001-10-13 2005-10-13 한국전자통신연구원 Object-relational database management system and method for deleting class instance for the same
KR20170014669A (en) * 2015-07-30 2017-02-08 엘에스산전 주식회사 Apparatus and method for managing of data base in energy management system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03138736A (en) * 1989-10-23 1991-06-13 Internatl Business Mach Corp <Ibm> Object directional data base management device and method of coupling two dialogue in said device
JPH04160542A (en) * 1990-10-24 1992-06-03 Nec Corp Distributed data base management system
JPH07129616A (en) * 1993-11-09 1995-05-19 Canon Inc Data file management method
US5566330A (en) * 1991-08-20 1996-10-15 Powersoft Corporation Method for forming a reusable and modifiable database interface object
JPH096655A (en) * 1995-06-21 1997-01-10 Oki Electric Ind Co Ltd System management device
KR970076238A (en) * 1996-05-23 1997-12-12 포만 제프리 엘 Servers, methods and program products thereof for creating and managing multiple copies of client data files

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03138736A (en) * 1989-10-23 1991-06-13 Internatl Business Mach Corp <Ibm> Object directional data base management device and method of coupling two dialogue in said device
JPH04160542A (en) * 1990-10-24 1992-06-03 Nec Corp Distributed data base management system
US5566330A (en) * 1991-08-20 1996-10-15 Powersoft Corporation Method for forming a reusable and modifiable database interface object
JPH07129616A (en) * 1993-11-09 1995-05-19 Canon Inc Data file management method
JPH096655A (en) * 1995-06-21 1997-01-10 Oki Electric Ind Co Ltd System management device
KR970076238A (en) * 1996-05-23 1997-12-12 포만 제프리 엘 Servers, methods and program products thereof for creating and managing multiple copies of client data files

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100434038B1 (en) * 2001-09-28 2004-06-04 한국전자통신연구원 the method and the system for management of component informations using a Repository
KR100520301B1 (en) * 2001-10-13 2005-10-13 한국전자통신연구원 Object-relational database management system and method for deleting class instance for the same
KR100428777B1 (en) * 2002-02-14 2004-04-28 삼성전자주식회사 Method for Synchronization Between Client of Client/Server System
KR20170014669A (en) * 2015-07-30 2017-02-08 엘에스산전 주식회사 Apparatus and method for managing of data base in energy management system
CN106407069A (en) * 2015-07-30 2017-02-15 Ls 产电株式会社 Apparatus and method for managing of database in energy management system
CN106407069B (en) * 2015-07-30 2019-04-12 Ls 产电株式会社 Device and method for the database in management energy management system
US10437792B2 (en) 2015-07-30 2019-10-08 Lsis Co., Ltd. Apparatus and method for managing of database in energy management system

Similar Documents

Publication Publication Date Title
US6112263A (en) Method for multiple independent processes controlling access to I/O devices in a computer system
US7020750B2 (en) Hybrid system and method for updating remote cache memory with user defined cache update policies
US5913227A (en) Agent-implemented locking mechanism
US7925751B1 (en) Mechanism for controlled sharing of files in a clustered application environment
JP3415456B2 (en) Network system, command use authority control method, and storage medium storing control program
US7600230B2 (en) System and method for managing security meta-data in a reverse proxy
US5689638A (en) Method for providing access to independent network resources by establishing connection using an application programming interface function call without prompting the user for authentication data
KR101430517B1 (en) Device and mehtod for synchronizing data in data communication devices
US8276184B2 (en) User-centric resource architecture
JP4032670B2 (en) Storage device system for authenticating host computer
CN101247393B (en) System and method for preventing IP spoofing and facilitating parsing of private data areas in system area network connection requests
US6601070B2 (en) Distribution of physical file systems
US20060026286A1 (en) System and method for managing user session meta-data in a reverse proxy
KR20020001190A (en) Apparatus for extended firewall protecting internal resources in network system
US7716307B1 (en) Method and apparatus for reducing client-server messages associated with opening a file
WO2005006204A1 (en) Database access control method, database access controller, agent processing server, database access control program, and medium recording the program
US20110129089A1 (en) Method and apparatus for partially encoding/decoding data for commitment service and method of using encoded data
US20050278384A1 (en) External authentication against a third-party directory
JP2005135124A (en) Storage control unit
US7016897B2 (en) Authentication referral search for LDAP
KR20000051051A (en) System and method for managing of active database
US20040143643A1 (en) Network storage system
JP2002342144A (en) File sharing system, program and file transferring method
US20040059734A1 (en) Data access control
CN114051029B (en) Authorization method, authorization device, electronic equipment and storage medium

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application