SlideShare a Scribd company logo
Tennessee Board of Regents
ODS/EDW Planning

               Presented by Thomas Danford
                                  Fall 2007
Information Requirements of the TBR

                                          Institutional Research
       Administrative and Academic
       Departments                        A single, trusted source of
                                             i l          d         f
                                          institutional data
       Easy-to-understand data layout
       coupled with industry-based,       Accurate data based on
       easy-to-use reporting tools that   consistently applied institutional
       allow end-users to satisfy their   business rules
                                          b i         l
       own requests

                                          CIO/IT audience

      Executive Level                     Robust Information Access
                                          architecture based on
      The same information “visible” to   commercially supported tools
      all layers of the institution
                                          An abstracted data model built
      Less time arguing over data; more   with and for higher education
      time using information to make
      better and timely decisions         Supports choice of reporting
                                          tools to meet varied needs and
                                          budgets




2
Reporting out of Banner can be Complex


    EXAMPLE: The simple report below for 5 pieces of information
    requires accessing data fields from 4 Banner tables:


      ID     Name      Address                       Phone     Age
    _______________________________________________________________
    123-43-4564   Buler, Brian   1464 West Street   West Chester   PA    (453)657-5768 43
    324-64-3445   Carol, Bob     84 South Street    Philadelphia    PA    (728)495-4535 34
    848-39-4848   Crain, Joan    23 Brandywine      Kenneth         PA                  23
    834-56-3443   Kaachen, Perry 3444 Broadview     Allentown       PA    (435)309-5445 54
    …..
    ….
    …
    ..
    .
3
Banner Normalizes Data (3rd Normal Form) so
     that it exists only in one location

    The tables for the
    example report:       SPRIDEN



                    SPBPERS   SPRADDR



                              SPRTELE




4
SQL is the programming language used
     to manage data in Banner
    The SQL code for the example report:
       SELECT SPRIDEN_ID,SPRIDEN_NAME,SPRADDR_STREET_LINE1,SPRADDR_CITY,
       SPRADDR_STAT_CODE,SPRADDR_ZIPC_CODE,
       SPRTELE_PHONE_AREA_CODE||’-’||SPRTELE_PHONE_NUMBER,
       FUNC(AGE(SPBPERS_BIRTH_DATE))
       FROM SRPIDEN,A.SPRADDR,B.SPRTELE,SPBPERS
       WHERE SPRIDEN_CHANGE_IND IS NULL
       AND SPRIDEN_PIDM = SPBPERS_PIDM (+)
       AND SPBPERS_PIDM = SPRADDR_PIDM (+)
       AND SYSDATE BETWEEN A.SPRADDR_FROM_DATE (+) AND A.SPRADDR_END_DATE (+)
       AND A.SPRADDR_ADDR_CODE (+) = FUNC(ADDRHICR(SPRIDEN_PIDM,”OF”)
       AND A.SPRADDR_ASTA_CODE (+) = “A”
       AND A.SPRADDR_PIDM = B.SPRTELE_PIDM (+)
       AND A.SPRADDR_ADDR_CODE = B.SPRTELE_ADDR_CODE (+)
       AND B.SPRTELE_SEQ_NO (+) = (SELECT MAX( C.SPRTELE_SEQ_NO)
                                   FROM C.SPRTELE
                                  WHERE C.SPRTELE_PIDM = B.SPRTELE_PIDM
                                  AND C.SPRTELE_ADDR_CODE =
                                      C SPRTELE ADDR CODE
         B.SPRTELE_ADDR_CODE)….


       …ORDER BY SPRIDEN_NAME;
5
Approach Under Plus - IT Department Made
    Reports Based on Specifications Provided by
    Functional Users …

     Frustrating developing specifications
     Inefficient iterative process
     Very time consuming
     Multiple functional users competing for limited
     IT resources
     Functional dependency on IT developed



6
Information Access Maturity Model

           SunGard
           Plus

           Reporting Created by   Self-
                                  Self-Service   Analytical          Institutional
           IT Staff               Reporting
                                  R     ti       Reporting
                                                 R    ti             Performance
                                                                     P f
                                  Ad-
                                  Ad-Hoc         Historical Trends   Management
    Time




                                                 Forecasting         Process Improvement
                                                 Data Mining         Dashboard/Scorecard
                                                                     Analytical Applications



                      Custom
                      Reports
           Baseline
           Reports
            Level 1     Level 2      Level 3         Level 4               Level 5


                                                  Not Available
7
ODS/EDW & Banner Approach

    Instead of continually spending IT staff time and
    budget on developing and programming reports for
    functional users, we will develop the infrastructure that
    simplifies how information is accessed.
                                  accessed
    The infrastructure must support the enterprise and
    provide both a common framework and methodology
    for solving Information access problems.
    Simplifying the access gives both IT and functional
    users the information they need, when they need it,
    with less of an effort.


8
Information Access Maturity Model
           SunGard                SunGard         SunGard
                                  Operational     Enterprise
           Banner                 Data St
                                  D t Store       Data
                                                  D t
                                                  Warehouse
                                                                       Institutional
                                                                       Performance
                                                 Analytical            Management
                                                                      •Process Improvement
                                                 Reporting            •Dashboard/Scorecard
    Time




                                                •Historical Trends   •Analytical Applications
                                                   •Forecasting
                                 Self-
                                 Self-Service      •Data Miningg
                                  Reporting                            SunGard
                                                                       S G d
                                    •Ad-Hoc
                                     Ad-                               Performance
                      Custom                                           Management
                      Reports                                          Solutions
           Baseline
           Reports
            Level 1    Level 2       Level 3           Level 4                 Level 5
                                 Institution Adoption

9
Information Access Maturity Model
     SunGard                       SunGard             SunGard            SunGard
     Banner                        Operational         Enterprise         Performance
                                   Data St
                                   D t Store           Data
                                                       D t                Management
                                                                          M          t
                          Other                        Warehouse          Solutions
                         Systems


                                                                                KPIs
                Banner      ETL         ODS       ETL      EDW

                                                                                Alerts
                                   SELF-
                                   SELF-SRVC
      BANNER  CUSTOM                REPORTS                OLAP
                                   Oracle Discoverer                           Scorecards
      QUERIES REPORTS              Cognos Impromptu
                                      g      p   p        CUBES                Dashboards
     &REPORTS                      Others (any ODBC)   Cognos Powerplay
                                                            Others


      Level 1       Level 2           Level 3             Level 4             Level 5



10
11
Data Modeling Strategy

     Model specifically designed for end-user reporting
        Applicable TBR (enterprise) wide
        Simplified & standardized data structures
        User-friendly table and field names
        Designed from a reporting perspective
            g             p     gp p
        Indexed and optimized for reporting
        Flexible enough for individual campus
        requirements
        Consistency between Banner product releases

12
Key Roles in ODS/EDW
      (Senior) Data Architect(s) – An IT management role that is responsible for the
      data modeling, ETL processing, and administration of the ODS/EDW. Experience
      and Responsibilities:
             p
         Designs data dictionaries & data warehouses
         Enterprise application and analytics integration
         Metadata registry
         Oracle RDBMS and Structured Query Language (SQL)
         XML, including schema definitions and transformations
         ODBC/JDBC linkages & reporting tools


      Business & Systems Analyst(s) – An internal consultancy role that identifies
      options for improving business systems and bridges the information needs of the
      business with the use of the ODS/EDW. Experience and Responsibilities:
         Gathers and defines business requirements
         Analyzes, maps, and documents processes (current state/future state)
         Identifies, collects, and analyzes data requirements (forecasting, trend analysis, etc.)
         Contribute to the design of the ODS/EDW from a business needs point of view
         Creates required reports, KPI’s, alerts, scorecards, dashboards, etc.
         C   t       i d       t KPI’      l t            d d hb      d    t
         ODBC/JDBC reporting tools

13
Data Model Approach & Responsibilities

      Model specifically designed for On Line
      Analytical Processing (OLAP) reporting
          Enterprise Wide
          Star Schemas
          Designed from a departmental perspective
          Multidimensional business analysis
              Complex calculations
              Trend analysis
              Sophisticated data modeling
      Documenting the ODS/EDW (ERDs Data Dictionaries
                              (ERDs,     Dictionaries,
      Flow Charts, Metadata, etc.)

14
Example: The Enrollment Star




15
ETL Processing Responsibilities
      Commercial ETL tool
        Oracle Warehouse Builder (OWB)
        Improved customization
        Improved extensibility
        User defined time slices
      Incremental Refresh
        Only move what has changed
      Feeds from Campuses to TBR ODS/EDW
        ODS/EDW Campuses
        Custom Warehouses (MTSU & UoM)
16
ETL – Oracle Warehouse Builder




17
Administration Responsibilities

     Administration tool for execution and monitoring of
     ETL processes
        Web-based
        Job S
            Submission/Scheduling and Logging
                      /S
        Snap-Shots
        Transformation Setup and Maintenance
        Data cleansing
     Security – (FGA)
     Meta Data Repository

18
Data Warehouse Implementation Roadmap

                     Federal, State, THEC     Business Discovery          Project                   Requirements
                        Requirements              & Analysis              Scoping                    Gathering


       Business
       Analysis
                                                                           Project &
                                                                   Infrastructure Planning




                         DB Architecture        Extraction          Transform                   Load
         Data
       Structure
          and
                                                                                         Implementation
      Management
                                                                                           & Testing
                            DB Design



                           Reporting &
                           R     ti
                            Analytics
                           Architecture
     Reporting and
       Analytics
     Development
                          Reporting &
                        Analytics Design                                                     Deployment &
                                              Implementation         Testing
                         (KPIs, Dashboards,                                                    Support
                            Alerts, Etc.)


19
Discussion … Q&A
                      Di     i



     Special thanks to SunGard HE who provided content for this presentation. …




20

More Related Content

What's hot

VNSG FG Personeel 20110531 - euHReka Workspace NorthgateArinso
VNSG FG Personeel 20110531 - euHReka Workspace NorthgateArinsoVNSG FG Personeel 20110531 - euHReka Workspace NorthgateArinso
VNSG FG Personeel 20110531 - euHReka Workspace NorthgateArinso
hansmalestein
 
Selecting BI Tool - Proof of Concept - Андрій Музичук
Selecting BI Tool - Proof of Concept - Андрій МузичукSelecting BI Tool - Proof of Concept - Андрій Музичук
Selecting BI Tool - Proof of Concept - Андрій Музичук
Igor Bronovskyy
 
BI Business Requirements - A Framework For Business Analysts
BI Business Requirements -  A Framework For Business AnalystsBI Business Requirements -  A Framework For Business Analysts
BI Business Requirements - A Framework For Business Analysts
International Institute of Business Analysis - South Florida Chapter
 
Razorfish Multi-Channel Marketing: Better Customer Segmentation and Targeting
Razorfish Multi-Channel Marketing: Better Customer Segmentation and TargetingRazorfish Multi-Channel Marketing: Better Customer Segmentation and Targeting
Razorfish Multi-Channel Marketing: Better Customer Segmentation and Targeting
Teradata Aster
 
Linalis UK introduction
Linalis UK introductionLinalis UK introduction
Linalis UK introductionSteve Adams
 
Christophe Lemaire, CIO at Eurostar - Welcome to Enterprise Business Intellig...
Christophe Lemaire, CIO at Eurostar - Welcome to Enterprise Business Intellig...Christophe Lemaire, CIO at Eurostar - Welcome to Enterprise Business Intellig...
Christophe Lemaire, CIO at Eurostar - Welcome to Enterprise Business Intellig...
Global Business Events
 
Capturing Business Requirements For Scorecards, Dashboards And Reports
Capturing Business Requirements For Scorecards, Dashboards And ReportsCapturing Business Requirements For Scorecards, Dashboards And Reports
Capturing Business Requirements For Scorecards, Dashboards And Reports
Julian Rains
 
Slideshare ga
Slideshare gaSlideshare ga
Slideshare ga
gerryarrieta
 
Big Data Analytics in a Heterogeneous World - Joydeep Das of Sybase
Big Data Analytics in a Heterogeneous World - Joydeep Das of SybaseBig Data Analytics in a Heterogeneous World - Joydeep Das of Sybase
Big Data Analytics in a Heterogeneous World - Joydeep Das of Sybase
BigDataCloud
 
Unified big data architecture
Unified big data architectureUnified big data architecture
Unified big data architecture
DataWorks Summit
 
Business Intelligence
Business IntelligenceBusiness Intelligence
Business Intelligencesouravdas75
 
Teradata Big Data London Seminar
Teradata Big Data London SeminarTeradata Big Data London Seminar
Teradata Big Data London Seminar
Hortonworks
 
SAP BOBJ Architectural Options
SAP BOBJ Architectural OptionsSAP BOBJ Architectural Options
SAP BOBJ Architectural Options
dcd2z
 

What's hot (20)

VNSG FG Personeel 20110531 - euHReka Workspace NorthgateArinso
VNSG FG Personeel 20110531 - euHReka Workspace NorthgateArinsoVNSG FG Personeel 20110531 - euHReka Workspace NorthgateArinso
VNSG FG Personeel 20110531 - euHReka Workspace NorthgateArinso
 
Selecting BI Tool - Proof of Concept - Андрій Музичук
Selecting BI Tool - Proof of Concept - Андрій МузичукSelecting BI Tool - Proof of Concept - Андрій Музичук
Selecting BI Tool - Proof of Concept - Андрій Музичук
 
BI Business Requirements - A Framework For Business Analysts
BI Business Requirements -  A Framework For Business AnalystsBI Business Requirements -  A Framework For Business Analysts
BI Business Requirements - A Framework For Business Analysts
 
Razorfish Multi-Channel Marketing: Better Customer Segmentation and Targeting
Razorfish Multi-Channel Marketing: Better Customer Segmentation and TargetingRazorfish Multi-Channel Marketing: Better Customer Segmentation and Targeting
Razorfish Multi-Channel Marketing: Better Customer Segmentation and Targeting
 
Kodak
KodakKodak
Kodak
 
Linalis UK introduction
Linalis UK introductionLinalis UK introduction
Linalis UK introduction
 
1 K E Y
1 K E Y1 K E Y
1 K E Y
 
Christophe Lemaire, CIO at Eurostar - Welcome to Enterprise Business Intellig...
Christophe Lemaire, CIO at Eurostar - Welcome to Enterprise Business Intellig...Christophe Lemaire, CIO at Eurostar - Welcome to Enterprise Business Intellig...
Christophe Lemaire, CIO at Eurostar - Welcome to Enterprise Business Intellig...
 
Capturing Business Requirements For Scorecards, Dashboards And Reports
Capturing Business Requirements For Scorecards, Dashboards And ReportsCapturing Business Requirements For Scorecards, Dashboards And Reports
Capturing Business Requirements For Scorecards, Dashboards And Reports
 
Slideshare ga
Slideshare gaSlideshare ga
Slideshare ga
 
Caarcpm
CaarcpmCaarcpm
Caarcpm
 
Big Data Analytics in a Heterogeneous World - Joydeep Das of Sybase
Big Data Analytics in a Heterogeneous World - Joydeep Das of SybaseBig Data Analytics in a Heterogeneous World - Joydeep Das of Sybase
Big Data Analytics in a Heterogeneous World - Joydeep Das of Sybase
 
Erp
ErpErp
Erp
 
Search2012 ibm vf
Search2012 ibm vfSearch2012 ibm vf
Search2012 ibm vf
 
Unified big data architecture
Unified big data architectureUnified big data architecture
Unified big data architecture
 
Web Key B I
Web Key  B IWeb Key  B I
Web Key B I
 
Business Intelligence
Business IntelligenceBusiness Intelligence
Business Intelligence
 
sap
sapsap
sap
 
Teradata Big Data London Seminar
Teradata Big Data London SeminarTeradata Big Data London Seminar
Teradata Big Data London Seminar
 
SAP BOBJ Architectural Options
SAP BOBJ Architectural OptionsSAP BOBJ Architectural Options
SAP BOBJ Architectural Options
 

Viewers also liked

Dw Concepts
Dw ConceptsDw Concepts
Dw Concepts
dataware
 
Become BI Architect with 1KEY Agile BI Suite - OLAP
Become BI Architect with 1KEY Agile BI Suite - OLAPBecome BI Architect with 1KEY Agile BI Suite - OLAP
Become BI Architect with 1KEY Agile BI Suite - OLAP
Dhiren Gala
 
Summit 2011 ods edw technical
Summit 2011 ods edw technicalSummit 2011 ods edw technical
Summit 2011 ods edw technical
Greg Turmel
 
Data Warehouse Best Practices
Data Warehouse Best PracticesData Warehouse Best Practices
Data Warehouse Best Practices
Eduardo Castro
 
Bi Dw Presentation
Bi Dw PresentationBi Dw Presentation
Bi Dw Presentation
vickyc
 
Agile Data Warehouse Design for Big Data Presentation
Agile Data Warehouse Design for Big Data PresentationAgile Data Warehouse Design for Big Data Presentation
Agile Data Warehouse Design for Big Data Presentation
Vishal Kumar
 
Microsoft Data Warehouse Business Intelligence Lifecycle - The Kimball Approach
Microsoft Data Warehouse Business Intelligence Lifecycle - The Kimball ApproachMicrosoft Data Warehouse Business Intelligence Lifecycle - The Kimball Approach
Microsoft Data Warehouse Business Intelligence Lifecycle - The Kimball Approach
Mark Ginnebaugh
 
Architecting a Data Warehouse: A Case Study
Architecting a Data Warehouse: A Case StudyArchitecting a Data Warehouse: A Case Study
Architecting a Data Warehouse: A Case Study
Mark Ginnebaugh
 
Building an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureBuilding an Effective Data Warehouse Architecture
Building an Effective Data Warehouse Architecture
James Serra
 

Viewers also liked (9)

Dw Concepts
Dw ConceptsDw Concepts
Dw Concepts
 
Become BI Architect with 1KEY Agile BI Suite - OLAP
Become BI Architect with 1KEY Agile BI Suite - OLAPBecome BI Architect with 1KEY Agile BI Suite - OLAP
Become BI Architect with 1KEY Agile BI Suite - OLAP
 
Summit 2011 ods edw technical
Summit 2011 ods edw technicalSummit 2011 ods edw technical
Summit 2011 ods edw technical
 
Data Warehouse Best Practices
Data Warehouse Best PracticesData Warehouse Best Practices
Data Warehouse Best Practices
 
Bi Dw Presentation
Bi Dw PresentationBi Dw Presentation
Bi Dw Presentation
 
Agile Data Warehouse Design for Big Data Presentation
Agile Data Warehouse Design for Big Data PresentationAgile Data Warehouse Design for Big Data Presentation
Agile Data Warehouse Design for Big Data Presentation
 
Microsoft Data Warehouse Business Intelligence Lifecycle - The Kimball Approach
Microsoft Data Warehouse Business Intelligence Lifecycle - The Kimball ApproachMicrosoft Data Warehouse Business Intelligence Lifecycle - The Kimball Approach
Microsoft Data Warehouse Business Intelligence Lifecycle - The Kimball Approach
 
Architecting a Data Warehouse: A Case Study
Architecting a Data Warehouse: A Case StudyArchitecting a Data Warehouse: A Case Study
Architecting a Data Warehouse: A Case Study
 
Building an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureBuilding an Effective Data Warehouse Architecture
Building an Effective Data Warehouse Architecture
 

Similar to TBR ODS EDW Planning 2007

Affordable Analytics & Planning IBM Cognos Express
Affordable Analytics & Planning IBM Cognos ExpressAffordable Analytics & Planning IBM Cognos Express
Affordable Analytics & Planning IBM Cognos Express
Senturus
 
SG Data Mgt - Findings and Recommendations.pptx
SG Data Mgt - Findings and Recommendations.pptxSG Data Mgt - Findings and Recommendations.pptx
SG Data Mgt - Findings and Recommendations.pptx
ssuser57f752
 
Building a business intelligence architecture fit for the 21st century by Jon...
Building a business intelligence architecture fit for the 21st century by Jon...Building a business intelligence architecture fit for the 21st century by Jon...
Building a business intelligence architecture fit for the 21st century by Jon...
Mark Tapley
 
Global Big Data Conference Hyderabad-2Aug2013- Finance/Manufacturing Use Cases
Global Big Data Conference Hyderabad-2Aug2013- Finance/Manufacturing Use CasesGlobal Big Data Conference Hyderabad-2Aug2013- Finance/Manufacturing Use Cases
Global Big Data Conference Hyderabad-2Aug2013- Finance/Manufacturing Use Cases
Sanjay Sharma
 
BI the Agile Way
BI the Agile WayBI the Agile Way
BI the Agile Way
nvvrajesh
 
DataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
DataOps - Big Data and AI World London - March 2020 - Harvinder AtwalDataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
DataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
Harvinder Atwal
 
Oil and gas big data edition
Oil and gas  big data editionOil and gas  big data edition
Oil and gas big data edition
Mark Kerzner
 
Prime Dimensions Capabilities
Prime Dimensions CapabilitiesPrime Dimensions Capabilities
Prime Dimensions Capabilities
drowan
 
Business analysis in data warehousing
Business analysis in data warehousingBusiness analysis in data warehousing
Business analysis in data warehousingHimanshu
 
Quicker Insights and Sustainable Business Agility Powered By Data Virtualizat...
Quicker Insights and Sustainable Business Agility Powered By Data Virtualizat...Quicker Insights and Sustainable Business Agility Powered By Data Virtualizat...
Quicker Insights and Sustainable Business Agility Powered By Data Virtualizat...
Denodo
 
Data lake benefits
Data lake benefitsData lake benefits
Data lake benefits
Ricky Barron
 
Steve gregory resume bi
Steve gregory resume biSteve gregory resume bi
Steve gregory resume bi
Steve Gregory
 
Revenue and Spend Insights from Vistex and IBM Whitepaper
Revenue and Spend Insights from Vistex and IBM Whitepaper Revenue and Spend Insights from Vistex and IBM Whitepaper
Revenue and Spend Insights from Vistex and IBM Whitepaper
SAP Solution Extensions
 
The Business Value of Business Intelligence
The Business Value of Business IntelligenceThe Business Value of Business Intelligence
The Business Value of Business Intelligence
Senturus
 
Getting Started with Advanced Network Operations
Getting Started with Advanced Network OperationsGetting Started with Advanced Network Operations
Getting Started with Advanced Network Operations
Schneider Electric
 
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture MaturityADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
DATAVERSITY
 
2011 sap inside_track_eim_overview
2011 sap inside_track_eim_overview2011 sap inside_track_eim_overview
2011 sap inside_track_eim_overview
Michelle Crapo
 
How Data Virtualization Puts Machine Learning into Production (APAC)
How Data Virtualization Puts Machine Learning into Production (APAC)How Data Virtualization Puts Machine Learning into Production (APAC)
How Data Virtualization Puts Machine Learning into Production (APAC)
Denodo
 
엔터프라이즈의 AI/ML 활용을 돕는 Paxata 지능형 데이터 전처리 플랫폼 (최문규 이사, PAXATA) :: AWS Techforum...
엔터프라이즈의 AI/ML 활용을 돕는 Paxata 지능형 데이터 전처리 플랫폼 (최문규 이사, PAXATA) :: AWS Techforum...엔터프라이즈의 AI/ML 활용을 돕는 Paxata 지능형 데이터 전처리 플랫폼 (최문규 이사, PAXATA) :: AWS Techforum...
엔터프라이즈의 AI/ML 활용을 돕는 Paxata 지능형 데이터 전처리 플랫폼 (최문규 이사, PAXATA) :: AWS Techforum...
Amazon Web Services Korea
 
Bi 4.0 Migration Strategy and Best Practices
Bi 4.0 Migration Strategy and Best PracticesBi 4.0 Migration Strategy and Best Practices
Bi 4.0 Migration Strategy and Best PracticesEric Molner
 

Similar to TBR ODS EDW Planning 2007 (20)

Affordable Analytics & Planning IBM Cognos Express
Affordable Analytics & Planning IBM Cognos ExpressAffordable Analytics & Planning IBM Cognos Express
Affordable Analytics & Planning IBM Cognos Express
 
SG Data Mgt - Findings and Recommendations.pptx
SG Data Mgt - Findings and Recommendations.pptxSG Data Mgt - Findings and Recommendations.pptx
SG Data Mgt - Findings and Recommendations.pptx
 
Building a business intelligence architecture fit for the 21st century by Jon...
Building a business intelligence architecture fit for the 21st century by Jon...Building a business intelligence architecture fit for the 21st century by Jon...
Building a business intelligence architecture fit for the 21st century by Jon...
 
Global Big Data Conference Hyderabad-2Aug2013- Finance/Manufacturing Use Cases
Global Big Data Conference Hyderabad-2Aug2013- Finance/Manufacturing Use CasesGlobal Big Data Conference Hyderabad-2Aug2013- Finance/Manufacturing Use Cases
Global Big Data Conference Hyderabad-2Aug2013- Finance/Manufacturing Use Cases
 
BI the Agile Way
BI the Agile WayBI the Agile Way
BI the Agile Way
 
DataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
DataOps - Big Data and AI World London - March 2020 - Harvinder AtwalDataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
DataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
 
Oil and gas big data edition
Oil and gas  big data editionOil and gas  big data edition
Oil and gas big data edition
 
Prime Dimensions Capabilities
Prime Dimensions CapabilitiesPrime Dimensions Capabilities
Prime Dimensions Capabilities
 
Business analysis in data warehousing
Business analysis in data warehousingBusiness analysis in data warehousing
Business analysis in data warehousing
 
Quicker Insights and Sustainable Business Agility Powered By Data Virtualizat...
Quicker Insights and Sustainable Business Agility Powered By Data Virtualizat...Quicker Insights and Sustainable Business Agility Powered By Data Virtualizat...
Quicker Insights and Sustainable Business Agility Powered By Data Virtualizat...
 
Data lake benefits
Data lake benefitsData lake benefits
Data lake benefits
 
Steve gregory resume bi
Steve gregory resume biSteve gregory resume bi
Steve gregory resume bi
 
Revenue and Spend Insights from Vistex and IBM Whitepaper
Revenue and Spend Insights from Vistex and IBM Whitepaper Revenue and Spend Insights from Vistex and IBM Whitepaper
Revenue and Spend Insights from Vistex and IBM Whitepaper
 
The Business Value of Business Intelligence
The Business Value of Business IntelligenceThe Business Value of Business Intelligence
The Business Value of Business Intelligence
 
Getting Started with Advanced Network Operations
Getting Started with Advanced Network OperationsGetting Started with Advanced Network Operations
Getting Started with Advanced Network Operations
 
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture MaturityADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
 
2011 sap inside_track_eim_overview
2011 sap inside_track_eim_overview2011 sap inside_track_eim_overview
2011 sap inside_track_eim_overview
 
How Data Virtualization Puts Machine Learning into Production (APAC)
How Data Virtualization Puts Machine Learning into Production (APAC)How Data Virtualization Puts Machine Learning into Production (APAC)
How Data Virtualization Puts Machine Learning into Production (APAC)
 
엔터프라이즈의 AI/ML 활용을 돕는 Paxata 지능형 데이터 전처리 플랫폼 (최문규 이사, PAXATA) :: AWS Techforum...
엔터프라이즈의 AI/ML 활용을 돕는 Paxata 지능형 데이터 전처리 플랫폼 (최문규 이사, PAXATA) :: AWS Techforum...엔터프라이즈의 AI/ML 활용을 돕는 Paxata 지능형 데이터 전처리 플랫폼 (최문규 이사, PAXATA) :: AWS Techforum...
엔터프라이즈의 AI/ML 활용을 돕는 Paxata 지능형 데이터 전처리 플랫폼 (최문규 이사, PAXATA) :: AWS Techforum...
 
Bi 4.0 Migration Strategy and Best Practices
Bi 4.0 Migration Strategy and Best PracticesBi 4.0 Migration Strategy and Best Practices
Bi 4.0 Migration Strategy and Best Practices
 

More from Thomas Danford

Information and Computer Technology (ICT) Accessibility
Information and Computer Technology (ICT) AccessibilityInformation and Computer Technology (ICT) Accessibility
Information and Computer Technology (ICT) Accessibility
Thomas Danford
 
Success Factors in IT 4 10 and 13
Success Factors in IT 4 10 and 13Success Factors in IT 4 10 and 13
Success Factors in IT 4 10 and 13
Thomas Danford
 
P2P Legislation EduPol08
P2P Legislation EduPol08P2P Legislation EduPol08
P2P Legislation EduPol08
Thomas Danford
 
TBR Collaboration Analysis
TBR Collaboration AnalysisTBR Collaboration Analysis
TBR Collaboration Analysis
Thomas Danford
 
CIC Final Report 050406
CIC Final Report 050406CIC Final Report 050406
CIC Final Report 050406
Thomas Danford
 
Tn 2015 Legislative Compilation
Tn  2015 Legislative CompilationTn  2015 Legislative Compilation
Tn 2015 Legislative Compilation
Thomas Danford
 
Elive15 Discussion TBR Performance Metrics
Elive15 Discussion   TBR  Performance MetricsElive15 Discussion   TBR  Performance Metrics
Elive15 Discussion TBR Performance Metrics
Thomas Danford
 
Talent Mgmt EDULive
Talent Mgmt EDULiveTalent Mgmt EDULive
Talent Mgmt EDULive
Thomas Danford
 
Credit Card Computers and Their Application in HE
Credit Card Computers and Their Application in HECredit Card Computers and Their Application in HE
Credit Card Computers and Their Application in HE
Thomas Danford
 
Providing Metrics for Decision Makers CoHEsion13
Providing Metrics for Decision Makers CoHEsion13Providing Metrics for Decision Makers CoHEsion13
Providing Metrics for Decision Makers CoHEsion13
Thomas Danford
 
10 Determinants and 13 Ground Rules CoHEsion13
10 Determinants and 13 Ground Rules CoHEsion1310 Determinants and 13 Ground Rules CoHEsion13
10 Determinants and 13 Ground Rules CoHEsion13
Thomas Danford
 
Big Data in Higher Ed TENNAIR13
Big Data in Higher Ed TENNAIR13Big Data in Higher Ed TENNAIR13
Big Data in Higher Ed TENNAIR13
Thomas Danford
 
TBR Common Data Repository ITS13
TBR Common Data Repository ITS13TBR Common Data Repository ITS13
TBR Common Data Repository ITS13
Thomas Danford
 
Ellucian Live ES 2013
Ellucian Live ES 2013Ellucian Live ES 2013
Ellucian Live ES 2013
Thomas Danford
 
Colaborative Cloud Poster EDUCAUSE12
Colaborative Cloud Poster EDUCAUSE12Colaborative Cloud Poster EDUCAUSE12
Colaborative Cloud Poster EDUCAUSE12
Thomas Danford
 
TBR Business Process Improvement EDUCAUSE12
TBR Business Process Improvement EDUCAUSE12TBR Business Process Improvement EDUCAUSE12
TBR Business Process Improvement EDUCAUSE12
Thomas Danford
 
eProcurement TN-Summit 2012
eProcurement TN-Summit 2012eProcurement TN-Summit 2012
eProcurement TN-Summit 2012
Thomas Danford
 
Statewide CI Resources TNSCORE12
Statewide CI Resources TNSCORE12Statewide CI Resources TNSCORE12
Statewide CI Resources TNSCORE12
Thomas Danford
 
An Exploration: Moving Your Enterprise to a Cloud Collaboration
An Exploration: Moving Your Enterprise to a Cloud CollaborationAn Exploration: Moving Your Enterprise to a Cloud Collaboration
An Exploration: Moving Your Enterprise to a Cloud Collaboration
Thomas Danford
 
Rethinking Disaster Prepardness THEITS12
Rethinking Disaster Prepardness THEITS12Rethinking Disaster Prepardness THEITS12
Rethinking Disaster Prepardness THEITS12
Thomas Danford
 

More from Thomas Danford (20)

Information and Computer Technology (ICT) Accessibility
Information and Computer Technology (ICT) AccessibilityInformation and Computer Technology (ICT) Accessibility
Information and Computer Technology (ICT) Accessibility
 
Success Factors in IT 4 10 and 13
Success Factors in IT 4 10 and 13Success Factors in IT 4 10 and 13
Success Factors in IT 4 10 and 13
 
P2P Legislation EduPol08
P2P Legislation EduPol08P2P Legislation EduPol08
P2P Legislation EduPol08
 
TBR Collaboration Analysis
TBR Collaboration AnalysisTBR Collaboration Analysis
TBR Collaboration Analysis
 
CIC Final Report 050406
CIC Final Report 050406CIC Final Report 050406
CIC Final Report 050406
 
Tn 2015 Legislative Compilation
Tn  2015 Legislative CompilationTn  2015 Legislative Compilation
Tn 2015 Legislative Compilation
 
Elive15 Discussion TBR Performance Metrics
Elive15 Discussion   TBR  Performance MetricsElive15 Discussion   TBR  Performance Metrics
Elive15 Discussion TBR Performance Metrics
 
Talent Mgmt EDULive
Talent Mgmt EDULiveTalent Mgmt EDULive
Talent Mgmt EDULive
 
Credit Card Computers and Their Application in HE
Credit Card Computers and Their Application in HECredit Card Computers and Their Application in HE
Credit Card Computers and Their Application in HE
 
Providing Metrics for Decision Makers CoHEsion13
Providing Metrics for Decision Makers CoHEsion13Providing Metrics for Decision Makers CoHEsion13
Providing Metrics for Decision Makers CoHEsion13
 
10 Determinants and 13 Ground Rules CoHEsion13
10 Determinants and 13 Ground Rules CoHEsion1310 Determinants and 13 Ground Rules CoHEsion13
10 Determinants and 13 Ground Rules CoHEsion13
 
Big Data in Higher Ed TENNAIR13
Big Data in Higher Ed TENNAIR13Big Data in Higher Ed TENNAIR13
Big Data in Higher Ed TENNAIR13
 
TBR Common Data Repository ITS13
TBR Common Data Repository ITS13TBR Common Data Repository ITS13
TBR Common Data Repository ITS13
 
Ellucian Live ES 2013
Ellucian Live ES 2013Ellucian Live ES 2013
Ellucian Live ES 2013
 
Colaborative Cloud Poster EDUCAUSE12
Colaborative Cloud Poster EDUCAUSE12Colaborative Cloud Poster EDUCAUSE12
Colaborative Cloud Poster EDUCAUSE12
 
TBR Business Process Improvement EDUCAUSE12
TBR Business Process Improvement EDUCAUSE12TBR Business Process Improvement EDUCAUSE12
TBR Business Process Improvement EDUCAUSE12
 
eProcurement TN-Summit 2012
eProcurement TN-Summit 2012eProcurement TN-Summit 2012
eProcurement TN-Summit 2012
 
Statewide CI Resources TNSCORE12
Statewide CI Resources TNSCORE12Statewide CI Resources TNSCORE12
Statewide CI Resources TNSCORE12
 
An Exploration: Moving Your Enterprise to a Cloud Collaboration
An Exploration: Moving Your Enterprise to a Cloud CollaborationAn Exploration: Moving Your Enterprise to a Cloud Collaboration
An Exploration: Moving Your Enterprise to a Cloud Collaboration
 
Rethinking Disaster Prepardness THEITS12
Rethinking Disaster Prepardness THEITS12Rethinking Disaster Prepardness THEITS12
Rethinking Disaster Prepardness THEITS12
 

Recently uploaded

Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 

Recently uploaded (20)

Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 

TBR ODS EDW Planning 2007

  • 1. Tennessee Board of Regents ODS/EDW Planning Presented by Thomas Danford Fall 2007
  • 2. Information Requirements of the TBR Institutional Research Administrative and Academic Departments A single, trusted source of i l d f institutional data Easy-to-understand data layout coupled with industry-based, Accurate data based on easy-to-use reporting tools that consistently applied institutional allow end-users to satisfy their business rules b i l own requests CIO/IT audience Executive Level Robust Information Access architecture based on The same information “visible” to commercially supported tools all layers of the institution An abstracted data model built Less time arguing over data; more with and for higher education time using information to make better and timely decisions Supports choice of reporting tools to meet varied needs and budgets 2
  • 3. Reporting out of Banner can be Complex EXAMPLE: The simple report below for 5 pieces of information requires accessing data fields from 4 Banner tables: ID Name Address Phone Age _______________________________________________________________ 123-43-4564 Buler, Brian 1464 West Street West Chester PA (453)657-5768 43 324-64-3445 Carol, Bob 84 South Street Philadelphia PA (728)495-4535 34 848-39-4848 Crain, Joan 23 Brandywine Kenneth PA 23 834-56-3443 Kaachen, Perry 3444 Broadview Allentown PA (435)309-5445 54 ….. …. … .. . 3
  • 4. Banner Normalizes Data (3rd Normal Form) so that it exists only in one location The tables for the example report: SPRIDEN SPBPERS SPRADDR SPRTELE 4
  • 5. SQL is the programming language used to manage data in Banner The SQL code for the example report: SELECT SPRIDEN_ID,SPRIDEN_NAME,SPRADDR_STREET_LINE1,SPRADDR_CITY, SPRADDR_STAT_CODE,SPRADDR_ZIPC_CODE, SPRTELE_PHONE_AREA_CODE||’-’||SPRTELE_PHONE_NUMBER, FUNC(AGE(SPBPERS_BIRTH_DATE)) FROM SRPIDEN,A.SPRADDR,B.SPRTELE,SPBPERS WHERE SPRIDEN_CHANGE_IND IS NULL AND SPRIDEN_PIDM = SPBPERS_PIDM (+) AND SPBPERS_PIDM = SPRADDR_PIDM (+) AND SYSDATE BETWEEN A.SPRADDR_FROM_DATE (+) AND A.SPRADDR_END_DATE (+) AND A.SPRADDR_ADDR_CODE (+) = FUNC(ADDRHICR(SPRIDEN_PIDM,”OF”) AND A.SPRADDR_ASTA_CODE (+) = “A” AND A.SPRADDR_PIDM = B.SPRTELE_PIDM (+) AND A.SPRADDR_ADDR_CODE = B.SPRTELE_ADDR_CODE (+) AND B.SPRTELE_SEQ_NO (+) = (SELECT MAX( C.SPRTELE_SEQ_NO) FROM C.SPRTELE WHERE C.SPRTELE_PIDM = B.SPRTELE_PIDM AND C.SPRTELE_ADDR_CODE = C SPRTELE ADDR CODE B.SPRTELE_ADDR_CODE)…. …ORDER BY SPRIDEN_NAME; 5
  • 6. Approach Under Plus - IT Department Made Reports Based on Specifications Provided by Functional Users … Frustrating developing specifications Inefficient iterative process Very time consuming Multiple functional users competing for limited IT resources Functional dependency on IT developed 6
  • 7. Information Access Maturity Model SunGard Plus Reporting Created by Self- Self-Service Analytical Institutional IT Staff Reporting R ti Reporting R ti Performance P f Ad- Ad-Hoc Historical Trends Management Time Forecasting Process Improvement Data Mining Dashboard/Scorecard Analytical Applications Custom Reports Baseline Reports Level 1 Level 2 Level 3 Level 4 Level 5 Not Available 7
  • 8. ODS/EDW & Banner Approach Instead of continually spending IT staff time and budget on developing and programming reports for functional users, we will develop the infrastructure that simplifies how information is accessed. accessed The infrastructure must support the enterprise and provide both a common framework and methodology for solving Information access problems. Simplifying the access gives both IT and functional users the information they need, when they need it, with less of an effort. 8
  • 9. Information Access Maturity Model SunGard SunGard SunGard Operational Enterprise Banner Data St D t Store Data D t Warehouse Institutional Performance Analytical Management •Process Improvement Reporting •Dashboard/Scorecard Time •Historical Trends •Analytical Applications •Forecasting Self- Self-Service •Data Miningg Reporting SunGard S G d •Ad-Hoc Ad- Performance Custom Management Reports Solutions Baseline Reports Level 1 Level 2 Level 3 Level 4 Level 5 Institution Adoption 9
  • 10. Information Access Maturity Model SunGard SunGard SunGard SunGard Banner Operational Enterprise Performance Data St D t Store Data D t Management M t Other Warehouse Solutions Systems KPIs Banner ETL ODS ETL EDW Alerts SELF- SELF-SRVC BANNER CUSTOM REPORTS OLAP Oracle Discoverer Scorecards QUERIES REPORTS Cognos Impromptu g p p CUBES Dashboards &REPORTS Others (any ODBC) Cognos Powerplay Others Level 1 Level 2 Level 3 Level 4 Level 5 10
  • 11. 11
  • 12. Data Modeling Strategy Model specifically designed for end-user reporting Applicable TBR (enterprise) wide Simplified & standardized data structures User-friendly table and field names Designed from a reporting perspective g p gp p Indexed and optimized for reporting Flexible enough for individual campus requirements Consistency between Banner product releases 12
  • 13. Key Roles in ODS/EDW (Senior) Data Architect(s) – An IT management role that is responsible for the data modeling, ETL processing, and administration of the ODS/EDW. Experience and Responsibilities: p Designs data dictionaries & data warehouses Enterprise application and analytics integration Metadata registry Oracle RDBMS and Structured Query Language (SQL) XML, including schema definitions and transformations ODBC/JDBC linkages & reporting tools Business & Systems Analyst(s) – An internal consultancy role that identifies options for improving business systems and bridges the information needs of the business with the use of the ODS/EDW. Experience and Responsibilities: Gathers and defines business requirements Analyzes, maps, and documents processes (current state/future state) Identifies, collects, and analyzes data requirements (forecasting, trend analysis, etc.) Contribute to the design of the ODS/EDW from a business needs point of view Creates required reports, KPI’s, alerts, scorecards, dashboards, etc. C t i d t KPI’ l t d d hb d t ODBC/JDBC reporting tools 13
  • 14. Data Model Approach & Responsibilities Model specifically designed for On Line Analytical Processing (OLAP) reporting Enterprise Wide Star Schemas Designed from a departmental perspective Multidimensional business analysis Complex calculations Trend analysis Sophisticated data modeling Documenting the ODS/EDW (ERDs Data Dictionaries (ERDs, Dictionaries, Flow Charts, Metadata, etc.) 14
  • 16. ETL Processing Responsibilities Commercial ETL tool Oracle Warehouse Builder (OWB) Improved customization Improved extensibility User defined time slices Incremental Refresh Only move what has changed Feeds from Campuses to TBR ODS/EDW ODS/EDW Campuses Custom Warehouses (MTSU & UoM) 16
  • 17. ETL – Oracle Warehouse Builder 17
  • 18. Administration Responsibilities Administration tool for execution and monitoring of ETL processes Web-based Job S Submission/Scheduling and Logging /S Snap-Shots Transformation Setup and Maintenance Data cleansing Security – (FGA) Meta Data Repository 18
  • 19. Data Warehouse Implementation Roadmap Federal, State, THEC Business Discovery Project Requirements Requirements & Analysis Scoping Gathering Business Analysis Project & Infrastructure Planning DB Architecture Extraction Transform Load Data Structure and Implementation Management & Testing DB Design Reporting & R ti Analytics Architecture Reporting and Analytics Development Reporting & Analytics Design Deployment & Implementation Testing (KPIs, Dashboards, Support Alerts, Etc.) 19
  • 20. Discussion … Q&A Di i Special thanks to SunGard HE who provided content for this presentation. … 20