KR100653267B1 - Method for database management and apparatus thereof - Google Patents
Method for database management and apparatus thereof Download PDFInfo
- Publication number
- KR100653267B1 KR100653267B1 KR1020050080026A KR20050080026A KR100653267B1 KR 100653267 B1 KR100653267 B1 KR 100653267B1 KR 1020050080026 A KR1020050080026 A KR 1020050080026A KR 20050080026 A KR20050080026 A KR 20050080026A KR 100653267 B1 KR100653267 B1 KR 100653267B1
- Authority
- KR
- South Korea
- Prior art keywords
- sqlplus
- query
- program
- database
- data
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/40—Data acquisition and logging
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
도 1은 본 발명에 따른 데이터베이스 관리 방법의 흐름의 일 예를 도시한 것이다.1 shows an example of the flow of a database management method according to the present invention.
도 2는 본 발명에 따른 데이터베이스 관리 장치가 사용되는 환경의 일 예를 도시한 것이다.2 illustrates an example of an environment in which a database management apparatus according to the present invention is used.
도 3은 본 발명에 따른 데이터베이스 관리 장치가 사용되는 환경의 다른 예를 도시한 것이다.3 shows another example of an environment in which a database management apparatus according to the present invention is used.
본 발명은 데이터베이스에 관한 것으로서, 데이터베이스 관리 방법 및 그 장치에 관한 것이다.The present invention relates to a database, and to a method and apparatus for managing a database.
유닉스 상에서 다양한 버전의 오라클(Oracle) DBMS(DataBase Management Systems)에 접근하는 응용프로그램을 작성할 경우 API(Application Program Interface) 호환성 문제로 인해 프로그램을 재컴파일을 해야 할 경우가 있다. When writing applications that access various versions of Oracle's Database Management Systems (DBMS) on Unix, you may need to recompile your programs due to application program interface (API) compatibility issues.
오라클 OCI 는 클라이언트 프로그램이 오라클 DBMS 에 접근할 수 있도록 오 라클에서 제공하는 C/C++ 라이브러리이다. 사용자는 OCI 함수나 C++ 클래스를 사용하여 프로그램을 작성 할 수 있다. 동작은 '연결 --> 쿼리 --> 연결닫기' 과정으로 이루어진다.Oracle OCI is a C / C ++ library provided by Oracle that allows client programs to access Oracle DBMS. You can write programs using OCI functions or C ++ classes. The operation consists of 'connection-> query-> close connection'.
오라클 OCI 를 사용할 경우에 DBMS 에 접근에 관한 다양한 API 와 빠른 데이터 접근 속도를 보장 받을 수 있지만, 특정 버전의 OCI 라이브러리를 사용하여 작성한 프로그램이 다른 버전의 DBMS 에 접근할 경우 문제가 발생할 수 있어서, 다양한 버전의 호환성이 문제가 되고 있다.When using Oracle OCI, various APIs for accessing DBMS and fast data access speed can be guaranteed, but if a program written using one version of OCI library accesses another version of DBMS, problems may occur. Version compatibility is a problem.
기존의 오라클 OCI 라이브러리를 사용하여 응용프로그램을 개발하는 경우에 라이브러리가 오라클 버전과 맞지 않을 경우에는 정상적으로 프로그램이 동작하지 않는 계속되는 호환성 문제가 발생한다. 이를 해결하기 위해서는 프로그램을 다시 컴파일해야 한다. When developing an application program using the existing Oracle OCI library, if the library does not match the Oracle version, there is a continuous compatibility problem in which the program does not work normally. To solve this, you need to recompile the program.
그런데 이와 같은 컴파일에는 많은 시간이 필요하며, 여러 가지 프로그램을 설치하는 경우 이와 같은 컴파일을 위한 시간의 문제가 더 커지게 된다.However, such a compilation takes a lot of time, and when installing various programs, the time for such a compilation becomes larger.
본 발명이 이루고자 하는 기술적인 과제는, 상기의 문제점들을 해결하기 위해, 다양한 버전의 라이브러리가 사용되는 데이터베이스 응용 프로그램에서 프로그램의 재컴파일이 없더라도 다양한 버전의 프로그램에 대응할 수 있도록 하는 데이터베이스 관리 방법 및 그 장치를 제공하는데 있다.The technical problem to be solved by the present invention is to solve the above problems, a database management method and apparatus that can cope with the various versions of the program even if there is no recompilation of the program in the database application program using the various versions of the library To provide.
상기 기술적 과제를 해결하기 위한 본 발명에 의한, 데이터베이스 관리 방법 은, (a) 수집 대상 데이터에 대한 질의를 수신하는 단계; (b) 상기 데이터베이스를 관리하는 프로그램과 데이터 질의 및 그 결과를 받기 위한 전송 경로를 설정하는 단계; (c) 상기 전송 경로를 통해 데이터 베이스 검색을 위한 질의 메시지를 전송하는 단계; 및 (d) 상기 전송된 질의 메시지에 대한 결과를 수신하여 상기 질의를 한 프로세스로 전달하는 단계;를 포함하는 것을 특징으로 한다.The database management method according to the present invention for solving the technical problem, (a) receiving a query for the data to be collected; (b) establishing a transmission path for receiving a program for managing the database, a data query, and a result thereof; (c) transmitting a query message for searching a database through the transmission path; And (d) receiving a result of the transmitted query message and delivering the query to one process.
이때에, 상기 단계들은 유닉스 운영 시스템에서 동작하며, 상기 (b) 단계의 전송 경로는 유닉스 파이프인 것이 바람직하다.At this time, the steps are operated in the Unix operating system, it is preferable that the transmission path of the step (b) is a Unix pipe.
또한 상기 데이터베이스 관리 프로그램은 오라클 프로그램이며, 상기 데이터 질의를 받아 상기 오라클 프로그램에 전달하며, 그 질의에 대한 결과를 돌려주기 위해 sqlplus 프로세스가 사용되며, 상기 (c) 단계에서 질의 메시지를 전송하는 대상과 상기 (d) 단계에서 질의 메시지에 대한 결과를 전달하는 것은 상기 sqlplus 프로세스인 것이 바람직하다.In addition, the database management program is an Oracle program, receives the data query and delivers it to the Oracle program, and the sqlplus process is used to return the results of the query, and in step (c) and the subject to send the query message; In the step (d), delivering the result of the query message is preferably the sqlplus process.
그리고 상기 (b) 단계 후에 상기 sqlplus 프로세스가 정상으로 동작하지 않는 경우에는 sqlplus 프로세서가 정상으로 동작할 때까지 대기한 후에 다시 파이프를 설정하는 것이 바람직하다.If the sqlplus process does not operate normally after the step (b), it is preferable to wait until the sqlplus processor operates normally and then set up the pipe again.
상기 다른 기술적 과제를 해결하기 위한 본 발명에 의한, 데이터베이스 관리 장치는, 오라클 데이터베이스 관리 프로그램을 이용해서 데이터를 관리하는 장치에 있어서, 상기 오라클 데이터베이스 관리 프로그램에서 동작하며, 상기 프로그램이 관리하는 데이터베이스에 대한 데이터 질의를 수신하여 상기 프로그램에 전달하고, 그 결과를 받아서 전달하는 sqlplus 실행부; 및 상기 sqlplus 실행부와 데이터 질 의를 하는 프로세스간의 인터페이스를 위한 프로세스간 통신을 제공하는 파이프;를 포함하는 것을 특징으로 한다.The database management apparatus according to the present invention for solving the other technical problem, in the apparatus for managing data using an Oracle database management program, operating in the Oracle database management program, for a database managed by the program An sqlplus execution unit which receives a data query and delivers the result to the program; And a pipe providing inter-process communication for an interface between the sqlplus execution unit and a process that makes a data query.
이하에서 첨부된 도면을 참조하여 본 발명의 바람직한 일 실시예를 상세히 설명한다. Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
도 1은 본 발명에 따른 데이터베이스 관리 방법의 흐름의 일 예를 도시한 것이다. 본 발명에 따른 동작에 대한 설명을 위해 오라클 DBMS를 설치할 경우에 기본적으로 설치되는 유틸리티 프로그램인 sqlplus와 Non Blocking I/O 를 이용한 유닉스 IPC(Inter-Process Communication)을 사용하여 인터페이스를 구성한 것을 예를 든다.1 shows an example of the flow of a database management method according to the present invention. For the explanation of the operation according to the present invention, the interface is configured using Unix Inter-Process Communication (IPC) using sqlplus, which is a utility program installed by default, and Non Blocking I / O. .
도 2는 본 발명에 따른 데이터베이스 관리 장치가 사용되는 환경의 일 예를 도시한 것이다.2 illustrates an example of an environment in which a database management apparatus according to the present invention is used.
본 발명에 따른 동작을 처리하는 주 프로세스(main process)(210)는 sqlplus 프로세스(220)와 파이프(230)를 통해 데이터를 송수신하며, sqlplus 프로세스(220)는 오라클 데이터베이스 관리프로그램(240)에 질의를 하고, 그 결과인 데이터를 전달받아 파이프(230)를 통해 주 프로세스에 전달한다.The
주프로세스(210), sqlplus 프로세스(220) 및 파이프(230)는 본 발명에 따른 동작을 실행하는 응용 프로그램(200)을 구성할 수 있다.The
본 발명에 따라 동작하는 프로세스(210)는 수집 대상 데이터에 대한 질의(query)를 수신한다(100 단계). 이와 같은 질의는 오라클 데이터베이스 관리 프로그램에 대한 질의이다.
수신한 내용 전달 및 결과 수신을 위해 프로세스간의 통신, 즉 주 프로세스(210)와 sqlplus 프로세스(220)간의 인터페이스를 만들기 위해 유닉스의 파이프(Pipe) 를 생성한다(105 단계).In order to create a communication between the processes, that is, an interface between the
그리고 sql 쿼리를 실행하는데 필요한 오라클 유틸리티 프로그램인 sqlplus 를 실행한다(110 단계). sqlplus 는 단독으로 사용하는 툴이 아니라 오라클 데이터베이스 관리 프로그램에서 사용되는 프로그램이다. 이 프로그램은 데이터베이스에 대한 조작 및 조회가 가능한 쉘(shell)을 제공한다.Then execute sqlplus, an Oracle utility program required to execute sql queries (step 110). sqlplus is not a standalone tool, but a program used by the Oracle database manager. This program provides a shell that allows you to manipulate and query the database.
sqlplus 프로세스가 수용할 수 있는 형식을 위해, 그리고 그 결과를 받기 위한 형식을 지원하기 위해 입출력의 형식을 구성한다(115 단계).Configure the format of the I / O to support the format that the sqlplus process can accept and to receive the result (step 115).
sqlplus 프로세스가 정상인지를 확인한다(120 단계). Check if the sqlplus process is normal (step 120).
이를 위해 sqlplus 프로세스로부터 직접 정상 여부에 대한 정보를 수신할 수도 있고, 혹은 오라클 프로그램으로부터 sqlplus 프로세스의 정상 여부에 대한 정보를 수신하여 확인할 수도 있다.To do this, you can receive information about whether the sqlplus process is normal or not from the sqlplus process.
sqlplus 프로세스가 정상이면, 데이터베이스를 질의하기 위해 호출한 프로그램이 요청하는 질의를 sqlplus 프로세스에게 105 단계에서 생성한 파이프를 통해 전달한다(125 단계).If the sqlplus process is normal, the query requested by the program calling the database is transmitted to the sqlplus process through the pipe created in step 105 (step 125).
만일 sqlplus 프로세스가 정상이 아니면 sqlplus 프로세스를 종료시키고, 다시 105 단계부터 반복한다. 결국 sqlplus 프로세스(220)가 정상으로 동작하지 않는 경우에는 sqlplus 프로세스(220)가 정상으로 동작할 때까지 대기한 후에 다시 파이프를 설정하는 것이다.If the sqlplus process is not normal, terminate the sqlplus process and repeat from
정상으로 동작하는 sqlplus 프로세스는 데이터에 대한 질의를 오라클 프로그램으로 전달하고, 그 응답이 출력되면 전달받아서, 파이프를 통해 답변한다. 이와 같이 전달된 질의 결과를 수신하고, 그 결과를 형식화하여 호출한 프로그램에게 반환한다(135 단계).The normal sqlplus process sends a query for data to the Oracle program, and when the response is printed, it receives it and answers it through a pipe. The query result thus received is received, and the result is formatted and returned to the calling program (step 135).
sqlplus 프로그램을 종료할 것인지 판단하여(140 단계), 더 이상의 질의가 없는 등의 경우에는 sqlplus 프로세스를 종료한다(145 단계). 종료하지 않는 경우에는 120 단계로 다시 돌아가서 상기에 설명된 내용들을 반복해서 실행한다.It is determined whether to terminate the sqlplus program (step 140), and when there are no more queries, the sqlplus process is terminated (step 145). If not, return to
도 3은 본 발명에 따른 데이터베이스 관리 장치가 사용되는 환경의 다른 예를 도시한 것이다. 이 실시예에서 DBMS(340)에서 데이터를 가져오는 데이터 수집 에이전트(Data Collecting Agent) 프로그램(300)이 동작하는 경우가 설명된다.3 shows another example of an environment in which a database management apparatus according to the present invention is used. In this embodiment, a case in which the data collecting
먼저 데이터 수집 에이전트(300)는 데이터 수집을 요청하는 에이전트 프로세스(310)와 받은 요청을 수행하는 sqlplus 프로세스(320)로 구성된다. 두 프로세스(310, 320) 사이의 통신은 유닉스의 파이프(330)를 이용한다. First, the
동작 순서는 다음과 같다.The operation sequence is as follows.
1. 에이전트 프로세스(310)는 수집하려고 하는 데이터에 대한 질의를 sqlplus 프로세스(320)에게 보낸다.1. The
2. sqlplus 프로세스(320)는 파이프(330)를 통해 질의를 전달 받고, 받은 질의를 오라클 DBMS(340)에 전달하고 그 결과를 기다린다.2. The
3. 오라클 DBMS(340)는 sqlplus 프로세스(320)로부터 전달받은 질의를 실행하고 그 결과를 Sqlplus 프로세스(320)에 돌려준다.3. The Oracle DBMS 340 executes the query received from the
4. Sqlplus 프로세스(320)는 오라클 DBMS(340)로부터 받은 데이터를 에이전트 프로세스(310)에 전달한다.4. The Sqlplus
5. 에이전트 프로세스(310)는 Sqlplus 프로세스(320)로부터 받은 데이터를 소정의 모습으로 형식화하여, 필요로 하는 응용 프로그램에 전달한다.5. The
상기에 설명된 것과 같이 본 발명에서는 데이터베이스 관리 프로그램에 직접 연결되지 않고 중간 역할을 하는 프로그램(상기의 예에서는 sqlplus)을 통해 필요한 데이터에 대한 질의를 하고 그 결과를 전달받는다. 따라서 기존의 As described above, in the present invention, a query for necessary data is received through a program that plays an intermediate role (sqlplus in the above example) rather than directly connected to a database management program, and the result is received. Thus existing
기존의 오라클 OCI 라이브러리를 사용할 경우 응용 프로그램(200) 혹은 에이전트 프로그램(300)을 다른 시스템으로 이전할 때 오라클 데이터베이스의 버전에 따라서 재 컴파일을 해야 하는 경우도 발생하는 경우가 있었지만, 본 발명을 사용하면 프로그램을 이전할 때 재컴파일을 하지 않고도 재사용이 가능하다. 혹은 sqlplus 프로세스와의 인터페이스를 위한 부분의 부분적인 컴파일만을 하여 재사용이 가능하므로 다른 시스템으로의 이전을 할 경우에도 다시 컴파일을 하기 위한 시간을 대폭 줄일 수 있게 된다. In the case of using the existing Oracle OCI library, when the
본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자는 본 발명이 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 변형된 형태로 구현될 수 있음을 이해할 수 있을 것이다. 그러므로 본 개시된 실시예들은 한정적인 관점이 아니라 설명적인 관점에서 고려되어야 한다. 상기의 설명에 포함된 예들은 본 발명에 대한 이해를 위해 도입된 것이며, 이 예들은 본 발명의 사상과 범위를 한정하지 않는다. 상기의 예들 외에도 본 발명에 따른 다양한 실시 태양이 가능하다는 것은, 본 발명 이 속한 기술 분야에 통상의 지식을 가진 사람에게는 자명할 것이다. 본 발명의 범위는 전술한 설명이 아니라 청구범위에 나타나 있으며, 그와 동등한 범위 내에 있는 모든 차이점은 본 발명에 포함된 것으로 해석되어야 할 것이다. Those skilled in the art will appreciate that the present invention can be implemented in a modified form without departing from the essential features of the present invention. Therefore, the disclosed embodiments should be considered in descriptive sense only and not for purposes of limitation. Examples included in the above description are introduced for the understanding of the present invention, and these examples do not limit the spirit and scope of the present invention. It will be apparent to those skilled in the art that various embodiments in accordance with the present invention in addition to the above examples are possible. The scope of the present invention is shown not in the above description but in the claims, and all differences within the scope will be construed as being included in the present invention.
또한 본 발명에 따른 상기의 각 단계는 일반적인 프로그래밍 기법을 이용하여 소프트웨어적으로 또는 하드웨어적으로 다양하게 구현할 수 있다는 것은 이 분야에 통상의 기술을 가진 자라면 용이하게 알 수 있는 것이다.In addition, it can be easily understood by those skilled in the art that each of the above steps according to the present invention can be variously implemented in software or hardware using a general programming technique.
그리고 본 발명의 일부 단계들은, 또한, 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 컴퓨터가 읽을 수 있는 기록매체의 예로는 ROM, RAM, CD-ROM, CD-RW, 자기 테이프, 플로피디스크, HDD, 광 디스크, 광자기 저장장치 등이 있으며, 또한 캐리어 웨이브(예를 들어 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 컴퓨터가 읽을 수 있는 코드로 저장되고 실행될 수 있다.And some steps of the invention may also be embodied as computer readable code on a computer readable recording medium. The computer-readable recording medium includes all kinds of recording devices in which data that can be read by a computer system is stored. Examples of computer-readable recording media include ROM, RAM, CD-ROM, CD-RW, magnetic tape, floppy disks, HDDs, optical disks, magneto-optical storage devices, and carrier wave (eg, Internet It also includes the implementation in the form of). The computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.
본 발명에 의하면, 데이터베이스를 이용하는 방법에 있어서, 수집 대상 데이터에 대한 질의를 수신하면, 데이터베이스를 관리하는 프로그램과 데이터 질의 및 그 결과를 받기 위한 전송 경로를 설정하고, 전송 경로를 통해 데이터 베이스 검색을 위한 질의 메시지를 전송하며, 전송된 질의 메시지에 대한 결과를 수신하여 질 의를 한 프로세스로 전달하여, 이와 같은 동작을 유닉스 상에서의 오라클 DBMS에서 sqlplus를 이용해서 실행하는 응용을 통해, 복잡하지 않은 sql 쿼리를 사용해서 다양한 오라클 DBMS에 접근해서 데이터를 주고받는 응용 프로그램을 작성하는데 도움이 될 수 있으며, 기존의 OCI 라이브러리를 사용할 경우 프로그램을 다른 시스템으로 이전할 때 오라클 데이터베이스의 버전에 따라서 재 컴파일을 해야 하는 경우도 발생하는 일이 있었지만, 본 발명을 사용하면 프로그램을 이전할 때 재컴파일을 하지 않고 재사용이 가능하다는 이점을 제공한다.According to the present invention, in the method using a database, when a query for data to be collected is received, a program for managing the database, a transmission path for receiving the data query and the result thereof are set, and a database search is performed through the transmission path. It sends a query message for the user, receives the result of the transmitted query message, and passes the query to one process. This operation is executed using sqlplus in an Oracle DBMS on Unix. This can be useful for writing applications that access and send data to and from various Oracle DBMSs using queries. If you use the existing OCI library, you need to recompile according to the Oracle database version when transferring the program to another system. There was something that happened However, the use of the present invention provides the advantage that the program can be reused without recompilation when transferring the program.
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020050080026A KR100653267B1 (en) | 2005-08-30 | 2005-08-30 | Method for database management and apparatus thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020050080026A KR100653267B1 (en) | 2005-08-30 | 2005-08-30 | Method for database management and apparatus thereof |
Publications (1)
Publication Number | Publication Date |
---|---|
KR100653267B1 true KR100653267B1 (en) | 2006-12-01 |
Family
ID=37731895
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020050080026A KR100653267B1 (en) | 2005-08-30 | 2005-08-30 | Method for database management and apparatus thereof |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100653267B1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111291074A (en) * | 2020-02-27 | 2020-06-16 | 北京思特奇信息技术股份有限公司 | Database query method, system, medium and device |
KR20240069950A (en) | 2022-11-14 | 2024-05-21 | 주식회사 미다웍스 | Method for customized integrated database management and apparatus therefor |
-
2005
- 2005-08-30 KR KR1020050080026A patent/KR100653267B1/en active IP Right Grant
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111291074A (en) * | 2020-02-27 | 2020-06-16 | 北京思特奇信息技术股份有限公司 | Database query method, system, medium and device |
CN111291074B (en) * | 2020-02-27 | 2023-03-28 | 北京思特奇信息技术股份有限公司 | Database query method, system, medium and device |
KR20240069950A (en) | 2022-11-14 | 2024-05-21 | 주식회사 미다웍스 | Method for customized integrated database management and apparatus therefor |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9672017B2 (en) | Object storage and synchronization hooks for occasionally-connected devices | |
US6499036B1 (en) | Method and apparatus for data item movement between disparate sources and hierarchical, object-oriented representation | |
US6976262B1 (en) | Web-based enterprise management with multiple repository capability | |
US7689947B2 (en) | Data-driven finite state machine engine for flow control | |
WO1996003704A1 (en) | Computer method and apparatus for asynchronous ordered operations | |
US20080016516A1 (en) | Systems and methods for using application services | |
CN111949693B (en) | Data processing device, data processing method, storage medium and electronic equipment | |
US20070240166A1 (en) | System and method of providing inter-application communications | |
JP2006012155A (en) | System and method for delayed fetching of designated members of user defined type | |
US8190673B2 (en) | Enforcement of object permissions in enterprise resource planning software | |
WO2024016850A1 (en) | Method and system for processing data conflict, and electronic device and computer-readable storage medium | |
CN112579307A (en) | Physical lock resource allocation detection method and device and electronic equipment | |
US11087003B2 (en) | Scalable pre-analysis of dynamic applications | |
KR100653267B1 (en) | Method for database management and apparatus thereof | |
US9009098B1 (en) | Methods and apparatus for creating a centralized data store | |
US7543019B1 (en) | Methods and apparatus providing backward compatibility for applications that access a changing object model | |
US20050080759A1 (en) | Transparent interface to a messaging system from a database engine | |
US20130013666A1 (en) | Monitoring data access requests to optimize data transfer | |
US8136087B2 (en) | In-line processing of standardized text values | |
US8650548B2 (en) | Method to derive software use and software data object use characteristics by analyzing attributes of related files | |
US10719425B2 (en) | Happens-before-based dynamic concurrency analysis for actor-based programs | |
WO2004077216A2 (en) | System and method for heterogeneous data migration in real-time | |
CN112163029A (en) | Virtual database system and query method | |
US8849780B2 (en) | System and method for automation of consistent lock management | |
CN113032468A (en) | Data writing method, device and computer readable storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20120906 Year of fee payment: 7 |
|
FPAY | Annual fee payment |
Payment date: 20131004 Year of fee payment: 8 |
|
FPAY | Annual fee payment |
Payment date: 20140904 Year of fee payment: 9 |
|
FPAY | Annual fee payment |
Payment date: 20150930 Year of fee payment: 10 |
|
FPAY | Annual fee payment |
Payment date: 20160920 Year of fee payment: 11 |
|
FPAY | Annual fee payment |
Payment date: 20170928 Year of fee payment: 12 |
|
FPAY | Annual fee payment |
Payment date: 20180927 Year of fee payment: 13 |