WO2002069190A1 - Database system - Google Patents

Database system Download PDF

Info

Publication number
WO2002069190A1
WO2002069190A1 PCT/JP2001/001567 JP0101567W WO02069190A1 WO 2002069190 A1 WO2002069190 A1 WO 2002069190A1 JP 0101567 W JP0101567 W JP 0101567W WO 02069190 A1 WO02069190 A1 WO 02069190A1
Authority
WO
WIPO (PCT)
Prior art keywords
database
personal
server
information
stored
Prior art date
Application number
PCT/JP2001/001567
Other languages
French (fr)
Japanese (ja)
Inventor
Yukio Kawakami
Original Assignee
Digitcom Inc.
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 Digitcom Inc. filed Critical Digitcom Inc.
Priority to PCT/JP2001/001567 priority Critical patent/WO2002069190A1/en
Publication of WO2002069190A1 publication Critical patent/WO2002069190A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • the present invention relates to a data base system provided with a data base in which information on individuals is stored and stored.
  • conventional data management has a tabular table for specific items (personal information, financial information, administrative information, inspection information, etc.), and the table contains information on each individual. (For example, in the case of the database 100a, the ID number, name, gender, birthday, etc.) are often stored in the database.
  • the conventional database is a form in which information about multiple individuals is stored in one table for a specific item, and information about multiple individuals is collected and organized in one database. It will be stored.
  • the tables in each database are related by an ID number assigned to each individual (in this sense, each database is called a relational database (RDB)).
  • RDB relational database
  • the problem described above is especially useful for extracting information (inspection data, credit data, etc.) of individuals scattered around the country, such as the medical and financial industries, in a form that is summarized for each individual. It can be said that improvement is desired in various industries.
  • the present invention has been made in order to solve the problems of the related art, and provides a data base system that can quickly search and extract information on a specific individual and has excellent security and maintainability.
  • the task is to Disclosure of the invention
  • the present invention comprises a first server, which is constructed for each individual, and in which a personal database in which information on each individual is stored and stored is registered, and which accesses the first server. It is an object of the present invention to provide a database system characterized in that it is possible to obtain information on an individual stored in each of the personal databases through a client terminal for obtaining the information.
  • first server does not mean only a single physical server, but refers to a case in which a personal database is registered in each server and is physically composed of multiple servers. The server is also used as a generic term.
  • the database system further comprises: a second server in which an index database in which position information of a place where each of the personal databases is stored is registered, and wherein each of the personal data bases is registered. Is assigned an ID number, and the second server determines, from the index database, a location where the personal database corresponding to the ID number is located, based on the ID number input through the client terminal. It is configured to search for position information and present it to the client terminal.
  • a second server in which an index database in which position information of a place where each of the personal databases is stored is registered, and wherein each of the personal data bases is registered. Is assigned an ID number, and the second server determines, from the index database, a location where the personal database corresponding to the ID number is located, based on the ID number input through the client terminal. It is configured to search for position information and present it to the client terminal.
  • the location information (for example, the IP address) of the place where the personal database corresponding to the ID number is located is indexed overnight. Since it is retrieved from the web site and presented to the client terminal, it is possible to easily access the desired personal database using the ID number as a key. Even if each personal database is distributed and registered on a plurality of different servers, it can be easily accessed as long as the ID number is known, as described above. This has the advantage that damage can be suppressed even if a failure occurs in the server that registers the service itself.
  • the ID number can be entered each time through a keyboard or the like provided in the client terminal, or the ID number can be stored in the IC card, and the ID number stored in the IC card can be read by the client terminal.
  • the correspondence between the fingerprint and the ID number may be stored in the client terminal in advance, and the fingerprint may be read by the fingerprint reader included in the terminal, and the corresponding ID number may be read. It is also possible to adopt a configuration in which the number is input to the second server.
  • the term “second server” does not mean only a single physical server, but includes a plurality of physical servers in which an index database is registered in each server.
  • the plurality of servers when configured are also used as a generic term.
  • the first server and the second server are constituted by physically separate servers, they may be constituted by physically the same server.
  • position information of a location where a backup file corresponding to each personal database is located, and an ID number assigned to each personal database are stored and stored.
  • the location information of the backup file of the personal database corresponding to the ID number is retrieved from the backup database, and The packed application file is read out and the personal database is restored. Therefore, in the event of a failure such as storing erroneous information in the personal database or erasing the information, it can be easily restored, and the data base can be easily maintained.
  • the backup database stores the location information of the location where the backup file is located, and reads out the corresponding backup file using the ID number as a clue, so each backup file can be transferred to multiple different servers.
  • the term “third server” does not mean only a single physical server, but a plurality of physical servers in each of which a backup database is registered. In the case where it is composed of servers, it is also used as a generic term for the plurality of servers.
  • the third server, the first server and the second server may be constituted by physically the same server, in addition to being constituted by physically separate servers.
  • the backup database basic information on an individual stored and stored in each of the personal databases is stored and stored in association with an ID number assigned to each of the personal databases.
  • the third server retrieves an ID number corresponding to the basic information from the backup database based on the basic information on the individual input through the client terminal, transmits the ID number to the second server,
  • the second server is configured to search, based on the transmitted ID number, position information of a location where a personal database corresponding to the ID number is located from the index database, and present it to the client terminal.
  • FIG. 1 is an explanatory diagram showing an outline of a data base system according to an embodiment of the present invention. is there.
  • FIG. 2 is a flowchart showing an outline of a processing procedure when a new personal database is generated.
  • Fig. 3 is a flowchart showing the outline of the processing procedure when creating a personal database using an existing relational database.
  • FIG. 4 is a flowchart showing an outline of a processing procedure when acquiring personal information from a personal database.
  • FIG. 5 is a flowchart showing an outline of a processing procedure for accessing the personal data base when the ID number is unknown.
  • Figure 6 is a flowchart outlining the procedure for backing up a personal database.
  • FIG. 7 is a flowchart showing an outline of a processing procedure when restoring a personal database.
  • FIG. 8 is an explanatory diagram for explaining a conventional management method using a database.
  • FIG. 1 is an explanatory diagram showing an outline of a data base system according to an embodiment of the present invention.
  • a database system 1 includes a first server 10 in which a plurality of personal databases (personal DBs) 11 are registered, an index server (index DB) 2 1 and a second server 20 in which a backup database (BKDB) 22 is registered.
  • Each of the servers 10 and 20 is connected by a telecommunication line such as the Internet, and It is possible to send and receive data at any time.
  • the first server 10 and the second server 20 can be accessed through a client terminal (not shown) such as a personal computer or a mobile phone.
  • the personal database 11 registered in the first server 10 is constructed for each individual.
  • information on each individual is stored and stored in a form stored in a table for specific items (in the example of FIG. 1, basic information, medical information, and financial information).
  • Such information stored and stored in the personal database 11 can be obtained through the client terminal that has accessed the first server 10.
  • Each personal database 11 is given an ID number (such as “; ipaa001” in the example of FIG. 1) so that it can be distinguished from other personal databases 11. The number is the name of each personal database 11.
  • the index database 21 registered in the second server 20 has an ID number, location information (IP address) of the location where each personal data base 11 corresponding to the ID number is located, and Are stored in a table format.
  • the second server 20 retrieves the IP address of the personal database 11 corresponding to the ID number from the index database 21 based on the ID number input through the client terminal, and sends the IP address to the client terminal. It is configured to present.
  • the index database 21 is made to have a tree structure, and each index data base 21 belongs to a higher order.
  • the upper index database is provided with a table indicating the position information of the lower index database 21 belonging to the database.
  • the IP address of the personal database 11 corresponding to the ID number does not exist in the lower index database 21, via the upper index database to which the lower index database 21 belongs, It will search in the other lower index database 21.
  • the backup database 22 registered in the second server 20 has the location information (URL) of the location where the backup file 23 corresponding to each personal database 11 is located and the backup database 22 assigned to each personal database 11.
  • the ID number is stored.
  • the second server 20 performs a backup based on the ID number entered through the client terminal.
  • Backup database 2 2 corresponding to the ID number
  • It is configured to search for the URL, read the location 3 to the URL, and restore the personal data by the backup file 23.
  • FIG. 1 shows that
  • the file 23 is stored in the second server 20 in the same manner as the backup database 22.
  • the second server 20 retrieves an ID number corresponding to the basic information from the knock-down database 22 based on the basic information input through the client terminal. Further, the second server searches the index database 21 for the IP address of the location where the personal database 11 corresponding to the ID number is located based on the searched ID number, and presents it to the client terminal. It is configured to be.
  • the database system 1 has the configuration described above, but the present invention is not limited to this, and various changes can be made. That is, in this embodiment, each personal device 11 is registered in the single first server 10, but it is needless to say that the personal data 11 is distributed and registered in a plurality of different servers. It is possible, and in consideration of maintainability in the event of a server failure, distributed registration is preferable. Similarly, in the present embodiment, the index database 21 and the backup database 22 are registered in the single second server 20. Of course, the index database 21 and the backup database 22 are registered in separate servers, and the Can be connected to each other by a telecommunication line so that transmission and reception can be performed overnight.
  • each index database 2 1 may be registered on a separate server, respectively.
  • the Zokup file 23 can be distributed and registered on a server separate from the second server 20.
  • FIG. 2 is a flowchart showing an outline of a processing procedure when a new personal database 11 is generated.
  • the user of the system 1 who wants to register personal information first accesses the first server 10 and inputs basic information (name, date of birth, gender, address, etc.) about the individual through the client terminal.
  • the input basic information is transmitted to the second server 20 and a search is made from the backup database 22 as to whether or not there is any information corresponding to the transmitted basic information (step 100).
  • step 100 the process ends.
  • the fact is transmitted from the second server 20 to the first server 10, and the first server 10 stores a personal database 11 having a predetermined ID number as a name. And the basic information is stored and stored in the personal database 11 (step 101).
  • the second server 20 adds the ID number of the generated personal database 11 and the location information (IP address) of the location to the index database 21 so as to store and store the data (step).
  • the generated personal data base 11 is automatically backed up and stored in the second server 20 as a backup file 23 (step 103).
  • Information on individuals other than basic information can be input from the client terminal when the personal database 11 is generated (step 101) as necessary.
  • FIG. 3 shows the processing procedure for generating a personal database 11 using an existing relational database (indicated by reference numeral 3 in Figure 1). Is a flowchart showing an outline of You.
  • the user of the present system 1 who desires to register personal information first accesses the first server 10 and then transmits the personal information through the client terminal. Enter basic information about The input basic information is transmitted to the second server 20 and the backup data base 22 is searched to determine whether or not the transmitted basic information is present (step 11). 0).
  • the second server 20 locates the personal database 11 corresponding to the ID number from the index database 21 based on the ID number corresponding to the basic information. Search for the IP address of the location to be used and present it to the client terminal. The user may access the personal database 11 having the IP address presented to the client terminal, fetch necessary information from the existing relational database 3 and additionally store it ( Step 1 1 1).
  • the fact is transmitted from the second server 20 to the first server 10, and the first server 10 transmits a predetermined ID number
  • a personal data base 11 as a name is generated at a predetermined place, and the personal information is stored in the personal data base 11 (step 112).
  • the user is configured to access the personal database 11 through the client terminal, and to acquire and store necessary information from the existing relational database 3 (step 112).
  • the second server 20 additionally stores the ID number and the location information (IP address) of the generated personal database 11 in the index database 21 (step 1). 13 ) .
  • the generated personal database 11 is automatically backed up and stored in the second server 20 as a backup file 23 (step 114). As described above, it is possible to generate a personal data base 11 by effectively using the existing relational database 3.
  • FIG. 4 is a flowchart showing an outline of a processing procedure when acquiring personal information from the personal database 11.
  • the user of the system 1 who wants to obtain personal information first accesses the second server 20 and inputs an ID number corresponding to a predetermined personal database 11 through a client terminal.
  • the second server 20 searches the index database 21 for the location information of the location where the personal database 11 corresponding to the input ID number is located (step 120), and Is presented to the client terminal (step 1 2 1). Therefore, the user can access the personal database 11 based on the presented location information and acquire the stored personal information (step 122).
  • the ID number can be entered each time through a key board or the like provided in the client terminal, or the ID number can be stored in the IC card, and the ID number stored in the IC card can be stored by the client terminal.
  • the configuration may be such that the fingerprint is read, or the correspondence between the fingerprint and the ID number may be stored in the client terminal in advance, and the fingerprint may be read by the fingerprint reader included in the terminal.
  • FIG. 5 is a flowchart showing an outline of a processing procedure for accessing the personal database 11 in such a case.
  • the user of the system 1 accesses the second server 20 through the client terminal and searches for the ID number to obtain basic information on the individual (name, date of birth, gender, address, etc.). Etc.) (Step 130).
  • the second server 20 searches the backup database 22 for the ID number corresponding to the input basic information, and retrieves the location information (IP address) of the location where the personal database 11 corresponding to the ID number is located.
  • the address is retrieved from the index database 21 and presented to the client terminal (step 13 1). Therefore, the user can access the personal database 11 based on the presented location information and acquire the stored personal information.
  • FIG. 6 is a flowchart showing an outline of a processing procedure when the personal database 11 is backed up.
  • the first server 10 When backing up the personal database 11, first access the first server 10 through a client terminal and select the ID number of the personal database 11 desired to be backed up.
  • the first server 10 generates a backup file 23 based on the selected personal database 11 (step 140), and transmits the backup file 23 to the second server 20 (step 141).
  • the second server 20 searches whether or not the ID number corresponding to the transmitted backup file 23 already exists in the backup database 22 (Step 142).
  • the second server 20 saves the backup file 23 corresponding to the ID number and located at a predetermined location (URL) under another name (step 143).
  • the transmitted backup file 23 is stored in the URL (step 145).
  • the transmitted backup file 23 is stored in the URL (step 145).
  • the personal database 11 is backed up.
  • the personal database 11 is automatically backed up when the personal database 11 described with reference to FIGS. 2 and 3 is generated, but the processing procedure in this case should be backed up.
  • the personal database 11 is the same as the above except that the user does not need to select it because it has been determined.
  • Figure 7 shows an individual 9 is a flowchart illustrating an outline of a processing procedure when restoring a database ii.
  • the user of the system 1 must use the second server
  • Access 20 and enter the ID number corresponding to the predetermined personal database 11 that you want to restore through the client terminal.
  • the second server 20 is entered
  • the backup file 23 corresponding to the ID number is searched from the backup file 22 for the URL of the backup file 23, the backup file 23 located at the URL is read, and the personal database 11 is restored using the read backup file 23. (Step 150).
  • the personal database 1 1 restored will be registered in the IP address corresponding to the ID number stored stored in the index database 2 1.
  • the database system since a personal database constructed for each individual and storing information on each individual is provided, information on a specific individual is provided through a client terminal. Can be searched and extracted quickly.
  • the database since the database is constructed for each individual, it is not necessary to search for personal information of other people when searching and extracting information about a specific individual, which is excellent in security and causes some troubles. In this case as well, it has an excellent effect of providing a database system with good maintainability without affecting the personal information of others.

Abstract

A database system for quickly searching for and retrieving information concerning a specific individual excellent in security and maintenability, characterized in that the database system (1) is constructed for each individual, an individual database (11) where information concerning each individual is stored has a registered first server (10), and a client can retrieve information concerning an individual stored in the individual database (11) through a client terminal capable of accessing the first server (10).

Description

明 細 書 データベースシステム 技術分野  Description Database System Technical Field
本発明は、 個人に関する情報が記憶保存されたデ一夕ベースを備えたデ一夕べ一 スシステムに関する。 背景技術  The present invention relates to a data base system provided with a data base in which information on individuals is stored and stored. Background art
従来のデ一夕管理は、 図 8に示すように、 特定の項目 (個人情報、 金融情報、 行 政情報、 検査情報等) に関する表形式のテーブルを有し、 該テーブルに各個人の情 報 (例えば、 データべ一ス 1 0 0 aの場合、 I D番号、 氏名、 性別及び誕生日等) が格納されたデータべ一スによつてなされている場合が多い。  As shown in Fig. 8, conventional data management has a tabular table for specific items (personal information, financial information, administrative information, inspection information, etc.), and the table contains information on each individual. (For example, in the case of the database 100a, the ID number, name, gender, birthday, etc.) are often stored in the database.
つまり、 従来のデータべ一スは、 特定の項目に関する 1つのテーブルに複数の個 人に関する情報が格納された形態であり、 1つのデータベースには複数の個人に関 する情報が集積 '整理されて記憶保存されていることになる。 また、 各デ一夕べ一 スのテーブル間は、 各個人に付与された I D番号によって関連付けされており (こ の意味で、 各データべ一スをリレーショナルデータベース (R D B) と称する。 ) 、 特定の個人に関する情報を抽出する際には、 当該特定の個人に付与された I D番号 をキ一として、 リレーショナルデータベース 1 0 0 a〜 1 0 0 d間を検索し、 所望 する項目に関するテーブルに格納された情報を抽出することが可能とされている。 しかしながら、 従来のリレ一ショナルデ一夕ベースによるデ一夕管理においては、 特定の個人に関する情報を抽出する際、 I D番号をキーとして、 複数のリレーショ ナルデータべ一ス間を検索しなければならず、 時間や手間を要するという問題があ る。 また、 所望する項目に関するテーブルを有するリレーショナルデータベースの 所在位置が仮に明確である場合であっても、 特定の個人に関する情報を抽出する際 には、 同一のテーブルに格納された他人の個人情報をもサーチすることになり、 時 間が掛かると共に、 セキュリティ面でも問題がある。 In other words, the conventional database is a form in which information about multiple individuals is stored in one table for a specific item, and information about multiple individuals is collected and organized in one database. It will be stored. In addition, the tables in each database are related by an ID number assigned to each individual (in this sense, each database is called a relational database (RDB)). When extracting information about an individual, the relational database 100a to 100d was searched using the ID number assigned to the specific individual as a key, and stored in a table relating to the desired item. It is possible to extract information. However, in conventional data management based on relational data, when extracting information about a specific individual, it is necessary to search among multiple relational databases using ID numbers as keys. However, there is a problem that it takes time and effort. In addition, even if the location of a relational database having a table for a desired item is clear, it is not possible to extract information about a specific individual. In this method, personal information of another person stored in the same table is searched, which takes time and has problems in security.
また、 1つのリレーショナルデ一夕ベースについて、 テ一ブルが誤って消去され た場合等の障害が発生した場合、 該テーブルに格納されていた全個人に関する情報 を集積 ·整理し直さなければならず、 特に、 集積前の各個人に関する情報が種々の 場所に点在している場合には極めて面倒な作業となる。 また、 特定の個人について の情報が誤って消去された等の障害が発生した場合や、 特定の個人についての情報 を修正する必要が生じた場合等にも、 同一テーブルに格納された全個人に関する情 報に影響が及ぶ可能性があり、 保守性が悪いという問題がある。  In addition, if a failure occurs, such as when a table is accidentally erased, for one relational database, information on all individuals stored in the table must be collected and rearranged. This is extremely troublesome, especially when information about each individual before accumulation is scattered in various places. Also, in the event of a failure such as the information about a specific individual being erased by mistake, or when it becomes necessary to modify the information about a specific individual, the information on all the individuals stored in the same table is There is a problem that the information may be affected and the maintainability is poor.
以上に述べた問題は、特に、 医療業や金融業等、各地に点在する各個人の情報(検 査デ一夕や与信データ等) を各個人毎に纏まった形態で抽出することが有用な業種 において、 その改善が望まれている事項であると言える。  The problem described above is especially useful for extracting information (inspection data, credit data, etc.) of individuals scattered around the country, such as the medical and financial industries, in a form that is summarized for each individual. It can be said that improvement is desired in various industries.
本発明は、 斯かる従来技術の問題点を解決するべくなされたもので、 特定の個人 に関する情報を迅速に検索 ·抽出し得ると共に、 セキュリティや保守性の優れたデ 一夕べ一スシステムを提供することを課題とする。 発明の開示  The present invention has been made in order to solve the problems of the related art, and provides a data base system that can quickly search and extract information on a specific individual and has excellent security and maintainability. The task is to Disclosure of the invention
前記課題を解決するべく、 本発明は、 各個人毎に構築され、 該各個人に関する情 報が記憶保存された個人データベースが登録された第 1サーバを備え、 前記第 1サ ーバにアクセスし得るクライアント端末を通じて、 前記各個人データベースに記憶 保存された個人に関する情報を取得可能であることを特徴とするデータベースシス テムを提供するものである。  In order to solve the above-mentioned problems, the present invention comprises a first server, which is constructed for each individual, and in which a personal database in which information on each individual is stored and stored is registered, and which accesses the first server. It is an object of the present invention to provide a database system characterized in that it is possible to obtain information on an individual stored in each of the personal databases through a client terminal for obtaining the information.
斯かる発明によれば、 各個人毎に構築され、 該各個人に関する情報が記憶保存さ れた個人デ一夕ベースを備えるため、 クライアント端末を通じて、 特定の個人に関 する情報を迅速に検索 '抽出することができる。 また、 データベースが各個人毎に 構築されているため、 特定の個人に関する情報を検索 '抽出する際には、 他人の個 人情報をサーチする必要はなく、 セキュリティ面で優れると共に、 何らかの障害が 発生した場合にも、 他人の個人情報に影響を及ぼすこともなく、 保守性の良いデー 夕ベースシステムが提供される。 なお、 「第 1サーバ」 の語句は、 物理的に単体の サーバのみを意味するものではなく、 各サーバに個人データベースが登録された物 理的に複数のサーバから構成されている場合における当該複数のサーバを総称する ものとしても使用する。 According to such an invention, since a personal database is provided for each individual and information about each individual is stored and stored, information on a specific individual can be quickly searched through a client terminal. Can be extracted. Also, since the database is built for each individual, when searching for and extracting information about a specific individual, There is no need to search for personal information, and it is excellent in security and provides a maintainable database system without affecting the personal information of others in the event of any failure. Note that the term “first server” does not mean only a single physical server, but refers to a case in which a personal database is registered in each server and is physically composed of multiple servers. The server is also used as a generic term.
好ましくは、 本発明に係るデータベースシステムは、 前記各個人データベースが 所在する場所の位置情報が記憶保存されたィンデックスデ一夕べ一スが登録された 第 2サーバを更に備え、 前記各個人データべ一スには I D番号が付与されており、 前記第 2サーバは、 前記クライアント端末を通じて入力された I D番号に基づき、 前記ィンデックスデータべ一スから前記 I D番号に対応する個人データベースが所 在する場所の位置情報を検索して、 前記クライアント端末に提示するように構成さ れる。  Preferably, the database system according to the present invention further comprises: a second server in which an index database in which position information of a place where each of the personal databases is stored is registered, and wherein each of the personal data bases is registered. Is assigned an ID number, and the second server determines, from the index database, a location where the personal database corresponding to the ID number is located, based on the ID number input through the client terminal. It is configured to search for position information and present it to the client terminal.
斯かる発明によれば、 クライアント端末を通じて第 2サーバに I D番号を入力す ることにより、 当該 I D番号に対応する個人データベースが所在する場所の位置情 報 (例えば I Pアドレス) がインデックスデ一夕べ一スから検索されてクライアン ト端末に提示されるため、 I D番号を手掛かりとして、 所望する個人データベース に容易にアクセスすることが可能である。 また、 各個人データベースを複数の異な るサーバに分散して登録したとしても、 前述のように I D番号さえ分かっていれば 容易にアクセスすることができると共に、 分散登録することにより、 個人データべ ースを登録するサーバ自体に障害が発生した場合であっても、 被害を抑制すること ができるという利点を有する。 なお、 I D番号は、 クライアント端末が具備するキ —ボード等を通じてその都度キー入力することの他、 I Cカードに I D番号を記憶 させ、 クライアント端末によって前記 I Cカードが記憶する I D番号を読み取らせ る構成にしても良いし、 予め指紋と I D番号との対応関係をクライアント端末に記 憶させ、 該端末が具備する指紋読取装置により指紋を読み取って、 対応する I D番 号を第 2サーバに入力する構成とすることも可能である。 なお、 前記第 1サーバと 同様に、 「第 2サーバ」 の語句は、 物理的に単体のサーバのみを意味するものでは なく、 各サーバにインデックスデータベースが登録された物理的に複数のサーバか ら構成されている場合における当該複数のサーバを総称するものとしても使用する。 また、 第 1サーバと第 2サーバとは、 物理的に別個のサーバから構成される場合の 他、 物理的に同一のサーバから構成してもよい。 According to the invention, by inputting the ID number to the second server through the client terminal, the location information (for example, the IP address) of the place where the personal database corresponding to the ID number is located is indexed overnight. Since it is retrieved from the web site and presented to the client terminal, it is possible to easily access the desired personal database using the ID number as a key. Even if each personal database is distributed and registered on a plurality of different servers, it can be easily accessed as long as the ID number is known, as described above. This has the advantage that damage can be suppressed even if a failure occurs in the server that registers the service itself. It should be noted that the ID number can be entered each time through a keyboard or the like provided in the client terminal, or the ID number can be stored in the IC card, and the ID number stored in the IC card can be read by the client terminal. Alternatively, the correspondence between the fingerprint and the ID number may be stored in the client terminal in advance, and the fingerprint may be read by the fingerprint reader included in the terminal, and the corresponding ID number may be read. It is also possible to adopt a configuration in which the number is input to the second server. Note that, similarly to the first server, the term “second server” does not mean only a single physical server, but includes a plurality of physical servers in which an index database is registered in each server. The plurality of servers when configured are also used as a generic term. In addition to the case where the first server and the second server are constituted by physically separate servers, they may be constituted by physically the same server.
好ましくは、 本発明に係るデータベースシステムは、 前記各個人データベースに 対応するバックアップフアイルが所在する場所の位置情報と、 前記各個人データべ —スに付与された I D番号とが記憶保存され ς:バックアップデ一夕ベースが登録さ れた第 3サーバを更に備え、 前記第 3サ一バは、 前記クライアント端末を通じて入 力された I D番号に基づき、 前記バックアップデータベースから前記 I D番号に対 応するバックアツプファイルの位置情報を検索して、 当該位置に所在するバックァ ップファイルを読み出し、 当該読み出したバックアップファイルによつて個人デ一 夕ベースを復元するように構成される。  Preferably, in the database system according to the present invention, position information of a location where a backup file corresponding to each personal database is located, and an ID number assigned to each personal database are stored and stored. A third server in which a database is registered, wherein the third server is configured to perform a backup corresponding to the ID number from the backup database based on the ID number input through the client terminal. It is configured to search for the file location information, read the backup file located at the location, and restore the personal database using the read backup file.
斯かる発明によれば、 クライアント端末を通じて第 3サーバに I D番号を入力す ることにより、 バックアツプデ一夕ベースから前記 I D番号に対応する個人データ ベースのバックアツプファイルの位置情報が検索されて、 該当するパックアツプフ アイルが読み出され、 個人データベースが復元されることになる。 従って、 個人デ 一夕べ一スに誤つた情報を記憶したり、 情報を消去してしまったり等の障害が発生 した場合に、 容易に復元することができ、 保守性の優れたデ一夕ベースシステムが 提供される。 また、 バックアップデータベースには、 バックアップファイルが所在 する場所の位置情報が記憶保存され、 I D番号を手掛かりとして対応するバックァ ップフアイルを読み出す構成とされているため、 各パックアップフアイルを複数の 異なるサーバ等に分散して登録することができ、 サーバ等のバックアップファイル を登録するハードウェア自体に障害が発生した場合であっても、 被害を抑制するこ とが可能である。 さらに、 各個人データベースに応じて別個のバックアップフアイ ルが形成されているため、 特定の個人に関する個人データベースを復元する際には、 他人のバックアップファイルに記憶保存された個人情報をサーチする必要はなく、 セキュリティ面でも優れるという利点を有する。 なお、 前記第 1及び第 2サーバと 同様に、 「第 3サーバ」 の語句は、 物理的に単体のサーバのみを意味するものでは なく、 各サーバにバックアップデータベースが登録された物理的に複数のサーバか ら構成されている場合における当該複数のサーバを総称するものとしても使用する。 また、 第 3サーバは、 第 1サーバ及び第 2サーバは、 物理的に別個のサーバから構 成される場合の他、 物理的に同一のサーバから構成してもよい。 According to the invention, by inputting the ID number to the third server through the client terminal, the location information of the backup file of the personal database corresponding to the ID number is retrieved from the backup database, and The packed application file is read out and the personal database is restored. Therefore, in the event of a failure such as storing erroneous information in the personal database or erasing the information, it can be easily restored, and the data base can be easily maintained. System is provided. In addition, the backup database stores the location information of the location where the backup file is located, and reads out the corresponding backup file using the ID number as a clue, so each backup file can be transferred to multiple different servers. It can be distributed and registered, and even if the hardware itself that registers backup files, such as a server, fails, damage can be suppressed. In addition, separate backup files for each personal database Because of this, there is no need to search for personal information stored in a backup file of another person when restoring a personal database for a specific individual, which is advantageous in terms of security. Note that, like the first and second servers, the term “third server” does not mean only a single physical server, but a plurality of physical servers in each of which a backup database is registered. In the case where it is composed of servers, it is also used as a generic term for the plurality of servers. In addition, the third server, the first server and the second server may be constituted by physically the same server, in addition to being constituted by physically separate servers.
さらに好ましくは、 前記バックアップデータベースには、 前記各個人データべ一 スに記憶保存された個人に関する基本情報が、 前記各個人デ一夕べ一スに付与され た I D番号と対応付けられて記憶保存されており、 前記第 3サーバは、 前記クライ アント端末を通じて入力された個人に関する基本情報に基づき、 前記バックアップ データベースから前記基本情報に対応する I D番号を検索して、 前記第 2サーバに 送信し、 前記第 2サーバは、 前記送信された I D番号に基づき、 前記インデックス データベースから前記 I D番号に対応する個人データベースが所在する場所の位置 情報を検索して、 前記クライアント端末に提示するように構成される。  More preferably, in the backup database, basic information on an individual stored and stored in each of the personal databases is stored and stored in association with an ID number assigned to each of the personal databases. The third server retrieves an ID number corresponding to the basic information from the backup database based on the basic information on the individual input through the client terminal, transmits the ID number to the second server, The second server is configured to search, based on the transmitted ID number, position information of a location where a personal database corresponding to the ID number is located from the index database, and present it to the client terminal.
斯かる発明によれば、 I D番号が失念等により不明な場合であっても、 個人に関 する基本情報 (氏名、 生年月日、 性別、 住所等) を第 3サーバに入力することによ り、 I D番号が検索され、 当該 I D番号に対応する個人デ一夕ベースが所在する位 置情報がクライアント端末に提示されることになる。 従って、 I D番号をクライア ント端末のキ一ボード等によりその都度キー入力するような構成の場合に、 I D番 号が不明であったとしても、 基本情報を基に検索することができ、 利便性に優れる システムが提供される。 図面の簡単な説明  According to such an invention, even when the ID number is unknown due to forgetting, etc., it is possible to input basic information (name, date of birth, gender, address, etc.) about the individual to the third server. Then, the ID number is searched, and the location information where the personal data base corresponding to the ID number is located is presented to the client terminal. Therefore, in the case where the ID number is key-inputted on the keyboard of the client terminal each time, even if the ID number is unknown, it can be searched based on the basic information, and the convenience is improved. An excellent system is provided. BRIEF DESCRIPTION OF THE FIGURES
図 1は、 本発明の一実施形態に係るデ一夕ベースシステムの概要を示す説明図で ある。 FIG. 1 is an explanatory diagram showing an outline of a data base system according to an embodiment of the present invention. is there.
図 2は、 新規に個人データベースを生成する場合の処理手順の概要を示すフロー チヤ一卜である。  FIG. 2 is a flowchart showing an outline of a processing procedure when a new personal database is generated.
図 3は、 既存のリレ一ショナルデータベースを使用して個人データベースを生成 する場合の処理手順の概要を示すフローチヤ一卜である。  Fig. 3 is a flowchart showing the outline of the processing procedure when creating a personal database using an existing relational database.
図 4は、 個人データベースから個人情報を取得する場合の処理手順の概要を示す フローチヤ一卜である。  FIG. 4 is a flowchart showing an outline of a processing procedure when acquiring personal information from a personal database.
図 5は、 I D番号が不明である場合において、 個人デ一夕ベースにアクセスする ための処理手順の概要を示すフローチャートである。  FIG. 5 is a flowchart showing an outline of a processing procedure for accessing the personal data base when the ID number is unknown.
図 6は、 個人データベースをバックアップする場合の処理手順の概要を示すフロ —チヤ一トである。  Figure 6 is a flowchart outlining the procedure for backing up a personal database.
図 7は、 個人データベースを復元する場合の処理手順の概要を示すフロ一チヤ一 トである。  FIG. 7 is a flowchart showing an outline of a processing procedure when restoring a personal database.
図 8は、 従来のデータベースによる管理方法を説明する説明図である。 発明を実施するための最良の形態  FIG. 8 is an explanatory diagram for explaining a conventional management method using a database. BEST MODE FOR CARRYING OUT THE INVENTION
以下、 添付図面を参照しつつ、 本発明の一実施形態について説明する。  Hereinafter, an embodiment of the present invention will be described with reference to the accompanying drawings.
図 1は、 本発明の一実施形態に係るデ一夕ベースシステムの概要を示す説明図で ある。 図 1に示すように、 本実施形態に係るデータベースシステム 1は、 複数の個 人データベース (個人 D B ) 1 1が登録された第 1サーバ 1 0と、 インデックスデ 一夕べ一ス (インデックス D B) 2 1及びバックアップデータベース (B KD B) 2 2が登録された第 2サーバ 2 0とを備えており、 各サーバ 1 0、 2 0の間はィン ターネット等の電気通信回線で接続され、 相互にデータの送受信が可能とされてい る。 また、 第 1サーバ 1 0及び第 2サーバ 2 0には、 パーソナルコンピュータゃ携 帯電話等のクライアント端末 (図示せず) を通じてアクセス可能とされている。 第 1サーバ 1 0に登録された個人データベース 1 1は、 各個人毎に構築されてお り、 該各個人に関する情報が、 特定の項目 (図 1の例では、 基本情報、 医療情報及 び金融情報) に関するテーブル毎に格納された形態で記憶保存されている。 斯かる 個人データベース 1 1に記憶保存された情報は、 第 1サ一バ 1 0にアクセスしたク ライアント端末を通じて取得することが可能である。 なお、 各個人データベース 1 1には、 他の個人デ一夕べ一ス 1 1と識別可能にするべく、 I D番号 (図 1の例で は 「; ipaa001」 等) が付与されており、 当該 I D番号が各個人データベース 1 1の名 称とされている。 FIG. 1 is an explanatory diagram showing an outline of a data base system according to an embodiment of the present invention. As shown in FIG. 1, a database system 1 according to the present embodiment includes a first server 10 in which a plurality of personal databases (personal DBs) 11 are registered, an index server (index DB) 2 1 and a second server 20 in which a backup database (BKDB) 22 is registered. Each of the servers 10 and 20 is connected by a telecommunication line such as the Internet, and It is possible to send and receive data at any time. The first server 10 and the second server 20 can be accessed through a client terminal (not shown) such as a personal computer or a mobile phone. The personal database 11 registered in the first server 10 is constructed for each individual. That is, information on each individual is stored and stored in a form stored in a table for specific items (in the example of FIG. 1, basic information, medical information, and financial information). Such information stored and stored in the personal database 11 can be obtained through the client terminal that has accessed the first server 10. Each personal database 11 is given an ID number (such as “; ipaa001” in the example of FIG. 1) so that it can be distinguished from other personal databases 11. The number is the name of each personal database 11.
第 2サーバ 2 0に登録されたインデックスデータべ一ス 2 1には、 I D番号と、 該 I D番号に対応する各個人デ一夕ベース 1 1が所在する場所の位置情報 ( I Pァ ドレス) とがテ一ブル形式で記憶保存されている。 第 2サーバ 2 0は、 クライアン ト端末を通じて入力された I D番号に基づき、 インデックスデータベース 2 1から 前記 I D番号に対応する個人データべ一ス 1 1の I Pアドレスを検索して、 前記ク ライアント端末に提示するように構成されている。 なお、 個人データベース 1 1の 数が多くなり、 これに応じてインデックスデータべ一ス 2 1を多数設ける場合には、 インデックスデータベース 2 1をツリー構造とし、 各インデックスデータべ一ス 2 1が属する上位のィンデックスデータベースの位置情報を示すテーブルを更に設け ることも可能である (上位のインデックスデータベースには、 当該データベースに 属する下位のインデックスデータベース 2 1の位置情報を示すテ一ブルが設けられ る) 。 斯かるツリー構造の場合、 下位インデックスデータベース 2 1に I D番号に 対応する個人デ一夕べ一ス 1 1の I Pアドレスが存在しないときには、 前記下位ィ ンデックスデータベース 2 1が属する上位インデックスデータベースを介して、 他 の下位ィンデックスデータべ一ス 2 1内を検索することになる。  The index database 21 registered in the second server 20 has an ID number, location information (IP address) of the location where each personal data base 11 corresponding to the ID number is located, and Are stored in a table format. The second server 20 retrieves the IP address of the personal database 11 corresponding to the ID number from the index database 21 based on the ID number input through the client terminal, and sends the IP address to the client terminal. It is configured to present. When the number of personal databases 11 increases and a large number of index data bases 21 are provided in response to this, the index database 21 is made to have a tree structure, and each index data base 21 belongs to a higher order. It is also possible to further provide a table indicating the position information of the index database (the upper index database is provided with a table indicating the position information of the lower index database 21 belonging to the database). . In the case of such a tree structure, when the IP address of the personal database 11 corresponding to the ID number does not exist in the lower index database 21, via the upper index database to which the lower index database 21 belongs, It will search in the other lower index database 21.
第 2サーバ 2 0に登録されたバックアップデータベース 2 2には、 各個人データ ベース 1 1に対応するバックアップファイル 2 3が所在する場所の位置情報 (U R L) と、 各個人データベース 1 1に付与された I D番号とが記憶保存されている。 第 2サーバ 2 0は、 クライアント端末を通じて入力された I D番号に基づき、 バッ クアップデータベース 2 2から前記 I D番号に対応 The backup database 22 registered in the second server 20 has the location information (URL) of the location where the backup file 23 corresponding to each personal database 11 is located and the backup database 22 assigned to each personal database 11. The ID number is stored. The second server 20 performs a backup based on the ID number entered through the client terminal. Backup database 2 2 corresponding to the ID number
の UR Lを検索して、 該 U R Lに所在 3を読み出し、 当該バックアップファイル 2 3によって個人デ一夕べ一ス を復元するように構 成されている。 なお、 図 1に示すように、 本実施形態 It is configured to search for the URL, read the location 3 to the URL, and restore the personal data by the backup file 23. In addition, as shown in FIG.
ル 2 3は、 バックアップデ一夕ベース 2 2と同様に、 第 2サーバ 2 0に記憶保存さ れている。 The file 23 is stored in the second server 20 in the same manner as the backup database 22.
また、 バックアップデータべ一ス 2 2には、 各個人データベース 1 1に記憶保存 された個人に関する基本情報 (氏名、 生年月日、 性別、 住所等) が、 各個人データ ベース 1 1に付与された I D番号と対応付けられて記憶保存されている。 第 2サー バ 2 0は、 クライアント端末を通じて入力された前記基本情報に基づき、 ノ ックァ ップデ一夕ベース 2 2から前記基本情報に対応する I D番号を検索する。 さらに、 第 2サーバは、 前記検索された I D番号に基づき、 インデックスデータべ一ス 2 1 から当該 I D番号に対応する個人データベース 1 1が所在する場所の I Pアドレス を検索して、 クライアント端末に提示するように構成されている。  In the backup database 22, basic information (name, date of birth, gender, address, etc.) on individuals stored and stored in each personal database 11 was assigned to each personal database 11. It is stored and stored in association with the ID number. The second server 20 retrieves an ID number corresponding to the basic information from the knock-down database 22 based on the basic information input through the client terminal. Further, the second server searches the index database 21 for the IP address of the location where the personal database 11 corresponding to the ID number is located based on the searched ID number, and presents it to the client terminal. It is configured to be.
本実施形態に係るデータベースシステム 1は、 以上に説明した構成を有するもの であるが、 本発明はこれに限るものではなく、 種々の変更が可能である。 即ち、 本 実施形態において、 各個人デ一夕べ一ス 1 1は、 単一の第 1サ一バ 1 0に登録され るものとしたが、 複数の異なるサーバに分散して登録することも無論可能であり、 サーバに障害が発生した場合等の保守性を考慮すれば、 むしろ分散登録する方が好 ましい。 同様にして、 本実施形態において、 インデックスデータベース 2 1及びバ ックアップデータベース 2 2は、 単一の第 2サーバ 2 0に登録されるものとしたが、 無論それぞれ別個のサーバに登録し、 サーバ間を電気通信回線で接続して相互にデ 一夕の送受信ができるように構成することも可能である。 また、 複数のインデック スデ—夕ベース 2 1を設ける場合には、 各インデックスデータベース 2 1をそれぞ れ別個のサーバに登録してもよい。 さらに、 ゾ ックアップファイル 2 3は、 第 2サ ーバ 2 0とは別個のサーバに分散登録することも可能である。 以下、 図 2〜図 7を適宜参照しつつ、 以上の構成を有するデ一タベースシステム 1における処理内容について詳細に説明する。 The database system 1 according to the present embodiment has the configuration described above, but the present invention is not limited to this, and various changes can be made. That is, in this embodiment, each personal device 11 is registered in the single first server 10, but it is needless to say that the personal data 11 is distributed and registered in a plurality of different servers. It is possible, and in consideration of maintainability in the event of a server failure, distributed registration is preferable. Similarly, in the present embodiment, the index database 21 and the backup database 22 are registered in the single second server 20. Of course, the index database 21 and the backup database 22 are registered in separate servers, and the Can be connected to each other by a telecommunication line so that transmission and reception can be performed overnight. Further, a plurality of index de - when evening provided a base 2 1, each index database 2 1 may be registered on a separate server, respectively. Further, the Zokup file 23 can be distributed and registered on a server separate from the second server 20. Hereinafter, the processing content in the database system 1 having the above configuration will be described in detail with reference to FIGS.
( 1 ) 個人データベースの新規生成  (1) New generation of personal database
まず最初に、 第 1サ一パ 1 0に登録される個人デ一夕ベース 1 1の生成手順につ いて説明する。 図 2は、 新規に個人データベース 1 1を生成する場合の処理手順の 概要を示すフローチヤ一トである。 個人情報の登録を所望する本システム 1のユー ザは、 まず第 1サーバ 1 0にアクセスし、 クライアント端末を通じて個人に関する 基本情報 (氏名、 生年月日、 性別、 住所等) を入力する。 入力された基本情報は、 第 2サ一バ 2 0に送信され、 パックアップデータベース 2 2から、 前記送信された 基本情報に該当するものが存在するか否かが検索される (ステップ 1 0 0 ) 。 ここ で、 既に該当するものが存在する場合には、 新規の個人データベース 1 1の生成は 認められず、 処理は終了する。 一方、 存在しない場合には、 その旨が第 2サ一パ 2 0から第 1サーバ 1 0に送信され、 第 1サーバ 1 0は、 所定の I D番号を名称とす る個人データベース 1 1を所定の場所に生成すると共に、 該個人データベース 1 1 に前記基本情報を記憶保存させる (ステップ 1 0 1 ) 。 また、 第 2サーバ 2 0は、 インデックスデ一夕ベース 2 1に、 前記生成した個人デ一タベース 1 1の I D番号 及び所在する場所の位置情報 (I Pアドレス) を追加して記憶保存させる (ステツ プ 1 0 2 ) 。 さらに、 生成された個人データべ一ス 1 1は、 自動的にバックアップ され、 バックアップファイル 2 3として第 2サーバに 2 0に記憶保存される (ステ ップ 1 0 3 ) 。 なお、 基本情報以外の個人に関する情報 (医療情報や金融情報等) は、 必要に応じて適宜、 個人データベース 1 1を生成する際 (ステップ 1 0 1 ) に クライアント端末から入力可能とされており、 基本情報と併せて個人データベース First, a procedure for generating the personal data base 11 registered in the first superuser 10 will be described. FIG. 2 is a flowchart showing an outline of a processing procedure when a new personal database 11 is generated. The user of the system 1 who wants to register personal information first accesses the first server 10 and inputs basic information (name, date of birth, gender, address, etc.) about the individual through the client terminal. The input basic information is transmitted to the second server 20 and a search is made from the backup database 22 as to whether or not there is any information corresponding to the transmitted basic information (step 100). ). Here, if there is already a corresponding personal database, generation of a new personal database 11 is not permitted, and the process ends. On the other hand, if it does not exist, the fact is transmitted from the second server 20 to the first server 10, and the first server 10 stores a personal database 11 having a predetermined ID number as a name. And the basic information is stored and stored in the personal database 11 (step 101). In addition, the second server 20 adds the ID number of the generated personal database 11 and the location information (IP address) of the location to the index database 21 so as to store and store the data (step). Step 102). Further, the generated personal data base 11 is automatically backed up and stored in the second server 20 as a backup file 23 (step 103). Information on individuals other than basic information (medical information, financial information, etc.) can be input from the client terminal when the personal database 11 is generated (step 101) as necessary. Personal database with basic information
1 1に記憶保存される。 1 Stored in 1
( 2 ) 既存のリレーショナルデータベースを使用した個人データベースの生成 図 3は、 既存のリレーショナルデータベース (図 1に符号 3で示す),を使用して 個人デ一夕ベース 1 1を生成する場合の処理手順の概要を示すフローチャートであ る。 斯かる場合、 図 2を参照して説明した新規生成の場合と同様に、 個人情報の登 録を所望する本システム 1のユーザは、 まず第 1サーバ 1 0にアクセスし、 クライ アント端末を通じて個人に関する基本情報を入力する。 入力された基本情報は、 第 2サーバ 2 0に送信され、 バックアップデ一夕ベース 2 2から、 前記送信された基 本情報に該当するものが存在するか否かが検索される (ステップ 1 1 0 ) 。 ここで、 既に該当するものが存在する場合には、 第 2サーバ 2 0は、 前記基本情報に対応す る I D番号に基づき、 インデックスデータベース 2 1から当該 I D番号に対応する 個人データベース 1 1が所在する場所の I Pアドレスを検索して、 クライアント端 末に提示する。 ュ一ザは、 前記クライアント端末に提示された I Pアドレスを有す る個人デ一夕ベース 1 1にアクセスし、 既存のリレーショナルデ一夕ベース 3から 必要な情報を取り込んで追加保存すればよい (ステップ 1 1 1 ) 。 (2) Generating a personal database using an existing relational database Figure 3 shows the processing procedure for generating a personal database 11 using an existing relational database (indicated by reference numeral 3 in Figure 1). Is a flowchart showing an outline of You. In such a case, as in the case of the new generation described with reference to FIG. 2, the user of the present system 1 who desires to register personal information first accesses the first server 10 and then transmits the personal information through the client terminal. Enter basic information about The input basic information is transmitted to the second server 20 and the backup data base 22 is searched to determine whether or not the transmitted basic information is present (step 11). 0). Here, if there is a corresponding one, the second server 20 locates the personal database 11 corresponding to the ID number from the index database 21 based on the ID number corresponding to the basic information. Search for the IP address of the location to be used and present it to the client terminal. The user may access the personal database 11 having the IP address presented to the client terminal, fetch necessary information from the existing relational database 3 and additionally store it ( Step 1 1 1).
一方、 前記送信された基本情報に該当するものが存在しない場合には、 その旨が 第 2サーバ 2 0から第 1サーバ 1 0に送信され、 第 1サーバ 1 0は、 所定の I D番 号を名称とする個人デ一夕ベース 1 1を所定の場所に生成すると共に、 該個人デ一 夕ベース 1 1に前記基本情報を記憶保存させる (ステップ 1 1 2 ) 。 また、 ュ一ザ は、 クライアント端末を通じて個人データベース 1 1にアクセスし、 既存のリレー ショナルデータベース 3から必要な情報を取り込んで記憶保存できるように構成さ れている (ステップ 1 1 2 ) 。 また、 第 2サーバ 2 0は、 インデックスデ一夕べ一 ス 2 1に、 前記生成した個人データベース 1 1の I D番号及び所在する場所の位置 情報 (I Pアドレス) を追加して記憶保存させる (ステップ 1 1 3 ) 。 さらに、 生 成された個人データベース 1 1は、 自動的にバックアップされ、 バックアップファ ィル 2 3として第 2サーバ 2 0に記憶保存される (ステップ 1 1 4 ) 。 以上のよう に、 既存のリレーショナルデータベース 3を有効利用して個人データべ一ス 1 1を 生成することも可能である。  On the other hand, if there is no information corresponding to the transmitted basic information, the fact is transmitted from the second server 20 to the first server 10, and the first server 10 transmits a predetermined ID number A personal data base 11 as a name is generated at a predetermined place, and the personal information is stored in the personal data base 11 (step 112). In addition, the user is configured to access the personal database 11 through the client terminal, and to acquire and store necessary information from the existing relational database 3 (step 112). Further, the second server 20 additionally stores the ID number and the location information (IP address) of the generated personal database 11 in the index database 21 (step 1). 13 ) . Further, the generated personal database 11 is automatically backed up and stored in the second server 20 as a backup file 23 (step 114). As described above, it is possible to generate a personal data base 11 by effectively using the existing relational database 3.
( 3 ) 個人データべ一スからの情報の取得  (3) Acquisition of information from personal database
次に、 上記のようにして生成された個人データベース 1 1に記憶保存された個人 情報を取得する手順について説明する。 図 4は、 個人データべ一ス 1 1から個人情 報を取得する場合の処理手順の概要を示すフローチヤ一トである。 個人情報の取得 を所望する本システム 1のユーザは、 まず第 2サーバ 2 0にアクセスし、 クライア ント端末を通じて所定の個人データベース 1 1に対応する I D番号を入力する。 こ れにより、 第 2サーバ 2 0は、 インデックスデータベース 2 1から、 前記入力され た I D番号に対応する個人データベース 1 1が所在する場所の位置情報を検索し (ステップ 1 2 0 ) 、 当該位置情報をクライアント端末に提示する (ステップ 1 2 1 ) 。 従って、 ュ一ザは、 提示された位置情報に基づき個人データベース 1 1にァ クセスし、記憶保存されている個人情報を取得することができる(ステップ 1 2 2 )。 なお、 I D番号は、 クライアント端末が具備するキ一ボード等を通じてその都度キ 一入力することの他、 I Cカードに I D番号を記憶させ、 クライアント端末によつ て前記 I Cカードが記憶する I D番号を読み取らせる構成にしても良いし、 予め指 紋と I D番号との対応関係をクライアント端末に記憶させ、 該端末が具備する指紋 読取装置により指紋を読み取る構成とすることも可能である。 Next, the individual stored in the personal database 11 generated as described above The procedure for acquiring information will be described. FIG. 4 is a flowchart showing an outline of a processing procedure when acquiring personal information from the personal database 11. The user of the system 1 who wants to obtain personal information first accesses the second server 20 and inputs an ID number corresponding to a predetermined personal database 11 through a client terminal. As a result, the second server 20 searches the index database 21 for the location information of the location where the personal database 11 corresponding to the input ID number is located (step 120), and Is presented to the client terminal (step 1 2 1). Therefore, the user can access the personal database 11 based on the presented location information and acquire the stored personal information (step 122). Note that the ID number can be entered each time through a key board or the like provided in the client terminal, or the ID number can be stored in the IC card, and the ID number stored in the IC card can be stored by the client terminal. The configuration may be such that the fingerprint is read, or the correspondence between the fingerprint and the ID number may be stored in the client terminal in advance, and the fingerprint may be read by the fingerprint reader included in the terminal.
( 4 ) I D番号が不明である個人データベースへのアクセス  (4) Access to personal database with unknown ID number
次に、 I D番号が不明である場合に、 個人データベース 1 1にアクセスする手順 について説明する。 図 5は、 斯かる場合において、 個人データベース 1 1にァクセ スするための処理手順の概要を示すフローチャートである。 I D番号が不明である 場合、 本システム 1のユーザは、 クライアント端末を通じて第 2サーバ 2 0にァク セスし、 I D番号を検索するべく、 個人に関する基本情報 (氏名、 生年月日、 性別、 住所等) を入力する (ステップ 1 3 0 ) 。 これにより、 第 2サーバ 2 0は、 バック アップデータベース 2 2から前記入力された基本情報に対応する I D番号を検索し、 当該 I D番号に対応する個人データベース 1 1が所在する場所の位置情報 ( I Pァ ドレス) をィンデックスデータベース 2 1から検索してクライアント端末に提示す る (ステップ 1 3 1 ) 。 従って、 ユーザは、 提示された位置情報に基づき個人デ一 夕ベース 1 1にアクセスし、記憶保存されている個人情報を取得することができる。 (5) 個人データベースのバックアップ Next, a procedure for accessing the personal database 11 when the ID number is unknown is described. FIG. 5 is a flowchart showing an outline of a processing procedure for accessing the personal database 11 in such a case. If the ID number is unknown, the user of the system 1 accesses the second server 20 through the client terminal and searches for the ID number to obtain basic information on the individual (name, date of birth, gender, address, etc.). Etc.) (Step 130). As a result, the second server 20 searches the backup database 22 for the ID number corresponding to the input basic information, and retrieves the location information (IP address) of the location where the personal database 11 corresponding to the ID number is located. The address is retrieved from the index database 21 and presented to the client terminal (step 13 1). Therefore, the user can access the personal database 11 based on the presented location information and acquire the stored personal information. (5) Backup of personal database
次に、 個人データベース 11をパックアップする手順について説明する。 図 6は、 個人データベース 11をバックアップする場合の処理手順の概要を示すフローチヤ ートである。 個人データベース 11をバックアップする場合には、 まず最初にクラ イアント端末を通じて第 1サーバ 10にアクセスし、 パックアップすることを所望 する個人データベース 11の I D番号を選択する。 第 1サーバ 10は、 選択された 個人データベース 11に基づき、 パックアップファイル 23を生成し (ステップ 1 40) 、 当該バックアップファイル 23を第 2サーバ 20に送信する (ステップ 1 41) 。 第 2サーバ 20は、 送信されたバックアップファイル 23に対応する I D 番号が、 バックアップデーターベース 22に既に存在するか否かを検索する (ステ ップ 142) 。 ここで、 I D番号が存在する場合、 第 2サーバ 20は、 前記 I D番 号に対応し、 所定の場所 (URL) に所在するバックアップファイル 23を別名で 保存し直した後 (ステップ 143) 、 前記送信されたバックアップファイル 23を、 前記 URLに保存する (ステップ 145) 。  Next, a procedure for backing up the personal database 11 will be described. FIG. 6 is a flowchart showing an outline of a processing procedure when the personal database 11 is backed up. When backing up the personal database 11, first access the first server 10 through a client terminal and select the ID number of the personal database 11 desired to be backed up. The first server 10 generates a backup file 23 based on the selected personal database 11 (step 140), and transmits the backup file 23 to the second server 20 (step 141). The second server 20 searches whether or not the ID number corresponding to the transmitted backup file 23 already exists in the backup database 22 (Step 142). Here, if the ID number exists, the second server 20 saves the backup file 23 corresponding to the ID number and located at a predetermined location (URL) under another name (step 143). The transmitted backup file 23 is stored in the URL (step 145).
一方、 送信されたバックアップファイル 23に対応する I D番号がバックアップ データ—ベース 22に存在しない場合、 第 2サーバ 20は、 送信されたパックアツ プファイル 23を保存するべく予め決められた所定の場所の位置情報 (URL) 及 び前記 I D番号を、 バックアップデ一夕ベース 22に記憶保存した後 (ステップ 1 44) 、 前記送信されたバックアップファイル 23を、 前記 URLに保存する (ス テツプ 145) 。 以上のようにして、 個人データべ一ス 11はバックアップされる。 なお、 図 2及び図 3を参照して説明した個人データべ一ス 11の生成の際にも、 自 動的に個人データベース 11がバックアップされるが、 この場合の処理手順は、 バ ックアップするべき個人データべ一ス 11は決定されているためユーザが選択する 必要がない点を除き、 上記内容と同様である。 On the other hand, ID number corresponding to the backup file 23 sent backup data - if that does not exist in the base 2 2, the second server 20, predetermined location determined in advance in order to save the Pakkuatsu flop file 23 transmitted After storing the location information (URL) and the ID number in the backup database 22 (step 144), the transmitted backup file 23 is stored in the URL (step 145). As described above, the personal database 11 is backed up. The personal database 11 is automatically backed up when the personal database 11 described with reference to FIGS. 2 and 3 is generated, but the processing procedure in this case should be backed up. The personal database 11 is the same as the above except that the user does not need to select it because it has been determined.
(6) 個人データベースの復元 (リストア)  (6) Restore personal database (restore)
最後に、 個人データベース 11を復元する手順について説明する。 図 7は、 個人 データベース i iを復元する場合の処理手順の概要を示すフローチャートである。 個人データベース 1 1を復元する場合には、 本システム 1のュ一ザは、 第 2サーバFinally, a procedure for restoring the personal database 11 will be described. Figure 7 shows an individual 9 is a flowchart illustrating an outline of a processing procedure when restoring a database ii. When restoring the personal database 11, the user of the system 1 must use the second server
2 0にアクセスし、 クライアント端末を通じて復元することを所望する所定の個人 データベース 1 1に対応する I D番号を入力する。 第 2サーバ 2 0は、 入力されたAccess 20 and enter the ID number corresponding to the predetermined personal database 11 that you want to restore through the client terminal. The second server 20 is entered
I D番号に対応するバックアップファイル 2 3の U R Lをバックアツプデ一夕べ一 ス 2 2から検索し、 当該 U R Lに所在するバックアップファイル 2 3を読み出し、 当該読み出したバックアップファイル 2 3によって個人データベース 1 1を復元す る (ステップ 1 5 0 ) 。 なお、 復元された個人データベース 1 1は、 インデックス データベース 2 1に記憶保存された前記 I D番号に対応する I Pアドレスに登録さ れることになる。 The backup file 23 corresponding to the ID number is searched from the backup file 22 for the URL of the backup file 23, the backup file 23 located at the URL is read, and the personal database 11 is restored using the read backup file 23. (Step 150). The personal database 1 1 restored will be registered in the IP address corresponding to the ID number stored stored in the index database 2 1.
以上に説明したように、 本発明に係るデータベースシステムによれば、 各個人毎 に構築され、 該各個人に関する情報が記憶保存された個人データベースを備えるた め、 クライアント端末を通じて、 特定の個人に関する情報を迅速に検索 ·抽出する ことができる。 また、 データベースが各個人毎に構築されているため、 特定の個人 に関する情報を検索 ·抽出する際には、 他人の個人情報をサーチする必要はなく、 セキュリティ面で優れると共に、 何らかの障害が発生した場合にも、 他人の個人情 報に影響を及ぼすこともなく、 保守性の良いデータベースシステムが提供されると いう優れた効果を奏するものである。  As described above, according to the database system according to the present invention, since a personal database constructed for each individual and storing information on each individual is provided, information on a specific individual is provided through a client terminal. Can be searched and extracted quickly. In addition, since the database is constructed for each individual, it is not necessary to search for personal information of other people when searching and extracting information about a specific individual, which is excellent in security and causes some troubles. In this case as well, it has an excellent effect of providing a database system with good maintainability without affecting the personal information of others.

Claims

請 求 の 範 囲 The scope of the claims
1 . 各個人毎に構築され、 該各個人に関する情報が記憶保存された個人デ一夕べ一 スが登録された第 1サーバを備え、 1. A first server is provided for each individual, and has a first server in which personal data is stored in which information on the individual is stored and stored.
前記第 1サーバにアクセスし得るクライアント端末を通じて、 前記各個人データ ベースに記憶保存された個人に関する情報を取得可能であることを特徴とするデー 夕ベースシステム。  A database system, wherein information on an individual stored and stored in each of the personal databases can be obtained through a client terminal capable of accessing the first server.
2 . 前記各個人データベースが所在する場所の位置情報が記憶保存されたィンデッ クスデ一夕ベースが登録された第 2サーバを更に備え、  2. It further comprises a second server in which an index database storing location information of a place where each of the personal databases is stored is registered,
前記各個人データベースには I D番号が付与されており、  Each personal database has an ID number,
前記第 2サーバは、 前記クライアント端末を通じて入力された I D番号に基づき、 前記インデックスデータベースから前記 I D番号に対応する個人データベースが所 在する場所の位置情報を検索して、 前記クライアント端末に提示することを特徴と する請求項 1に記載のデータべ一スシステム。  The second server searches the index database for location information of a location where a personal database corresponding to the ID number is located, based on the ID number input through the client terminal, and presents the location information to the client terminal. 2. The database system according to claim 1, wherein:
3 . 前記各個人データベースに対応するバックアップファイルが所在する場所の位 置情報と、 前記各個人データベースに付与された I D番号とが記憶保存されたバッ クアツプデ一夕べ一スが登録された第 3サーバを更に備え、  3. A third server in which a backup database storing the location information of the location of the backup file corresponding to each personal database and the ID number assigned to each personal database is registered. Further comprising
前記第 3サーバは、 前記クライアント端末を通じて入力された I D番号に基づき、 前記パックアツプデ一夕ベースから前記 I D番号に対応するバックアップファイル ' の位置情報を検索して、 当該位置に所在するバックアップファイルを読み出し、 当 該読み出したバックアップファイルによって個人データべ一スを復元することを特 徵とする請求項 1又は 2に記載のデータべ一スシステム。  The third server retrieves the location information of the backup file corresponding to the ID number from the packed update base based on the ID number input through the client terminal, and reads the backup file located at the location. 3. The database system according to claim 1, wherein the personal database is restored using the read backup file.
4. 前記バックアップデータベースには、 前記各個人データベースに記憶保存され た個人に関する基本情報が、 前記各個人データベースに付与された I D番号と対応 付けられて記憶保存されており、  4. In the backup database, basic information on an individual stored and stored in each of the personal databases is stored and stored in association with the ID number assigned to each of the personal databases.
前記第 3サーバは、 前記クライアント端末を通じて入力された個人に関する基本 情報に基づき、 前記パックアップデータベースから前記基本情報に対応する I D番 号を検索して、 前記第 2サーバに送信し、 The third server is a server for personal information input through the client terminal. Based on the information, an ID number corresponding to the basic information is searched from the backup database and transmitted to the second server,
前記第 2サーバは、 前記送信された I D番号に基づき、 前記インデックスデータ ベースから前記 I D番号に対応する個人データベースが所在する場所の位置情報を 検索して、 前記クライアント端末に提示することを特徴とする請求項 3に記載のデ 一夕ベースシステム。  The second server searches the index database for location information of a location where a personal database corresponding to the ID number is located based on the transmitted ID number, and presents the location information to the client terminal. 4. The data base system according to claim 3, wherein:
PCT/JP2001/001567 2001-02-28 2001-02-28 Database system WO2002069190A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2001/001567 WO2002069190A1 (en) 2001-02-28 2001-02-28 Database system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2001/001567 WO2002069190A1 (en) 2001-02-28 2001-02-28 Database system

Publications (1)

Publication Number Publication Date
WO2002069190A1 true WO2002069190A1 (en) 2002-09-06

Family

ID=11737084

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2001/001567 WO2002069190A1 (en) 2001-02-28 2001-02-28 Database system

Country Status (1)

Country Link
WO (1) WO2002069190A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05225022A (en) * 1992-02-13 1993-09-03 Nec Corp Execution circumstance reproducing system
JPH11120184A (en) * 1997-10-09 1999-04-30 Uiru Net Kk Personal information management system
JP2000322418A (en) * 1999-05-07 2000-11-24 Fujitsu Ltd Data base system
JP2001005833A (en) * 1999-06-24 2001-01-12 Sony Corp Information processor, information processing method and recording medium
JP2001052080A (en) * 1999-05-31 2001-02-23 Ichi Rei Yon Kk Electronic scheduler system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05225022A (en) * 1992-02-13 1993-09-03 Nec Corp Execution circumstance reproducing system
JPH11120184A (en) * 1997-10-09 1999-04-30 Uiru Net Kk Personal information management system
JP2000322418A (en) * 1999-05-07 2000-11-24 Fujitsu Ltd Data base system
JP2001052080A (en) * 1999-05-31 2001-02-23 Ichi Rei Yon Kk Electronic scheduler system
JP2001005833A (en) * 1999-06-24 2001-01-12 Sony Corp Information processor, information processing method and recording medium

Similar Documents

Publication Publication Date Title
JP4318741B2 (en) Database system, database search method and recording medium
JP3262325B2 (en) Agent system and method for supporting construction of electronic mail service system
JPH09153050A (en) Method and device for gathering document information
JP3803961B2 (en) Database generation apparatus, database generation processing method, and database generation program
JPH11213014A (en) Data base system, data base retrieving method and recording medium
JP4048006B2 (en) Database search system and method
KR100616216B1 (en) System and method for retrieving and managing desired online information
JPH10207902A (en) Information service system and information retrieving method
US20030014610A1 (en) Experience sharing
WO2002069190A1 (en) Database system
KR20000054256A (en) System and Method for searching personal information on internet
JP2005122606A (en) Information-reading device, information-reading system and information reading program
JP2003256452A (en) Document referring method using belonging information
JP2000348035A (en) System and method for retrieving database, and recording medium
JPH1063752A (en) Disease name data base
JPH09251469A (en) Semi-custom database system
JP2005196382A (en) Data registration method and data reference method by information management system, and master database server for information management system
KR20000024234A (en) Method for providing integrated web search service through network system and computer-readable medium recording the method
JP4455068B2 (en) Information retrieval system
JP2000250922A (en) Document retrieval system, device and method and recording medium
JP3202341B2 (en) Database system
JP2002163269A (en) Bibliographic information control method, bibliographic information control system, control device and recording medium
JP5017405B2 (en) Regulation management device and program
JP2006508466A (en) Method for registering website information in search engine and website search service method using the same
JP2001202464A (en) Electronic filing system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP