SlideShare a Scribd company logo
1 of 37
Guident
                                                                                                            Guident


Why ODS? The Role Of The ODS In Today’s
BI World And How Oracle Technology Helps

                                              C. Scyphers
                                             Chief Architect
                                          Guident Technologies




 Guident || 198 Van Buren Street, Suite 120 Herndon, VA 20170 || Tel: Proprietary||of
                                                Confidential and 703.326.0888 Web: www.guident.com || Email: info@guident.com
                                                                                                                            1
                                                         Guident
Topics                                  Guident

   Guident Corporate Overview
   Overview Of RDBMS Implementations
   Where ODS Fits
   What An ODS Is – And Is Not
   The Classes Of ODS
   An Example
   Oracle Tools To Support An ODS
   Questions
   Conclusion



                                            2
Who We Are…                                                         Guident

   BI Professional Services and Consulting Firm
   Washington, DC area headquarters
   Founded in 1996
   140+ professionals
   Top 20 Ranking in the 2006 & 2007 Washington Technology Fast 50
   Significant client base in both the Government and Commercial
    sectors
   Certified by the SBA as an 8(a) business through July 2011




                                                                        3
Business Intelligence Services                                              Guident

    BI Core Technologies/Partnerships



    BI Strategy/Competency Centers, Data Warehousing, Data Quality, Enterprise
     Performance Management, Analytics Solutions
    Over 150 implementations
    Oracle BI Partner Advisory Council member
    Focused BI Methodology




     Come visit us at the
       Guident Booth!

 Raffling Off iPod Nano!                                                          4
Topics                                  Guident

   Guident Corporate Overview
   Overview Of RDBMS Implementations
   Where ODS Fits
   What An ODS Is – And Is Not
   The Classes Of ODS
   An Example
   Oracle Tools To Support An ODS
   Questions
   Conclusion



                                            5
Introduction Of The Metaphor                                                      Guident

    Use a “real world” example.

     A hypothetical company, called “Misa”

     “Misa” will be a credit card company, much like
     their competitors, Fastercard

     In the interests of complete disclosure, I have not worked for any credit card
     companies, nor do I have any insight or inside knowledge of their either
     operational processes or their databases, other than the bill I get every month.

    Please don’t sue me.




                                                                                        6
Database Uses                                                                        Guident

    Databases persist information in a logical fashion so as to facilitate efficient use of the
     data stored.

    The efficient use may be rapid data entry (i.e. a Point Of Sale operation where the
     speed of a customer’s check out is of paramount importances) or an analytical view of
     the totality of the data.

    These goals are frequently referred to as OLTP and OLAP (OnLine Transactional
     Processing and OnLine Analytical Processing, respectively).

    Both OLTP and OLAP operations require very different database structures, hardware
     resources and administrative support.

    In practice, most databases tend to support both operations in varying combinations
     of priority.




                                                                                               7
OLTP Databases                                                                      Guident

    A very common (if not the most common) implementation of database technology is
     with an OnLine Transactional Processing system.

    The primary focus of an OLTP database is the efficient processing of atomic
     transactions to add, change and/or delete data.

    As a result, analyzing the data collected during the individual transactions receives
     secondary importance.

    Attempting to report trends, metrics and other business intelligence related
     evaluations can be unwieldy and slow.

          In our example, Misa will use an OLTP database to track each individual
          purchase by a given consumer using one of their credit products (a credit card,
          for instance).




                                                                                             8
OLAP Databases                                                                  Guident

    A relatively recent implementation of database technology is OnLine Analytical
     Processing.

    Over the last two decades, the ability to analyze historical data in real time
     interactions (as opposed to long running batch operations) has revolutionized the way
     in which business evaluate their operations.

    A hallmark of OLAP databases is a radically modified data structure (when compared
     to an OLTP database) optimized for efficient fetching of data in a fashion meaningful
     to end users.

    Add, change and/or delete operations suffer as a result of this optimized approach.

    A direct result of this modified data structure is that
     the database does not support alterations easily.
     Data tends to be inserted only, with subsequence
     “updates” to a data point taking precedence over
     any prior incarnations.

          In our example, our credit card company may
          want to examine the purchase patterns of
          their consumer base to identify and/or predict
          future purchase patterns and possible
          partnerships.

                                                                                             9
Topics                                  Guident

   Guident Corporate Overview
   Overview Of RDBMS Implementations
   Where ODS Fits
   What An ODS Is – And Is Not
   The Classes Of ODS
   An Example
   Oracle Tools To Support An ODS
   Questions
   Conclusion



                                           10
The Missing Link                                                                  Guident

                   OLTP                                            OLAP
    One or more OLTP databases,                   One or more OLAP instances (possibly
     containing the individual operations           a data warehouse, but not
     occurring on a daily basis within an           necessarily), structured in such a way
     organization.                                  as to return relevant facts about
                                                    historical activities to an analyst as
                                                    quickly as possible.
    The business problem lies in analyzing current data at a higher level than individual
     transactions.

           With Misa, they have a strong business need to detect fraudulent transactions as
           quickly as possible. They could attempt to use either the OLTP or the OLAP
           systems.
    The analyst could comb through                The analyst could explore the historical
     the OLTP databases, hunting for                data within the OLAP environment
     potentially fraudulent transactions.
                                                         Depending on the freshness of the
          However, this is almost                        data within the OLAP instance, this
           certainly going to be too                      will probably not be able to catch
           resource intensive.                            the fraud before large amounts of
                                                          damage and/or losses are
                                                          incurred.
                                                                                             11
The Missing Link, part II                                                      Guident

    Additionally, the OLTP database(s) may not be the sole source of data needed for the
     analysis.

    Other data sources may need to be considered:

          Demographic data such as age, race, sex, family size, et al.

          Economic data (income range, own vs. rent, credit history, etc).

          Geographical data (zip code, neighborhood information, etc.)




                                                                                       12
Loading The Data                                                                  Guident

    One of the common ways of loading data into a database – particularly when loading
     data for analytical purposes – is to using an ETL process.

    In this process, the data is first Extracted from a given source, Transformed into a
     format more desirable in the target and then Loaded into the target database.

    A typical ETL process will bring several disparate data sources together into a
     cohesive set of tables.

          These tables tend to be groups as
           fact tables and dimensions in OLAP
           environments.

    During the load process, the data may be
     cleansed, semi-normalized into
     dimensions (particularly if a snowflake
     design is being used) and (oft times)
     summarized and/or aggregated into roll
     up values for analysis.




                                                                                            13
ODS - Bridging The Gap                                                      Guident

    An Operational Data Store (ODS) can be used to bridge the business needs gap
     between OLTP systems and the OLAP environment.



          OLTP                                                       OLAP




             OLTP                        ODS                        OLAP
 Rapid Inserts/Updates/        Rapid Inserts/Updates/     Comparatively Slower
 Deletes Are Supported         Deletes Are Supported      Inserts (Due To ETL)
 Live Data                     “Current” Data             Historical Data
 Live Perspective              “Current” Perspective      Historical Perspective
 Optimized For Inserts/        Optimized For Reporting    Optimized For Reporting
 Updates/Deletes
                                                                                    14
Topics                                  Guident

   Guident Corporate Overview
   Overview Of RDBMS Implementations
   Where ODS Fits
   What An ODS Is – And Is Not
   The Classes Of ODS
   An Example
   Oracle Tools To Support An ODS
   Questions
   Conclusion



                                           15
The Definition Of An ODS                                                                              Guident

    The canonical definition of an ODS is:

        “a subject-oriented, integrated, volatile, current-valued, detailed-only collection of data in support of an
        organization’s need for up-to-the-second, operational, integrated, collective information”
                                                                                                      (Bill Immon)

    In reality, some summarization and/or aggregation tends to occur to support the direct
     business needs at hand. Still, the intent of an ODS remains the atomic transactions.

    An ODS, much like a data warehouse or data mart, is organized around business
     subjects like “Customer”, “Vendor”, and the like. An ODS is not typically focused on a
     function or application like “A/P”, “A/R” or “Order Entry”.

    An ODS will bridge subjects and present an overview of a business area, rather than
     a stovepipe view.

          For example, any data relevant to the analysis and understanding of the
          “Customer” business subject will be pulled into the ODS from whatever sources
          are needed.




                                                                                                                 16
The Definition Of An ODS (continued)                                               Guident

    An ODS will most likely reflect the “current” state of data for the subject – however the
     word “current” is defined.

          For some groups, current may be the present accounting period. For others, it
           may be a rolling seven day window.

          In these environments, the ODS will not contain anything beyond the operational
           window, nor will it contain multiple versions (or snapshots) of the data.

    To maintain the current nature of the data, an ODS will have to be updated (from it’s
     constituent data sources) on a sufficiently frequent cycle to ensure that the data in the
     ODS remains “current”.

    An ODS will be sufficiently detailed to answer the specific business needs of the
     subject.

    An ODS is classified into one of four categories based on both the rate data is loaded
     into the system and the source of the data.




                                                                                            17
An ODS is Not….                                                                  Guident

    A common misconception of an ODS is that it must sit exactly between the OLTP
     system and the OLAP environment. While is it possible (and sometimes optimal) to
     use an ODS as a staging area for a subset of the data needed for an OLAP
     environment, an ODS addresses very different business needs.

    An ODS typically will not be valuable at the department level of analysis. The value of
     an ODS comes from leveraging data across the enterprise.

           In the Misa analogy, a customer ODS would probably be used by marketing,
           sales, customer support and billing, just to list four quick examples.

    An ODS is not the end-all, be-all for a specific subject matter.

    The BI value of an ODS comes from two main sources:
          The ability to promote rapid responses to
           changes in the environment

          A quick way to orient analysts in the best
           direction for a more comprehensive
           investigation.



                                                                                         18
An ODS Is…                                                                        Guident

    A way of getting specific answers to specific questions about the current state of the
     world.

    An analogous way to think of the difference between an ODS and a data warehouse
     is the difference between short term memory and long term memory.

          An ODS is short term memory – all about what has happened very recently

          A data warehouse is long term memory – what happened a decade ago

    An ODS is designed, deployed and tuned for fetch performance on a (comparatively)
     small, focused set of data.




                                                                                              19
How To Use An ODS                                                                 Guident

    An ODS excels about providing current data on a particular subject area.

    This naturally lends itself to being a data source for some dashboard
     implementations.

          The ODS would have the most current information needed for a green/red light
           implementation of metric analysis.

          A company could use an ODS as a data source for an up/down analysis of
           servers, instances, services and other technical administrative details.

           Misa might elect to use an ODS for real time fraud analysis or to alert key
           personnel to an unexpected global surge in activity.




                                                                                          20
How To Use An ODS (continued)                                                         Guident

    Another valuable use for an ODS is in customer facing operations.

    An ODS can be used to provide phone support operators (sales, customer service,
     technical support, etc.) with the most up-to-date information about a customer quickly
     (usually faster than either a data warehouse or an OLTP system).

          With Misa, a customer might call the call
          center about her account.

          The answering technician would then pull
          up her current account, showing:

                Most Recent Billing (And Payment                                        ODS
                Status)

                Any Security Warnings

                Any Active Disputes

    By going to the ODS, the response should be sub-second, if not instantaneous.

    If any additional data is needed (prior billings, prior disputes, etc.), those queries
     could be serviced by the OLAP environment.
                                                                                              21
Topics                                  Guident

   Guident Corporate Overview
   Overview Of RDBMS Implementations
   Where ODS Fits
   What An ODS Is – And Is Not
   The Classes Of ODS
   An Example
   Oracle Tools To Support An ODS
   Questions
   Conclusion



                                           22
The Classes Of ODS – Class I                                                      Guident

    Transactions are loaded into the ODS from the data sources as soon as the source
     transaction is committed.

    This is otherwise known as a real time ODS.

    In this model, any ETL processes must be very simple to maintain the constraints of
     real time processing.

    In practice, this is very uncommon in production, mostly due to the prohibitive cost of
     implementation.




                                                                                           23
The Classes Of ODS – Class II                                                  Guident

    Transactions are loaded into the ODS from the data sources within a very short
     period of time.

    The period of time can be from a few minutes up to a few hours. A ceiling of ~6 hours
     is typical.

    In this model, normal ETL processing is supported.

    Most ODS configurations tends to be a variation on this class.




                                                                                        24
The Classes Of ODS – Class III                                                      Guident

    Transactions are loaded into the ODS from the data sources on a daily schedule

    While it is certainly possible to populate the data on a schedule longer than a day, it is
     also very uncommon to do that.

    In this model, normal ETL processing is supported.

    Variations on this approach are the second most common ODS implementation.




                                                                                             25
The Classes Of ODS – Class IV                                                     Guident

    Aggregate data are loaded into the ODS from an OLAP environment on a scheduled
     basis.

    The primary difference between this approach and a data mart populated by
     replicating a subset of data from a warehouse is:

          A data mart will have historical data within its confines

          An ODS will only have “current” data.

    In this model, normal ETL processing is supported, but usually not needed.

    This is rarely implemented in pure form; however, DWs can (and frequently do) serve
     as data sources for any ODS.


             Data
           Warehouse




                                                                                      26
Topics                                  Guident

   Guident Corporate Overview
   Overview Of RDBMS Implementations
   Where ODS Fits
   What An ODS Is – And Is Not
   The Classes Of ODS
   An Example
   Oracle Tools To Support An ODS
   Questions
   Conclusion



                                           27
Detecting Fraud With An ODS                                                 Guident

    So, let’s solve a business problem. MISA wants to be able to detect fraudulent
     behavior as soon as possible. How do you think we could use an ODS to do this?



    Organizing the data by

          Unique customer

    Integrating relevant data:

          Mailing address of the customer

          Location and Type of the stores

          Amount spent,

          Date and time of the transaction

          Declaring a rolling 14 day window

    A sufficient set of data should be on hand to support analysis.

                                                                                      28
Tips For Designing & Building An ODS                                                Guident

    Have good requirements and a good data model

          Many – if not most – problems that occur in an ODS deployment can be directly
           traced to an incomplete understanding and mapping of the business problem(s).

    Do not overpopulate the ODS with unnecessary data.

          Only include attributes directly relevant to the business problems the ODS will
           solve.

          Adding extraneous attribute for ulterior purposes is very tempting, but will only
           serve to lessen the value of the ODS in itself.
    Use an iterative approach. As with many OLAP
     implementations, a quick ROI builds political capital
     within the organization, allowing for future growth.

    As an ODS will most likely receive cleansed data
     as part of it’s ETL process, it may be more efficient
     to use the ODS as a data source for a data
     warehouse or data mart.

          If so, avoid duplication of effort.

                                                                                               29
Where An ODS Fits In The Enterprise            Guident


         OLTP
                                      ODS




            Multiple ODS:
            Customer for C/S
            Customer for Sales
            Customer for Marketing
            Fraud for Security
                                            OLAP




                                                   30
Topics                                  Guident

   Guident Corporate Overview
   Overview Of RDBMS Implementations
   Where ODS Fits
   What An ODS Is – And Is Not
   The Classes Of ODS
   An Example
   Oracle Tools To Support An ODS
   Questions
   Conclusion



                                           31
Oracle Tools For An ODS                                                      Guident

    Any number of Oracle tools can be used to assist with the design,
     development, deployment and administration of an ODS.

    TimesTen is very good for Class I & II databases where speed is of
     paramount importance.

    Oracle Warehouse Builder can quickly build an ETL process from a
     host of disparate data sources.

    Fusion Middleware – in particular, Oracle Data Integrator – can
     further extend the reach of the ODS into even more data sources.

    Enterprise Edition of the RDBMS can support virtually any ODS
     requirement.

          Partitioning                  Change Data Capture

          Scalability/VLDB              Parallelism – Whenever Possible!

          Heterogeneous Support



                                                                                32
Topics                                  Guident

   Guident Corporate Overview
   Overview Of RDBMS Implementations
   Where ODS Fits
   What An ODS Is – And Is Not
   The Classes Of ODS
   An Example
   Oracle Tools To Support An ODS
   Questions
   Conclusion



                                           33
Q&A                    Guident




      Any Questions?




                          34
Topics                                  Guident

   Guident Corporate Overview
   Overview Of RDBMS Implementations
   Where ODS Fits
   What An ODS Is – And Is Not
   The Classes Of ODS
   An Example
   Oracle Tools To Support An ODS
   Questions
   Conclusion



                                           35
Conclusions                                                                      Guident



    An ODS acts as a current, bird’s-eye view of a specific business subject.

    An ODS typically pulls from multiple data sources to construct its environment.

    An ODS bridges the gap between OLTP and OLAP systems, providing a powerful tool
     for real time analysis and reactions to an organization.

    Most ODS operations lag behind the live production OLTP data by some period of
     time, usually measured in hours.




                                                                                       36
Contact Us                                                   Guident

  To find out how Guident can assist you in aligning business and
  technology to produce significant performance improvement, growth,
  and return on investment, please contact:



  C. Scyphers
  Chief Architect
  Office: 703.326.0888
  E-mail: cscyphers@guident.com
  Web:    www.guident.com




                                                                       37

More Related Content

What's hot

Activate Data Governance Using the Data Catalog
Activate Data Governance Using the Data CatalogActivate Data Governance Using the Data Catalog
Activate Data Governance Using the Data CatalogDATAVERSITY
 
Data Catalog as the Platform for Data Intelligence
Data Catalog as the Platform for Data IntelligenceData Catalog as the Platform for Data Intelligence
Data Catalog as the Platform for Data IntelligenceAlation
 
Data Lake Architecture – Modern Strategies & Approaches
Data Lake Architecture – Modern Strategies & ApproachesData Lake Architecture – Modern Strategies & Approaches
Data Lake Architecture – Modern Strategies & ApproachesDATAVERSITY
 
Data Warehouse Design and Best Practices
Data Warehouse Design and Best PracticesData Warehouse Design and Best Practices
Data Warehouse Design and Best PracticesIvo Andreev
 
Democratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized PlatformDemocratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized PlatformDatabricks
 
Data Modeling on Azure for Analytics
Data Modeling on Azure for AnalyticsData Modeling on Azure for Analytics
Data Modeling on Azure for AnalyticsIke Ellis
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse conceptsobieefans
 
Cloud-native Semantic Layer on Data Lake
Cloud-native Semantic Layer on Data LakeCloud-native Semantic Layer on Data Lake
Cloud-native Semantic Layer on Data LakeDatabricks
 
Future of Data Engineering
Future of Data EngineeringFuture of Data Engineering
Future of Data EngineeringC4Media
 
Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)Denodo
 
Data Architecture for Data Governance
Data Architecture for Data GovernanceData Architecture for Data Governance
Data Architecture for Data GovernanceDATAVERSITY
 
Big Data Fabric 2.0 Drives Data Democratization
Big Data Fabric 2.0 Drives Data DemocratizationBig Data Fabric 2.0 Drives Data Democratization
Big Data Fabric 2.0 Drives Data DemocratizationCambridge Semantics
 
The ABCs of Treating Data as Product
The ABCs of Treating Data as ProductThe ABCs of Treating Data as Product
The ABCs of Treating Data as ProductDATAVERSITY
 
Data Lake: A simple introduction
Data Lake: A simple introductionData Lake: A simple introduction
Data Lake: A simple introductionIBM Analytics
 
Best Practices in Metadata Management
Best Practices in Metadata ManagementBest Practices in Metadata Management
Best Practices in Metadata ManagementDATAVERSITY
 

What's hot (20)

Activate Data Governance Using the Data Catalog
Activate Data Governance Using the Data CatalogActivate Data Governance Using the Data Catalog
Activate Data Governance Using the Data Catalog
 
Data Catalog as the Platform for Data Intelligence
Data Catalog as the Platform for Data IntelligenceData Catalog as the Platform for Data Intelligence
Data Catalog as the Platform for Data Intelligence
 
Data Lake Architecture – Modern Strategies & Approaches
Data Lake Architecture – Modern Strategies & ApproachesData Lake Architecture – Modern Strategies & Approaches
Data Lake Architecture – Modern Strategies & Approaches
 
Data Warehouse Design and Best Practices
Data Warehouse Design and Best PracticesData Warehouse Design and Best Practices
Data Warehouse Design and Best Practices
 
Democratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized PlatformDemocratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized Platform
 
Data Modeling on Azure for Analytics
Data Modeling on Azure for AnalyticsData Modeling on Azure for Analytics
Data Modeling on Azure for Analytics
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse concepts
 
Cloud-native Semantic Layer on Data Lake
Cloud-native Semantic Layer on Data LakeCloud-native Semantic Layer on Data Lake
Cloud-native Semantic Layer on Data Lake
 
Snowflake Overview
Snowflake OverviewSnowflake Overview
Snowflake Overview
 
Future of Data Engineering
Future of Data EngineeringFuture of Data Engineering
Future of Data Engineering
 
Lakehouse in Azure
Lakehouse in AzureLakehouse in Azure
Lakehouse in Azure
 
Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)
 
Data Architecture for Data Governance
Data Architecture for Data GovernanceData Architecture for Data Governance
Data Architecture for Data Governance
 
Big Data Fabric 2.0 Drives Data Democratization
Big Data Fabric 2.0 Drives Data DemocratizationBig Data Fabric 2.0 Drives Data Democratization
Big Data Fabric 2.0 Drives Data Democratization
 
Elastic Data Warehousing
Elastic Data WarehousingElastic Data Warehousing
Elastic Data Warehousing
 
The ABCs of Treating Data as Product
The ABCs of Treating Data as ProductThe ABCs of Treating Data as Product
The ABCs of Treating Data as Product
 
Data Lake: A simple introduction
Data Lake: A simple introductionData Lake: A simple introduction
Data Lake: A simple introduction
 
Best Practices in Metadata Management
Best Practices in Metadata ManagementBest Practices in Metadata Management
Best Practices in Metadata Management
 
Data Mesh
Data MeshData Mesh
Data Mesh
 
Operational Data Vault
Operational Data VaultOperational Data Vault
Operational Data Vault
 

Viewers also liked (20)

Fast Data Overview
Fast Data OverviewFast Data Overview
Fast Data Overview
 
Best Practices for Building Open Source Data Layers
Best Practices for Building Open Source Data LayersBest Practices for Building Open Source Data Layers
Best Practices for Building Open Source Data Layers
 
ODS Presentation UK
ODS Presentation UKODS Presentation UK
ODS Presentation UK
 
Data Warehouse 101
Data Warehouse 101Data Warehouse 101
Data Warehouse 101
 
Data Warehousing 2016
Data Warehousing 2016Data Warehousing 2016
Data Warehousing 2016
 
SKF First-quarter report 2011
SKF First-quarter report 2011SKF First-quarter report 2011
SKF First-quarter report 2011
 
What Makes A Green Telco
What Makes A Green TelcoWhat Makes A Green Telco
What Makes A Green Telco
 
6 Ethernet
6 Ethernet6 Ethernet
6 Ethernet
 
SKF First-quarter 2011 result slide show
SKF First-quarter 2011 result slide show SKF First-quarter 2011 result slide show
SKF First-quarter 2011 result slide show
 
Ranking 27.07 Vpp
Ranking 27.07 VppRanking 27.07 Vpp
Ranking 27.07 Vpp
 
Talk Aint Cheap
Talk Aint CheapTalk Aint Cheap
Talk Aint Cheap
 
מצילים את נחל הירקון
מצילים את נחל הירקוןמצילים את נחל הירקון
מצילים את נחל הירקון
 
Gifts In A Jar
Gifts In A JarGifts In A Jar
Gifts In A Jar
 
Power point test
Power point testPower point test
Power point test
 
Brochure Graphic Production
Brochure Graphic Production Brochure Graphic Production
Brochure Graphic Production
 
Thesis 7 21 08
Thesis 7 21 08Thesis 7 21 08
Thesis 7 21 08
 
LIFE - 4/7/2010 - Lavender Recipes
LIFE - 4/7/2010 - Lavender RecipesLIFE - 4/7/2010 - Lavender Recipes
LIFE - 4/7/2010 - Lavender Recipes
 
INFORMATICA ETIQUETAS
INFORMATICA ETIQUETASINFORMATICA ETIQUETAS
INFORMATICA ETIQUETAS
 
The Carbon Conversation, February 2010: Joanna Yarrow
The Carbon Conversation, February 2010: Joanna YarrowThe Carbon Conversation, February 2010: Joanna Yarrow
The Carbon Conversation, February 2010: Joanna Yarrow
 
Teach
TeachTeach
Teach
 

Similar to Why ODS? The Role Of The ODS In Today’s BI World And How Oracle Technology Helps

Implementing bi in proof of concept techniques
Implementing bi in proof of concept techniquesImplementing bi in proof of concept techniques
Implementing bi in proof of concept techniquesRanjith Ramanan
 
OLAP Release 13082012
OLAP Release 13082012OLAP Release 13082012
OLAP Release 13082012Pozzolini
 
Prague data management meetup 2017-02-28
Prague data management meetup 2017-02-28Prague data management meetup 2017-02-28
Prague data management meetup 2017-02-28Martin Bém
 
Big data analytics beyond beer and diapers
Big data analytics   beyond beer and diapersBig data analytics   beyond beer and diapers
Big data analytics beyond beer and diapersKai Zhao
 
Gerenral insurance Accounts IT and Investment
Gerenral insurance Accounts IT and InvestmentGerenral insurance Accounts IT and Investment
Gerenral insurance Accounts IT and Investmentvijayk23x
 
Business inteligince
Business inteliginceBusiness inteligince
Business inteliginceIssam Chong
 
White paper making an-operational_data_store_(ods)_the_center_of_your_data_...
White paper   making an-operational_data_store_(ods)_the_center_of_your_data_...White paper   making an-operational_data_store_(ods)_the_center_of_your_data_...
White paper making an-operational_data_store_(ods)_the_center_of_your_data_...Eric Javier Espino Man
 
the process of transforming data into in
the process of transforming data into inthe process of transforming data into in
the process of transforming data into inNISHANTHM64
 
Analytic Platforms in the Real World with 451Research and Calpont_July 2012
Analytic Platforms in the Real World with 451Research and Calpont_July 2012Analytic Platforms in the Real World with 451Research and Calpont_July 2012
Analytic Platforms in the Real World with 451Research and Calpont_July 2012Calpont Corporation
 
Top 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfTop 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfDatacademy.ai
 
Dw & etl concepts
Dw & etl conceptsDw & etl concepts
Dw & etl conceptsjeshocarme
 
Online analytical processing
Online analytical processingOnline analytical processing
Online analytical processingSamraiz Tejani
 
OLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEOLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEZalpa Rathod
 
us it recruiter
us it recruiterus it recruiter
us it recruiterRo Hith
 
Hadoop: Data Storage Locker or Agile Analytics Platform? It’s Up to You.
Hadoop: Data Storage Locker or Agile Analytics Platform? It’s Up to You.Hadoop: Data Storage Locker or Agile Analytics Platform? It’s Up to You.
Hadoop: Data Storage Locker or Agile Analytics Platform? It’s Up to You.Jennifer Walker
 

Similar to Why ODS? The Role Of The ODS In Today’s BI World And How Oracle Technology Helps (20)

Issue in Data warehousing and OLAP in E-business
Issue in Data warehousing and OLAP in E-businessIssue in Data warehousing and OLAP in E-business
Issue in Data warehousing and OLAP in E-business
 
Implementing bi in proof of concept techniques
Implementing bi in proof of concept techniquesImplementing bi in proof of concept techniques
Implementing bi in proof of concept techniques
 
OLAP Release 13082012
OLAP Release 13082012OLAP Release 13082012
OLAP Release 13082012
 
Prague data management meetup 2017-02-28
Prague data management meetup 2017-02-28Prague data management meetup 2017-02-28
Prague data management meetup 2017-02-28
 
Big data analytics beyond beer and diapers
Big data analytics   beyond beer and diapersBig data analytics   beyond beer and diapers
Big data analytics beyond beer and diapers
 
Gerenral insurance Accounts IT and Investment
Gerenral insurance Accounts IT and InvestmentGerenral insurance Accounts IT and Investment
Gerenral insurance Accounts IT and Investment
 
Business inteligince
Business inteliginceBusiness inteligince
Business inteligince
 
White paper making an-operational_data_store_(ods)_the_center_of_your_data_...
White paper   making an-operational_data_store_(ods)_the_center_of_your_data_...White paper   making an-operational_data_store_(ods)_the_center_of_your_data_...
White paper making an-operational_data_store_(ods)_the_center_of_your_data_...
 
the process of transforming data into in
the process of transforming data into inthe process of transforming data into in
the process of transforming data into in
 
Analytic Platforms in the Real World with 451Research and Calpont_July 2012
Analytic Platforms in the Real World with 451Research and Calpont_July 2012Analytic Platforms in the Real World with 451Research and Calpont_July 2012
Analytic Platforms in the Real World with 451Research and Calpont_July 2012
 
Top 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfTop 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdf
 
Oracle sql plsql & dw
Oracle sql plsql & dwOracle sql plsql & dw
Oracle sql plsql & dw
 
Dw & etl concepts
Dw & etl conceptsDw & etl concepts
Dw & etl concepts
 
Online analytical processing
Online analytical processingOnline analytical processing
Online analytical processing
 
OLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEOLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSE
 
us it recruiter
us it recruiterus it recruiter
us it recruiter
 
Hadoop: Data Storage Locker or Agile Analytics Platform? It’s Up to You.
Hadoop: Data Storage Locker or Agile Analytics Platform? It’s Up to You.Hadoop: Data Storage Locker or Agile Analytics Platform? It’s Up to You.
Hadoop: Data Storage Locker or Agile Analytics Platform? It’s Up to You.
 
Big data rmoug
Big data rmougBig data rmoug
Big data rmoug
 
CTP Data Warehouse
CTP Data WarehouseCTP Data Warehouse
CTP Data Warehouse
 
9sight operational analytics white paper
9sight   operational analytics white paper9sight   operational analytics white paper
9sight operational analytics white paper
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

Why ODS? The Role Of The ODS In Today’s BI World And How Oracle Technology Helps

  • 1. Guident Guident Why ODS? The Role Of The ODS In Today’s BI World And How Oracle Technology Helps C. Scyphers Chief Architect Guident Technologies Guident || 198 Van Buren Street, Suite 120 Herndon, VA 20170 || Tel: Proprietary||of Confidential and 703.326.0888 Web: www.guident.com || Email: info@guident.com 1 Guident
  • 2. Topics Guident  Guident Corporate Overview  Overview Of RDBMS Implementations  Where ODS Fits  What An ODS Is – And Is Not  The Classes Of ODS  An Example  Oracle Tools To Support An ODS  Questions  Conclusion 2
  • 3. Who We Are… Guident  BI Professional Services and Consulting Firm  Washington, DC area headquarters  Founded in 1996  140+ professionals  Top 20 Ranking in the 2006 & 2007 Washington Technology Fast 50  Significant client base in both the Government and Commercial sectors  Certified by the SBA as an 8(a) business through July 2011 3
  • 4. Business Intelligence Services Guident  BI Core Technologies/Partnerships  BI Strategy/Competency Centers, Data Warehousing, Data Quality, Enterprise Performance Management, Analytics Solutions  Over 150 implementations  Oracle BI Partner Advisory Council member  Focused BI Methodology Come visit us at the Guident Booth! Raffling Off iPod Nano! 4
  • 5. Topics Guident  Guident Corporate Overview  Overview Of RDBMS Implementations  Where ODS Fits  What An ODS Is – And Is Not  The Classes Of ODS  An Example  Oracle Tools To Support An ODS  Questions  Conclusion 5
  • 6. Introduction Of The Metaphor Guident  Use a “real world” example. A hypothetical company, called “Misa” “Misa” will be a credit card company, much like their competitors, Fastercard In the interests of complete disclosure, I have not worked for any credit card companies, nor do I have any insight or inside knowledge of their either operational processes or their databases, other than the bill I get every month.  Please don’t sue me. 6
  • 7. Database Uses Guident  Databases persist information in a logical fashion so as to facilitate efficient use of the data stored.  The efficient use may be rapid data entry (i.e. a Point Of Sale operation where the speed of a customer’s check out is of paramount importances) or an analytical view of the totality of the data.  These goals are frequently referred to as OLTP and OLAP (OnLine Transactional Processing and OnLine Analytical Processing, respectively).  Both OLTP and OLAP operations require very different database structures, hardware resources and administrative support.  In practice, most databases tend to support both operations in varying combinations of priority. 7
  • 8. OLTP Databases Guident  A very common (if not the most common) implementation of database technology is with an OnLine Transactional Processing system.  The primary focus of an OLTP database is the efficient processing of atomic transactions to add, change and/or delete data.  As a result, analyzing the data collected during the individual transactions receives secondary importance.  Attempting to report trends, metrics and other business intelligence related evaluations can be unwieldy and slow. In our example, Misa will use an OLTP database to track each individual purchase by a given consumer using one of their credit products (a credit card, for instance). 8
  • 9. OLAP Databases Guident  A relatively recent implementation of database technology is OnLine Analytical Processing.  Over the last two decades, the ability to analyze historical data in real time interactions (as opposed to long running batch operations) has revolutionized the way in which business evaluate their operations.  A hallmark of OLAP databases is a radically modified data structure (when compared to an OLTP database) optimized for efficient fetching of data in a fashion meaningful to end users.  Add, change and/or delete operations suffer as a result of this optimized approach.  A direct result of this modified data structure is that the database does not support alterations easily. Data tends to be inserted only, with subsequence “updates” to a data point taking precedence over any prior incarnations. In our example, our credit card company may want to examine the purchase patterns of their consumer base to identify and/or predict future purchase patterns and possible partnerships. 9
  • 10. Topics Guident  Guident Corporate Overview  Overview Of RDBMS Implementations  Where ODS Fits  What An ODS Is – And Is Not  The Classes Of ODS  An Example  Oracle Tools To Support An ODS  Questions  Conclusion 10
  • 11. The Missing Link Guident OLTP OLAP  One or more OLTP databases,  One or more OLAP instances (possibly containing the individual operations a data warehouse, but not occurring on a daily basis within an necessarily), structured in such a way organization. as to return relevant facts about historical activities to an analyst as quickly as possible.  The business problem lies in analyzing current data at a higher level than individual transactions. With Misa, they have a strong business need to detect fraudulent transactions as quickly as possible. They could attempt to use either the OLTP or the OLAP systems.  The analyst could comb through  The analyst could explore the historical the OLTP databases, hunting for data within the OLAP environment potentially fraudulent transactions.  Depending on the freshness of the  However, this is almost data within the OLAP instance, this certainly going to be too will probably not be able to catch resource intensive. the fraud before large amounts of damage and/or losses are incurred. 11
  • 12. The Missing Link, part II Guident  Additionally, the OLTP database(s) may not be the sole source of data needed for the analysis.  Other data sources may need to be considered:  Demographic data such as age, race, sex, family size, et al.  Economic data (income range, own vs. rent, credit history, etc).  Geographical data (zip code, neighborhood information, etc.) 12
  • 13. Loading The Data Guident  One of the common ways of loading data into a database – particularly when loading data for analytical purposes – is to using an ETL process.  In this process, the data is first Extracted from a given source, Transformed into a format more desirable in the target and then Loaded into the target database.  A typical ETL process will bring several disparate data sources together into a cohesive set of tables.  These tables tend to be groups as fact tables and dimensions in OLAP environments.  During the load process, the data may be cleansed, semi-normalized into dimensions (particularly if a snowflake design is being used) and (oft times) summarized and/or aggregated into roll up values for analysis. 13
  • 14. ODS - Bridging The Gap Guident  An Operational Data Store (ODS) can be used to bridge the business needs gap between OLTP systems and the OLAP environment. OLTP OLAP OLTP ODS OLAP Rapid Inserts/Updates/ Rapid Inserts/Updates/ Comparatively Slower Deletes Are Supported Deletes Are Supported Inserts (Due To ETL) Live Data “Current” Data Historical Data Live Perspective “Current” Perspective Historical Perspective Optimized For Inserts/ Optimized For Reporting Optimized For Reporting Updates/Deletes 14
  • 15. Topics Guident  Guident Corporate Overview  Overview Of RDBMS Implementations  Where ODS Fits  What An ODS Is – And Is Not  The Classes Of ODS  An Example  Oracle Tools To Support An ODS  Questions  Conclusion 15
  • 16. The Definition Of An ODS Guident  The canonical definition of an ODS is: “a subject-oriented, integrated, volatile, current-valued, detailed-only collection of data in support of an organization’s need for up-to-the-second, operational, integrated, collective information” (Bill Immon)  In reality, some summarization and/or aggregation tends to occur to support the direct business needs at hand. Still, the intent of an ODS remains the atomic transactions.  An ODS, much like a data warehouse or data mart, is organized around business subjects like “Customer”, “Vendor”, and the like. An ODS is not typically focused on a function or application like “A/P”, “A/R” or “Order Entry”.  An ODS will bridge subjects and present an overview of a business area, rather than a stovepipe view. For example, any data relevant to the analysis and understanding of the “Customer” business subject will be pulled into the ODS from whatever sources are needed. 16
  • 17. The Definition Of An ODS (continued) Guident  An ODS will most likely reflect the “current” state of data for the subject – however the word “current” is defined.  For some groups, current may be the present accounting period. For others, it may be a rolling seven day window.  In these environments, the ODS will not contain anything beyond the operational window, nor will it contain multiple versions (or snapshots) of the data.  To maintain the current nature of the data, an ODS will have to be updated (from it’s constituent data sources) on a sufficiently frequent cycle to ensure that the data in the ODS remains “current”.  An ODS will be sufficiently detailed to answer the specific business needs of the subject.  An ODS is classified into one of four categories based on both the rate data is loaded into the system and the source of the data. 17
  • 18. An ODS is Not…. Guident  A common misconception of an ODS is that it must sit exactly between the OLTP system and the OLAP environment. While is it possible (and sometimes optimal) to use an ODS as a staging area for a subset of the data needed for an OLAP environment, an ODS addresses very different business needs.  An ODS typically will not be valuable at the department level of analysis. The value of an ODS comes from leveraging data across the enterprise. In the Misa analogy, a customer ODS would probably be used by marketing, sales, customer support and billing, just to list four quick examples.  An ODS is not the end-all, be-all for a specific subject matter.  The BI value of an ODS comes from two main sources:  The ability to promote rapid responses to changes in the environment  A quick way to orient analysts in the best direction for a more comprehensive investigation. 18
  • 19. An ODS Is… Guident  A way of getting specific answers to specific questions about the current state of the world.  An analogous way to think of the difference between an ODS and a data warehouse is the difference between short term memory and long term memory.  An ODS is short term memory – all about what has happened very recently  A data warehouse is long term memory – what happened a decade ago  An ODS is designed, deployed and tuned for fetch performance on a (comparatively) small, focused set of data. 19
  • 20. How To Use An ODS Guident  An ODS excels about providing current data on a particular subject area.  This naturally lends itself to being a data source for some dashboard implementations.  The ODS would have the most current information needed for a green/red light implementation of metric analysis.  A company could use an ODS as a data source for an up/down analysis of servers, instances, services and other technical administrative details. Misa might elect to use an ODS for real time fraud analysis or to alert key personnel to an unexpected global surge in activity. 20
  • 21. How To Use An ODS (continued) Guident  Another valuable use for an ODS is in customer facing operations.  An ODS can be used to provide phone support operators (sales, customer service, technical support, etc.) with the most up-to-date information about a customer quickly (usually faster than either a data warehouse or an OLTP system). With Misa, a customer might call the call center about her account. The answering technician would then pull up her current account, showing: Most Recent Billing (And Payment ODS Status) Any Security Warnings Any Active Disputes  By going to the ODS, the response should be sub-second, if not instantaneous.  If any additional data is needed (prior billings, prior disputes, etc.), those queries could be serviced by the OLAP environment. 21
  • 22. Topics Guident  Guident Corporate Overview  Overview Of RDBMS Implementations  Where ODS Fits  What An ODS Is – And Is Not  The Classes Of ODS  An Example  Oracle Tools To Support An ODS  Questions  Conclusion 22
  • 23. The Classes Of ODS – Class I Guident  Transactions are loaded into the ODS from the data sources as soon as the source transaction is committed.  This is otherwise known as a real time ODS.  In this model, any ETL processes must be very simple to maintain the constraints of real time processing.  In practice, this is very uncommon in production, mostly due to the prohibitive cost of implementation. 23
  • 24. The Classes Of ODS – Class II Guident  Transactions are loaded into the ODS from the data sources within a very short period of time.  The period of time can be from a few minutes up to a few hours. A ceiling of ~6 hours is typical.  In this model, normal ETL processing is supported.  Most ODS configurations tends to be a variation on this class. 24
  • 25. The Classes Of ODS – Class III Guident  Transactions are loaded into the ODS from the data sources on a daily schedule  While it is certainly possible to populate the data on a schedule longer than a day, it is also very uncommon to do that.  In this model, normal ETL processing is supported.  Variations on this approach are the second most common ODS implementation. 25
  • 26. The Classes Of ODS – Class IV Guident  Aggregate data are loaded into the ODS from an OLAP environment on a scheduled basis.  The primary difference between this approach and a data mart populated by replicating a subset of data from a warehouse is:  A data mart will have historical data within its confines  An ODS will only have “current” data.  In this model, normal ETL processing is supported, but usually not needed.  This is rarely implemented in pure form; however, DWs can (and frequently do) serve as data sources for any ODS. Data Warehouse 26
  • 27. Topics Guident  Guident Corporate Overview  Overview Of RDBMS Implementations  Where ODS Fits  What An ODS Is – And Is Not  The Classes Of ODS  An Example  Oracle Tools To Support An ODS  Questions  Conclusion 27
  • 28. Detecting Fraud With An ODS Guident  So, let’s solve a business problem. MISA wants to be able to detect fraudulent behavior as soon as possible. How do you think we could use an ODS to do this?  Organizing the data by  Unique customer  Integrating relevant data:  Mailing address of the customer  Location and Type of the stores  Amount spent,  Date and time of the transaction  Declaring a rolling 14 day window  A sufficient set of data should be on hand to support analysis. 28
  • 29. Tips For Designing & Building An ODS Guident  Have good requirements and a good data model  Many – if not most – problems that occur in an ODS deployment can be directly traced to an incomplete understanding and mapping of the business problem(s).  Do not overpopulate the ODS with unnecessary data.  Only include attributes directly relevant to the business problems the ODS will solve.  Adding extraneous attribute for ulterior purposes is very tempting, but will only serve to lessen the value of the ODS in itself.  Use an iterative approach. As with many OLAP implementations, a quick ROI builds political capital within the organization, allowing for future growth.  As an ODS will most likely receive cleansed data as part of it’s ETL process, it may be more efficient to use the ODS as a data source for a data warehouse or data mart.  If so, avoid duplication of effort. 29
  • 30. Where An ODS Fits In The Enterprise Guident OLTP ODS Multiple ODS: Customer for C/S Customer for Sales Customer for Marketing Fraud for Security OLAP 30
  • 31. Topics Guident  Guident Corporate Overview  Overview Of RDBMS Implementations  Where ODS Fits  What An ODS Is – And Is Not  The Classes Of ODS  An Example  Oracle Tools To Support An ODS  Questions  Conclusion 31
  • 32. Oracle Tools For An ODS Guident  Any number of Oracle tools can be used to assist with the design, development, deployment and administration of an ODS.  TimesTen is very good for Class I & II databases where speed is of paramount importance.  Oracle Warehouse Builder can quickly build an ETL process from a host of disparate data sources.  Fusion Middleware – in particular, Oracle Data Integrator – can further extend the reach of the ODS into even more data sources.  Enterprise Edition of the RDBMS can support virtually any ODS requirement.  Partitioning  Change Data Capture  Scalability/VLDB  Parallelism – Whenever Possible!  Heterogeneous Support 32
  • 33. Topics Guident  Guident Corporate Overview  Overview Of RDBMS Implementations  Where ODS Fits  What An ODS Is – And Is Not  The Classes Of ODS  An Example  Oracle Tools To Support An ODS  Questions  Conclusion 33
  • 34. Q&A Guident Any Questions? 34
  • 35. Topics Guident  Guident Corporate Overview  Overview Of RDBMS Implementations  Where ODS Fits  What An ODS Is – And Is Not  The Classes Of ODS  An Example  Oracle Tools To Support An ODS  Questions  Conclusion 35
  • 36. Conclusions Guident  An ODS acts as a current, bird’s-eye view of a specific business subject.  An ODS typically pulls from multiple data sources to construct its environment.  An ODS bridges the gap between OLTP and OLAP systems, providing a powerful tool for real time analysis and reactions to an organization.  Most ODS operations lag behind the live production OLTP data by some period of time, usually measured in hours. 36
  • 37. Contact Us Guident To find out how Guident can assist you in aligning business and technology to produce significant performance improvement, growth, and return on investment, please contact: C. Scyphers Chief Architect Office: 703.326.0888 E-mail: cscyphers@guident.com Web: www.guident.com 37

Editor's Notes

  1. -Having sat through a number of these types of discussions, I know that these talks can quickly drive off into abstract-land, and it can be hard to maintain the thread of the conversation.-So, rather than me speaking like an academic with lots of third party noun usage, I'm going to use a somewhat simple metaphor as a way of grounding this talk in a hypothetical real world example.-For today's chat, I'm going to use a credit card company, much like the Visa corporation.  Everyone knows what Visa does, and I believe that will help us form a mental picture as to what we're talking about.-And, for complete disclosure, I have not worked for Visa, nor do I have any insight or inside knowledge as to their operational processes, their databases, nor much else other than a bill I get once a month.
  2. DBs persist info; rapid data entry/analytical, OLTP/OLAP, Different requirements, Most DBs do both
  3. OLTP do CRUD, analyzing second place, Reporting runs slow, MISA uses OLTP for credit card swipe
  4. OLAP is real time analysis (not batch), radically different data structure, not CRUD, Insert only, future predictions
  5. Order: OLTP Description, OLAP Description, Problem Analysis, OLTP Approach/shortcomings, OLAP Approach/shortcomings
  6. Other Data Source ordering: Demographics, Economics, Geographical
  7. ETL definition, disparate to cohesive, fact/dimensions, cleansing/aggregation/summarization
  8. Long wordy definition, go through each word; still some summaries in ODS, subject oriented, overview, customer subject area
  9. What does the word current mean?, frequent update cycles, sufficient details, 4 classes
  10. Not a DW populator, Not for departments, Not end-all/be-all for subject, Rapid responses & Quick orientation
  11. short term/long term memory, fast fetch performance-While tuning an ODS instance is somewhat similar to a data warehouse, the lack of star schemas means that the SQL operations are going to be very different, even if the hardware requirements are similar.
  12. Dashboards, green/red light, server up/down, fraud detection. After MISA example, there is another graphic to add to the slide.
  13. Ordering: ODS provides phone support operators, customer calls, tech pulls up current account, most recent bill/payment, security warnings, disputes, quick response, OLAP for additional data.
  14. Real time ODS, Simple ETL (if any), uncommon in production
  15. Load period up to 6 hours, normal ETL, most common
  16. Daily loads, normal ETL, 2nd most common
  17. Not data mart; DM has historical data, ODS only current; normal ETL if wanted, rarely implemented
  18. Ask for feedback; My solution – organize by unique customer, integrate mailing address, location/type of stores, amount spent, date/time of transaction/, 14 day window. Analysis – outlier, most likely.
  19. Most problems are from bad requirements, no unnecessary data, only directly relevant, extra data lessens the ODS, iterative approach, if data is cleansed in the ETL for the ODS, it can be used for the DW/DM.
  20. Order: MISA logo, Credit Card Swipe, Pipe into OLTP, Pipe from OLTP into ODS, ODS Balloon, Pipe from OLTP into OLAP, Add Geography, Demographics and Economics, Pipes from Geography to ODS/OLAP, Pipes from Demographics to ODS/OLAP, Pipes from Economics to ODS/OLAP, Dual directional pipe from ODS to OLAP (and back).
  21. Oracle. TimesTen, OWB, Fusion, EE, Partitioning, Scalability (BigFiles, compression, dynamic memory allocation, ASM, resource manager/resource plans), Heterogeneous (AQ/MQ, Gateways into native sources, flat files, Ultra Search), Change Data Capture (Change Data Capture, Logminer, Replication, DataGuard), Parallelism