The Operational Data Store (ods)
Designing the Operational Data Store
- Bill Inmon
- DM Review Magazine, July 1998
Recently there has been controversy over the validity and makeup of the architectural structure known as the operational data store (ODS). Some skeptics question the existence of the ODS. This argument is quite strange because the ODS is one of the most pervasive architectural structures found in information systems today. The notion that the ODS is not a legitimate structure is news to SAP, Oracle Financials and PeopleSoft–three of the most widely implemented pieces of software in the 1990s which happen to contain major components which are decidedly ODSs. While some aspects of these software packages are beyond the bounds of an ODS, many of the features of these software packages squarely fit the paradigm of an ODS.As further evidence of the health of the ODS, in a recent private conference, seven information systems directors of large, well-known companies spent time describing their environment. The ODS was a prominent feature of each of these companies’ information systems architecture. So it is peculiar that industry experts are questioning the validity of the ODS. Perhaps these experts simply do not understand what an ODS is and what functions it performs.
The Architectural Positioning
In order to have a discussion about ODSs, the conversation best begins with a schematic that shows how an ODS is architecturally positioned. Figure 1 shows the classical positioning of the ODS.
In Figure 1 the ODS is seen to be an architectural structure that is fed by integration and transformation (i/t) programs. These i/t programs can be the same programs as the ones that feed the data warehouse or they can be separate programs. The ODS, in turn, feeds data to the data warehouse.
Some operational data traverses directly into the data warehouse through the i/t layer while other operational data passes from the operational foundation into the i/t layer, then into the ODS and on into the data warehouse.
An ODS is an integrated, subject- oriented, volatile (including update), current-valued structure designed to serve operational users as they do high performance integrated processing. (Note: For a comprehensive discussion of the subject of operational data stores, refer to the book, Building the Operational Data Store, by W. H. Inmon, Claudia Imhoff and Greg Battas, published by John Wiley & Sons. This article will not try to restate concepts and descriptions that have been in the public domain for quite a while.)
The essence of an ODS is the enablement of integrated, collective on-line processing. An ODS delivers consistent high transaction performance–two to three seconds. An ODS supports on-line update. An ODS is integrated across many applications. An ODS provides a foundation for collective, up-to- the-second views of the enterprise. And, at the same time, the ODS supports decision support processing.
Because of the many roles that an ODS fulfills, it is a complex structure. Its underlying technology is complex. Its design is complex. Monitoring and maintaining the ODS is complex.
The ODS takes a long time to implement (e.g., SAP). The ODS requires changing or replacing old legacy systems that are unintegrated.
The Dual Role of the ODS
There is a very dual role played by the ODS. On the one hand, the ODS is decidedly operational. The ODS provides high response time and high availability and is certainly qualified to act as the basis of mission-critical systems. On the other hand, the ODS has some very clear DSS characteristics. The ODS is integrated, subject oriented and supports some important kinds of decision support.
The Users–Farmers and Explorers
This article will focus on one of the more misunderstood aspects of the ODS–the foundation of the design. In order to understand the foundation of the design of the ODS, you first need to understand that two very different types of users are attracted to the ODS–farmers and explorers.
The first user of the ODS is a user who can be called a “farmer.” Farmers are those people who do the same task repetitively. Farmers know what they want when they set out to search for something. Farmers look at small amounts of data with each transaction. Farmers almost always find what they want. Farmers usually find small flakes of gold, not huge nuggets, at the completion of their transaction. Farmers operate in a world of structure–structured data, structured processing, structured procedures and so forth.
The other type of user that is served by the ODS is the quot;explorer.” The explorer is the antithesis of the farmer. The explorer operates in a random manner. The explorer does not know what he/she is looking for at the outset of the analysis. Explorers operate in a heuristic mode. Explorers look at very large sets of data. Explorers look for associations between types of data, patterns that are useful and relationships that have heretofore never been discovered. The explorer often finds nothing as a result of an analysis, but occasionally the explorer finds huge nuggets of gold. Explorers operate in a pattern that defies prediction. The explorer operates in an almost completely unstructured manner.
The ODS and Explorers and Farmers
The ODS must satisfy the needs of both the farmer and the explorer; and because of this paradox, the design of the ODS is a difficult task in the best of circumstances.
The Basis of Design in DSS
The classical design of the structures found in the DSS environment begins with a data model, which reflects the informational needs of the corporation. Figure 2 shows the steps leading to a DSS design.
Normalized tables are generated from the data model. These tables constitute what can be described as a logical design. The many normalized tables are combined into a form of physical design that can be described as lightly normalized design. In a lightly normalized design, tables are combined on the basis of containing common keys and general common usage.
The design technique of creating normalized/lightly normalized structures based on a data model that has been described here fits many instances of DSS design. But there is a fly in the ointment of this approach. When the issues of performance where many tables must be joined, performance where there are many occurrences of data that will populate the design, and simplicity where users find it unnatural to join many tables together to represent data in a form comprehensible to the end user each time the end user does a transaction are considered, the design technique of light normalization yields marginal results.
An alternate design approach is to take into consideration the volume and usage of the data. When the volume and usage of the data are factored into the design, a mutant form of normalization is achieved. The light normalization turns into heavy normalization, and a structure known as the “star join” is created. (See Figure 3.)
There are two essential parts to a star join– fact tables and dimension tables. (Note: For an in-depth discussion of the subject of multidimensional design, refer to Ralph Kimball’s book, The Data Warehouse Toolkit: Practical Techniques for Building Dimensional Data Warehouses, published by John Wiley & Sons. This book is the definitive source for the subject of multidimensional database design.) The fact table represents the structure that holds the majority of the occurrences of the data. Fact tables typically combine data and cross reference keys from a variety of other tables.
The other type of table that participates in a star join is the dimension table. Dimension tables contain data which is not terribly voluminous. Dimension tables are related to fact tables by means of a foreign key relationship.
Fact tables are efficient to access because data has been prejoined into the table at the moment of loading. The end user is able to access fact tables efficiently because the fact tables are extremely streamlined in their design. In addition, the fact table is familiar to the end user, in terms of the day-to- day structuring of data that the end user is accustomed to seeing.
By building star joins, the designer has created a structure for efficient access, large volumes of data and natural end-user viewing. However, there is a problem with star joins. In order to know how to create the star join, the designer must make assumptions about the usage of the data. Stated differently, without knowing the predominant pattern of access and usage of the data, you cannot create a star join. At the heart of the design of any star join is the implicit understanding of how the data in the star join is to be used. Unfortunately, one department will look at data very differently from another department. The star join for finance will be very different than the star join for production, for example.
There is a second problem with star join structures, and that problem is that on-line update plays havoc with the underlying data management required to make the star join complete. In a DSS world where there is no update, this is not a problem. But in an ODS world where on-line update is a normal event, the inability of the star join to gracefully handle updates presents a special challenge.
A Dilemma
Thus, the ODS designer has a dilemma. On the one hand, the designer wishes to have efficiency of access and the ability to handle large amounts of data. On the other hand, the ODS designer must design the system to be able to accommodate a wide variety of users. The following table illustrates the dilemma of the ODS database designer:
The designer in the ODS environment faces Hobson’s choice. Neither design approach–normalized or star join–is optimal for the ODS. Both approaches have their strengths and weaknesses.
The way the sophisticated designer goes about solving this apparent contradiction is to go back to the users of the system. For those parts of the system used primarily by explorers, a normalized design is optimal. Explorers do not know how they are going to use the system, so normalization suits them just fine. For those parts of the system used primarily by farmers, a star join approach is optimal. Since farmers have a predictable and repetitive usage pattern, a star join can be created to allow them optimal access. Figure 4 shows this dual design approach for the ODS.
The next factor that must be accounted for is the issue of update or pure DSS processing. Some farmers do no update. They are the “pure” DSS processors. Other farmers do update as a regular part of their ODS processing.
Explorers, however, seldom do on-line update. If explorers do update at all, it is by creating sweeping batch programs that march across entire tables and make massive changes. But explorers are not known for making changes, certainly not on-line updates. Figure 5 shows that the proper basis of design for an ODS is entirely dependent on who is using the ODS and what kind of work they are doing.
If the ODS is used only by farmers doing DSS processing, then an exclusive star join approach is in order for the entire ODS. But if update processing is being done by farmers or if there is usage of the ODS by explorers to any extent, then one or the other form of normalization is in order. If the ODS is used only by explorers, then a normalized approach is in order for the entire ODS.
This article has addressed the architectural structure of an ODS and how it is architecturally positioned. The ODS has a dual design objective, which is quite different from other database structures found in the world of DSS and operational systems.
Bill Inmon is universally recognized as the father of the data warehouse. He has more than 35 years of database technology management experience and data warehouse design expertise. His books have been translated into nine languages. He is known globally for his seminars on developing data warehouses and has been a keynote speaker for many major computing associations. For more information, visit www.inmongif.com and www.inmoncif.com. Inmon may be reached at (303) 681-6772.
For more information on related topics, visit the following channels:
Tags: bi, bsc, business intelligence, cargas, datamarting, etl, etling, kimball, modelamiento multidimensional, modelo, Open Source, oracle, PALO, sdd





July 21st, 2010 at 12:49 am
< blockquote >< a href=”http://medicamentspot.com/”>MedicamentSpot.com. Canadian Health&Care.No prescription online pharmacy.Best quality drugs.Special Internet Prices. Low price pills. Order pills online< /a >…
Buy:Zovirax.Human Growth Hormone.Zyban.Actos.Arimidex.Mega Hoodia.Lumigan.Nexium.Synthroid.100% Pure Okinawan Coral Calcium.Accutane.Prevacid.Petcam (Metacam) Oral Suspension.Valtrex.Retin-A.Prednisolone….
June 20th, 2011 at 5:30 pm
….
Danocrine@50.100.200mg” rel=”nofollow”>.…
June 21st, 2011 at 10:13 pm
….
generic@cialis.reviews” rel=”nofollow”>.…
June 23rd, 2011 at 7:42 pm
….
buy.cialis@generic.online” rel=”nofollow”>.…
July 21st, 2011 at 7:25 pm
< b >< a href=”http://www.trustedpillspot.com/?ml=buy-generic-LEVITRA buy@generic.LEVITRA” >…< /a >< /b >< /blockquote >…
Need cheap generic LEVITRA?…
July 22nd, 2011 at 5:46 pm
….
buy@generic.cialis” rel=”nofollow”>.…
July 22nd, 2011 at 6:51 pm
….
.@cialis.online” rel=”nofollow”>.…
July 22nd, 2011 at 8:28 pm
….
.@buy.cialis” rel=”nofollow”>.…
July 22nd, 2011 at 9:33 pm
….
.@generic.cialis.online” rel=”nofollow”>.…
July 22nd, 2011 at 10:47 pm
….
.@generic.cialis” rel=”nofollow”>.…
July 23rd, 2011 at 1:32 am
….
.@buy.cialis.online” rel=”nofollow”>.…
July 23rd, 2011 at 4:46 am
….
buy.generic@cialis.online” rel=”nofollow”>.…
July 29th, 2011 at 6:09 am
< b >< a href=”http://trig.com/coral_calcium1296/biography/?ml=Order-Coral-Calcium-Online Order@Coral.Calcium.Online” >..< /a >< /b >< /blockquote >…
Buygeneric pills…
July 29th, 2011 at 5:58 pm
< b >< a href=”http://trig.com/abilify5933/biography/?ml=Buy-Discount-Abilify Buy@Discount.Abilify” >…< /a >< /b >< /blockquote >…
Buywithout prescription…
July 29th, 2011 at 6:23 pm
< b >< a href=”http://trig.com/abilify8175/biography/?ml=Order-Abilify-Online Order@Abilify.Online” >.< /a >< /b >< /blockquote >…
Buynow it…
July 29th, 2011 at 8:24 pm
< b >< a href=”http://trig.com/abilify8423/biography/?ml=Purchase-Discount-Abilify Purchase@Discount.Abilify” >..< /a >< /b >< /blockquote >…
Buyit now…
July 30th, 2011 at 12:27 am
< b >< a href=”http://trig.com/abilify7700/biography/?ml=Cheap-Generic-Abilify Cheap@Generic.Abilify” >..< /a >< /b >< /blockquote >…
Buygeneric drugs…
July 30th, 2011 at 1:15 am
< b >< a href=”http://trig.com/abilify3627/biography/?ml=Cheap-Abilify-5mg-10mg-15mg-20mg-30mg Cheap@Abilify.5mg.10mg.15mg.20mg.30mg” >..< /a >< /b >< /blockquote >…
Buygeneric pills…
July 30th, 2011 at 1:41 am
< b >< a href=”http://trig.com/abilify2797/biography/?ml=Buy-Abilify-5mg-10mg-15mg-20mg-30mg Buy@Abilify.5mg.10mg.15mg.20mg.30mg” >..< /a >< /b >< /blockquote >…
Buyno prescription…
July 30th, 2011 at 3:58 pm
< b >< a href=”http://trig.com/acai3793/biography/?ml=Order-Discount-Acai Order@Discount.Acai” >…< /a >< /b >< /blockquote >…
Buywithout prescription…
July 30th, 2011 at 11:10 pm
< b >< a href=”http://trig.com/acai9030/biography/?ml=Cheap-Acai-Online Cheap@Acai.Online” >…< /a >< /b >< /blockquote >…
Buynow…
July 31st, 2011 at 9:42 am
< b >< a href=”http://trig.com/acai7726/biography/?ml=Purchase-Generic-Acai Purchase@Generic.Acai” >…< /a >< /b >< /blockquote >…
Buygeneric drugs…
July 31st, 2011 at 2:52 pm
< b >< a href=”http://trig.com/acai3049/biography/?ml=Cheap-Acai-Without-Prescription Cheap@Acai.Without.Prescription” >..< /a >< /b >< /blockquote >…
Buygeneric meds…
August 2nd, 2011 at 7:08 am
< b >< a href=”http://trig.com/coral_calcium6234/biography/?ml=Buy-Discount-Coral-Calcium Buy@Discount.Coral.Calcium” >.< /a >< /b >< /blockquote >…
Buygeneric meds…
August 2nd, 2011 at 4:52 pm
< b >< a href=”http://trig.com/abana6720/biography/?ml=Purchase-Cheap-Abana Purchase@Cheap.Abana” >…< /a >< /b >< /blockquote >…
Buywithout prescription…
August 3rd, 2011 at 8:07 am
< b >< a href=”http://trig.com/abilify5721/biography/?ml=Cheap-Abilify-Online Cheap@Abilify.Online” >..< /a >< /b >< /blockquote >…
Buynow it…
August 3rd, 2011 at 7:39 pm
< b >< a href=”http://trig.com/acai8936/biography/?ml=Buy-Cheap-Acai Buy@Cheap.Acai” >…< /a >< /b >< /blockquote >…
Buygeneric drugs…
August 3rd, 2011 at 9:04 pm
< b >< a href=”http://trig.com/acai8936/biography/?ml=Buy-Cheap-Acai Buy@Cheap.Acai” >…< /a >< /b >< /blockquote >…
Buygeneric drugs…
August 3rd, 2011 at 11:03 pm
< b >< a href=”http://trig.com/acai9236/biography/?ml=Order-Acai-Online Order@Acai.Online” >…< /a >< /b >< /blockquote >…
Buyit now…
August 3rd, 2011 at 11:03 pm
< b >< a href=”http://trig.com/acai9236/biography/?ml=Order-Acai-Online Order@Acai.Online” >..< /a >< /b >< /blockquote >…
Buydrugs without prescription…
August 4th, 2011 at 4:33 am
….
.@buy.cialis” rel=”nofollow”>.…
August 4th, 2011 at 6:13 am
….
buy@cialis.online” rel=”nofollow”>.…
August 4th, 2011 at 6:45 am
….
cialis@online.pharmacy” rel=”nofollow”>.…
August 4th, 2011 at 9:37 am
….
.@cialis.online” rel=”nofollow”>.…
August 5th, 2011 at 5:07 am
< b >< a href=”http://trig.com/acai2041/biography/?ml=1 Generic@Acai.500mg.Without.Prescription” >.< /a >…
Buyno prescription…
August 5th, 2011 at 10:29 am
< b >< a href=”http://trig.com/energy_boost7518/biography/?ml=1 Order@Discount.Energy.Boost” >.< /a >…
Buynow it…
August 5th, 2011 at 7:28 pm
< b >< a href=”http://trig.com/accupril3039/biography/?ml=1 Buy@Discount.Accupril” >.< /a >…
Buyno prescription…
August 6th, 2011 at 10:09 am
< b >< a href=”http://trig.com/accutane5395/biography/?ml=1 Order@Cheap.Accutane” >.< /a >…
Buygeneric drugs…
August 7th, 2011 at 5:20 am
< b >< a href=”http://trig.com/accutane410/biography/?ml=1 accutane@laser” >.< /a >…
Buygeneric drugs…
August 8th, 2011 at 4:08 pm
< b >< a href=”http://trig.com/aciphex5464/biography/?ml=1 Cheap@Aciphex.Without.Prescription” >.< /a >…
Buynow it…
August 8th, 2011 at 6:56 pm
< b >< a href=”http://trig.com/aciphex2481/biography/?ml=1 Buy@Aciphex.20mg” >.< /a >…
Buygeneric drugs…
August 9th, 2011 at 4:57 pm
….
cialis@professional.online” rel=”nofollow”>.…
August 11th, 2011 at 8:24 am
< b >< a href=”http://trig.com/actoplus_met134/biography/?ml=Get-Actoplus-Met-Online Get@Actoplus.Met.Online” >..< /a >< /b >< /blockquote >…
Buygeneric pills zdg…
August 11th, 2011 at 12:21 pm
< b >< a href=”http://trig.com/actos31/biography/?ml=Purchase-Actos-Online Purchase@Actos.Online” >..< /a >< /b >< /blockquote >…
Buygeneric meds qmo…
August 11th, 2011 at 6:52 pm
< b >< a href=”http://trig.com/actos1680/biography/?ml=Buy-Actos-Without-Prescription Buy@Actos.Without.Prescription” >.< /a >< /b >< /blockquote >…
Buyno prescription luw…
August 13th, 2011 at 4:59 am
< b >< a href=”http://trig.com/abana5569/biography/?ml=Buy-Abana-Online Buy@Abana.Online” >..< /a >< /b >< /blockquote >…
Buynow it tly…
August 13th, 2011 at 7:39 am
< b >< a href=”http://trig.com/abana9134/biography/?ml=Order-Discount-Abana Order@Discount.Abana” >..< /a >< /b >< /blockquote >…
Buynow it vhx…
August 13th, 2011 at 5:38 pm
….
Best.place.to@buy.Clothes” rel=”nofollow”>.…
August 14th, 2011 at 9:50 am
< b >< a href=”http://trig.com/acai5876/biography/?ml=Order-Cheap-Acai Order@Cheap.Acai” >..< /a >< /b >< /blockquote >…
Buyno prescription gdt…
August 14th, 2011 at 3:41 pm
….
buy@cozaar.online” rel=”nofollow”>.…
August 14th, 2011 at 11:13 pm
< b >< a href=”http://trig.com/acai7726/biography/?ml=Purchase-Generic-Acai Purchase@Generic.Acai” >..< /a >< /b >< /blockquote >…
Buydrugs without prescription faj…
August 15th, 2011 at 9:28 am
< b >< a href=”http://trig.com/acai2041/biography/?ml=Generic-Acai-500mg-Without-Prescription Generic@Acai.500mg.Without.Prescription” >..< /a >< /b >< /blockquote >…
Buyno prescription wkp…
August 16th, 2011 at 5:45 am
< b >< a href=”http://trig.com/accupril3290/biography/?ml=Order-Cheap-Accupril Order@Cheap.Accupril” >.< /a >< /b >< /blockquote >…
Buynow it fnp…
August 17th, 2011 at 2:48 am
< b >< a href=”http://trig.com/accutane3131/biography/?ml=Order-Accutane-Online Order@Accutane.Online” >…< /a >< /b >< /blockquote >…
Buyit now sge…
August 17th, 2011 at 4:55 am
< b >< a href=”http://trig.com/accutane1980/biography/?ml=Order-Discount-Accutane Order@Discount.Accutane” >.< /a >< /b >< /blockquote >…
Buygeneric drugs mby…
August 17th, 2011 at 6:55 am
< b >< a href=”http://trig.com/accutane8996/biography/?ml=Purchase-Cheap-Accutane Purchase@Cheap.Accutane” >…< /a >< /b >< /blockquote >…
Buywithout prescription ccw…
August 17th, 2011 at 8:44 pm
< b >< a href=”http://trig.com/accutane3456/biography/?ml=Cheap-Accutane-Without-Prescription Cheap@Accutane.Without.Prescription” >…< /a >< /b >< /blockquote >…
Buydrugs without prescription jlg…
August 18th, 2011 at 5:26 am
< b >< a href=”http://trig.com/aciphex8041/biography/?ml=Buy-Aciphex-Online Buy@Aciphex.Online” >.< /a >< /b >< /blockquote >…
Buygeneric drugs itj…
August 18th, 2011 at 5:24 pm
< b >< a href=”http://trig.com/aciphex4652/biography/?ml=Get-Aciphex-Online Get@Aciphex.Online” >.< /a >< /b >< /blockquote >…
Buygeneric drugs nih…
August 19th, 2011 at 1:16 am
< b >< a href=”http://trig.com/aciphex1166/biography/?ml=Purchase-Generic-Aciphex Purchase@Generic.Aciphex” >..< /a >< /b >< /blockquote >…
Buydrugs without prescription ygy…
August 19th, 2011 at 3:57 pm
< b >< a href=”http://trig.com/acomplia9191/biography/?ml=Buy-Cheap-Acomplia Buy@Cheap.Acomplia” >…< /a >< /b >< /blockquote >…
Buygeneric meds svb…
August 20th, 2011 at 8:20 am
< b >< a href=”http://trig.com/acomplia740/biography/?ml=Purchase-Discount-Acomplia Purchase@Discount.Acomplia” >.< /a >< /b >< /blockquote >…
Buynow tqa…
August 21st, 2011 at 7:10 am
< b >< a href=”http://trig.com/acomplia740/biography/?ml=Purchase-Discount-Acomplia Purchase@Discount.Acomplia” >.< /a >< /b >< /blockquote >…
Buydrugs without prescription fva…
August 21st, 2011 at 5:29 pm
< b >< a href=”http://trig.com/actonel9638/biography/?ml=Order-Actonel-Online Order@Actonel.Online” >…< /a >< /b >< /blockquote >…
Buynow fjl…
August 22nd, 2011 at 2:50 pm
< b >< a href=”http://trig.com/advair3956/biography/?ml=Buy-Cheap-Advair Buy@Cheap.Advair” >.< /a >< /b >< /blockquote >…
Buygeneric drugs axm…
August 23rd, 2011 at 4:21 am
< b >< a href=”http://trig.com/advair4949/biography/?ml=Order-Advair-Online Order@Advair.Online” >..< /a >< /b >< /blockquote >…
Buyit now irl…
August 24th, 2011 at 9:06 pm
< b >< a href=”http://trig.com/aggrenox203/biography/?ml=Buy-Aggrenox-Online Buy@Aggrenox.Online” >..< /a >< /b >< /blockquote >…
Buygeneric drugs ajd…
August 25th, 2011 at 3:46 am
< b >< a href=”http://trig.com/aggrenox9670/biography/?ml=Order-Discount-Aggrenox Order@Discount.Aggrenox” >..< /a >< /b >< /blockquote >…
Buyno prescription lka…
August 25th, 2011 at 7:46 am
< b >< a href=”http://trig.com/aggrenox287/biography/?ml=Purchase-Discount-Aggrenox Purchase@Discount.Aggrenox” >.< /a >< /b >< /blockquote >…
Buynow it lmg…
August 26th, 2011 at 10:10 am
< b >< a href=”http://www.box.net/view_shared/9j7707llqv?ml=id coral@calcium.vitamin.explanation” >.< /a >< /b >< /blockquote >…
Buywithout prescription…
August 27th, 2011 at 6:10 am
< b >< a href=”http://www.box.net/view_shared/ykh0yd6gi0?ml=id advair@copd.advertising.campaign” >..< /a >< /b >< /blockquote >…
Buynow…
August 27th, 2011 at 11:30 am
< b >< a href=”http://www.box.net/view_shared/oplkbprky3?ml=id aleve@cold.tablets” >…< /a >< /b >< /blockquote >…
Buygeneric pills…
August 27th, 2011 at 11:30 pm
< b >< a href=”http://www.box.net/view_shared/f8qtrp00et?ml=id buy@amoxicillin.500mg” >.< /a >< /b >< /blockquote >…
Buynow it…
August 28th, 2011 at 4:46 am
< b >< a href=”http://www.box.net/view_shared/q7qplqglfd?ml=id coral@calcium.supplements” >…< /a >< /b >< /blockquote >…
Buygeneric meds…
August 29th, 2011 at 1:50 pm
< b >< a href=”http://www.box.net/view_shared/rhar3sf3bc?ml=id arimidex@or.nolvadex.steriods” >..< /a >< /b >< /blockquote >…
Buywithout prescription…
August 29th, 2011 at 5:54 pm
< b >< a href=”http://www.box.net/view_shared/9sjh9bui3k?ml=id artane@bending.over” >.< /a >< /b >< /blockquote >…
Buynow…
October 5th, 2011 at 1:07 pm
….
.@comprar.levitra” rel=”nofollow”>.…
October 6th, 2011 at 11:38 am
….
.@comprar.viagra” rel=”nofollow”>.…
October 11th, 2011 at 2:57 pm
….
.@viagra.precio” rel=”nofollow”>.…
October 17th, 2011 at 8:56 pm
< b >< a href=”http://policy2.org/bookmarks/1438?decorator=print#comments” >stage 3 ovarian cancer< /a >< /b >< /blockquote >…
Buy_drugs without prescription…
October 19th, 2011 at 12:52 am
< b >< a href=”http://policy2.org/bookmarks/1597?decorator=print#comments” >the process of methanogens metabolism< /a >< /b >< /blockquote >…
Buy_drugs without prescription…
October 19th, 2011 at 3:52 pm
< b >< a href=”http://community.jboss.org/bookmarks/1509?decorator=print#comments” >steroids abuse sexual dysfunction< /a >< /b >< /blockquote >…
Buy_it now…
October 19th, 2011 at 7:12 pm
< b >< a href=”http://community.jboss.org/bookmarks/1519?decorator=print#comments” >hiv aids in california in 1997< /a >< /b >< /blockquote >…
Buy_generic pills…
October 19th, 2011 at 8:52 pm
< b >< a href=”http://www.harmonycentral.com/bookmarks/4278?decorator=print#comments” >impact rating journal of clinical psychology< /a >< /b >< /blockquote >…
Buy_now it…
October 21st, 2011 at 11:24 am
< b >< a href=”http://community.music123.com/bookmarks/1278?decorator=print#comments” >viagra in the uk< /a >< /b >< /blockquote >…
Buy_no prescription…
October 22nd, 2011 at 7:24 am
< b >< a href=”http://enterpriseleadership.org/bookmarks/1497?decorator=print#comments” >ept pregnancy test< /a >< /b >< /blockquote >…
Buy_generic meds…
October 22nd, 2011 at 3:44 pm
< b >< a href=”http://community.music123.com/bookmarks/2935?decorator=print#comments” >what are three effects of obesity< /a >< /b >< /blockquote >…
Buy_it now…
October 22nd, 2011 at 7:48 pm
< b >< a href=”http://www.harmonycentral.com/bookmarks/4451?decorator=print#comments” >arimidex and marathon< /a >< /b >< /blockquote >…
Buy_generic drugs…
October 23rd, 2011 at 2:00 pm
< b >< a href=”http://policy2.org/bookmarks/2429?decorator=print#comments” >market drugs edmonton< /a >< /b >< /blockquote >…
Buy_now it…
October 25th, 2011 at 12:25 am
< b >< a href=”http://community.crn.com/bookmarks/1576?decorator=print#comments” >adrenal cancer symptoms< /a >< /b >< /blockquote >…
Buy_generic drugs…
October 25th, 2011 at 10:25 am
< b >< a href=”http://solid.community.appliedbiosystems.com/bookmarks/1488?decorator=print#comments” >good and bad drugs< /a >< /b >< /blockquote >…
Buy_without prescription…
October 25th, 2011 at 12:05 pm
< b >< a href=”http://talk.sonyericsson.com/bookmarks/1746?decorator=print#comments” >is hepatitis b contagious< /a >< /b >< /blockquote >…
Buy_generic pills…
October 25th, 2011 at 6:45 pm
< b >< a href=”http://www.screwfix.com/community/bookmarks/1702?decorator=print#comments” >drug rehab center british columbia< /a >< /b >< /blockquote >…
Buy_generic drugs…
October 26th, 2011 at 4:45 am
< b >< a href=”http://communities.leviton.com/bookmarks/2441?decorator=print#comments” >indigestion and chest pain< /a >< /b >< /blockquote >…
Buy_now it…
October 26th, 2011 at 2:45 pm
< b >< a href=”http://www.harmonycentral.com/bookmarks/4656?decorator=print#comments” >ultimate diet pills< /a >< /b >< /blockquote >…
Buy_generic pills…
October 28th, 2011 at 3:05 pm
< b >< a href=”http://eltcommunity.com/elt/bookmarks/1729?decorator=print#comments” >terbutaline autism claim< /a >< /b >< /blockquote >…
Buy_no prescription…
October 28th, 2011 at 4:45 pm
< b >< a href=”http://talk.sonyericsson.com/bookmarks/1978?decorator=print#comments” >iv zofran< /a >< /b >< /blockquote >…
Buy_drugs without prescription…
October 30th, 2011 at 1:18 am
< b >< a href=”http://community.crn.com/bookmarks/3302?decorator=print#comments” >decongestants hypertension safe< /a >< /b >< /blockquote >…
Buy_now it…
October 30th, 2011 at 11:42 pm
< b >< a href=”http://community.landesk.com/support/bookmarks/2228?decorator=print#comments” >does birth control control moods< /a >< /b >< /blockquote >…
Buy_generic drugs…
October 31st, 2011 at 3:02 am
< b >< a href=”http://hopestreetgroup.org/bookmarks/3657?decorator=print#comments” >chf vs pulmonary edema< /a >< /b >< /blockquote >…
Buy_generic drugs…
October 31st, 2011 at 6:22 am
< b >< a href=”http://communities.netapp.com/bookmarks/2562?decorator=print#comments” >canine kidney failure symptoms< /a >< /b >< /blockquote >…
Buy_generic pills…
November 1st, 2011 at 2:22 am
< b >< a href=”http://www.screwfix.com/community/bookmarks/2126?decorator=print#comments” >weight loss tricks for 40 somethings< /a >< /b >< /blockquote >…
Buy_drugs without prescription…
November 1st, 2011 at 7:02 pm
< b >< a href=”http://communities.netapp.com/bookmarks/2652?decorator=print#comments” >insulin receptor inhibition< /a >< /b >< /blockquote >…
Buy_without prescription…
November 3rd, 2011 at 6:02 am
< b >< a href=”http://hopestreetgroup.org/bookmarks/4268?decorator=print#comments” >hypertension police ma< /a >< /b >< /blockquote >…
Buy_drugs without prescription…
November 4th, 2011 at 7:49 am
< b >< a href=”http://talk.sonyericsson.com/bookmarks/2439?decorator=print#comments” >sample tlc diets< /a >< /b >< /blockquote >…
Buy_generic drugs…
November 4th, 2011 at 11:09 am
< b >< a href=”http://www.protocolexchange.com/bookmarks/3037?decorator=print#comments” >psychostimulant treatment of depression< /a >< /b >< /blockquote >…
Buy_drugs without prescription…
November 4th, 2011 at 2:29 pm
< b >< a href=”http://www.harmonycentral.com/bookmarks/5273?decorator=print#comments” >copd lung sounds< /a >< /b >< /blockquote >…
Buy_it now…
November 5th, 2011 at 11:26 am
< b >< a href=”http://community.jboss.org/bookmarks/2516?decorator=print#comments” >images of tongue cancer< /a >< /b >< /blockquote >…
Buy_generic meds…
November 5th, 2011 at 2:46 pm
< b >< a href=”http://community.crn.com/bookmarks/2337?decorator=print#comments” >cancer chemotherapy combination drugs< /a >< /b >< /blockquote >…
Buy_generic meds…
November 6th, 2011 at 12:26 pm
< b >< a href=”http://community.lls.org/bookmarks/2737?decorator=print#comments” >rebound phenomenon during gradual clonidine withdrawal< /a >< /b >< /blockquote >…
Buy_drugs without prescription…
November 6th, 2011 at 7:06 pm
< b >< a href=”http://community.crn.com/bookmarks/2417?decorator=print#comments” >kids weight gain< /a >< /b >< /blockquote >…
Buy_generic drugs…
November 7th, 2011 at 3:51 pm
….
best.place.to@buy.diamonds” rel=”nofollow”>.…
November 7th, 2011 at 3:51 pm
….
best.place.to@buy.diamonds” rel=”nofollow”>.…
November 7th, 2011 at 4:46 pm
< b >< a href=”http://communities.leviton.com/bookmarks/3229?decorator=print#comments” >azithromycin doxycycline over the counter< /a >< /b >< /blockquote >…
Buy_generic pills…
November 7th, 2011 at 6:26 pm
< b >< a href=”http://communities.netapp.com/bookmarks/3052?decorator=print#comments” >forensic drug test swab< /a >< /b >< /blockquote >…
Buy_no prescription…
November 8th, 2011 at 2:46 am
< b >< a href=”http://communities.leviton.com/bookmarks/3258?decorator=print#comments” >100 mile diet store< /a >< /b >< /blockquote >…
Buy_generic meds…
November 8th, 2011 at 11:35 am
< b >< a href=”http://cellnetwork.community.invitrogen.com/bookmarks/2492?decorator=print#comments” >list of anti anxiety drugs< /a >< /b >< /blockquote >…
Buy_generic meds…
November 8th, 2011 at 6:40 pm
< b >< a href=”http://community.lls.org/bookmarks/2867?decorator=print#comments” >pain relief until root canal< /a >< /b >< /blockquote >…
Buy_generic meds…
November 9th, 2011 at 1:20 am
< b >< a href=”http://cellnetwork.community.invitrogen.com/bookmarks/2528?decorator=print#comments” >glucose to insulin ratio metabolic syndrome< /a >< /b >< /blockquote >…
Buy_drugs without prescription…
November 9th, 2011 at 6:13 pm
….
buy.viagra@online.cheap” rel=”nofollow”>.…
November 10th, 2011 at 3:41 pm
….
buy@pfizer.viagra” rel=”nofollow”>.…
November 12th, 2011 at 1:00 am
< b >< a href=”http://hopestreetgroup.org/bookmarks/5872?decorator=print#comments” >how to make glucose water< /a >< /b >< /blockquote >…
Buy_it now…
November 12th, 2011 at 4:20 am
< b >< a href=”http://www.screwfix.com/community/bookmarks/3320?decorator=print#comments” >dr loss phil ultimate weight< /a >< /b >< /blockquote >…
Buy_no prescription…
November 12th, 2011 at 6:00 am
< b >< a href=”http://policy2.org/bookmarks/5911?decorator=print#comments” >dog retching vomiting weight loss< /a >< /b >< /blockquote >…
Buy_generic drugs…
November 12th, 2011 at 9:00 pm
< b >< a href=”http://policy2.org/bookmarks/6036?decorator=print#comments” >indomethacin opthalmic drops< /a >< /b >< /blockquote >…
Buy_generic pills…
November 13th, 2011 at 5:20 am
< b >< a href=”http://hopestreetgroup.org/bookmarks/7476?decorator=print#comments” >hormone shot for prostate cancer< /a >< /b >< /blockquote >…
Buy_generic drugs…
November 13th, 2011 at 8:40 am
< b >< a href=”http://community.techweb.com/bookmarks/3734?decorator=print#comments” >space herpes< /a >< /b >< /blockquote >…
Buy_now…
November 13th, 2011 at 10:00 pm
< b >< a href=”http://www.protocolexchange.com/bookmarks/2682?decorator=print#comments” >tobacco alternatives herbal< /a >< /b >< /blockquote >…
Buy_generic drugs…
November 16th, 2011 at 3:18 pm
< b >< a href=”http://community.jboss.org/bookmarks/3131?decorator=print#comments” >black molley slang drug name< /a >< /b >< /blockquote >…
Buy_generic drugs…
November 16th, 2011 at 4:58 pm
< b >< a href=”http://communities.leviton.com/bookmarks/3687?decorator=print#comments” >remeron dreams< /a >< /b >< /blockquote >…
Buy_it now…
November 17th, 2011 at 6:18 am
< b >< a href=”http://community.techweb.com/bookmarks/3901?decorator=print#comments” >fruity taste and diabetes< /a >< /b >< /blockquote >…
Buy_it now…
December 9th, 2011 at 6:03 pm
< b >< a href=”http://www.box.net/view_shared/tk131edqx0?ml=id depo@provera.bone.loss” >…< /a >< /b >< /blockquote >…
Buygeneric drugs…
July 5th, 2012 at 3:51 pm
…..
hoodia@diet.pills” rel=”nofollow”>.…
July 17th, 2012 at 9:59 am
……
natural@sleep.aids” rel=”nofollow”>.…
August 15th, 2012 at 9:19 am
._….
.@prilosec.otc” rel=”nofollow”>.…
January 29th, 2013 at 11:58 am
t….
over.the@counter.cialis” rel=”nofollow”>.…
January 30th, 2013 at 3:12 pm
fewa…
cialis@alternatives.otc” rel=”nofollow”>.…
March 12th, 2013 at 8:06 pm
cialis…
buy@cialis.online” rel=”nofollow”>.…
April 8th, 2013 at 1:28 pm
natural breast enhancement…
blobgle.com » Blog Archive » The Operational Data Store (ods)…
April 19th, 2013 at 5:26 am
:_:…
.:).…
April 28th, 2013 at 4:31 pm
can you get rid of herpes…
blobgle.com » Blog Archive » The Operational Data Store (ods)…
May 13th, 2013 at 10:56 am
how to get bigger boobs naturally…
blobgle.com » Blog Archive » The Operational Data Store (ods)…