JP4227033B2 - データベース統合参照装置、データベース統合参照方法およびデータベース統合参照プログラム - Google Patents
データベース統合参照装置、データベース統合参照方法およびデータベース統合参照プログラム Download PDFInfo
- Publication number
- JP4227033B2 JP4227033B2 JP2004012306A JP2004012306A JP4227033B2 JP 4227033 B2 JP4227033 B2 JP 4227033B2 JP 2004012306 A JP2004012306 A JP 2004012306A JP 2004012306 A JP2004012306 A JP 2004012306A JP 4227033 B2 JP4227033 B2 JP 4227033B2
- Authority
- JP
- Japan
- Prior art keywords
- database
- data
- inquiry
- query
- integration
- Prior art date
- Legal status (The legal status 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 status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2458—Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
- G06F16/2471—Distributed queries
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Fuzzy Systems (AREA)
- Mathematical Physics (AREA)
- Probability & Statistics with Applications (AREA)
- Software Systems (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
最初に、図1および図2を用いて、実施例に係るデータベース統合参照システムの概要および特徴を説明する。図1および図2は、実施例に係るデータベース統合参照システムの概要および特徴を説明するための図である。
最初に、図3を用いて、実施例1に係るデータベース統合参照システムの全体構成を説明する。図3は、実施例1に係るデータベース統合参照システムの全体構成を示すシステム構成図である。
II14)と、データベース統合参照装置20とを、LANやインターネットなどのネット
ワークを介して相互に通信可能に接続して構成される。
在庫DBII14の4つのデータベースにデータが分散されている例を挙げている。
在庫テーブルI13aは、図4に例示するように、取扱商品ごとに「code(商品コード)
、quantity(在庫数量)」の各要素のデータを相互に対応付けて構成される。同様に、在庫DBII14も、上記の取扱商品の在庫に係る情報を記憶するDBであるが、DB内の在
庫テーブルII14aは、図4に例示するように、取扱商品ごとに「item_code(商品コー
ド)、item_quantity(在庫数量)」の各要素のデータを相互に対応付けて構成される。
IIのどちらかに分かれて格納されているので両者に在庫数を問い合わせることになる)。
このように、ユーザは、上記した4つのデータベースに分散している1つの注文に関連するデータを、1つに纏めて参照したいような場合に、本実施例1によるデータベース統合参照システムを利用するメリットがある。
データベース統合参照装置20は、図3に例示するように、記憶部21と、制御部22とを備えて構成される。このうち、記憶部21は、制御部22による各種処理に必要なデータおよびプログラムを記憶する手段であり、特に本発明に密接に関連するものとしては、同図に例示するように、統合用メタデータ21aをリポジトリに記憶する。
次に、図13〜図23を用いて、データベース統合参照装置20による問い合わせ処理の手順を説明する。図13は、実施例1による問い合わせ処理の手順を示すフローチャートであり、図14〜図23は、かかる問い合わせ処理手順の具体例を示す図である。
ーブルIに問い合わせるためのSQL問い合わせを生成し、これを在庫テーブルIに投げ
ることで、「(code、quantity)=(034564、38)、(063200、22)」という問い合わせ結果を得る。また、これと同様に、図21に例示するように、「(item_code=034564)or(item_code=087245)or(item_code=063200)」という条件に合致するデータを在庫DBIIの在庫テーブルIIに問い合わせるためのSQL問い合わせを生成し、これを在庫テーブ
ルIIに投げることで、「(item_code、item_quantity)=(087245、3)」という問い合わせ結果を得る。
続いて、上記の問い合わせ処理手順で説明した問い合わせ順序の最適化手法(図13のステップS1304に係る処理)を詳細に説明する。問い合わせ型データベース統合が抱える潜在的な問題点として、データベースのデータをネットワーク経由で取得するので、ローカルにデータを保持している場合に比べて、データへのアクセス速度が遅くなり、ネットワーク負荷も大きくなる点が挙げられる。
データベースのメタデータを参照し、XQuery問い合わせで条件付けが行われているカラムが、そのテーブルの主キーになっていないか、またはユニーク制約が設定されていないかを確認する。そのいずれかであれば、そのカラムはデータの重複が無いので、データを絞り込める可能性が高くなるからである。
データベースのメタデータを参照し、テーブル内のレコード数が多いか確認する。テーブル内のレコード数が多いと、問い合わせの結果として返ってくるレコードの数も多くなる可能性が高いからである。
データベースのメタデータを参照し、カラムのデータ型が数字や真偽値などの種類の少ないものであったり、桁数が少なかったりしていないかを確認する。この場合には、そのカラムは重複するデータが多くなる可能性が高いので、問い合わせの結果として多くのレコードが返ってくる可能性が高いからである。
XQuery問い合わせ内の条件式が等号で指定されているか、不等号で指定されいるかを確認する。等号で指定されている場合は、不等号で指定されている場合よりもデータを絞り込める可能性が高いからである。
上述してきたように、実施例1によれば、データベースへの共通アクセス手段を提供するだけでなく、そのさらに上位にタグ付き文書という形のビューを用意する。すなわち、ユーザには複数のデータベースに跨っている関連データ全体をタグ付き文書と仮想させ、そのタグ付き文書の一部を切り出す問い合わせを行った結果として、タグ付き文書が返るという形でデータの参照を行う。また、ユーザから問い合わせが行われると、予め用意されている統合用メタデータに基づいて、どのような順番でどのデータベースからどのような問い合わせでデータを獲得していけばよいかを判断し、それに基づいて必要なデータを獲得して、獲得されたデータをタグ付き文書として組み立ててユーザに返す。これによって、ユーザはデータの格納構造を気にする必要がなくなり、各データがどのデータベースに格納されているのかを全く意識せずに済むので、複数のデータベースがあたかも1つであるかのように扱うことが可能になる。
例えば、実施例1では、タグ付き文書としてXMLを利用する場合を説明したが、本発明はこれに限定されるものではなく、例えば、SGMLなど、他のタグ付き文書を利用するようにしてもよい。
また、実施例1では、リレーショナル型のデータベースを統合する場合を説明したが、本発明はこれに限定されるものではなく、他の型のデータベースを統合する場合にも本発明を同様に適用することができる。
また、実施例1では、一つの統合用メタデータを用意する場合を説明したが、本発明はこれに限定されるものではなく、データベースの統合の仕方に応じて複数の統合用メタデータを用意するようにしてもよい。例えば、問い合わせ結果の出力態様に応じて複数用意することなどが考えられる。
また、実施例1では、複数の異種のデータベースにアクセスするために、Globus Toolkit 3 + OGSA-DAIを利用する場合を説明したが、本発明はこれに限定されるものではなく、複数の異種のデータベースへどのようにして問い合わせを行うかは問わず、如何なる手法でアクセスしてもよい。
また、図示した各装置(特に、データベース統合参照装置20)の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。さらに、各装置にて行なわれる各処理機能は、その全部または任意の一部が、CPUおよび当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。
ところで、上記の実施例で説明した各種の処理は、あらかじめ用意されたプログラムをパーソナルコンピュータやワークステーションなどのコンピュータシステムで実行することによって実現することができる。そこで、以下では、上記の実施例と同様の機能を有するプログラムを実行するコンピュータシステムを他の実施例として説明する。
11 受注DB
11a 注文伝票テーブル
11b 商品テーブル
12 商品DB
12a 取扱商品テーブル
13 在庫DBI
13a 在庫DBI
14 在庫DBII
14a 在庫テーブルII
20 データベース統合参照装置
21 記憶部
21a 統合用メタデータ
22 制御部
22a 問い合わせパーザ部
22b 問い合わせ処理部
22c アクセス処理部
100 コンピュータシステム
101 本体部
102 ディスプレイ
102a 表示画面
103 キーボード
104 マウス
105 モデム
106 LAN/WAN
107 公衆回線
108 FD
109 CD−ROM
111 PC
112 サーバ
113 プリンタ
121 CPU
122 RAM
123 ROM
124 HDD
125 CD−ROMドライブ
126 FDドライブ
127 I/Oインターフェース
128 LANインターフェース
Claims (4)
- 複数のデータベースに対するデータ参照の問い合わせを受け付け、各データベースから問い合わせに係るデータを取得するデータベース統合参照装置であって、
問い合わせ結果の出力に用いるタグ付き文書の構造、当該タグ付き文書中の各要素と各データベースの各要素との対応関係、並びに、各データベース間の各要素の対応関係が規定された統合用メタデータを記憶する統合用メタデータ記憶手段と、
前記タグ付き文書に対する問い合わせ形式でデータ参照の問い合わせを受け付け、前記統合用メタデータを参照し、各データベースに対して必要な問い合わせを行ってデータを取得して、前記タグ付き文書の構造で問い合わせ結果を生成する問い合わせ処理手段と、
を備え、
前記問い合わせ処理手段は、前記各データベース間の各要素の対応関係を示す木構造に基づいて、最初の問い合わせを行った要素から上位の要素を順に辿りながら対応するデータを対応するデータベースから取得するように問い合わせを行い、さらに、最上位の要素を取得した後は、当該最上位の要素から下位の要素を全て辿りながら対応するデータを対応するデータベースから取得するように問い合わせを行うことを特徴とするデータベース統合参照装置。 - 前記問い合わせ処理手段は、前記データ参照の問い合わせ内容および前記データベースに係るメタデータを用いて、各データベースに対する問い合わせの結果として最もデータが絞り込めそうなデータベースを決定し、当該データベースに対して最初の問い合わせを行うことを特徴とする請求項1に記載のデータベース統合参照装置。
- データベース統合参照装置が、複数のデータベースに対するデータ参照の問い合わせを受け付け、各データベースから問い合わせに係るデータを取得するデータベース統合参照方法であって、
前記データベース統合参照装置が、問い合わせ結果の出力に用いるタグ付き文書の構造、当該タグ付き文書中の各要素と各データベースの各要素との対応関係、並びに、各データベース間の各要素の対応関係が規定された統合用メタデータを統合用メタデータ記憶手段に格納する統合用メタデータ格納工程と、
前記データベース統合参照装置が、前記タグ付き文書に対する問い合わせ形式でデータ参照の問い合わせを受け付け、前記統合用メタデータを参照し、各データベースに対して必要な問い合わせを行ってデータを取得して、前記タグ付き文書の構造で問い合わせ結果を生成する問い合わせ処理工程と、
を含み、
前記問い合わせ処理工程において、前記データベース統合参照装置が、前記各データベース間の各要素の対応関係を示す木構造に基づいて、最初の問い合わせを行った要素から上位の要素を順に辿りながら対応するデータを対応するデータベースから取得するように問い合わせを行い、さらに、最上位の要素を取得した後は、当該最上位の要素から下位の要素を全て辿りながら対応するデータを対応するデータベースから取得するように問い合わせを行うことを特徴とするデータベース統合参照方法。 - 複数のデータベースに対するデータ参照の問い合わせを受け付け、各データベースから問い合わせに係るデータを取得する方法をコンピュータに実行させるデータベース統合参照プログラムであって、
問い合わせ結果の出力に用いるタグ付き文書の構造、当該タグ付き文書中の各要素と各データベースの各要素との対応関係、並びに、各データベース間の各要素の対応関係が規定された統合用メタデータを統合用メタデータ記憶手段に格納する統合用メタデータ格納手順と、
前記タグ付き文書に対する問い合わせ形式でデータ参照の問い合わせを受け付け、前記統合用メタデータを参照し、各データベースに対して必要な問い合わせを行ってデータを取得して、前記タグ付き文書の構造で問い合わせ結果を生成する問い合わせ処理手順と、
をコンピュータに実行させ、
前記問い合わせ処理手順は、前記各データベース間の各要素の対応関係を示す木構造に基づいて、最初の問い合わせを行った要素から上位の要素を順に辿りながら対応するデータを対応するデータベースから取得するように問い合わせを行い、さらに、最上位の要素を取得した後は、当該最上位の要素から下位の要素を全て辿りながら対応するデータを対応するデータベースから取得するように問い合わせを行うことを特徴とするデータベース統合参照プログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004012306A JP4227033B2 (ja) | 2004-01-20 | 2004-01-20 | データベース統合参照装置、データベース統合参照方法およびデータベース統合参照プログラム |
US10/876,917 US20050160076A1 (en) | 2004-01-20 | 2004-06-25 | Method and apparatus for referring to database integration, and computer product |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004012306A JP4227033B2 (ja) | 2004-01-20 | 2004-01-20 | データベース統合参照装置、データベース統合参照方法およびデータベース統合参照プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005208757A JP2005208757A (ja) | 2005-08-04 |
JP4227033B2 true JP4227033B2 (ja) | 2009-02-18 |
Family
ID=34747325
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004012306A Expired - Fee Related JP4227033B2 (ja) | 2004-01-20 | 2004-01-20 | データベース統合参照装置、データベース統合参照方法およびデータベース統合参照プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US20050160076A1 (ja) |
JP (1) | JP4227033B2 (ja) |
Families Citing this family (48)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7873649B2 (en) * | 2000-09-07 | 2011-01-18 | Oracle International Corporation | Method and mechanism for identifying transaction on a row of data |
TWI289261B (en) * | 2002-09-11 | 2007-11-01 | Hon Hai Prec Ind Co Ltd | System and method for dynamically generating a HTTP query |
US7440954B2 (en) * | 2004-04-09 | 2008-10-21 | Oracle International Corporation | Index maintenance for operations involving indexed XML data |
US7398265B2 (en) * | 2004-04-09 | 2008-07-08 | Oracle International Corporation | Efficient query processing of XML data using XML index |
US7603347B2 (en) * | 2004-04-09 | 2009-10-13 | Oracle International Corporation | Mechanism for efficiently evaluating operator trees |
US7516121B2 (en) * | 2004-06-23 | 2009-04-07 | Oracle International Corporation | Efficient evaluation of queries using translation |
EP1759315B1 (en) * | 2004-06-23 | 2010-06-30 | Oracle International Corporation | Efficient evaluation of queries using translation |
JP4899295B2 (ja) * | 2004-07-01 | 2012-03-21 | 富士通株式会社 | メタデータエディタプログラム、メタデータエディタ装置およびメタデータエディタ方法 |
US8566300B2 (en) * | 2004-07-02 | 2013-10-22 | Oracle International Corporation | Mechanism for efficient maintenance of XML index structures in a database system |
US7668806B2 (en) | 2004-08-05 | 2010-02-23 | Oracle International Corporation | Processing queries against one or more markup language sources |
US8463801B2 (en) * | 2005-04-04 | 2013-06-11 | Oracle International Corporation | Effectively and efficiently supporting XML sequence type and XQuery sequence natively in a SQL system |
US20060235839A1 (en) * | 2005-04-19 | 2006-10-19 | Muralidhar Krishnaprasad | Using XML as a common parser architecture to separate parser from compiler |
US7949941B2 (en) * | 2005-04-22 | 2011-05-24 | Oracle International Corporation | Optimizing XSLT based on input XML document structure description and translating XSLT into equivalent XQuery expressions |
US8166059B2 (en) * | 2005-07-08 | 2012-04-24 | Oracle International Corporation | Optimization of queries on a repository based on constraints on how the data is stored in the repository |
US20070067726A1 (en) * | 2005-09-16 | 2007-03-22 | Microsoft Corporation | Content sharing user interface for mobile devices |
US7933632B2 (en) * | 2005-09-16 | 2011-04-26 | Microsoft Corporation | Tile space user interface for mobile devices |
US7873356B2 (en) * | 2005-09-16 | 2011-01-18 | Microsoft Corporation | Search interface for mobile devices |
US20070067738A1 (en) * | 2005-09-16 | 2007-03-22 | Microsoft Corporation | Extensible, filtered lists for mobile device user interface |
JP4530977B2 (ja) * | 2005-11-29 | 2010-08-25 | 三菱電機株式会社 | 遠隔監視システム |
JPWO2007083371A1 (ja) * | 2006-01-18 | 2009-06-11 | 富士通株式会社 | データ統合装置、データ統合方法およびデータ統合プログラムを記録したコンピュータ読み取り可能な記録媒体 |
JP4822889B2 (ja) * | 2006-03-20 | 2011-11-24 | 富士通株式会社 | データベース統合参照プログラム、データベース統合参照方法及びデータベース統合参照装置 |
JP2007280238A (ja) * | 2006-04-11 | 2007-10-25 | Fujitsu Fip Corp | データ表示定義情報作成装置、データ表示装置、データ表示定義情報作成方法、データ表示方法およびそれらの装置の実現に用いられるプログラム |
US7499909B2 (en) * | 2006-07-03 | 2009-03-03 | Oracle International Corporation | Techniques of using a relational caching framework for efficiently handling XML queries in the mid-tier data caching |
JP2008041082A (ja) * | 2006-07-12 | 2008-02-21 | Hitachi Ltd | 処理装置及びプログラム |
US7739219B2 (en) | 2006-09-08 | 2010-06-15 | Oracle International Corporation | Techniques of optimizing queries using NULL expression analysis |
JP4212615B2 (ja) | 2006-09-28 | 2009-01-21 | 株式会社東芝 | 構造化文書検索システム、構造化文書検索方法、検索装置、および文書管理装置 |
JP5056384B2 (ja) * | 2006-12-21 | 2012-10-24 | 富士通株式会社 | 検索プログラム、方法及び装置 |
JP2008234464A (ja) * | 2007-03-22 | 2008-10-02 | Nec Fielding Ltd | 商品検索システム及びデータベース |
ITRM20070161A1 (it) * | 2007-03-27 | 2008-09-28 | Uni Del Salento | Metodo e formalismo per inviare istruzioni a database distribuiti realizzato mediante programma per computer |
JP5458480B2 (ja) | 2007-08-08 | 2014-04-02 | 富士通株式会社 | タグ付き文書データ問い合わせ処理システムに対する問い合わせ画面生成装置 |
JP5136133B2 (ja) * | 2007-08-29 | 2013-02-06 | 富士通株式会社 | 統合ルール作成支援プログラム、統合ルール作成支援システムおよび統合ルール作成支援方法 |
JP5238219B2 (ja) | 2007-10-29 | 2013-07-17 | 株式会社東芝 | 情報処理システム及びパイプライン処理制御方法 |
US8032485B2 (en) | 2008-02-01 | 2011-10-04 | American Express Travel Related Services Company, Inc. | Rapid caching and data delivery system and method |
US20090210508A1 (en) * | 2008-02-15 | 2009-08-20 | Tommy S.R.L | Methods and systems for providing information associated with a consumer good |
JP5060345B2 (ja) * | 2008-02-29 | 2012-10-31 | 株式会社東芝 | データベース処理装置、情報処理方法及びプログラム |
US8620880B2 (en) | 2008-05-30 | 2013-12-31 | Nec Corporation | Database system, method of managing database, and computer-readable storage medium |
JP5392254B2 (ja) | 2008-05-30 | 2014-01-22 | 日本電気株式会社 | データベースシステム、データベース管理方法、データベース構造およびコンピュータプログラム |
JP2010165170A (ja) * | 2009-01-15 | 2010-07-29 | Fujitsu Ltd | 検索処理方法、システム、及びプログラム |
JP5471086B2 (ja) * | 2009-07-02 | 2014-04-16 | 富士通株式会社 | 情報統合装置、情報統合方法および情報統合プログラム |
JP5430339B2 (ja) | 2009-10-19 | 2014-02-26 | 株式会社ワコム | 位置検出装置及び位置指示器 |
US8176074B2 (en) * | 2009-10-28 | 2012-05-08 | Sap Ag | Methods and systems for querying a tag database |
JP5172931B2 (ja) | 2010-10-25 | 2013-03-27 | 株式会社東芝 | 検索装置、検索方法および検索プログラム |
JP2011222045A (ja) * | 2011-07-26 | 2011-11-04 | Fujitsu Ltd | データベース統合参照プログラム |
JP2011258225A (ja) * | 2011-08-10 | 2011-12-22 | Fujitsu Ltd | データ統合装置、データ統合方法およびデータ統合プログラムを記録したコンピュータ読み取り可能な記録媒体 |
US9286303B1 (en) * | 2011-12-22 | 2016-03-15 | Emc Corporation | Unified catalog service |
JP6328078B2 (ja) * | 2015-07-22 | 2018-05-23 | 株式会社東芝 | データベースシステムおよびデータベースシステム用プログラム |
CN108573026B (zh) * | 2018-03-14 | 2021-01-19 | 上海数据交易中心有限公司 | 一种数据流通方法及装置、存储介质、服务器 |
JP7421443B2 (ja) | 2020-08-11 | 2024-01-24 | 株式会社日立製作所 | データ移行方法、データ移行システム、およびノード |
Family Cites Families (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6421656B1 (en) * | 1998-10-08 | 2002-07-16 | International Business Machines Corporation | Method and apparatus for creating structure indexes for a data base extender |
US20020116371A1 (en) * | 1999-12-06 | 2002-08-22 | David Dodds | System and method for the storage, indexing and retrieval of XML documents using relation databases |
US7072896B2 (en) * | 2000-02-16 | 2006-07-04 | Verizon Laboratories Inc. | System and method for automatic loading of an XML document defined by a document-type definition into a relational database including the generation of a relational schema therefor |
US6567816B1 (en) * | 2000-03-07 | 2003-05-20 | Paramesh Sampatrai Desai | Method, system, and program for extracting data from database records using dynamic code |
US6571233B2 (en) * | 2000-12-06 | 2003-05-27 | International Business Machines Corporation | Optimization of SQL queries using filtering predicates |
US6732095B1 (en) * | 2001-04-13 | 2004-05-04 | Siebel Systems, Inc. | Method and apparatus for mapping between XML and relational representations |
US6662175B1 (en) * | 2001-05-08 | 2003-12-09 | Ncr Corporation | Semantic query optimization using value correlation |
US6732096B1 (en) * | 2001-07-30 | 2004-05-04 | Ncr Corporation | Optimizing an aggregate join query |
AU2002334721B2 (en) * | 2001-09-28 | 2008-10-23 | Oracle International Corporation | An index structure to access hierarchical data in a relational database system |
US7047253B1 (en) * | 2001-09-28 | 2006-05-16 | Oracle Interntional Corporation | Mechanisms for storing content and properties of hierarchically organized resources |
US6950815B2 (en) * | 2002-04-23 | 2005-09-27 | International Business Machines Corporation | Content management system and methodology featuring query conversion capability for efficient searching |
US7162470B2 (en) * | 2002-06-07 | 2007-01-09 | Oracle International Corporation | Contextual search interface for business directory services |
US7162473B2 (en) * | 2003-06-26 | 2007-01-09 | Microsoft Corporation | Method and system for usage analyzer that determines user accessed sources, indexes data subsets, and associated metadata, processing implicit queries based on potential interest to users |
US7013311B2 (en) * | 2003-09-05 | 2006-03-14 | International Business Machines Corporation | Providing XML cursor support on an XML repository built on top of a relational database system |
US7529728B2 (en) * | 2003-09-23 | 2009-05-05 | Salesforce.Com, Inc. | Query optimization in a multi-tenant database system |
US7634498B2 (en) * | 2003-10-24 | 2009-12-15 | Microsoft Corporation | Indexing XML datatype content system and method |
-
2004
- 2004-01-20 JP JP2004012306A patent/JP4227033B2/ja not_active Expired - Fee Related
- 2004-06-25 US US10/876,917 patent/US20050160076A1/en not_active Abandoned
Also Published As
Publication number | Publication date |
---|---|
US20050160076A1 (en) | 2005-07-21 |
JP2005208757A (ja) | 2005-08-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4227033B2 (ja) | データベース統合参照装置、データベース統合参照方法およびデータベース統合参照プログラム | |
JP4822889B2 (ja) | データベース統合参照プログラム、データベース統合参照方法及びデータベース統合参照装置 | |
US8886617B2 (en) | Query-based searching using a virtual table | |
US7231386B2 (en) | Apparatus, method, and program for retrieving structured documents | |
US8484210B2 (en) | Representing markup language document data in a searchable format in a database system | |
US6704739B2 (en) | Tagging data assets | |
US20020103829A1 (en) | Method, system, program, and data structures for managing structured documents in a database | |
US20090077625A1 (en) | Associating information related to components in structured documents stored in their native format in a database | |
US9477729B2 (en) | Domain based keyword search | |
US6915303B2 (en) | Code generator system for digital libraries | |
US7287029B1 (en) | Tagging data assets | |
Abramowicz et al. | Filtering the Web to feed data warehouses | |
US7596577B2 (en) | Methods and systems for specifying a user interface for an application | |
JP3786233B2 (ja) | 情報検索方法および情報検索システム | |
Yu et al. | Metadata management system: design and implementation | |
KR20020066151A (ko) | 개방형 gis 기반의 공간정보 유통시스템 및 방법 | |
JP4289022B2 (ja) | 構造化文書処理方法及び装置及び構造化文書処理プログラム及び構造化文書処理プログラムを格納した記憶媒体 | |
JP2004192657A (ja) | 情報検索システム、情報検索方法および情報検索用プログラムを記録した記録媒体 | |
Taylor | SQL All-in-one for Dummies | |
JP2001067369A (ja) | 情報検索システム、情報検索方法および情報検索用プログラムを記録した記録媒体 | |
JP2011222045A (ja) | データベース統合参照プログラム | |
JP2009015511A (ja) | メタデータ管理装置、プログラムおよびメタデータ管理方法 | |
US20050267881A1 (en) | Methods and systems for data storage | |
Pokorný | XML in enterprise systems | |
JP2004348479A (ja) | 検索装置、検索方法、検索プログラム、および検索プログラム記録媒体 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20080717 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080729 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080929 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20081125 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20081127 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111205 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4227033 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111205 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121205 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121205 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131205 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |