WO1997024685A1 - System and method for accessing distributed data - Google Patents

System and method for accessing distributed data Download PDF

Info

Publication number
WO1997024685A1
WO1997024685A1 PCT/US1996/020134 US9620134W WO9724685A1 WO 1997024685 A1 WO1997024685 A1 WO 1997024685A1 US 9620134 W US9620134 W US 9620134W WO 9724685 A1 WO9724685 A1 WO 9724685A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
query
xref
server
populate
Prior art date
Application number
PCT/US1996/020134
Other languages
French (fr)
Inventor
James R. Logan
Kurt Deshazer
Original Assignee
Tele-Communications, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tele-Communications, Inc. filed Critical Tele-Communications, Inc.
Priority to AU12939/97A priority Critical patent/AU1293997A/en
Publication of WO1997024685A1 publication Critical patent/WO1997024685A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2471Distributed queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/256Integrating or interfacing systems involving database management systems in federated or virtual databases
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99934Query formulation, input preparation, or translation

Definitions

  • the invention relates to systems and methods using multi- query populates to access data distributed on a plurality of databases and to combine the results.
  • the invention relates to systems and methods using the combination of a XRef server query to identify the data rows in a result set and a Populate query to retrieve data to populate those data rows in a virtual table (VTab).
  • distributed database refers to a database system in which data may be located in more than one physical location or in more than one database, or both. In some cases, data may be distributed such that certain data is located in only one database while other data is located in more than one database. Often, more than one client or user desires access the data simultaneously. Frequently, many users require simultaneous or near simultaneous access. This presents a problem in that only a limited number of access requests can be processed at a time.
  • Access requests to databases generally are one of two types. The first is termed a “query” and is generally associated with a request to read data from the database(s). The second is termed an “update” and is generally associated with a request to write data to the database(s). The present invention deals primarily with the former type of request.
  • each data server may process one request or a series of transactions at a time.
  • each data server may process one request or a series of transactions at a time.
  • the latter requests are generally queued or have to be resubmitted at a later time.
  • This causes undesirable delays in the processing of these transactions.
  • Other factors also may contribute to delays in processing such transactions.
  • one or more data servers may be idle while another is backlogged with multiple requests. This is an inefficient use of resources.
  • Cable television system operators typically maintain large databases containing a variety of subscriber, product and billing information.
  • Typical classes of information managed by cable companies include subscriber accounts, available products and their pricing structure, physical assets and their functionality, and marketing data. It is often desirable to distribute this information across a network of databases whether or not they are located at the same physical location.
  • the processing requirements for cable based systems can be staggering. For example, it may be necessary to provide twenty-four hour per day, seven day per week service for a subscriber base of millions or evens tens of millions of subscribers. In addition, such systems may be called upon to execute hundreds or thousands of transactions per second (TPS). In addition, such systems may be required to support thousands of interactive users operating client terminals (e.g.. Customer Service Representatives (CSRs)), many of which may be concurrent users. It is further anticipated that the average customer record may soon be on the order of about fifteen kilobytes requiring a total database capacity of about 225 Gigabytes (assuming about fifteen million subscribers).
  • CSRs Customer Service Representatives
  • Known distributed database systems may include a plurality of transaction generators or terminals, which may be operated by CSRs to acquire access to data contained within the system.
  • Each of the transaction generators communicates either directly or through a communications controller with a particular associated server or servers.
  • Communication techniques and protocols which are known in the art are employed to allow the transaction generators to communicate with the servers.
  • an EthernetTM system operator may be used when both client and server are PC-based processors. Nevertheless, difficulty arises in such systems when access to data residing at differing locations is required. This places a burden on the CSR (or a transaction generator in general) because it may impose additional processing requirements to keep track of what data is accessible to a particular CSR and which is not.
  • a need has arisen for systems and methods for accessing data distributed over a plurality of databases and for combining the results as with a single data access. Further, a need has arisen for system and methods for accessing distributed data that access a minimal number of databases that include data to be produced as part of a final result set. In addition, a need has arisen for systems and methods, which can more quickly assess data distributed over a plurality of databases, thereby reducing the time any request prevents other requests from accessing those databases.
  • the invention is a system for accessing data distributed on a plurality of databases in an integrated computer system.
  • the system may comprise a plurality of databases and a distributed data port, which (1) initiates a XRef server query, (2) generates a virtual table having a first result set including at least one XRef data row responsive to the XRef server query, (3) initiates at least one Populate query each having one of the at least one data rows as an argument, and (4) updates the virtual table with data responsive to the at least one Populate query.
  • a XRef server receives the XRef server query from the distributed data port, identifies at least one of the plurality of databases having at least one of the data rows, and transmits the XRef server query to the data directory server.
  • a temporary virtual table relays each of the at least one Populate queries to the data directory server.
  • the invention comprises a method for accessing data distributed on a plurality of databases.
  • the method may comprise the steps of initiating a database query that retrieves at least one XRef data row, generating a virtual table having a first result set including the at least one XRef data row, initiating at least Populate query having each of the at least one XRef data rows as an argument, and generating a temporary virtual table that populates each XRef data row of the result set with data responsive to the Populate query.
  • the Populate query may define a single distributed data set, thus avoiding duplication of rows.
  • the virtual table then may be updated with the populated data row.
  • This method may further comprise the steps of displaying the virtual table using, for example, a printer or a monitor, and ordering the XRef data rows.
  • Fig. 1 is a flow chart depicting the operation of the system and method of the present invention
  • Fig.2 is a class diagram of a resource file in accordance with the present invention.
  • Fig. 3 is a schematic drawing of the system of the present invention.
  • Fig. 1 is a flow chart depicting the operation of the system and method of the present invention. This figure depicts a Scenario Model of the present invention employing a Booch Methodology flow chart to describe the operation of the invention from a procedural orientation.
  • a distributed data port 10 is shown, from which a XRef server query initiates.
  • the XRef server query generates an internal field data structure, itsXRefView 12.
  • ItsXRefView 12 eventually contains the data rows retrieved when the XRef server query is relayed to Databases 16 via at least one Data Directory Server (DDS) 14.
  • DDS Data Directory Server
  • DDSs preferably operate according to a limited number of event handlers responsible for processing the queries initiated by the distributed data port, as well as internal queries generated as a result of DDS processing itself.
  • the event handlers may include, but are not limited to, the following:
  • Start Handler The start handler provides a convenient and central location for installing any other event handler routines, building any tables necessary for processing queries and for installing any other services that the DDS requires for its functionality.
  • Stop Handler The stop handler is executed when a request to shut down the system has been received through a particular request or as a result of certain system conditions.
  • Connect Handler The connect handler is executed whenever the DDS receives a query..
  • Disconnect Handler The disconnect handler is executed whenever an active connection to the DDS is terminated.
  • Language Handler The language handler is executed whenever an application issues a language statement to the DDS.
  • the language handler in the DDS does nothing because all queries are required to be either registered procedure calls or remote procedure calls.
  • RPC Handler The Remote Procedure Call handler carries the bulk of the load borne by the DDS and is the most important handler for purposes of this discussion. Any query which is not registered in the DDS registered procedure table will generate an RPC handler event where the query is analyzed by the RPC event handler and acted upon accordingly.
  • Error Handlers Several error handlers are installed in the DDS application to provide info ⁇ nation on any failure from the components of the DDS. All e ⁇ or messages are logged in the DDS.
  • Attention Handlers An attention handler is installed to handle disconnects.
  • the DDS has been set up to cause all disconnects to generate an attention event in order to determine if the connection to the DDS has been interrupted.
  • the functionality comprising the operation of the DDS may be categorized into three separate classes - the main function, the local DDS registered procedures, and the utility functions.
  • the main function provides the entry point for all executable C programs.
  • the e ⁇ or handlers and the start handler are installed in the main function body. These include a set of routines which serve to parse input parameters and configuration file attributes in order to set up any DDS properties.
  • the network listening function is spawned in the main function body and sleeps until the DDS application is terminated either normally or abnormally.
  • the DDS application is dependent on several global data tables. These global tables are used to control the navigational decisions that the RPC Handler needs to direct the requests to the appropriate database in order to complete the data query.
  • the Open Server Install Registered Procedures, os install reg_procs ( ), function provides a central installation point for all registered procedures on the DDS and is grouped in the start handler classification. All of the event handlers and supporting system functions provide a trace log of activities in a locally maintained log file. This file is preferably truncated every time the DDS application is started.
  • a system for accessing data distributed on a plurality of databases in an integrated computer system also includes one or more XRef Servers which function as a resource available to DDSs for determining where specific data resides in the system and for storing a rules database to be loaded into DDSs at DDS start-up. Further, the XRef Servers may contain a variety of global tables which are continually updated as data is added, updated, and deleted within the system.
  • XRef server query has generated a virtual table virtual table having a first result set including at least one XRef data row responsive to said XRef server query
  • Populate queries are executed, each having one of the at least one data rows as an argument.
  • a temporary virtual table, itsTempView 18, is used to updates the virtual table with data responsive to the at least one Populate query.
  • Populate queries for each successive data row in the result set are relayed by itsTempView 18 to Databases 16 via Data Directory Server 14.
  • Data responsive to the Populate query is returned to itsTempView 18.
  • This temporary virtual table then populates each of the at least one XRef data rows of the result set with data responsive to the Populate query and transmits the populated data row to Distributed Data Port 10 to update the virtual table, its View.
  • GLdataPort Class 20 is shown to inherit all of the functionality of GLddPort Class 22 and two other sources described in Fig. 1: itsXRefView 12 - the XRef data row result set generated by the XRef server query - and itsTempView 18 - the temporary virtual table created to receive the results of the Populate query for each XRef data row.
  • a client or user application 30 delivers a request 31 for distributed customer data to a Distributed Data Port (DDP) 32.
  • DDP 32 initiates a XRef server query 33 which is delivered to XRef server 34.
  • XRef server 34 may have access to a plurality of XRef databases (not shown).
  • XRef server 34 determines where, i.e., in which database(s), specific distributed data sought by application 30 resides within the system.
  • XRef server 34 then returns a result set including XRef row data to DDP 32, and DDP 32 initiates Populate queries to retrieve the data from the data locations identified by XRef server 34.
  • the result set returned by XRef server 34 may indicate that the distributed data sought by application 30 resides only within Customer Databases 36a and 36c.
  • DDP 32 would direct Populate queries 35a and 35c to Customer Databases 36a and 36c.
  • Populate queries 35a and 35c use the XRef data rows returned by XRef server 34 as their arguments and repeatedly retrieve data from Customer Databases 36a and 36c.
  • the results of Populate queries 35a and 35c are returned to DDP 32 until a virtual table (VTab) 37 of the requested distributed data is complete.
  • VTab 37 which contains the combined results of the application of XRef server query 33 to XRef server 34 and Populate queries 35a and 35c to Customer Databases 36a and 36c, respectively, is then returned by DDP 32 to application 30.
  • Example The present invention may be further understood by considering the following example, which is intended to be purely exemplary of the use of the invention.
  • a distributed database query is handled in two phases.
  • an XRef server query is initiated to retrieve XRef information.
  • the invention may be used to generate a table of customer ids that satisfy specific search criteria.
  • a Populate query is executed that uses XRef information from the XRef server query to bind parameters. The Populate query is executed once for each row in the XRef server query's result set.
  • Populate query is defined as follows: (Qry. Compile
  • the "Random” Class inherits from “GLddPort,” and the "RandomTestMod. Random” has two fields that were not in the "GLddPorf'Class.
  • the first new field: XRefQuery: "lp_get_serv_loc_cust_set :addr_id” defines the query that retrieves the XRef information. It uses the known binding information provided by the GLddPort Class and dynamically builds a result set virtual table (VTab).
  • the second new field: ArgStrings: "cust id” defines the retrieved columns from the foregoing XRef query that the operator desires to bind to the Populate query.
  • “cust id” is a column name in the result set from the XRef server query and is bound to the :cust_id argument in the Populate query.
  • the C++ source code also inherits from the GLddPort Class.
  • the Update, Insert, and Delete methods will operate for the "Random" Class, in the same manner that they did for the GLddPort Class.
  • the new class only modifies the method of the Populate method.
  • the Populate query is designed to retrieve the rows appropriate for one distributed data set.
  • the Populate query is designed to return the result set for a single customer. Consequently, if the Populate query is not limited to a single distributed data set, duplicate rows may be generated in the final result set.
  • tailored comparison and GL sorting methods are used to select new row orders.

Abstract

A computer implemented method of managing a computer network including a plurality of devices is provided, wherein a plurality of network management tasks are performable upon the devices. Data is gathered about a present configuration of the network, including the types of devices in the network, the quantity of each type of device present in the network, the relationships between the devices, and the tasks performable upon each of the devices. The data is then stored in a database representing a network map. A display is generated corresponding to the network map using the data in the database (200). The display shows an association of the devices (201) with the tasks performable on the devices (202) using bitmap representations (205, 207) of the devices and tasks. The display may include hierarchical, schematic or geographical representations of the devices on the network (201). The devices are organized into a plurality of groups. In response to a user input selecting a device or group, the tasks performable by that device or group are identified on the display (209, 211). A user may initiate any one of the displayed tasks by applying a user input selecting that task.

Description

SYSTEM AND METHOD FOR ACCESSING DISTRIBUTED DATA
BACKGROUND OF THE INVENTION 1. Field of the Invention
The invention relates to systems and methods using multi- query populates to access data distributed on a plurality of databases and to combine the results. In particular, the invention relates to systems and methods using the combination of a XRef server query to identify the data rows in a result set and a Populate query to retrieve data to populate those data rows in a virtual table (VTab). 2. Description of the Related Art
With the increasing demand for the rapid processing of transactions, as well as the ever-increasing size of databases against which these transactions are processed, transaction processors have turned to distributed database systems to accomplish their goals. For purposes of this application, the term "distributed database" refers to a database system in which data may be located in more than one physical location or in more than one database, or both. In some cases, data may be distributed such that certain data is located in only one database while other data is located in more than one database. Often, more than one client or user desires access the data simultaneously. Frequently, many users require simultaneous or near simultaneous access. This presents a problem in that only a limited number of access requests can be processed at a time.
Access requests to databases generally are one of two types. The first is termed a "query" and is generally associated with a request to read data from the database(s). The second is termed an "update" and is generally associated with a request to write data to the database(s). The present invention deals primarily with the former type of request.
Various problems exist with distributed database systems. For example, as noted above, in some cases, multiple clients or users may request access to particular data at the same time. Typically, each data server may process one request or a series of transactions at a time. Thus, if multiple requests are made to one server at the same time, not all of the transactions can be processed at the same time. When this occurs the latter requests are generally queued or have to be resubmitted at a later time. This causes undesirable delays in the processing of these transactions. Other factors also may contribute to delays in processing such transactions. As a result, in some cases, one or more data servers may be idle while another is backlogged with multiple requests. This is an inefficient use of resources.
In an attempt to address these types of problems, some systems have used different schemes to attempt to balance the distribution of requests among the multiple servers. According to one arrangement, particular clients or users are permanently associated with particular servers. The theory behind this design is that by randomly limiting the number of clients accessing a particular data server, some rninimization of the bottleneck effect may occur. According to another approach, multiple copies of particular data may be stored in more than one database.
These schemes, however, generally suffer from at least three drawbacks. First, many of the systems electing the first scheme are architected, so that particular clients or users are "hard-wired" to particular servers. In such a case, clients in the system will not generally have access to the full complement of servers available in the system which are capable of processing the particular transaction. As a result, uneven load distribution may still occur since a server which is free to service a request may not be called upon to do so because the requesting client may not have access to the free server. A second major drawback to both of the prior art data distribution schemes described above is the significant time and cost of processing information which is necessary to determine the best way to allocate data requests. In some cases, particularly when the number of transactions to be processed is low and the complexity of the allocation scheme is high, the system may perform more efficiently without a real-time decisional process.
Third, in the case of distributed database systems containing redundant data (e.g., the second scheme), the availability of secondary storage (i.e.. disk storage) is significantly decreased by virtue of the redundancy of the data. Often data redundancy is not a possibility because of severe limitations in storage capacity within an enterprise.
The telecommunications industry and, in particular, the cable television industry have a great need for storage and manipulation of large amounts of data. Cable television system operators typically maintain large databases containing a variety of subscriber, product and billing information. Typical classes of information managed by cable companies include subscriber accounts, available products and their pricing structure, physical assets and their functionality, and marketing data. It is often desirable to distribute this information across a network of databases whether or not they are located at the same physical location.
The processing requirements for cable based systems can be staggering. For example, it may be necessary to provide twenty-four hour per day, seven day per week service for a subscriber base of millions or evens tens of millions of subscribers. In addition, such systems may be called upon to execute hundreds or thousands of transactions per second (TPS). In addition, such systems may be required to support thousands of interactive users operating client terminals (e.g.. Customer Service Representatives (CSRs)), many of which may be concurrent users. It is further anticipated that the average customer record may soon be on the order of about fifteen kilobytes requiring a total database capacity of about 225 Gigabytes (assuming about fifteen million subscribers).
Known distributed database systems that may be employed by a system operator may include a plurality of transaction generators or terminals, which may be operated by CSRs to acquire access to data contained within the system. Each of the transaction generators communicates either directly or through a communications controller with a particular associated server or servers. Communication techniques and protocols which are known in the art are employed to allow the transaction generators to communicate with the servers. For example, an Ethernet™ system operator may be used when both client and server are PC-based processors. Nevertheless, difficulty arises in such systems when access to data residing at differing locations is required. This places a burden on the CSR (or a transaction generator in general) because it may impose additional processing requirements to keep track of what data is accessible to a particular CSR and which is not. Additionally, if certain data is needed, but not accessible to a particular CSR, it may be necessary to determine where the data is located and which CSR may have access to that data. Method of data distribution, for example, of customer records are known. In a horizontal data distribution, each of the customer records is completely contained on one physical server while the whole of its associated database and the enterprise domain of all customers is spread across all servers. It is also possible, however, to distribute data in a vertical manner wherein different aspects of a customer's account resides on different physical servers. SUMMARY OF THE INVENTION
Thus, a need has arisen for systems and methods for accessing data distributed over a plurality of databases and for combining the results as with a single data access. Further, a need has arisen for system and methods for accessing distributed data that access a minimal number of databases that include data to be produced as part of a final result set. In addition, a need has arisen for systems and methods, which can more quickly assess data distributed over a plurality of databases, thereby reducing the time any request prevents other requests from accessing those databases. In an embodiment, the invention is a system for accessing data distributed on a plurality of databases in an integrated computer system. The system may comprise a plurality of databases and a distributed data port, which (1) initiates a XRef server query, (2) generates a virtual table having a first result set including at least one XRef data row responsive to the XRef server query, (3) initiates at least one Populate query each having one of the at least one data rows as an argument, and (4) updates the virtual table with data responsive to the at least one Populate query. A XRef server receives the XRef server query from the distributed data port, identifies at least one of the plurality of databases having at least one of the data rows, and transmits the XRef server query to the data directory server. A temporary virtual table relays each of the at least one Populate queries to the data directory server. The data directory server is linked to each of the plurality of databases, locates at least one of the plurality of databases having data responsive to the XRef server query and the Populate query, retrieves the data, and transmits data responsive to the XRef server query to the distributed data port and data responsive to the Populate query to a temporary virtual table. The temporary virtual table then populates each of the at least one XRef data rows of the result set with data responsive to the Populate query and transmits the populated data row to the distributed data port to update the virtual table. The system may further comprise a printer, momtor, or other means for displaying the virtual table.
In another embodiment, the invention comprises a method for accessing data distributed on a plurality of databases. The method may comprise the steps of initiating a database query that retrieves at least one XRef data row, generating a virtual table having a first result set including the at least one XRef data row, initiating at least Populate query having each of the at least one XRef data rows as an argument, and generating a temporary virtual table that populates each XRef data row of the result set with data responsive to the Populate query. Further, the Populate query may define a single distributed data set, thus avoiding duplication of rows. The virtual table then may be updated with the populated data row.
This method may further comprise the steps of displaying the virtual table using, for example, a printer or a monitor, and ordering the XRef data rows.
It is a technical advantage of systems and methods of this invention that the results of the XRef server query and the Populate query are appended together and create a single result set that is the combination of all of the result sets from the distributed data. It is a further technical advantage that the systems and methods of the present invention may be used with numerous data ports associated with commercially available Generic Libraries (GL), such as the Sybase® libraries: "DB-Lib" and "CT- Lib." It also is a technical advantage of systems and methods of the present invention that more users may access data distributed over a plurality of databases because completion of individual requests is accelerated.
Other objects, feature, and technical advantages are readily apparent to persons skilled in the relevant art from the following figures, descriptions, and claims. BRIEF DESCRIPTION OF THE DRAWINGS For a more complete understanding of the present invention and the advantages thereof, reference is now made to the following description taken in conjunction with the accompanying drawings, wherein like reference numerals represent like parts, in which:
Fig. 1 is a flow chart depicting the operation of the system and method of the present invention;
Fig.2 is a class diagram of a resource file in accordance with the present invention; and
Fig. 3 is a schematic drawing of the system of the present invention. DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS Fig. 1 is a flow chart depicting the operation of the system and method of the present invention. This figure depicts a Scenario Model of the present invention employing a Booch Methodology flow chart to describe the operation of the invention from a procedural orientation. Referring to Fig.l, a distributed data port 10 is shown, from which a XRef server query initiates. The XRef server query generates an internal field data structure, itsXRefView 12. ItsXRefView 12 eventually contains the data rows retrieved when the XRef server query is relayed to Databases 16 via at least one Data Directory Server (DDS) 14. Thus, Fig. 1 shows a first query that is initiated in Distributed Data Port 10 being routed to appropriate Databases 16, and data rows of the result set being returned to itsXRefView 12 for use by Distributed Data Port 10.
Data Directory Server Each of the DDSs has communication access to all of the other DDSs as well as to each of database. DDSs serve three primary functions. After receiving a query, the selected DDS first locates the appropriate/available database for the further processing of the query, forwards the query, and then receives the fulfilled query and forwards it to the distributed data port or the temporary virtual table. The distributed data port must connect to a DDS prior to accessing data. Through the use of internal rules, the DDSs determine how a query should run in order to complete processing of a data request. Access to the DDSs may be efficiently implemented through the use of remote procedure calls (RPCs) which are identified in tables internal to the DDS. Any of a plurality of standards for such RPCs may be used with the current invention.
The DDS(s) are preferably open server applications that provide a mechanism to direct any data query to an appropriate database to service the query. Specifically, DDSs may be open servers comprising the same or similar hardware as the databases of the present invention. Alternatively, DDSs may be configured differently from the databases. DDSs function to analyze a query and, based upon the request type and on an internal set of rules, direct the query to the appropriate database. The types of queries, which are received at DDSs, are based upon a set of stored procedures recognizable to DDSs.
Prior to discussing the specifics of database queries according to the methods and systems of this invention, it is to be understood that DDSs preferably operate according to a limited number of event handlers responsible for processing the queries initiated by the distributed data port, as well as internal queries generated as a result of DDS processing itself. For example, the event handlers may include, but are not limited to, the following:
1. Start Handler - The start handler provides a convenient and central location for installing any other event handler routines, building any tables necessary for processing queries and for installing any other services that the DDS requires for its functionality.
2. Stop Handler - The stop handler is executed when a request to shut down the system has been received through a particular request or as a result of certain system conditions. 3. Connect Handler - The connect handler is executed whenever the DDS receives a query..
4. Disconnect Handler - The disconnect handler is executed whenever an active connection to the DDS is terminated.
5. Language Handler - The language handler is executed whenever an application issues a language statement to the DDS. The language handler in the DDS does nothing because all queries are required to be either registered procedure calls or remote procedure calls.
6. RPC Handler - The Remote Procedure Call handler carries the bulk of the load borne by the DDS and is the most important handler for purposes of this discussion. Any query which is not registered in the DDS registered procedure table will generate an RPC handler event where the query is analyzed by the RPC event handler and acted upon accordingly.
7. Error Handlers - Several error handlers are installed in the DDS application to provide infoπnation on any failure from the components of the DDS. All eπor messages are logged in the DDS.
8. Attention Handlers - An attention handler is installed to handle disconnects. The DDS has been set up to cause all disconnects to generate an attention event in order to determine if the connection to the DDS has been interrupted. The functionality comprising the operation of the DDS may be categorized into three separate classes - the main function, the local DDS registered procedures, and the utility functions. The main function provides the entry point for all executable C programs. Although the prefeπed embodiment is formulated using the C and C++ languages, the invention described herein is by no means limited to such a design. The eπor handlers and the start handler are installed in the main function body. These include a set of routines which serve to parse input parameters and configuration file attributes in order to set up any DDS properties. The network listening function is spawned in the main function body and sleeps until the DDS application is terminated either normally or abnormally.
The DDS application is dependent on several global data tables. These global tables are used to control the navigational decisions that the RPC Handler needs to direct the requests to the appropriate database in order to complete the data query. The Open Server Install Registered Procedures, os install reg_procs ( ), function provides a central installation point for all registered procedures on the DDS and is grouped in the start handler classification. All of the event handlers and supporting system functions provide a trace log of activities in a locally maintained log file. This file is preferably truncated every time the DDS application is started. XRef Servers A system for accessing data distributed on a plurality of databases in an integrated computer system also includes one or more XRef Servers which function as a resource available to DDSs for determining where specific data resides in the system and for storing a rules database to be loaded into DDSs at DDS start-up. Further, the XRef Servers may contain a variety of global tables which are continually updated as data is added, updated, and deleted within the system.
Once the XRef server query has generated a virtual table virtual table having a first result set including at least one XRef data row responsive to said XRef server query, Populate queries are executed, each having one of the at least one data rows as an argument. A temporary virtual table, itsTempView 18, is used to updates the virtual table with data responsive to the at least one Populate query. Populate queries for each successive data row in the result set are relayed by itsTempView 18 to Databases 16 via Data Directory Server 14. Data responsive to the Populate query is returned to itsTempView 18. This temporary virtual table then populates each of the at least one XRef data rows of the result set with data responsive to the Populate query and transmits the populated data row to Distributed Data Port 10 to update the virtual table, its View.
Referring to Fig. 2, a class drawing depicts the structural and functional relationships between the classes of the present invention. GLdataPort Class 20 is shown to inherit all of the functionality of GLddPort Class 22 and two other sources described in Fig. 1: itsXRefView 12 - the XRef data row result set generated by the XRef server query - and itsTempView 18 - the temporary virtual table created to receive the results of the Populate query for each XRef data row.
Referring to Fig. 3, a schematic diagram of the system of the present invention is depicted. In Fig. 3, a client or user application 30 delivers a request 31 for distributed customer data to a Distributed Data Port (DDP) 32. Based on request 31, DDP 32 initiates a XRef server query 33 which is delivered to XRef server 34. XRef server 34 may have access to a plurality of XRef databases (not shown). As noted above, in response to XRef server query 33, XRef server 34 determines where, i.e., in which database(s), specific distributed data sought by application 30 resides within the system. XRef server 34 then returns a result set including XRef row data to DDP 32, and DDP 32 initiates Populate queries to retrieve the data from the data locations identified by XRef server 34.
For example, although there may be three Customer Databases 36a-c, the result set returned by XRef server 34 may indicate that the distributed data sought by application 30 resides only within Customer Databases 36a and 36c. Thus, DDP 32 would direct Populate queries 35a and 35c to Customer Databases 36a and 36c. As noted above, Populate queries 35a and 35c use the XRef data rows returned by XRef server 34 as their arguments and repeatedly retrieve data from Customer Databases 36a and 36c. The results of Populate queries 35a and 35c are returned to DDP 32 until a virtual table (VTab) 37 of the requested distributed data is complete. VTab 37, which contains the combined results of the application of XRef server query 33 to XRef server 34 and Populate queries 35a and 35c to Customer Databases 36a and 36c, respectively, is then returned by DDP 32 to application 30.
Example The present invention may be further understood by considering the following example, which is intended to be purely exemplary of the use of the invention. According to the invention, a distributed database query is handled in two phases. In the first phase, an XRef server query is initiated to retrieve XRef information. For example, the invention may be used to generate a table of customer ids that satisfy specific search criteria. In the second phase, a Populate query is executed that uses XRef information from the XRef server query to bind parameters. The Populate query is executed once for each row in the XRef server query's result set. The results from the execution of the Populate query are appended to each XRef row to create a single result set, i^, a virtual table, that is the combination of all the result sets from distributed data. As noted above with respect to Fig. 2, in order to use the
Distributed Data Port Class, the operator inherits from it, and the .rc file may appear as in Table 1. Referring to Table 1, the XRef server query is described as follows:
(Random.Compile Name: "RandomTestMod. Random"
Version: 8
Flags: 0x0001
View: "RandomTestMod. Random View"
XRefQuery: "lp_get_serv_loc_cust_set :addr_id" ArgStrings: "cust id"
)•
Similarly, the Populate query is defined as follows: (Qry. Compile
Name: "RandomTestMod. GetRandom"
Version: 8
Flags: 0x0001
QueryName: "Populate" TableName: "RandomTestMod.RandomTable"
CommandStr: " "
QueryLoc: 1
TableOpt: 1
StringData: "lp^etjproduct subscriptions: cust id, :addr_id" ).
In the foregoing example, the "Random" Class inherits from "GLddPort," and the "RandomTestMod. Random" has two fields that were not in the "GLddPorf'Class. The first new field: XRefQuery: "lp_get_serv_loc_cust_set :addr_id" defines the query that retrieves the XRef information. It uses the known binding information provided by the GLddPort Class and dynamically builds a result set virtual table (VTab). The second new field: ArgStrings: "cust id" defines the retrieved columns from the foregoing XRef query that the operator desires to bind to the Populate query. In this example, "cust id" is a column name in the result set from the XRef server query and is bound to the :cust_id argument in the Populate query. The C++ source code also inherits from the GLddPort Class. The Update, Insert, and Delete methods will operate for the "Random" Class, in the same manner that they did for the GLddPort Class. The new class only modifies the method of the Populate method. In particular, the Populate query is designed to retrieve the rows appropriate for one distributed data set. In this example, the Populate query is designed to return the result set for a single customer. Consequently, if the Populate query is not limited to a single distributed data set, duplicate rows may be generated in the final result set. Moreover, because the data returned by the XRef server query is ordered by the rows identified by that original query, tailored comparison and GL sorting methods are used to select new row orders.
Table 1 (RClas. Compile
Name: "Random"
Parent: "GLddPort"
Module: "RandomTestMod"
Version: 8 Flags: 0x0800
)
(Qry. Compile
Name: "RandomTestMod. GetRandom"
Version: 8 Flags: 0x0001
QueryName: "Populate"
TableName: "RandomTestMod.RandomTable"
CommandStr: " "
QueryLoc: 1 TableOpt: 1
SringData: "lp_get_product_subscriptions: cust id, :addr id"
) (Random.Compile Name: "RandomTestMod. Random" Version: 8 Flags: 0x0001
View: "RandomTestMod.RandomView" XRefQuery: "lp_get_serv_loc_cust_set :addr_id" ArgStrings: "cust id"
)
(VTab. Compile
Name: "RandomTestMod.RandomTable" Version: 8
Flags: 0x0001
Columns: "random est.cust_id,0x00000005,0x0000000a,0x00000000" Columns: "random_tcst.cust_name,0x00000002,0x000000 le,0x00000000" Columns: "product.prod_cat_cd,0x00000002,0x00000005,0x00000000" Columns. "product.prod_type_cd,0x00000002,0x00000005,0x00000000"
Columris:"prc<Iuct.offer_meth_type_cd,0x00000005,0x0000000a,0x00000000M Columns: "prod_rate.rate_amt,0x0000000a,0x0000001e,0x00000000" Columns: "prod_rate.busn_prd,0x00000002,0x00000005,0x00000000" Columns: "servjoc_prod.prod_install_datc,0x0000000c,0x00000008,0x00000000" Columns: "serv Joe _prod.prod_discontinue_date,0x0000000c,0x00000008,0x00000000H
Columns: "serv_loc_prod.status,0x00000002,0x00000005,0x00000000" Columns: "serv_locjjrod.orig-nal_status,0x00000002,0x00000005 ,0x00000000" Settings: 2 MaxRows: 2147483646 )
Other embodiments of the invention will be apparent to persons skilled in the relevant art from a consideration of this specification or practice of the invention disclosed herein. Thus, in accordance with the present invention, systems and methods for accessing data distributed on a plurality of databases in an integrated computer system that satisfy the advantages set forth above are disclosed. Although prefeπed embodiments have been described in detail, it is understood that various changes, substitutions, and alterations may be made herein. It is intended that the specification, and the example, be considered as exemplary only, with the true scope and spirit of the invention being indicated by the following claims.

Claims

CLAIMS We claim:
1. A system for accessing data distributed on a plurality of databases in an integrated computer system, comprising: a plurality of databases; a distributed data port, which (1) initiates a XRef server query, (2) generates a virtual table having a first result set including at least one XRef data row responsive to said XRef server query, (3) initiates at least one Populate query each having one of said at least one data rows as an argument, and (4) updates said virtual table with data responsive to said at least one Populate query; a XRef server, which receives said XRef server query from said distributed data port, identifies at least one of said plurality of databases having at least one of said data rows, and transmits said XRef server query to said data directory server; and a temporary virtual table, which relays each of said at least one Populate queries to said data directory server; wherein said data directory server is linked to each of said plurality of databases, locates at least one of said plurality of databases having data responsive to said XRef server query and said Populate query, retrieves said data, and transmits data responsive to said XRef server query to said distributed data port and data responsive to said Populate query to a temporary virtual table; and wherein said temporary virtual table populates each of said at least one XRef data rows of said result set with data responsive to said Populate query and transmits said populated data row to said distributed data port to update said virtual table.
2. The system of claim 1, wherein said Populate query defines a single distributed data set.
3. The system of claim 1, wherein said distributed data port includes a orders said at least one data rows according to a comparison code using a Generic Library sorting method.
4. The system of claim 1, further comprising means for displaying said virtual table.
5. A method for accessing data distributed on a plurality of databases, comprising the steps of: initiating a database query that retrieves at least one XRef data row; generating a virtual table having a first result set including said at least one XRef data row; initiating at least Populate query having each of said at least one XRef data rows as an argument; generating a temporary virtual table that populates each XRef data row of said result set with data responsive to said Populate query; and updating said virtual table with said populated data row.
6. The method of claim 5, wherein said Populate query defines a single distributed data set.
7. The method of claim 5, further comprising the step of displaying said virtual table.
8. The method of claim 5, further comprising the step of ordering said XRef data rows.
PCT/US1996/020134 1995-12-28 1996-12-23 System and method for accessing distributed data WO1997024685A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU12939/97A AU1293997A (en) 1995-12-28 1996-12-23 System and method for accessing distributed data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/579,788 1995-12-28
US08/579,788 US5740423A (en) 1995-12-28 1995-12-28 System and method for accessing distributed data on a plurality of databases

Publications (1)

Publication Number Publication Date
WO1997024685A1 true WO1997024685A1 (en) 1997-07-10

Family

ID=24318366

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1996/020134 WO1997024685A1 (en) 1995-12-28 1996-12-23 System and method for accessing distributed data

Country Status (3)

Country Link
US (1) US5740423A (en)
AU (1) AU1293997A (en)
WO (1) WO1997024685A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090006134A1 (en) * 2007-06-18 2009-01-01 Georg Heidenreich Referencing of patient-related information in a distributed medical system

Families Citing this family (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6513047B1 (en) * 1997-09-04 2003-01-28 Sun Microsystems, Inc. Management of user-definable databases
US6330610B1 (en) * 1997-12-04 2001-12-11 Eric E. Docter Multi-stage data filtering system employing multiple filtering criteria
AU1623199A (en) * 1997-12-04 1999-06-16 Aveo, Inc. Method and apparatus for multi-stage data filtering by a single device
US6185598B1 (en) * 1998-02-10 2001-02-06 Digital Island, Inc. Optimized network resource location
US7054935B2 (en) * 1998-02-10 2006-05-30 Savvis Communications Corporation Internet content delivery network
US8060613B2 (en) * 1998-02-10 2011-11-15 Level 3 Communications, Llc Resource invalidation in a content delivery network
US6799224B1 (en) 1998-03-10 2004-09-28 Quad Research High speed fault tolerant mass storage network information server
US6260155B1 (en) 1998-05-01 2001-07-10 Quad Research Network information server
US6108703A (en) 1998-07-14 2000-08-22 Massachusetts Institute Of Technology Global hosting system
JP2000082064A (en) * 1998-09-04 2000-03-21 Casio Comput Co Ltd Data access device
US6681230B1 (en) * 1999-03-25 2004-01-20 Lucent Technologies Inc. Real-time event processing system with service authoring environment
US6449618B1 (en) * 1999-03-25 2002-09-10 Lucent Technologies Inc. Real-time event processing system with subscription model
US6275470B1 (en) 1999-06-18 2001-08-14 Digital Island, Inc. On-demand overlay routing for computer-based communication networks
US6463439B1 (en) * 1999-07-15 2002-10-08 American Management Systems, Incorporated System for accessing database tables mapped into memory for high performance data retrieval
JP4552242B2 (en) * 1999-10-06 2010-09-29 株式会社日立製作所 Virtual table interface and query processing system and method using the interface
US8543901B1 (en) 1999-11-01 2013-09-24 Level 3 Communications, Llc Verification of content stored in a network
US6778987B1 (en) * 1999-11-30 2004-08-17 Centerboard, Inc. System and methods for highly distributed wide-area data management of a network of data sources through a database interface
US6665730B1 (en) 1999-12-16 2003-12-16 At&T Corp. Method and apparatus for transaction routing in a connection-oriented packet network using a non-fault-tolerant directory server
FR2803153B1 (en) * 1999-12-23 2002-03-15 Cit Alcatel METHOD FOR OBTAINING CALLER IDENTITY IN A TERMINAL OF A TELEPHONE COMMUNICATION NETWORK
JP3851493B2 (en) * 2000-06-12 2006-11-29 株式会社日立製作所 Database search method, database search system, and computer-readable recording medium recording database search program
US7263476B1 (en) * 2000-06-12 2007-08-28 Quad Research High speed information processing and mass storage system and method, particularly for information and application servers
US7272645B2 (en) 2001-05-25 2007-09-18 Sbc Technology Resources, Inc. Method of improving the reliability of peer-to-peer network downloads
US7013312B2 (en) * 2001-06-21 2006-03-14 International Business Machines Corporation Web-based strategic client planning system for end-user creation of queries, reports and database updates
CN1575582A (en) * 2001-09-28 2005-02-02 塞维斯通讯公司 Configurable adaptive global traffic control and management
US7860964B2 (en) * 2001-09-28 2010-12-28 Level 3 Communications, Llc Policy-based content delivery network selection
US7373644B2 (en) * 2001-10-02 2008-05-13 Level 3 Communications, Llc Automated server replication
US20030079027A1 (en) * 2001-10-18 2003-04-24 Michael Slocombe Content request routing and load balancing for content distribution networks
US9167036B2 (en) 2002-02-14 2015-10-20 Level 3 Communications, Llc Managed object replication and delivery
US7065526B2 (en) * 2002-02-21 2006-06-20 Intuit, Inc. Scalable database management system
US20040153440A1 (en) * 2003-01-30 2004-08-05 Assaf Halevy Unified management of queries in a multi-platform distributed environment
DE102005010690B4 (en) * 2005-03-09 2007-04-12 Knorr-Bremse Systeme für Schienenfahrzeuge GmbH Oil-injected compressor with temperature switch
US9762692B2 (en) 2008-04-04 2017-09-12 Level 3 Communications, Llc Handling long-tail content in a content delivery network (CDN)
US10924573B2 (en) 2008-04-04 2021-02-16 Level 3 Communications, Llc Handling long-tail content in a content delivery network (CDN)
US8930538B2 (en) 2008-04-04 2015-01-06 Level 3 Communications, Llc Handling long-tail content in a content delivery network (CDN)
US9720996B1 (en) * 2012-04-20 2017-08-01 Open Invention Network Llc System dependencies tracking application
US9684666B1 (en) * 2014-02-28 2017-06-20 Pivotal Software, Inc. Parallel streaming of external data
US9684671B1 (en) * 2014-02-28 2017-06-20 Pivotal Software, Inc. Parallel streaming of external data
US9679012B1 (en) * 2014-02-28 2017-06-13 Pivotal Software, Inc. Parallel streaming of external data
US10462262B2 (en) * 2016-01-06 2019-10-29 Northrop Grumman Systems Corporation Middleware abstraction layer (MAL)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4811207A (en) * 1985-03-12 1989-03-07 Oki Electric Industry Company, Ltd. Join operation processing system in distributed data base management system
US5012405A (en) * 1986-10-17 1991-04-30 Hitachi, Ltd. File management system for permitting user access to files in a distributed file system based on linkage relation information
US5276870A (en) * 1987-12-11 1994-01-04 Hewlett-Packard Company View composition in a data base management system
US5446886A (en) * 1992-03-12 1995-08-29 Ricoh Company, Ltd. System from optimizing query processing of multi-attribute distributed relations using local relation tuple numbers to choose semijoins

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4731734A (en) * 1983-10-17 1988-03-15 Data General Corporation Digital computer system incorporating object-based addressing and access control and tables defining derivation of addresses of data from operands in instructions
US4864497A (en) * 1988-04-13 1989-09-05 Digital Equipment Corporation Method of integrating software application programs using an attributive data model database
EP0541535B1 (en) * 1989-08-14 1997-07-09 Centillion Data Systems, Inc. Billing system
JPH03130874A (en) * 1989-10-17 1991-06-04 Fujitsu Ltd Retrieval processing system for relational data base
JPH04191941A (en) * 1990-11-27 1992-07-10 Hitachi Ltd Object management system
US5263167A (en) * 1991-11-22 1993-11-16 International Business Machines Corporation User interface for a relational database using a task object for defining search queries in response to a profile object which describes user proficiency
JP3269849B2 (en) * 1992-05-29 2002-04-02 株式会社日立製作所 Parallel database processing system and its retrieval method
US5459860A (en) * 1992-10-05 1995-10-17 International Business Machines Corporation Computerized system and process for managing a distributed database system
JP2583010B2 (en) * 1993-01-07 1997-02-19 インターナショナル・ビジネス・マシーンズ・コーポレイション Method of maintaining consistency between local index table and global index table in multi-tier index structure

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4811207A (en) * 1985-03-12 1989-03-07 Oki Electric Industry Company, Ltd. Join operation processing system in distributed data base management system
US5012405A (en) * 1986-10-17 1991-04-30 Hitachi, Ltd. File management system for permitting user access to files in a distributed file system based on linkage relation information
US5276870A (en) * 1987-12-11 1994-01-04 Hewlett-Packard Company View composition in a data base management system
US5446886A (en) * 1992-03-12 1995-08-29 Ricoh Company, Ltd. System from optimizing query processing of multi-attribute distributed relations using local relation tuple numbers to choose semijoins

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090006134A1 (en) * 2007-06-18 2009-01-01 Georg Heidenreich Referencing of patient-related information in a distributed medical system
US9020828B2 (en) * 2007-06-18 2015-04-28 Siemens Aktiengesellschaft Referencing of patient-related information in a distributed medical system

Also Published As

Publication number Publication date
US5740423A (en) 1998-04-14
AU1293997A (en) 1997-07-28

Similar Documents

Publication Publication Date Title
US5740423A (en) System and method for accessing distributed data on a plurality of databases
US5978577A (en) Method and apparatus for transaction processing in a distributed database system
US5826270A (en) Methods and systems for client or customer-site transaction processing in a distributed database system
US6029174A (en) Apparatus and system for an adaptive data management architecture
US6185555B1 (en) Method and apparatus for data management using an event transition network
US10698769B2 (en) Techniques for implementing batch processing in a database system
US5829001A (en) Database updates over a network
US7734648B2 (en) Update manager for database system
US6226650B1 (en) Database synchronization and organization system and method
US7596784B2 (en) Method system and apparatus for providing pay-per-use distributed computing resources
US6415335B1 (en) System and method for managing dynamic web page generation requests
WO2002086768A2 (en) Data storage and access system employing clustering of servers
US8315972B2 (en) Method for maintaining databases information about multiple instances of an activity generating, updating virtual OLAP cube based on modified star-schema
US6922729B1 (en) Multi-connection control system
US9361351B2 (en) Data management via active and inactive table space containers
US11892992B2 (en) Unique identification management
US7213029B2 (en) Quiescing work bounded by application transactions consisting of multiple relational database transactions
WO1997024691A1 (en) Subscriber management system and method
US20050278279A1 (en) Native libraries descriptor with reference counting
US11847107B2 (en) Key permission distribution
WO1997024687A1 (en) Method and apparatus for hierarchical control of a distributed processing network
Glazebrook et al. DB2 UDB for OS/390 and Continuous Availability

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE HU IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TR TT UA UG UZ VN AM AZ BY KG KZ MD RU TJ TM

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): KE LS MW SD SZ UG AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM

121 Ep: the epo has been informed by wipo that ep was designated in this application
CFP Corrected version of a pamphlet front page

Free format text: REVISED ABSTRACT RECEIVED BY THE INTERNATIONAL BUREAU AFTER COMPLETION OF THE TECHNICAL PREPARATIONS FOR INTERNATIONAL PUBLICATION

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
NENP Non-entry into the national phase

Ref country code: JP

Ref document number: 97524385

Format of ref document f/p: F

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase