JP3874580B2 - Database integration system - Google Patents

Database integration system Download PDF

Info

Publication number
JP3874580B2
JP3874580B2 JP27726699A JP27726699A JP3874580B2 JP 3874580 B2 JP3874580 B2 JP 3874580B2 JP 27726699 A JP27726699 A JP 27726699A JP 27726699 A JP27726699 A JP 27726699A JP 3874580 B2 JP3874580 B2 JP 3874580B2
Authority
JP
Japan
Prior art keywords
data
access
application
value
specified
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
Application number
JP27726699A
Other languages
Japanese (ja)
Other versions
JP2001101065A (en
Inventor
健哉 西木
健一 吉田
浩明 仙石
一宏 草間
正孝 太田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP27726699A priority Critical patent/JP3874580B2/en
Publication of JP2001101065A publication Critical patent/JP2001101065A/en
Application granted granted Critical
Publication of JP3874580B2 publication Critical patent/JP3874580B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、アプリケーションから透過的にアクセスできるよう、複数のデータベースを統合する技術に関するものである。
【0002】
【従来の技術】
データベースを利用した業務システムとしては、たとえば、通信事業におけるオペレータの各種作業を支援するオペレーション支援システム(以下単に「OSS」と記す)などがある。従来、これらOSSでは、OSS毎にそれぞれ規定されたアクセス法によってアクセスされるデータベースが、各種データの蓄積に利用されてきた。
【0003】
さて、通信事業の事業形態の変化等に伴い、個別の業務毎に設けられてきた複数のOSSの各データベースのデータを統合的に用いるOSSの構築が必要となる場合がある。そして、このような各データベースのデータを統合的に用いるOSSの構築には、これらデータを利用する業務アプリケーションが、各データベースのデータに同じアクセス方法で透過的にアクセスできるようにすることが極めて重要となる。
【0004】
このような複数のシステムの複数のデータベース上のデータを透過的にアクセスすることを可能とするために用いることのできる技術としては、ソフトリサーチセンター「分散オブジェクト指向技術CORBA」小野沢博文著、1996年に記載のオブジェクト・リクエスト・ブローカ等のオブジェクト分散システムの技術が知られている。
【0005】
また、特開平11−96054号公報「データベース統合アプリケーション構築システム」に記載の、統一されたアクセス法によって業務アプリケーションがアクセス可能な中間的なオブジェクトを設け、これに個々のデータベース上のオブジェクトを統合することにより、個々のアプリケーションが、中間的なオブジェクトを介して、個々のデータベース上のオブジェクトに透過的にアクセスできるようにした技術も知られている。
【0006】
【発明が解決しようとする課題】
しかし、前記のオブジェクト・リクエスト・ブローカ単独ではデータベースへのアクセス透過性を提供していないため、異なるアクセスインターフェース毎に変換プログラムを実装する必要があり、システムの拡張性や変更に対応していくことが困難である。また、前記の特開平11−96054号公報記載の技術は、前提として、常時、業務アプリケーションから直接もしくは間接的にアクセスされる可能性のある全てのオブジェクト(オブジェクトインスタンス)が生成され管理されていることが必要となる。
【0007】
このために、OSSなどのデータ数の多いシステムでは、オブジェクトの数の膨大なものとなるために、その管理に要する資源量が過大なものとなることがある。また、業務の変更などにより、個々のオブジェクト(オブジェクトインスタンス)の構造を定義するオブジェクトモデルを変更する度に、全てのオブジェクト(オブジェクトインスタンス)を再生成しなけらばならならないために、オブジェクトモデルに要する資源量も過大なものとなることがあった。
【0008】
そこで、本発明は、より少ない資源消費量で、複数のデータベース上のデータを透過的にアクセスすることを可能とすることを課題とする。
【0009】
【課題を解決するための手段】
前記課題達成のために、本発明は、たとえば、複数のデータベースと、アプリケーションからの要求に従って前記データベースのデータにアクセスするサーバ装置とを備えたデータベース統合システムであって、
前記サーバ装置は、
1または複数のデータベースのデータを含むオブジェクトの構造を定義するオブジェクトモデルを記憶するオブジェクトモデル記憶手段と、
前記アプリケーションから、前記オブジェクトに対するアクセスの要求を受け取った場合に、前記オブジェクトモデル記憶手段に記憶されたオブジェクトモデルに従って、前記データベースにアクセスして、オブジェクトに含めるべきデータを収集し、オブジェクトを作成するオブジェクト作成手段と、
作成したオブジェクトに、前記アプリケーションから要求されたアクセスを行い、その結果を前記アプリケーションに応答するオブジェクトアクセス処理手段とを有することを特徴とするデータベース統合システムを提供する。
【0010】
このようなデータベース統合システムによれば、アプリケーションからアクセスの要求があった時点で、オブジェクトを作成するので、常時、アプリケーションからアクセスされる可能性のある全てのオブジェクト(オブジェクトインスタンス)が生成され管理されている必要がなくなる。したがって、より少ない資源消費量で、複数のデータベース上のデータを透過的にアクセスすることを可能とすることができる。
【0011】
また、さらに、このようなデータベース統合システムにおいて、
前記オブジェクト作成手段は、前記アプリケーションから、前記オブジェクトに対するアクセスの要求を、アクセスを要求するオブジェクトの範囲を特定する変数の指定と共に受付け、作成の結果、指定された変数で特定される範囲に含まれることになるオブジェクトのみを作成するように構成すれば、アプリケーションが必要とするオブジェクトのみを、アプリケーションが必要とするときに作成することができるので、アプリケーションからアクセス要求があった際の処理を、より少ない資源消費量で行うことができるようになる。
【0012】
【発明の実施の形態】
以下、本発明の一実施形態について、通信事業者が使用するOSS(オペレーション支援システム)への適用を例にとり説明する。
【0013】
まず、第1の実施形態について説明する。
【0014】
図1に、本実施形態に係るOSSのシステム構成を示す。
【0015】
図中、オブジェクト仮想統合サーバ101は、複数の業務アプリケーション100から複数のデータベースシステム120への参照要求や操作要求を一括して処理する仮想統合化インターフェース部102と、業務アプリケーション100からの要求に応じて共通オブジェクトインスタンスを生成・削除し、当該状態を管理する仮想オブジェクト管理部103と、共通オブジェクトインスタンスを格納するオブジェクトインスタンス格納部104と、共通オブジェクトモデルの定義情報である共通オブジェクトモデル等を格納するオブジェクトモデル格納部105と、共通オブジェクトモデル等を定義するためのオブジェクトモデル定義・抽出部106と、データベース120へのアクセスを処理するデータアクセスインターフェース部108と、顧客データベース300とからなる。インターフェースリポジトリ107は共通オブジェクトモデルのインターフェース情報を仮想統合化インターフェース部102及びデータアクセスインターフェース部108に提供する。なお、データアクセスインターフェース部108から個々のデータベースシステムへのアクセスは、データアダプタ110が、データアクセスインターフェース部108がデータベースシステム120のデータにアクセスするためのインターフェースを規定するデータ定義を保持しており、このデータ定義が規定するインターフェース上で、データアクセスインターフェース部108よりのデータベースシステム120のデータへのアクセスを受付け、受け付けた内容に従って、データベースシステム120固有のアクセス方法に従ってデータベースシステム120にアクセスし、結果をデータアクセスインターフェース部108に返す。
【0016】
ここで、オブジェクト仮想統合サーバ101は、図2に示すように、CPU201、メモリ202、入出力インターフェース203、表示装置204、入力装置205、記憶装置206、ネットワーク装置207のハードウェアを搭載したコンピュータ上に構築することができる。この場合、オブジェクト仮想統合サーバの各機能を実現するプログラムは記憶装置206の記憶媒体からメモリ202に読み込まれ、プロセスとして具体化される。また、仮想統合サーバ101と外部のシステム208(図1の100、110、120)とは、たとえば、ネットワーク装置207を介して接続される。
【0017】
さて、以上に示したOSSは、たとえば、図3に示すような、通信事業者Zが、サービスを利用している複数の顧客に対して、サービスオーダーや料金に関する問合せサービスを提供するOSSに適用することができる。
【0018】
図示するように、通信事業者ZのOSS303は、顧客からの問合せを受け付けて応答を返す顧客問合せシステム10010、電話サービス料金システム12010、その料金明細データベース12011、外部からのデータアクセスのために付加されたデータアダプタ11010(“Phone_BL_adapter”という識別子を持つ)、データ通信サービスの料金システム12020、その料金明細データベース12021、外部からのデータアクセスのために付加されたデータアダプタ11020(“Data_BL_adapter”という識別子を持つ)、電話サービスのオーダーシステム12030、そのサービスオーダーデータベース12031、外部からのデータアクセスのために付加されたデータアダプタ11030(“Phone_SO_adapter”という識別子を持つ)、データ通信サービスのオーダーシステム12040、そのサービスオーダーデータベース12041、外部からのデータアクセスのために付加されたデータアダプタ11040(“Data_SO_adapter”という識別子を持つ)、複数のシステムに分散するデータへの透過的なアクセスを実行するオブジェクト仮想統合サーバ101、顧客データベース300とで構成されている。
【0019】
ここで、顧客問合せシステム10010が図1の業務アプリケーション100に対応する。また、電話サービス料金システム12010と料金明細データベース12011、データ通信サービスの料金システム12020と料金明細データベース12021、電話サービスのオーダーシステム12030とサービスオーダーデータベース12031、データ通信サービスのオーダーシステム12040とサービスオーダーデータベース12041が、それぞれ図1のデータベースシステムに相当する。また、この例では、個々のデータベースシステムは、それぞれ独立したOSSを構成している。たとえば、電話サービスのオーダーシステム12030とサービスオーダーデータベース12031は、顧客からのサービスオーダーの受付や、サービスオーダーの実施に関する業務を支援するためのOSSを構成している。
【0020】
このような構成において、オブジェクト仮想統合サーバ101は顧客A301からの問い合わせ要求があると共通オブジェクトインスタンス10110を、顧客X302からの問い合わせ要求があると共通オブジェクトインスタンス10120を作成し、これら共通オブジェクトを用いて、各データベースの、顧客A301、顧客X302のサービスオーダーや料金についての情報を収集し、問い合わせ要求に対する応答を行う。
【0021】
以下、このようなオブジェクト仮想統合サーバ101の動作について、図3に示した通信事業者のOSSを例にとり説明する。
【0022】
図4に、顧客からの問い合わせの要求の処理に先立ち予め行うオブジェクトモデルの定義処理の手順を示す。
【0023】
図示するように、この処理では、まず、オブジェクトモデル定義・抽出部106が、管理者の記述に従って、共通オブジェクトモデルを作成する(ステップ601)。
【0024】
ここでは、共通オブジェクトモデルとして、図5に示すオブジェクトインスタンスの構造を規定するオブジェクトモデルを作成する。
【0025】
図5に示した共通オブジェクトインスタンスは、共通オブジェクトクラス名称900(例えば“Customer_Support")、顧客ID901(オブジェクトインスタンスにおいて例えば”011-233-12345"が代入される)、顧客名称902(オブジェクトインスタンスにおいて例えば“株式会社日立製作所”が代入される)、顧客所在地903(オブジェクトインスタンスにおいて例えば“横浜市戸塚区吉田町292番地”が代入される)、サービスオーダー番号-1(オブジェクトインスタンスにおいて例えば“SO-K-05876921”が代入される)…番号-n 904、料金請求番号1(オブジェクトインスタンスにおいて例えば“BL-K-4456789”が代入される)…番号-n 905、とから構成される。共通オブジェクトのインスタンスは例えば全てのシステムで一意に割り当てられる顧客IDによって識別される。
【0026】
ただし、このような共通オブジェクトインスタンスを規定する共通オブジェクトモデル、すなわちステップ601で作成する共通オブジェクトモデルでは、図6に示すように、共通オブジェクトクラス名称900のみ値が設定され、他は、その構造のみが規定されている。また、サービスオーダー番号、料金請求番号は、任意数の配列として規定されており、これに従い、オブジェクトインスタンスの作成時に、オブジェクトインスタンスに必要に応じてサービスオーダー番号-1…番号-n 904、料金請求番号1…番号-n 905の項目が生成され、その値が設定されることになる。また、図6に示した共通オブジェクトモデル中のデータ定義は、このステップ601の段階では、設定されない。
【0027】
さて、図4に戻り、共通オブジェクトモデルを作成したならば、管理者は、次に、オブジェクトモデル定義・抽出部106を介して、データベースシステム毎の個別オブジェクトモデルを定義する(ステップ602)。
【0028】
ここでは、個別オブジェクトモデルとしては、電話サービス料金システム12010と料金明細データベース12011、電話サービスのオーダーシステム12030とサービスオーダーデータベース12031、データ通信サービスのオーダーシステム12040とサービスオーダーデータベース12041に対しては図7に示すようなサービスオーダーオブジェクトインスタンスを規定する個別オブジェクトモデルを、データ通信サービスの料金システム12020と料金明細データベース12021に対しては図8に示すような料金明細オブジェクトインスタンスを規定する個別オブジェクトモデルを定義する。
【0029】
図7のサービスオーダーオブジェクトインスタンスは、オブジェクトクラス名称9010(例えば“Service_Order”)、サービスオーダー番号9011(例えば“SO_D_0234567”)、顧客ID901、オーダー種別9013(例えば“新規加入”)、申込みサービス種別-1(例えば“ショートメールサービス”)…種別-n 9014、サービス開始希望日9015(例えば“99/08/01”)、工事要否9016(例えば“不要”)、サービス開始予定日9017(例えば“99/08/01”)とから構成され、この個別オブジェクトインスタンスはサービスオーダー番号によって一意に識別される。
【0030】
ただし、このような個別オブジェクトインスタンスを規定する個別オブジェクトモデル、すなわちステップ602で作成する個別オブジェクトモデルでは、図9に示すように、オブジェクトクラス名称9010だけ値が設定され、他は、その構造と、データベースシステム120上の、その項目のデータにアクセスするためのインターフェースであるデータ定義のみが規定されている。
【0031】
また図8の料金明細オブジェクトインスタンスは、共通オブジェクトクラス名称9020(例えば“Billing_Info”)、料金請求番号9021(例えば“BL_K_4456789”)、顧客ID901、契約サービス種別9023(例えば“携帯電話サービス”)、基本料金種別9024(例えば“プランSS”)、割引料金種別9025(例えば“長期優待割引き”)、オプションサービス種別9026(例えば“割込通話”)、料金明細書番号-1(例えば“DT_9906_123456”)…番号-n 9027、料金未払い状況9028(例えば“未払いなし”)、とから構成され、この個別オブジェクトインスタンスは、料金請求番号によって一意に識別される。
【0032】
ただし、このような個別オブジェクトインスタンスを規定する個別オブジェクトモデル、すなわちステップ602で作成する個別オブジェクトモデルでは、図10に示すように、オブジェクトクラス名称9020だけ値が設定され、他は、その構造と、データベースシステム120上の、その項目のデータにアクセスするためのインターフェースであるデータ定義のみが規定されている。
【0033】
ここで、これら各個別オブジェクトモデルには、その個別オブジェクトモデルを、それに対して作成したシステムが電話サービスのものかデータ通信サービスのものかに応じて、電話サービスかデータ通信サービスの属性を与えて設定する。
【0034】
さて、図4に戻り、個別オブジェクトモデルを作成したならば、管理者は、次に、オブジェクトモデル定義・抽出部106を介して、共通オブジェクトモデルと個別オブジェクトモデルの参照関係を定義する(ステップ603)。
【0035】
ここでは、参照関係として、図11に示すようなデータ項目参照関係テーブルを作成する。
【0036】
データ項目参照関係テーブルは、参照元共通オブジェクトクラス名称911(“Customer_Support”)、参照先1-管理オブジェクトクラス名称912(“Service_Order”)、参照先1-インスタンス識別名称913(“サービスオーダー番号”)、参照先1-データアダプタ名称914(“Phone_SO_adapter”)、以下参照先2 915-917、参照先3 918-920、参照先4 921-923についても同様、とから構成される。また参照先1-データアダプタ名称914については、属性として、そのデータアダプタ部110が設けられたシステムが電話サービスのものかデータ通信サービスのものかに応じて、電話サービスかデータ通信サービスの属性を与えて設定する。
【0037】
このデータ項目参照関係テーブルは、参照元共通オブジェクトクラス名称911の共通オブジェクトモデルの、参照先n-インスタンス識別名称と同じ名称の項目に対して、参照先n-個別オブジェクトクラス名称の個別オブジェクトモデルを参照すべきことと、参照先n-データアダプタ名称のデータアダプタ部110が設けられたデータベースシステム120が、参照元共通オブジェクトクラス名称911の共通オブジェクトモデルの、参照先n-インスタンス識別名称と同じ名称の項目と、参照先n-個別オブジェクトクラス名称の個別オブジェクトモデルに対応するデータを保持していることを表している。
【0038】
ここで、同じ、参照先n-インスタンス識別名称913が複数登録されている場合には、その項目に対して参照すべき参照先が複数あることになる。
【0039】
さて、図4に戻り、このようにして、共通オブジェクトモデルと個別オブジェクトモデルの参照関係を定義したならば、次に、データ項目参照関係テーブルを用いて、ステップ602で作成した個別オブジェクトモデルを検索して共通オブジェクトモデルの項目に対応するデータ定義を抽出し、共通オブジェクトモデルに、当該データ定義を抽出した個別オブジェクトモデルに対して設定されている属性(電話サービスもしくはデータ通信サービス)を与えて、設定する(ステップ604)処理を、すべての個別オブジェクトモデルをついて行う(ステップ605)。
【0040】
具体的には、たとえば、図6の共通オブジェクトモデルの項目サービスオーダー番号については、図11のデータ項目参照関係テーブルの参照先n-インスタンス識別名称がサービスオーダー番号であるものを探し、この参照先n-インスタンス識別名称に対して設定されている参照先n-管理オブジェクトクラス名称の個別オブジェクトモデルを参照し、個別オブジェクトモデル中の項目サービスオーダー番号に対して設定されているデータ定義を、共通オブジェクトモデルの項目サービスオーダー番号に対して設定する。
【0041】
そして、次に、作成した共通オブジェクトモデルと個別オブジェクトモデルとデータ項目参照関係テーブルをオブジェクトモデル格納部105に格納する(ステップ606)。
【0042】
そして、業務アプリケーションが共通オブジェクトモデルにアクセスするためのインターフェース情報を生成し(ステップ607)、インターフェースリポジトリに格納する(ステップ608)。
【0043】
以上、顧客からの問い合わせの要求の処理に先立ち予め行うオブジェクトモデルの定義処理について説明した。
【0044】
次に、オブジェクト仮想統合サーバ101の顧客からの問い合わせ要求に対して応答を行う際の処理について説明する。
【0045】
図12に、本処理の手順を示す。
【0046】
図示するように、顧客問合せシステム10010は起動時に、インターフェースリポジトリに格納されたインターフェース情報に従って、仮想統合化インターフェース部102に特定のオブジェクト初期化要求を発行する(ステップ701)。このオブジェクト初期化要求を、仮想統合化インターフェース部102を介して受け取った仮想オブジェクト管理部103は、オブジェクトモデル格納部105より共通オブジェクトモデルを読み込む(ステップ702)。さらにデータアクセスインターフェース部108は、読み込まれた共通オブジェクトに対して、データ項目参照関係テーブルで、参照先n-データアダプタ名称のデータアダプタ部110として定義されている各データアダプタ部110に接続する(ステップ703)。
【0047】
そして、その後、顧客A301から、顧客IDとサービス種別(電話サービス又はデータ通信サービス)を指定した共通オブジェクトインスタンスの参照要求が発行されたならば、仮想オブジェクト管理部103はこれを仮想統合化インターフェース部102を介してに受け取る(ステップ704)。
【0048】
仮想オブジェクト管理部103は、参照要求を受け取ると、指定された顧客IDを項目顧客IDの値として持ち、指定されたサービス種別を属性として持つ共通オブジェクトインスタンスが既に生成されているかどうかを調べ、生成されていない場合には(ステップ705)、この顧客IDの共通オブジェクトインスタンス10110のみを生成し、オブジェクトインスタンス格納部104に格納する(ステップ706)。
【0049】
共通オブジェクトインスタンス10110の生成においては、オブジェクトクラス名称の項目については共通オブジェクトモデルで設定された値を設定する。そして、顧客名称902、顧客所在地903の項目については、オブジェクト仮想統合サーバ101付属の顧客データベース300から、顧客IDに対応する顧客名称902、顧客所在地を検索して設定する。サービスオーダー番号、料金請求番号の項目については、これら項目に対して指定されたサービス種別の属性をもって設定されているデータ定義が規定するインターフェースに従って、これら項目の名称と同じ参照先n-インスタンス識別名称に対してデータ項目参照関係テーブルに、指定されたサービス種別の属性をもって設定されている参照先n-データアダプタ名称のデータアダプタ部110に、指定された顧客IDに対応する、その項目データを問い合わせ、その応答の結果得られた値を設定する。そして、生成した共通オブジェクトモデルに、指定されたサービス種別を、その属性として設定する。
【0050】
このようにして指定された顧客IDを持つ共通オブジェクトインスタンスが生成されたならば、次に、共通オブジェクトインスタンスが参照しているデータを収集する(ステップ707)。
【0051】
ここでは、この共通オブジェクトモデルについてのデータ項目参照関係テーブルに、参照先n-個別オブジェクトモデルとして登録されている個別オブジェクトモデルのうち、指定されたサービス種別の属性をもっている個別オブジェクトモデルをオブジェクトモデル格納部105より読み出し、この個別オブジェクトモデルに従った、参照先n-インスタンス識別名称として登録されている共通オブジェクトインスタンスの項目の値を識別値として持つ個別オブジェクトインスタンスを生成し、オブジェクトインスタンス格納部104に格納する。ただし、値が設定されていない共通オブジェクトインスタンスの項目については個別オブジェクトインスタンスを生成しない。
【0052】
個々の個別オブジェクトインスタンスの生成に際しては、たとえば、その個別オブジェクトインスタンスが図7に示したサービスオーダーオブジェクトインスタンスであれば、まず、オブジェクトクラス名称9010の項目については個別オブジェクトモデルに設定された値を設定する。サービスオーダー番号9011の項目については、共通オブジェクトインスタンスの同名称の項目の値を設定する。他の項目については、これら項目に対して設定されているデータ定義が規定するインターフェースに従って、サービスオーダー番号の名称と同じ参照先n-インスタンス識別名称に対してデータ項目参照関係テーブルに設定されている参照先n-データアダプタ名称のデータアダプタ部110に、設定したサービスオーダー番号に対応する、その項目データを問い合わせ、その応答の結果得られた値を設定する。
【0053】
このようにして、個別オブジェクトインスタンスを作成したならば、作成した共通オブジェクトインスタンスと個別オブジェクトインスタンスのデータを適宜加工し、仮想統合化インターフェース部102を介して顧客問合せシステム10010に応答する(ステップ708)。なお、ステップ705で、指定された顧客IDを項目顧客IDの値として持ち、指定されたサービス種別を属性として持つ共通オブジェクトインスタンスが既に生成されている場合には、ステップ706、707の処理は行わすに、直ちにこのステップ708の処理を行うことになる。
【0054】
さて、応答を受けた顧客問合せシステム10010は顧客Aからの問合せ結果を例えば図13に示すような顧客サポート情報表示画面1500に表示する。当該画面には、図示するようにたとえば、顧客ID、顧客名称、顧客所在地等の顧客基本情報を表示・入力するフィールド1510、顧客ID等をキーとして検索を行うためのボタン1511、サービス種別、基本プラン、オプション等の契約サービスを表示するフィールド1520、基本使用料、通話料、オプション料、割引き、滞納料金、請求合計等の料金明細を表示するフィールド1530、過去の料金明細を検索し表示するためのボタン1531、オーダー番号、オーダー種別、サービス開始希望日、サービス開始予定日等を表示するフィールド1540、サービスオーダーの詳細情報を表示するためのボタン1541、とを設ける。
【0055】
さて、図12に戻り、顧客問合せシステムから参照要求があれば、704ステップに戻って処理を継続し、顧客IDとサービス種別を指定した共通オブジェクト削除要求があれば(ステップ709)、指定された顧客IDを項目顧客IDの値として持ち、指定されたサービス種別を属性として持つ共通オブジェクトインスタンスに対して生成した個別オブジェクトインスタンスを生成時とは逆の方法によって抽出し、これら個別オブジェクトインスタンスと共通オブジェクトインスタンスとをオブジェクトインスタンス格納部104から削除する(ステップ710)。
【0056】
以上、本発明の第1の実施形態について説明した。
【0057】
なお、以上の実施形態では、顧客データベースのみ、データ定義やデータアダプタ部を介さずに、オブジェクト仮想統合サーバから直接アクセス可能に構成したが、これは他のデータベースシステム120と同様に、データ定義やデータアダプタ部を介してアクセスするものとしてよい。
【0058】
また、以上の実施形態では、データベースシステムのデータの参照を行う場合を例にとり説明したが、本オブジェクト仮想統合サーバは、上記実施形態におけるデータベースシステムのデータの参照をデータベースシステムのデータ操作に置き換えることにより、データベースシステムのデータの更新等の各種データ操作にも同様に適用することができる。
【0059】
また、以上の実施形態では、個別オブジェクトモデルや個別オブジェクトインスタンスの生成を、オブジェクト仮想統合サーバ側で行ったが、個別オブジェクトインスタンスの生成もしくは個別オブジェクトモデルと個別オブジェクトインスタンスの生成は、それぞれ対応するデータアダプタ部110において行うようにしてもよい。
【0060】
また、本実施形態では、共通オブジェクトモデルを1種のみ作成する場合を例にとり説明したが、共通オブジェクトモデルは複数種作成するようにしてよい。また、この際に、異なる共通オブジェクトモデルにおいて、同じ個別オブジェクトモデルを参照するようにしてかまわない。
【0061】
以上、第1実施形態によれば、オブジェクトインスタンスを業務アプリケーションが必要とするときに、必要とする範囲内においてのみ生成し管理するので、より少ない資源消費量で、複数のデータベース上のデータを透過的にアクセスすることを可能とすることができる。
【0062】
以下、本発明の第2の実施形態について説明する。
【0063】
本第2実施形態は、移動通信ネットワーク410を統合的に監視する監視システムとして適用されるOSSを例にとり説明する。
【0064】
図14に、本実施形態に係る監視システムの構成を示す。
【0065】
図示するように、監視システムは、サービスエリア測定システム12050、そのカバレッジデータベース12051、外部からのデータアクセスのために付加されたデータアダプタ11050(“BTS_Test_adapter"という識別子を持つ)、地理情報システム12060、その地図データベース12061、外部からのデータアクセスのために付加されたデータアダプタ11060("AreaMap_adapter"という識別子を持つ)、障害監視システム12070、そのアラームデータベース12071、外部からのデータアクセスのために付加されたデータアダプタ11070("BTS_Alarm_adapter"という識別子を持つ)、性能監視システム12080、そのトラヒックデータベース12081、外部からのデータアクセスのために付加されたデータアダプタ11070("BTS_Traffic_adapter"という識別子を持つ)、オブジェクト仮想統合サーバ101、移動体基地局監視システム10020、エリア単位での操作画面を表示するエリア1監視端末401…エリアn監視端末402から構成される。
【0066】
本実施形態における、各データベースシステム120のデータの参照や操作は第1の実施形態と同様であるが、本第2実施形態では前記第1実施形態における個別オブジェクトモデルを共通オブジェクトモデル中に吸収する形で、共通オブジェクトモデルを作成している。したがって、本第2実施形態では個別オブジェクトは使用しない。また、したがって、データ項目参照関係テーブルには、共通オブジェクトモデルと個別オブジェクトとの関係は記述されず、共通オブジェクトモデルの項目とその項目が参照するデータベースシステム120のデータアダプタ部110の名称のみが記述されることになる。
【0067】
図15に、本実施形態に係る共通オブジェクトインスタンスを示す。
【0068】
図示するように、共通オブジェクトモデルインスタンスは、共通オブジェクトクラス名称1300(“BTS_Management")、基地局ID1301("BTS-0125")、基地局設置場所1302("横浜市戸塚区上倉田")、基地局X座標1303("198765")、基地局Y座標1304("432178")、セクタ1のカバレッジデータ1305、セクタ1の上りトラヒックデータ1306、セクタ1の下りトラヒックデータ1307、セクタ1で発生しているアラームデータ1308…セクタnについても同様1309〜1312、データの収集日付1313("99/08/10 12:15:30")より構成される。
【0069】
なお、このような共通オブジェクトインスタンスを定義する共通オブジェクトモデルは、図16に示すように、共通オブジェクトクラス名称の項目のみ値が設定され、他の項目は、その構造のみを規定するものとなる。また、本共通オブジェクトモデルでは、基地局ID、基地局設置場所、基地局X座標1303、基地局Y座標の項目群に対して参照項目番号1を、セクタ1のカバレッジデータの項目対して参照項目番号2を、セクタ1の上りトラヒックデータ、セクタ1の下りトラヒックデータの項目群に対して参照項目番号3を、アラームデータの項目に対して参照項目番号4を設定している。
【0070】
また、本実施形態のデータ項目参照関係テーブルは図17に示すように、参照元共通オブジェクトクラス名称1321("BTS_Management")、参照先1のデータアダプタ名称1322("AreaMap_adapter")、参照先2のデータアダプタ名称1323("BTS_Test_adapter")、参照先3のデータアダプタ名称1324("BTS_Alarm_adapter")、参照先4のデータアダプタ名称1325("BTS_Traffic_adapter")が記述されたものとなる。参照先nのデータアダプタ名称は、共通オブジェクトモデルの参照項目番号nの項目が参照するデータを保持するデータベースシステム120に設けられたデータアダプタ部110の名称である。
【0071】
さて、本実施形態に係る監視システムでは、オブジェクト仮想統合サーバ101は、エリア1監視端末401からは移動体基地局監視システム10020を介して、エリア1を指定した共通オブジェクトインスタンスへのアクセスが要求される。この要求を受けた場合、オブジェクト仮想統合サーバ101は、まず、エリア1の座標範囲を指定して、その座標範囲にある移動体基地局の基地局ID、基地局設置場所、基地局X座標1303、基地局Y座標の組を、その項目の共通オブジェクトモデル中の参照項目番号に対応してデータ項目参照関係テーブルに登録されている"AreaMap_adapter"のデータアダプタ部110を介して、地理情報システム12060と地図データベース12061よりなるデータベースシステム問い合わせ、得られた各組に対応して共通オブジェクトインスタンスを作成する。そして、作成した共通オブジェクトインスタンスの基地局ID、基地局設置場所、基地局X座標1303、基地局Y座標の項目に、対応する組の対応する項目の値を設定し、データ収集日付を除く残りの項目の値を、基地局IDの値と共に、それぞれ、その項目の参照項目番号に対応してデータ項目参照関係テーブルに登録されたデータアダプタ部110を介して各データベースシステム問い合わせ、得られた結果を設定する。データ収集日付には共通オブジェクトインスタンスの作成日付を設定する。そして、生成した各共通オブジェクトインスタンス、すなわち、エリア1内の基地局の共通オブジェクトインスタンスに対して、エリア1監視端末401から要求されたアクセスを行う。
【0072】
同様に、エリアn監視端末402からの移動体基地局監視システム10020を介した共通オブジェクトインスタンスへのアクセス要求に対しては、エリアn内の基地局に対応する共通オブジェクトインスタンスを作成し、これに対して要求されたアクセスを行う。
【0073】
一方、移動体基地局監視システム10020に接続された各監視端末は監視結果を例えば図18に示すような基地局監視マップ画面に表示する。当該画面では、たとえば、対応する監視エリアに対応する地図データ1600上に、基地局"BTS-0125"の設置場所及びアラーム状態・トラヒック状態の表示1610、基地局"BTS-0125"のカバーするサービスエリアの表示1620とを行う。
【0074】
さて、本実施形態に係るオブジェクト仮想統合サーバ101は、データベースシステム120側からの要求に応じた共通オブジェクトインスタンスの状態更新と、そのエリアn監視端末への通知を行う。
【0075】
図19に、このような処理の手順を示す。
【0076】
図示するように、本処理では、まず、データアダプタ部110からデータアクセスインターフェース部108に対してイベント発行登録を行う(ステップ801)。ここではBTS_Alarm_adapter 11070が障害監視システム12070が受信したアラームイベント発行登録を行い、BTS_Traffic_adapter 11080が性能監視システム12080が判定処理を行ったトラヒックしきい値超過イベント発行登録を行う。
【0077】
次に移動体基地局監視システム10020から、仮想統合化インターフェース部102に対してイベント受取り登録を行う(ステップ802)。イベント発行登録を行ったデータアダプタ部110は、データベースシステムにおいて、発行登録したイベントが生じると、これをデータアクセスインターフェース部108に送信する。
【0078】
データアクセスインターフェース部108は接続されているデータアダプタ部からイベントを受信すると(ステップ803)、仮想オブジェクト管理部103に伝える。仮想オブジェクト管理部103はイベントの起因元に対応する共通オブジェクトインスタンスの状態に、イベントの内容を反映する(ステップ804)。その結果オブジェクトの状態が変更されていれば(ステップ805)、イベント受取り登録をした移動体基地局監視システム10020に対して状態変更を通知する(ステップ806)。移動体基地局監視システム10020は、状態変化があった基地局があるエリアを監視する監視端末に状態の変更を通知し、監視端末は、状態の変更に合わせて図18の表示画面を更新するなどして、監視者に、更新の内容を提示する。
【0079】
そして、データアダプタ部がイベント発行取消しを行わなければ(ステップ807)、ステップ803に戻ってイベント受信処理を継続する。
【0080】
以上、本第2実施形態によれば、データアダプタから非同期に通知されるイベントを基に共通オブジェクトの状態を管理することにより、リアルタイムに状態が更新されるネットワークの管理を適切に行うことができるようになる。
【0081】
以下、本発明の第3の実施形態について説明する。
【0082】
本第3実施形態は、前記第2実施形態の監視システムに、トラヒックデータやアラームデータを統計的に分析して将来の基地局設置を決定する移動体基地局設備計画システム10030と第2のオブジェクト仮想統合サーバ1012を付加したものである。
【0083】
第2のオブジェクト仮想統合サーバ1012が取り扱う共通オブジェクトは図14、16、データ項目参照関係テーブルは図17に示したものと同様である。
【0084】
さて、第2のオブジェクト仮想統合サーバ1012は、動体基地局設備計画システム10030から、期間を指定した共通オブジェクトインスタンスへのアクセス要求があると、アラームデータベース12071の指定された期間中の履歴データやトラヒックデータベース12081の指定された期間中の履歴データを、対応するデータアダプタ部110を介して問い合わせ、その応答毎に共通オブジェクトインスタンスを作成し、各共通オブジェクトインスタンスの各項目に問い合わせの結果得られた値を設定する。そして、作成した共通オブジェクトインスタンスに要求されたアクセスを行う。
【0085】
このように、オブジェクト仮想統合サーバ1012は複数設けてもよく、業務アプリケーションからの要求に応じて生成する共通オブジェクトインスタンスの範囲は、時間的なもの、地理的なものを含め任意の次元によって設定するものであってよい。
【0086】
【発明の効果】
以上のように、本発明によれば、より少ない資源消費量で、複数のデータベース上のデータを透過的にアクセスすることを可能とすることができる。
【図面の簡単な説明】
【図1】本発明の実施形態に係るオペレーション支援システムの構成を示すブロック図である。
【図2】本発明の実施形態に係るオブジェクト仮想統合サーバのハードウェア構成を示すブロック図である。
【図3】本発明の第1実施形態に係るオペレーション支援システムの顧客問合せシステムへの適用例を示すブロック図である。
【図4】本発明の実施例に係るオブジェクトモデルの定義処理の手順を示すフローチャートである。
【図5】本発明の第1実施形態に係る共通オブジェクトインスタンスを示す図である。
【図6】本発明の第1実施形態に係る共通オブジェクトモデルを示す図である。
【図7】本発明の第1実施形態に係る個別オブジェクトインスタンスを示す図である。
【図8】本発明の第1実施形態に係る個別オブジェクトインスタンスを示す図である。
【図9】本発明の第1実施形態に係る個別オブジェクトモデルを示す図である。
【図10】本発明の第1実施形態に係る個別オブジェクトモデルを示す図である。
【図11】本発明の第1実施形態に係るデータ項目参照関係テーブルを示す図である。
【図12】本発明の実施例に係る問い合わせ要求に対して応答を行う際の処理の手順を示すフローチャートである。
【図13】本発明の第1実施形態に係る問合せ結果表示画面を示す図である。
【図14】本発明の第2実施形態に係るオペレーション支援システムの監視システムへの適用例を示すブロック図である。
【図15】本発明の第2実施形態に係る共通オブジェクトインスタンスを示す図である。
【図16】本発明の第2実施形態に係る共通オブジェクトモデルを示す図である。
【図17】本発明の第2実施形態に係るデータ項目参照関係テーブルを示す図である。
【図18】本発明の第2実施形態に係る監視結果表示画面を示す図である。
【図19】本発明の第2実施形態に係る状態更新通知処理の手順を示すフローチャートである。
【図20】本発明の第3実施形態に係るオペレーション支援システムの監視システムへの適用例を示すブロック図である。
【符号の説明】
101…オブジェクト仮想統合サーバ、102…仮想統合化インターフェース部、103…仮想オブジェクト管理部、104…オブジェクトインスタンス格納部、105…オブジェクトモデル格納部、106…オブジェクトモデル定義・抽出部、107…インターフェースリポジトリ、108…データアクセスインターフェース部、110…データアダプタ部、201…CPU、202…メモリ、203…入出力インターフェース部、204…表示装置、205…入力装置、206…記憶装置、207…ネットワーク装置、208…外部のシステム
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a technique for integrating a plurality of databases so that an application can access them transparently.
[0002]
[Prior art]
As a business system using a database, for example, there is an operation support system (hereinafter simply referred to as “OSS”) that supports various operations of an operator in a communication business. Conventionally, in these OSS, a database accessed by an access method defined for each OSS has been used for storing various data.
[0003]
Now, with changes in the business form of the telecommunications business, it may be necessary to construct an OSS that uses the data of each OSS database that has been provided for each individual business. And in building an OSS that uses the data of each database in an integrated manner, it is extremely important that business applications that use these data can transparently access the data of each database using the same access method. It becomes.
[0004]
As a technology that can be used to transparently access data on multiple databases of such multiple systems, Soft Research Center “Distributed Object Oriented Technology CORBA” written by Hirofumi Onozawa, 1996 The technology of an object distribution system such as the object request broker described in the above is known.
[0005]
Also, an intermediate object that can be accessed by a business application is provided by a unified access method described in Japanese Patent Application Laid-Open No. 11-96054, “Database Integrated Application Construction System”, and objects on individual databases are integrated into this. Thus, a technique is also known in which an individual application can transparently access an object on an individual database through an intermediate object.
[0006]
[Problems to be solved by the invention]
However, the object request broker alone does not provide access transparency to the database, so it is necessary to implement a conversion program for each different access interface, and adapt to system scalability and changes. Is difficult. In addition, the technique described in Japanese Patent Laid-Open No. 11-96054 is based on the premise that all objects (object instances) that can be directly or indirectly accessed from a business application are always generated and managed. It will be necessary.
[0007]
For this reason, in a system with a large amount of data such as OSS, since the number of objects becomes enormous, the amount of resources required for the management may become excessive. In addition, every time an object model that defines the structure of an individual object (object instance) is changed due to a business change, all objects (object instances) must be regenerated. The amount of resources required may be excessive.
[0008]
Therefore, an object of the present invention is to make it possible to transparently access data on a plurality of databases with less resource consumption.
[0009]
[Means for Solving the Problems]
To achieve the above object, the present invention provides, for example, a database integration system including a plurality of databases and a server device that accesses data of the databases in accordance with a request from an application,
The server device
An object model storage means for storing an object model that defines a structure of an object including data of one or a plurality of databases;
An object that, when receiving a request for access to the object from the application, accesses the database according to the object model stored in the object model storage means, collects data to be included in the object, and creates an object Creating means;
There is provided an integrated database system comprising object access processing means for performing access requested by the application to the created object and responding to the result of the access.
[0010]
According to such a database integrated system, an object is created when an application requests access, so all objects (object instances) that may be accessed from the application are always generated and managed. There is no need to have. Therefore, it is possible to transparently access data on a plurality of databases with less resource consumption.
[0011]
Furthermore, in such a database integration system,
The object creation means receives a request for access to the object from the application together with designation of a variable that specifies a range of the object that requests access, and is included in a range specified by the designated variable as a result of creation. If it is configured to create only the objects that will be, only the objects that the application needs can be created when the application needs, so the processing when there is an access request from the application is more It becomes possible to carry out with less resource consumption.
[0012]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, an embodiment of the present invention will be described taking application to an OSS (Operation Support System) used by a communication carrier as an example.
[0013]
First, the first embodiment will be described.
[0014]
FIG. 1 shows an OSS system configuration according to this embodiment.
[0015]
In the figure, the object virtual integration server 101 is a virtual integration interface unit 102 that collectively processes reference requests and operation requests from a plurality of business applications 100 to a plurality of database systems 120, and responds to requests from the business applications 100. A virtual object management unit 103 that generates and deletes common object instances, manages the state, an object instance storage unit 104 that stores common object instances, and a common object model that is definition information of the common object model An object model storage unit 105, an object model definition / extraction unit 106 for defining a common object model, a data access interface unit 108 for processing access to the database 120, and a customer database 300 are included. The interface repository 107 provides common object model interface information to the virtual integration interface unit 102 and the data access interface unit 108. In addition, the access from the data access interface unit 108 to each database system holds a data definition that defines an interface for the data adapter 110 to access the data of the database system 120 by the data access interface unit 108, On the interface defined by this data definition, the access to the data of the database system 120 from the data access interface unit 108 is accepted, and the database system 120 is accessed according to the access method specific to the database system 120 according to the received contents, and the result is obtained. Return to the data access interface unit.
[0016]
Here, as shown in FIG. 2, the object virtual integration server 101 is installed on a computer equipped with hardware of a CPU 201, a memory 202, an input / output interface 203, a display device 204, an input device 205, a storage device 206, and a network device 207. Can be built. In this case, a program for realizing each function of the object virtual integration server is read from the storage medium of the storage device 206 into the memory 202 and embodied as a process. Further, the virtual integrated server 101 and the external system 208 (100, 110, 120 in FIG. 1) are connected via a network device 207, for example.
[0017]
The OSS shown above can be applied to OSS that provides a service order and charge inquiry service to multiple customers who use the service as shown in Fig. 3, for example. can do.
[0018]
As shown in the figure, OSS303 of carrier Z is added for customer inquiry system 10010 that accepts inquiries from customers and returns responses, telephone service fee system 12010, its billing statement database 12011, and external data access Data adapter 11010 (having an identifier “Phone_BL_adapter”), data communication service charge system 12020, its charge statement database 12021, and data adapter 11020 added for external data access (having an identifier “Data_BL_adapter”) ), Telephone service order system 12030, its service order database 12031, data adapter 11030 added for external data access (with identifier "Phone_SO_adapter"), data communication service order system 12040, its service order Database 12041 Data adapter 11040 (with identifier “Data_SO_adapter”) added for external data access, object virtual integration server 101 for executing transparent access to data distributed to multiple systems, customer database 300, It consists of
[0019]
Here, the customer inquiry system 10010 corresponds to the business application 100 of FIG. Also, the telephone service fee system 12010 and the fee statement database 12011, the data communication service fee system 12020 and the fee statement database 12021, the telephone service order system 12030 and the service order database 12031, the data communication service order system 12040 and the service order database 12041 These correspond to the database system of FIG. In this example, each database system constitutes an independent OSS. For example, the telephone service order system 12030 and the service order database 12031 constitute an OSS for supporting a service order reception from a customer and a service order execution.
[0020]
In such a configuration, the object virtual integration server 101 creates a common object instance 10110 when there is an inquiry request from the customer A301, and creates a common object instance 10120 when there is an inquiry request from the customer X302, and uses these common objects. In each database, information on service orders and charges for customer A301 and customer X302 is collected and a response to the inquiry request is made.
[0021]
Hereinafter, the operation of the object virtual integration server 101 will be described using the OSS of the communication carrier shown in FIG. 3 as an example.
[0022]
FIG. 4 shows the procedure of the object model definition process performed in advance prior to the process of the inquiry request from the customer.
[0023]
As shown in the figure, in this process, first, the object model definition / extraction unit 106 creates a common object model according to the description of the administrator (step 601).
[0024]
Here, an object model that defines the structure of the object instance shown in FIG. 5 is created as the common object model.
[0025]
The common object instance shown in FIG. 5 includes a common object class name 900 (for example, “Customer_Support”), a customer ID 901 (for example, “011-233-12345” is substituted for the object instance), and a customer name 902 (for example, for the object instance). “Hitachi, Ltd.” is assigned, customer location 903 (for example, “292 Yoshida-cho, Totsuka-ku, Yokohama-shi” is assigned in the object instance), service order number-1 (for example, “SO-K in the object instance”) -05876921 "is substituted) ... number-n 904, billing number 1 (for example," BL-K-4456789 "is substituted in the object instance) ... number-n 905. An instance of a common object is identified by, for example, a customer ID that is uniquely assigned in all systems.
[0026]
However, in the common object model that defines such a common object instance, that is, the common object model created in step 601, only the common object class name 900 is set as shown in FIG. Is stipulated. In addition, the service order number and the billing number are defined as an arbitrary number of arrays, and according to this, when creating the object instance, the service order number-1 ... number-n 904, billing is required as required for the object instance. Number 1 ... number-n 905 items are generated and their values are set. Further, the data definition in the common object model shown in FIG.
[0027]
Returning to FIG. 4, once the common object model has been created, the administrator then defines an individual object model for each database system via the object model definition / extraction unit 106 (step 602).
[0028]
Here, as the individual object model, the telephone service charge system 12010 and the charge statement database 12011, the telephone service order system 12030 and the service order database 12031, the data communication service order system 12040 and the service order database 12041 are shown in FIG. The individual object model that defines the service order object instance as shown in Fig. 8 is defined for the data communication service charge system 12020 and the charge statement database 12021. To do.
[0029]
The service order object instance in FIG. 7 includes an object class name 9010 (for example, “Service_Order”), a service order number 9011 (for example, “SO_D_0234567”), a customer ID 901, an order type 9013 (for example, “new subscription”), and an application service type-1. (For example, “short mail service”)... Type-n 9014, service start desired date 9015 (for example, “99/08/01”), construction necessity 9016 (for example, “unnecessary”), service start scheduled date 9017 (for example, “99”) This individual object instance is uniquely identified by the service order number.
[0030]
However, in such an individual object model that defines an individual object instance, that is, an individual object model created in step 602, as shown in FIG. 9, only an object class name 9010 is set, and the others are the structure, Only the data definition that is an interface for accessing the data of the item on the database system 120 is defined.
[0031]
8 includes a common object class name 9020 (for example, “Billing_Info”), a billing number 9021 (for example, “BL_K_4456789”), a customer ID 901, a contract service type 9023 (for example, “mobile phone service”), basic Charge type 9024 (eg “plan SS”), discount charge type 9025 (eg “long-term discount”), optional service type 9026 (eg “interrupt call”), charge statement number -1 (eg “DT_9906_123456”) ... Number-n 9027, unpaid status 9028 (eg, “no unpaid”), and this individual object instance is uniquely identified by a billing number.
[0032]
However, in the individual object model that defines such an individual object instance, that is, the individual object model created in step 602, as shown in FIG. 10, only the object class name 9020 is set, and the others are the structure, Only the data definition that is an interface for accessing the data of the item on the database system 120 is defined.
[0033]
Here, for each individual object model, the attribute of the telephone service or the data communication service is given depending on whether the system created for the individual object model is a telephone service or a data communication service. Set.
[0034]
Returning to FIG. 4, once the individual object model is created, the administrator then defines the reference relationship between the common object model and the individual object model via the object model definition / extraction unit 106 (step 603). ).
[0035]
Here, a data item reference relationship table as shown in FIG. 11 is created as the reference relationship.
[0036]
Data item reference relationship table includes reference common object class name 911 (“Customer_Support”), reference destination 1-managed object class name 912 (“Service_Order”), reference destination 1-instance identification name 913 (“service order number”) Reference destination 1-data adapter name 914 (“Phone_SO_adapter”), reference destination 2 915-917, reference destination 3 918-920, and reference destination 4 921-923 are similarly configured as follows. For the reference 1-data adapter name 914, the attribute of the telephone service or the data communication service is set as an attribute depending on whether the system provided with the data adapter unit 110 is of the telephone service or the data communication service. Give and set.
[0037]
This data item reference relationship table shows the individual object model of the reference destination n-individual object class name for the item of the same name as the reference destination n-instance identification name of the common object model of the reference source common object class name 911. The database system 120 provided with the data adapter unit 110 of the reference n-data adapter name to be referenced is the same name as the reference n-instance identification name of the common object model of the reference source common object class name 911 And data corresponding to the individual object model of the reference destination n-individual object class name.
[0038]
Here, when the same reference destination n-instance identification name 913 is registered, there are a plurality of reference destinations to be referred to for the item.
[0039]
Now, returning to FIG. 4, when the reference relationship between the common object model and the individual object model is defined in this way, the individual object model created in step 602 is searched using the data item reference relationship table. The data definition corresponding to the item of the common object model is extracted, and the attribute (telephone service or data communication service) set for the individual object model from which the data definition is extracted is given to the common object model. The setting (step 604) processing is performed for all individual object models (step 605).
[0040]
Specifically, for example, for the item service order number of the common object model in FIG. 6, the data item reference relation table in FIG. 11 is searched for the reference n-instance identification name which is the service order number. Refer to the individual object model of the reference destination n-managed object class name set for the n-instance identification name, and change the data definition set for the field service order number in the individual object model to the common object Set for item service order number of model.
[0041]
Next, the created common object model, individual object model, and data item reference relationship table are stored in the object model storage unit 105 (step 606).
[0042]
Then, interface information for the business application to access the common object model is generated (step 607) and stored in the interface repository (step 608).
[0043]
The object model definition process performed in advance prior to the process of the inquiry request from the customer has been described above.
[0044]
Next, a process for responding to an inquiry request from a customer of the object virtual integration server 101 will be described.
[0045]
FIG. 12 shows the procedure of this processing.
[0046]
As illustrated, the customer inquiry system 10010 issues a specific object initialization request to the virtual integration interface unit 102 according to the interface information stored in the interface repository at the time of activation (step 701). The virtual object management unit 103 that has received the object initialization request via the virtual integration interface unit 102 reads the common object model from the object model storage unit 105 (step 702). Furthermore, the data access interface unit 108 connects the read common object to each data adapter unit 110 defined as the data adapter unit 110 with the name of the reference destination n-data adapter in the data item reference relation table ( Step 703).
[0047]
After that, if a reference request for a common object instance specifying a customer ID and a service type (telephone service or data communication service) is issued from the customer A301, the virtual object management unit 103 performs a virtual integration interface unit Received via 102 (step 704).
[0048]
Upon receiving the reference request, the virtual object management unit 103 checks whether a common object instance having the specified customer ID as the value of the item customer ID and the specified service type as an attribute has already been generated and generated. If not (step 705), only the common object instance 10110 of this customer ID is generated and stored in the object instance storage unit 104 (step 706).
[0049]
In the generation of the common object instance 10110, the value set in the common object model is set for the item of the object class name. For the items of customer name 902 and customer location 903, the customer name 902 and customer location corresponding to the customer ID are searched and set from the customer database 300 attached to the object virtual integration server 101. For service order number and billing number items, refer to the same n-instance identification name as the name of these items according to the interface defined by the data definition set with the attribute of the service type specified for these items. Inquires about the item data corresponding to the specified customer ID to the data adapter unit 110 of the reference destination n-data adapter name set with the attribute of the specified service type in the data item reference relation table. Set the value obtained as a result of the response. Then, the specified service type is set as the attribute in the generated common object model.
[0050]
If a common object instance having the specified customer ID is generated in this way, next, data referenced by the common object instance is collected (step 707).
[0051]
Here, the object model stores the individual object model with the specified service type attribute among the individual object models registered as the reference destination n-individual object model in the data item reference relation table for this common object model. In accordance with the individual object model, an individual object instance having the value of the item of the common object instance registered as the reference destination n-instance identification name as an identification value is generated according to the individual object model, and stored in the object instance storage unit 104. Store. However, individual object instances are not generated for items of common object instances for which values are not set.
[0052]
When generating an individual object instance, for example, if the individual object instance is the service order object instance shown in FIG. 7, first, the value set in the individual object model is set for the item of the object class name 9010. To do. For the item of the service order number 9011, the value of the item having the same name of the common object instance is set. For the other items, according to the interface defined by the data definition set for these items, it is set in the data item reference relationship table for the same reference destination n-instance identification name as the name of the service order number. The data adapter unit 110 with the name of the reference destination n-data adapter is inquired of the item data corresponding to the set service order number, and a value obtained as a result of the response is set.
[0053]
After creating the individual object instance in this way, the data of the created common object instance and individual object instance is appropriately processed and responded to the customer inquiry system 10010 via the virtual integration interface unit 102 (step 708). . In step 705, if a common object instance having the specified customer ID as the value of the item customer ID and the specified service type as an attribute has already been generated, the processing of steps 706 and 707 is performed. In short, the processing of step 708 is immediately performed.
[0054]
Upon receiving the response, the customer inquiry system 10010 displays the inquiry result from the customer A on a customer support information display screen 1500 as shown in FIG. 13, for example. On the screen, as shown in the figure, for example, a field 1510 for displaying and inputting customer basic information such as customer ID, customer name, customer location, etc., a button 1511 for searching using the customer ID as a key, service type, basic Field 1520 for displaying contract services such as plans and options, field 1530 for displaying fee details such as basic usage charges, call charges, option fees, discounts, delinquent charges, total charges, etc., for searching and displaying past charge details Button 1531, a field 1540 for displaying an order number, an order type, a desired service start date, a scheduled service start date, and the like, and a button 1541 for displaying detailed information on the service order.
[0055]
Returning to FIG. 12, if there is a reference request from the customer inquiry system, the process returns to step 704 to continue the process, and if there is a common object deletion request specifying the customer ID and service type (step 709), the specified Extract individual object instances generated for common object instances that have the customer ID as the value of the item customer ID and have the specified service type as an attribute by the reverse method of creation, and these individual object instances and common objects The instance is deleted from the object instance storage unit 104 (step 710).
[0056]
The first embodiment of the present invention has been described above.
[0057]
In the above embodiment, only the customer database is configured to be directly accessible from the object virtual integration server without going through the data definition or data adapter unit, but this is the same as the other database system 120. Access may be via the adapter unit.
[0058]
In the above embodiment, the case of referring to the data of the database system has been described as an example. However, the object virtual integration server replaces the reference of the data of the database system in the above embodiment with the data operation of the database system. Thus, the present invention can be similarly applied to various data operations such as updating of data in the database system.
[0059]
In the above embodiment, the generation of the individual object model and the individual object instance is performed on the object virtual integration server side. However, the generation of the individual object instance or the generation of the individual object model and the individual object instance corresponds to the corresponding data. You may make it perform in the adapter part 110. FIG.
[0060]
In this embodiment, the case where only one type of common object model is created has been described as an example. However, a plurality of types of common object models may be created. At this time, the same individual object model may be referred to in different common object models.
[0061]
As described above, according to the first embodiment, when a business application requires an object instance, it is generated and managed only within a required range, so that data on multiple databases can be transmitted with less resource consumption. Can be accessed automatically.
[0062]
Hereinafter, a second embodiment of the present invention will be described.
[0063]
In the second embodiment, an OSS that is applied as a monitoring system that monitors the mobile communication network 410 in an integrated manner will be described as an example.
[0064]
FIG. 14 shows a configuration of the monitoring system according to the present embodiment.
[0065]
As shown in the figure, the monitoring system includes a service area measurement system 12050, its coverage database 12051, a data adapter 11050 added for external data access (with an identifier “BTS_Test_adapter”), a geographic information system 12060, Map database 12061, data adapter 11060 added for external data access (with identifier "AreaMap_adapter"), fault monitoring system 12070, its alarm database 12071, data added for external data access Adapter 11070 (with the identifier “BTS_Alarm_adapter”), performance monitoring system 12080, its traffic database 12081, data adapter 11070 added for external data access (with the identifier “BTS_Traffic_adapter”), object virtual integration server 101, mobile Chikyoku monitoring system 10020, and from the area 1 the monitoring terminal 401 ... area n monitoring terminal 402 to display the operation screen in area units.
[0066]
In this embodiment, the data reference and operation of each database system 120 are the same as in the first embodiment, but in the second embodiment, the individual object model in the first embodiment is absorbed into the common object model. The common object model is created in the form. Therefore, the individual object is not used in the second embodiment. Therefore, in the data item reference relationship table, the relationship between the common object model and the individual object is not described, and only the name of the data adapter unit 110 of the database system 120 to which the item is referenced and the item of the common object model is described. Will be.
[0067]
FIG. 15 shows a common object instance according to the present embodiment.
[0068]
As shown in the figure, common object model instance consists of common object class name 1300 ("BTS_Management"), base station ID 1301 ("BTS-0125"), base station installation location 1302 ("Kamikurata, Totsuka-ku, Yokohama-shi"), base Generated at station X coordinate 1303 ("198765"), base station Y coordinate 1304 ("432178"), sector 1 coverage data 1305, sector 1 upstream traffic data 1306, sector 1 downstream traffic data 1307, sector 1 The alarm data 1308... Sector n also includes 1309 to 1312 and a data collection date 1313 (“99/08/10 12:15:30”).
[0069]
In the common object model that defines such a common object instance, as shown in FIG. 16, only the item of the common object class name is set, and the other items define only the structure. In this common object model, the reference item number 1 is set for the base station ID, the base station installation location, the base station X coordinate 1303, and the base station Y coordinate item group, and the reference item for the sector 1 coverage data item. Reference item number 3 is set for the item group of the upstream traffic data of sector 1, the downstream traffic data of sector 1, and reference item number 4 is set for the item of alarm data.
[0070]
In addition, as shown in FIG. 17, the data item reference relationship table of this embodiment includes a reference source common object class name 1321 (“BTS_Management”), a data adapter name 1322 (“AreaMap_adapter”) of reference destination 1, and a reference destination 2 The data adapter name 1323 (“BTS_Test_adapter”), the reference adapter 3 data adapter name 1324 (“BTS_Alarm_adapter”), and the reference adapter 4 data adapter name 1325 (“BTS_Traffic_adapter”) are described. The data adapter name of the reference destination n is the name of the data adapter unit 110 provided in the database system 120 that holds the data referred to by the item of the reference item number n of the common object model.
[0071]
In the monitoring system according to the present embodiment, the object virtual integration server 101 is requested to access the common object instance specifying area 1 from the area 1 monitoring terminal 401 via the mobile base station monitoring system 10020. The When this request is received, the object virtual integration server 101 first designates the coordinate range of area 1, and the base station ID, base station installation location, base station X coordinate 1303 of the mobile base station in the coordinate range , The geographic information system 12060 is connected to the base station Y coordinate set via the data adapter unit 110 of “AreaMap_adapter” registered in the data item reference relation table corresponding to the reference item number in the common object model of the item. And a database system query comprising the map database 12061, and a common object instance is created corresponding to each obtained set. Then, set the value of the corresponding item of the corresponding set in the items of base station ID, base station installation location, base station X coordinate 1303, base station Y coordinate of the created common object instance, and the rest excluding the data collection date Along with the value of the base station ID, each database system query through the data adapter unit 110 registered in the data item reference relation table corresponding to the reference item number of the item, and the result obtained Set. The creation date of the common object instance is set as the data collection date. Then, the access requested by the area 1 monitoring terminal 401 is performed on each generated common object instance, that is, the common object instance of the base station in the area 1.
[0072]
Similarly, in response to an access request from the area n monitoring terminal 402 to the common object instance via the mobile base station monitoring system 10020, a common object instance corresponding to the base station in the area n is created and The requested access is performed.
[0073]
On the other hand, each monitoring terminal connected to the mobile base station monitoring system 10020 displays the monitoring result on a base station monitoring map screen as shown in FIG. 18, for example. On the screen, for example, the location 16B of the base station “BTS-0125” and the alarm status / traffic status display 1610 on the map data 1600 corresponding to the corresponding monitoring area, the service covered by the base station “BTS-0125” Display area 1620.
[0074]
Now, the object virtual integration server 101 according to the present embodiment updates the state of the common object instance in response to a request from the database system 120 and notifies the area n monitoring terminal.
[0075]
FIG. 19 shows the procedure of such processing.
[0076]
As shown in the figure, in this process, first, an event issuance registration is performed from the data adapter unit 110 to the data access interface unit 108 (step 801). Here, the BTS_Alarm_adapter 11070 performs alarm event issuance registration received by the failure monitoring system 12070, and the BTS_Traffic_adapter 11080 performs traffic threshold excess event issuance registration for which the performance monitoring system 12080 has performed the determination processing.
[0077]
Next, event reception registration is performed with respect to the virtual integrated interface unit 102 from the mobile base station monitoring system 10020 (step 802). The data adapter unit 110 that has performed event issuance registration transmits this event to the data access interface unit 108 when an event that has been issued and registered occurs in the database system.
[0078]
When the data access interface unit 108 receives an event from the connected data adapter unit (step 803), the data access interface unit 108 notifies the virtual object management unit 103 of the event. The virtual object management unit 103 reflects the contents of the event on the state of the common object instance corresponding to the event origin (step 804). As a result, if the state of the object has been changed (step 805), the mobile base station monitoring system 10020 that has registered for event reception is notified of the state change (step 806). The mobile base station monitoring system 10020 notifies the monitoring terminal that monitors the area where the base station where the state has changed, of the state change, and the monitoring terminal updates the display screen of FIG. 18 according to the state change. Etc. to present the contents of the update to the supervisor.
[0079]
If the data adapter unit does not cancel the event issuance (step 807), the process returns to step 803 to continue the event reception process.
[0080]
As described above, according to the second embodiment, by managing the state of the common object based on the event notified asynchronously from the data adapter, it is possible to appropriately manage the network whose state is updated in real time. It becomes like this.
[0081]
Hereinafter, a third embodiment of the present invention will be described.
[0082]
The third embodiment is a mobile base station facility planning system 10030 that statistically analyzes traffic data and alarm data to determine future base station installation and the second object in the monitoring system of the second embodiment. A virtual integrated server 1012 is added.
[0083]
The common objects handled by the second object virtual integration server 1012 are the same as those shown in FIGS. 14 and 16, and the data item reference relationship table is the same as that shown in FIG.
[0084]
When the second object virtual integration server 1012 receives an access request from the moving body base station facility planning system 10030 to the common object instance for which the period is specified, the history data and traffic during the specified period in the alarm database 12071 are received. Query the historical data in the specified period of the database 12081 via the corresponding data adapter unit 110, create a common object instance for each response, and the value obtained as a result of the query for each item of each common object instance Set. Then, the requested access is made to the created common object instance.
[0085]
As described above, a plurality of object virtual integration servers 1012 may be provided, and the range of common object instances generated in response to a request from a business application is set according to any dimension including temporal and geographical objects. It may be a thing.
[0086]
【The invention's effect】
As described above, according to the present invention, it is possible to transparently access data on a plurality of databases with less resource consumption.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of an operation support system according to an embodiment of the present invention.
FIG. 2 is a block diagram showing a hardware configuration of the object virtual integration server according to the embodiment of the present invention.
FIG. 3 is a block diagram showing an application example of the operation support system according to the first embodiment of the present invention to a customer inquiry system.
FIG. 4 is a flowchart showing a procedure of object model definition processing according to the embodiment of the present invention;
FIG. 5 is a diagram showing a common object instance according to the first embodiment of the present invention.
FIG. 6 is a diagram showing a common object model according to the first embodiment of the present invention.
FIG. 7 is a diagram showing an individual object instance according to the first embodiment of the present invention.
FIG. 8 is a diagram showing an individual object instance according to the first embodiment of the present invention.
FIG. 9 is a diagram showing an individual object model according to the first embodiment of the present invention.
FIG. 10 is a diagram showing an individual object model according to the first embodiment of the present invention.
FIG. 11 is a diagram showing a data item reference relationship table according to the first embodiment of the present invention.
FIG. 12 is a flowchart showing a processing procedure when a response is made to the inquiry request according to the embodiment of the present invention.
FIG. 13 is a diagram showing an inquiry result display screen according to the first embodiment of the present invention.
FIG. 14 is a block diagram showing an application example of the operation support system according to the second embodiment of the present invention to a monitoring system.
FIG. 15 is a diagram showing a common object instance according to the second embodiment of the present invention.
FIG. 16 is a diagram showing a common object model according to the second embodiment of the present invention.
FIG. 17 is a diagram showing a data item reference relationship table according to the second embodiment of the present invention.
FIG. 18 is a diagram showing a monitoring result display screen according to the second embodiment of the present invention.
FIG. 19 is a flowchart showing a procedure of status update notification processing according to the second embodiment of the present invention.
FIG. 20 is a block diagram showing an application example of the operation support system according to the third embodiment of the present invention to a monitoring system.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 101 ... Object virtual integration server, 102 ... Virtual integration interface part, 103 ... Virtual object management part, 104 ... Object instance storage part, 105 ... Object model storage part, 106 ... Object model definition and extraction part, 107 ... Interface repository, 108 ... Data access interface unit, 110 ... Data adapter unit, 201 ... CPU, 202 ... Memory, 203 ... Input / output interface unit, 204 ... Display device, 205 ... Input device, 206 ... Storage device, 207 ... Network device, 208 ... External system

Claims (3)

複数のデータベースと、アプリケーションからの要求に従って前記データベースのデータにアクセスするサーバ装置とを備えたデータベース統合システムであって、
前記サーバ装置は、
1または複数のデータベースのデータを含むオブジェクトの構造を定義するオブジェクトモデルを記憶するオブジェクトモデル記憶手段と、
前記アプリケーションから、前記オブジェクトに対するアクセスの要求を受け取った場合に、前記オブジェクトモデル記憶手段に記憶されたオブジェクトモデルに従って、前記データベースにアクセスして、オブジェクトに含めるべきデータを収集し、オブジェクトを作成するオブジェクト作成手段と、
作成したオブジェクトに、前記アプリケーションから要求されたアクセスを行い、その結果を前記アプリケーションに応答するオブジェクトアクセス処理手段とを有し、
前記オブジェクト作成手段は、
前記アプリケーションから、前記オブジェクトに対するアクセスの要求を、アクセスを要求するオブジェクトの範囲を特定する変数の指定と共に受付け、作成の結果、指定された変数で特定される範囲に含まれることになるオブジェクトのみを作成する第一の手段と、
作成の結果、指定された変数が規定する種別の、指定された変数が規定する値と等しい、もしくは、値の範囲に含まれる値を有するデータを含むことになるオブジェクトのみを作成する第二の手段とを有し、
前記変数は、前記オブジェクトに含まれるデータの種別と、その値もしくは値の範囲を規定する
ことを特徴とするデータベース統合システム。
A database integration system comprising a plurality of databases and a server device that accesses data in the databases according to a request from an application,
The server device
An object model storage means for storing an object model that defines a structure of an object including data of one or a plurality of databases;
An object that, when receiving a request for access to the object from the application, accesses the database according to the object model stored in the object model storage means, collects data to be included in the object, and creates an object Creating means;
The created object, performs the access requested by the application, possess an object access processing means responsive to the result to said application,
The object creating means includes
A request for access to the object is received from the application together with a specification of a variable that specifies a range of the object that requests access, and only objects that are included in the range specified by the specified variable as a result of creation are received. The first means to create,
As a result of creation, the second type that creates only objects that contain data that has the value specified by the specified variable, equal to the value specified by the specified variable, or that has a value included in the value range. Means,
The database integration system , wherein the variable defines a type of data included in the object and a value or a range of the value .
アプリケーションが、相互に異なるアクセス法によってアクセスされる複数のデータベースのデータへ同じアクセス法でアクセスできるよう、前記アプリケーションの前記各データベースのデータへのアクセスを仲介するデータベース統合方法であって、
1または複数のデータベースのデータを含むオブジェクトの構造を定義するオブジェクトモデルを記憶するオブジェクトモデル記憶ステップと、
前記アプリケーションから、前記オブジェクトに対するアクセスの要求を所定のアクセス法によって受け取るステップと、
前記オブジェクトモデル記憶手段に記憶されたオブジェクトモデルに従って、前記データベースに当該データベースのアクセス法によってアクセスして、オブジェクトに含めるべきデータを収集し、オブジェクトを作成するオブジェクト作成ステップと、
前記アプリケーションからアクセスを要求されたオブジェクトに、要求されたアクセスを行い、その結果を前記アプリケーションに応答するオブジェクトアクセス処理ステップとを有し、
前記オブジェクト作成ステップは、
前記アプリケーションから、前記オブジェクトに対するアクセスの要求を、アクセスを要求するオブジェクトの範囲を特定する変数の指定と共に受付け、作成の結果、指定された変数で特定される範囲に含まれることになるオブジェクトのみを作成する第一のステップと、
作成の結果、指定された変数が規定する種別の、指定された変数が規定する値と等しい、もしくは、値の範囲に含まれる値を有するデータを含むことになるオブジェクトのみを作成する第二のステップとを有し、
前記変数は、前記オブジェクトに含まれるデータの種別と、その値もしくは値の範囲を規定する
ことを特徴とするデータベース統合方法。
A database integration method that mediates access to data of each of the databases of the application so that the application can access data of a plurality of databases accessed by different access methods using the same access method,
An object model storage step for storing an object model that defines a structure of an object including data of one or a plurality of databases;
Receiving a request for access to the object from the application by a predetermined access method;
According to the object model stored in the object model storage means, accessing the database by the database access method, collecting data to be included in the object, and creating an object;
Object access is requested from the application performs the requested access, possess an object access process step of responding the result to the application,
The object creation step includes
A request for access to the object is received from the application together with a specification of a variable that specifies a range of the object that requests access, and only objects that are included in the range specified by the specified variable as a result of creation are received. The first step to create,
As a result of creation, the second type that creates only objects that contain data that has the value specified by the specified variable, equal to the value specified by the specified variable, or that has a value included in the value range. And having steps
The database integration method , wherein the variable defines a type of data included in the object and a value or a range of the value .
電子計算機によって読み取られ実行されるプログラムを記憶した記憶媒体であって、
前記プログラムは、
複数のデータベースと、アプリケーションからの要求に従って前記データベースのデータにアクセスするサーバであって、
1または複数のデータベースのデータを含むオブジェクトの構造を定義するオブジェクトモデルを記憶するオブジェクトモデル記憶手段と、
前記アプリケーションから、前記オブジェクトに対するアクセスの要求を受け取った場合に、前記オブジェクトモデル記憶手段に記憶されたオブジェクトモデルに従って、前記データベースにアクセスして、オブジェクトに含めるべきデータを収集し、オブジェクトを作成するオブジェクト作成手段と、
作成したオブジェクトに、前記アプリケーションから要求されたアクセスを行い、その結果を前記アプリケーションに応答するオブジェクトアクセス処理手段とを有するサーバを、前記電子計算機上に構築し、
前記オブジェクト作成手段は、
前記アプリケーションから、前記オブジェクトに対するアクセスの要求を、アクセスを要求するオブジェクトの範囲を特定する変数の指定と共に受付け、作成の結果、指定された変数で特定される範囲に含まれることになるオブジェクトのみを作成する第一の手段と、
作成の結果、指定された変数が規定する種別の、指定された変数が規定する値と等しい、もしくは、値の範囲に含まれる値を有するデータを含むことになるオブジェクトのみを作成する第二の手段とを有し、
前記変数は、前記オブジェクトに含まれるデータの種別と、その値もしくは値の範囲を規定する
ことを特徴とするプログラムを記録する記憶媒体。
A storage medium storing a program to be read and executed by an electronic computer,
The program is
A server that accesses a plurality of databases and data of the databases according to a request from an application,
An object model storage means for storing an object model that defines a structure of an object including data of one or a plurality of databases;
An object that, when receiving a request for access to the object from the application, accesses the database according to the object model stored in the object model storage means, collects data to be included in the object, and creates an object Creating means;
A server having object access processing means for performing access requested by the application to the created object and responding to the application with the result is constructed on the electronic computer ,
The object creating means includes
A request for access to the object is received from the application together with a specification of a variable that specifies a range of the object that requests access, and only objects that are included in the range specified by the specified variable as a result of creation are received. The first means to create,
As a result of creation, the second type that creates only objects that contain data that has the value specified by the specified variable, equal to the value specified by the specified variable, or that has a value included in the value range. Means,
The storage medium for recording a program, wherein the variable defines a type of data included in the object and a value or a range of the value .
JP27726699A 1999-09-29 1999-09-29 Database integration system Expired - Fee Related JP3874580B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27726699A JP3874580B2 (en) 1999-09-29 1999-09-29 Database integration system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27726699A JP3874580B2 (en) 1999-09-29 1999-09-29 Database integration system

Publications (2)

Publication Number Publication Date
JP2001101065A JP2001101065A (en) 2001-04-13
JP3874580B2 true JP3874580B2 (en) 2007-01-31

Family

ID=17581134

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27726699A Expired - Fee Related JP3874580B2 (en) 1999-09-29 1999-09-29 Database integration system

Country Status (1)

Country Link
JP (1) JP3874580B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7593916B2 (en) * 2004-08-19 2009-09-22 Sap Ag Managing data administration
WO2007083371A1 (en) 2006-01-18 2007-07-26 Fujitsu Limited Data integration device, method, and recording medium containing program
JP5340610B2 (en) * 2008-02-18 2013-11-13 インターナショナル・ビジネス・マシーンズ・コーポレーション Computer system, method and computer program for managing a plurality of components
JP5471086B2 (en) 2009-07-02 2014-04-16 富士通株式会社 Information integration apparatus, information integration method, and information integration program
JP2011258225A (en) * 2011-08-10 2011-12-22 Fujitsu Ltd Data integration device, data integration method, and computer-readable recording medium recording data integration program
US9305044B2 (en) * 2013-07-18 2016-04-05 Bank Of America, N.A. System and method for modelling data
JP6200377B2 (en) * 2014-05-29 2017-09-20 日本電信電話株式会社 Virtual DB system and information processing method for virtual DB system

Also Published As

Publication number Publication date
JP2001101065A (en) 2001-04-13

Similar Documents

Publication Publication Date Title
US6298352B1 (en) Apparatus and method for managing number sources
CN1453956B (en) Method and structure of telecommunication network
CA2616194C (en) Revenue management system and method
CN110417671A (en) The current-limiting method and server of data transmission
CN109643312A (en) Trustship query service
CN110569657B (en) Data access method, device, equipment and storage medium
CN106487574A (en) Automatic operating safeguards monitoring system
CN103957270B (en) Cloud atomic unit delivery and deployment method and device
CN107341044A (en) A kind of distributive data center unified monitoring framework and method
US11049046B2 (en) Software applications and methods for implementing applications to aggregate business travel data on mobile devices
Schwetman Introduction to process-oriented simulation and CSIM
EP3486803A1 (en) Multi-tenant data integration
CN109214788A (en) A kind of OA management system
Tadakamalla et al. Characterization of IoT workloads
CN110740160A (en) multi-source data map meshing and data state real-time pushing system
JP3874580B2 (en) Database integration system
CN108848132A (en) A kind of distribution scheduling station system based on cloud
US11803598B2 (en) Query language for selecting and addressing resources
CN111045652B (en) Power distribution network development and service system
US6668056B2 (en) System and method for modeling resources for calls centered in a public switch telephone network
CN110071951A (en) Data query display systems and method under the conditions of a kind of big data
CN103235727B (en) Local dynamic station list engine apparatus, system and method
CA2638470C (en) Message sequence management of enterprise based correlated events
CN114154825A (en) Two-dimensional power grid distributed cache service system
CN113810475A (en) Wifi probe equipment management and control system based on big data architecture

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060711

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060907

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061024

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101102

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111102

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121102

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121102

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131102

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees