Data Migration Plan for MIRPS Data and Reference Table Data

Size: px
Start display at page:

Download "Data Migration Plan for MIRPS Data and Reference Table Data"

Transcription

1 Resource Ordering and Status System (ROSS) Program Professional Development Services Data Migration Plan for MIRPS Data and Reference Table Data August 16, 1999 Contract: GS-35F-4863G Delivery Order Number: GA51 Lockheed Martin Reference Number: GA510902

2 Table of Contents 1. INTRODUCTION MIRPS DATABASE MIGRATION PLAN ROSS DATA ITEMS REQUIRING VALUE INITIALIZATION DATA SOURCE INITIALIZATION METHOD(S) SPECIFIC SUPPORT SOFTWARE REQUIREMENTS DATA VALIDATION PLANNING Tasks Completed Initialization Method (2.3) Database Validation Execution of Migration DEVELOPMENT ENVIRONMENT DATABASE MIGRATION DEVELOPMENT DATABASE VALIDATION DEVELOPMENT DATABASE MIGRATION OPERATIONAL DATABASE VERIFICATION Appendices APPENDIX A. MAPPING OF MIRPS DATA TO ROSS... A-11 i

3 1. Introduction By the end of the Phase 3 task order, all reference data will have been loaded into the Vision JADE modeling tool as a part of the rules set instantiated on the Business Logic Server. This reference data consists of all the valid values constraints defined to date for ROSS. These value sets are available in a collection of tables supporting JADE. Due to this situation, no specific plan is necessary to load the reference data. For this reason the focus of this plan is the movement of MIRPS data to ROSS. The database migration plan for MIRPS has been developed by analyzing the SILVERRUN ERX Conceptual Data Model, the Data Dictionary for the Multi-Agency Incident Resource Processing System (MIRPS) Project, and the Analysis and Discussion Related to the Use of the Multi- Agency Incident Resource Processing System (MIRPS) on a Nationwide Basis. Appendix A depicts the mapping of various MIRPS data items to ROSS data items. The MIRPS data migration process will require multiple passes due to the differences in the MIRPS and ROSS schemas. Some MIRPS tables will translate on a one for one basis into ROSS. Others will require a more complex approach using specific dumps of MIRPS data acted on by SQL*Loader to fill the corresponding ROSS tables. 2. MIRPS Database Migration Plan The following procedures were followed in developing this plan: Determine which of the ROSS data items require value initialization. This will be affected by the data requirements defined in the test plans being developed during Phase 4, Application Build. Determine the source of the data, including any dependencies on organizations both internal and external. Determine the schedule for the data value initialization based upon the phased test plans and the phased software module delivery schedule. Also, determine the schedules for the receipt of any required external data. Determine the method of initialization, e.g., manual editing, running a special purpose program. Determine the requirements for any migration software necessary to support the process. This may include programs to transfer data from external format to the operational database, compare programs, special and general purpose editors. Determine how the data will be verified upon transfer to ROSS. Compile a database migration plan for the entire effort that defines schedules and responsibilities as well as resource requirements, including computer time, personnel and disk storage. Planning Results 2.1 ROSS Data Items Requiring Value Initialization For the purposes of test, all ROSS data items should be populated. 1 Data_Migration_Plan(ga510902)GA doc

4 2.2 Data Source The source for MIRPS data to be used in this effort is the USDA Forest Service (Region 5) which developed and maintains MIRPS through a cooperative effort with the California Department of Forestry and Fire Protection. MIRPS correlates with ROSS at just better than 50%. The implications of this are: ROSS data not in MIRPS will have to be hand entered to complete the MIRPS records in ROSS, and the underlying data in MIRPS covers a limited geographic area of the country, so other data sources for ROSS must be found to compensate for the limited scope of the data in the MIRPS database. 2.3 Initialization Method(s) The methods will be export and import for direct corollary tables and ASCII delimited dump with subsequent SQL*Loader invocation for more complex data sets, or the use of specially developed SQL scripts. Some data may require manual input from a workstation. 2.4 Specific Support Software Requirements No software outside that provided by Oracle will be required for this migration. However, use of tools such as those provided by Informatica could substantially reduce the time required to migrate data. Use of such tools would standardize the approach and make the process both repeatable and reliable. 2.5 Data Validation Data validation is covered in a separate document but referenced here in paragraph 3.1. The Validation effort is a relatively simple one and will rely on valid (hygienic) data being supplied by the customer. 2.6 Planning During the next phase of the ROSS project, MIRPS data will be imported using the techniques described in this document. Storage will be set aside to duplicate the size of the anticipated operational database with a 20 % margin to accommodate formal testing requirements. A development database without the margin will be created for the purpose of build and unit testing. Currently held MIRPS data may be replaced with more current data as the time to load these databases approaches. Although the procurement of MIRPS data is a customer responsibility, its loading is the task of the ROSS development team. It is estimated that the loading of the MIRPS data will consume up to 160 labor hours from either the database development staff or a DBA Tasks Completed The ROSS Data Items Requiring Value Initialization (2.1) and Data Source (2.2) selection tasks are effectively complete within this document. The determination of Initialization Method (2.3) for use in migrations is also complete. As noted above, in paragraph 2.4, no specific software will be required in support of MIRPS to ROSS migration Initialization Method (2.3) The application of specific methods to specific pairings of MIRPS and ROSS tables remains to be completed. This effort is driven by the need points in the ROSS development and testing 2 Data_Migration_Plan(ga510902)GA doc

5 schedules. ROSS tables will be populated in dependency order with look up tables being populated first and those dependent upon them by reason of foreign keys being populated subsequently. These tasks should occur when both the ROSS and MIRPS database baselines are stable Database Validation Database validation will occur concurrently with migration efforts. Ultimately it assures reliable database contents for build and subsequent deployment. This effort will involve developers, customer subject matter experts and participants representing the systems providing data for migration. Validation will in general be done on the entire ROSS database, not just that portion being migrated from MIRPS. This effort will be planned separately, but is intricately related to the migration effort Execution of Migration Execution of the MIRPS migration will be accomplished early in phase 4 using the resources called out in 2.6 above. 3. Development Environment Database Migration 3.1 Development Database Validation The validation activity is directed at determining the proper value for each controlled data item in the development database, documenting that value, and documenting the method by which the value was determined. A validation report will be prepared containing: 1. Data item identification 2. The table(s) in which it resides. 3. Acceptable filed formats and representative values. 4. Source - the source of the value. 5. Algorithm - if the value is determined by a calculation, then the calculation will be documented as well as the source of the parameters that are a part of that calculation. If the data is the result of an analysis, then that will be documented either directly or by reference in the report. 6. Data interdependencies - for each parameter, an identification of any other parameters in the database whose values are dependent on its value. 7. Units if the value is quantitative, then the units of measure which it represents must be declared. 8. Data significance, e.g., data must consist of six significant digits 9. Comments - any further explanation that may help to support the above information. 10. Responsibility - the organization that is accepting responsibility for the accuracy of the control value. 3 Data_Migration_Plan(ga510902)GA doc

6 11. Data quality - in the event that there are data values for which the proper source is unavailable in time for delivery, this shall be noted in the report and brought to the attention of the customer. Some parameters, such as a weighting factor in an optimization algorithm, may require a mathematical analysis; others may represent measurable physical parameters, such as the weight of an aircraft, and may require that the measurement be made and documented. In some cases, values may be provided by, or calculated from values provided by, a customer or another contractor who accepts responsibility for its accuracy. This might be provided either in a computer-readable form or in a document such as an interface control document (ICD). In these cases, validation may consist of determining the relationship between the parameter received and the parameter in the database. Where the data has been provided in computer-readable form and is loaded by a program, the validation will include the checking of the loading program. In some cases, test procedures may require operational values in the test database(s). In that situation, validation, migration, and verification will be performed to assure the delivery of quality data. Prior to performing any tests that require validated/verified data, validation/verification activities will be performed, and a report documenting the results of those activities will be presented at the Test Readiness Review. There will be a Database Validation Report that will contain, either directly or by reference, the field definition for each controlled data field and the rationale to support the chosen format, if appropriate. 3.2 Development Database Migration This task is composed of the effort necessary to migrate and/or to manually enter the deliverable data values into the development database as specified by the MIRPS to ROSS database validation report. The data will be manipulated coincident with ROSS module development and unit level and integration testing. The database migration effort may require manual entry and the use of Oracle Import/Export techniques, such as the use of SQL*Loader and/or the use of specially written SQL scripts. 3.3 Operational Database Verification The database verification activity is directed at ensuring that the contents of the migrated data are in agreement with the values as defined by the validation activity. This may be done by generating a listing of the file(s) being verified using either a system utility or a special purpose listing program that has been thoroughly tested, and then manually comparing the results with the validation report or the source data. Wherever feasible, this should be automated by running a program that compares the data values and/or format with those stored in the repository as a result of the validation effort. Once all of the data in a file or table has been verified, it will be saved for archival purposes. The results of this effort will be documented in a database verification report, the relevant portions having been presented at the respective test readiness reviews. 4 Data_Migration_Plan(ga510902)GA doc

7 Appendix A. Mapping of MIRPS Data to ROSS A-1 Data_Migration_Plan(

National Interagency Resource Ordering and Status System. Change Management Procedures

National Interagency Resource Ordering and Status System. Change Management Procedures National Interagency Resource Ordering and Status System Change Management Procedures Working Copy June 9, 2003 Table of Contents 1. Purpose...3 2. Change Control Board Description and Roles... 3 3. Change

More information

SACM and CMDB Strategy and Roadmap. David Lowe ActionableITSM.com March 20, 2012

SACM and CMDB Strategy and Roadmap. David Lowe ActionableITSM.com March 20, 2012 SACM and CMDB Strategy and Roadmap David Lowe ActionableITSM.com March 20, 2012 Disclaimer The strategy and roadmap information presented here is generic by nature and based on a highly hypothetical use

More information

news from Tom Bacon about Monday's lecture

news from Tom Bacon about Monday's lecture ECRIC news from Tom Bacon about Monday's lecture I won't be at the lecture on Monday due to the work swamp. The plan is still to try and get into the data centre in two weeks time and do the next migration,

More information

QUALITYMATE FOR LOAD TESTING

QUALITYMATE FOR LOAD TESTING QUALITYMATE FOR LOAD TESTING QualityMate suite of tools enables organizations to industrialize the software development process providing support for different process activities like Requirements Management,

More information

ORACLE DATABASE 11G: COMPLETE

ORACLE DATABASE 11G: COMPLETE ORACLE DATABASE 11G: COMPLETE 1. ORACLE DATABASE 11G: SQL FUNDAMENTALS I - SELF-STUDY COURSE a) Using SQL to Query Your Database Using SQL in Oracle Database 11g Retrieving, Restricting and Sorting Data

More information

CAREER TRACKS PHASE 1 UCSD Information Technology Family Function and Job Function Summary

CAREER TRACKS PHASE 1 UCSD Information Technology Family Function and Job Function Summary UCSD Applications Programming Involved in the development of server / OS / desktop / mobile applications and services including researching, designing, developing specifications for designing, writing,

More information

Project Type Guide. Project Planning and Management (PPM) V2.0. Custom Development Version 1.1 January 2014. PPM Project Type Custom Development

Project Type Guide. Project Planning and Management (PPM) V2.0. Custom Development Version 1.1 January 2014. PPM Project Type Custom Development Project Planning and Management (PPM) V2.0 Project Type Guide Custom Development Version 1.1 January 2014 Last Revision: 1/22/2014 Page 1 Project Type Guide Summary: Custom Development Custom software

More information

2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006

2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006 www.peaksolutions.com 2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006 Course 2933A: Five days; Instructor-Led Introduction This five-day instructor-led

More information

Project Management Planning

Project Management Planning Develop Project Tasks One of the most important parts of a project planning process is the definition of activities that will be undertaken as part of the project. Activity sequencing involves dividing

More information

Software Quality Assurance Plan

Software Quality Assurance Plan For Database Applications Document ID: Version: 2.1a Planning Installation & Acceptance Integration & Test Requirements Definition Design Development 1 / 54 Copyright 2000-2006 Digital Publications LLC.

More information

D83167 Oracle Data Integrator 12c: Integration and Administration

D83167 Oracle Data Integrator 12c: Integration and Administration D83167 Oracle Data Integrator 12c: Integration and Administration Learn To: Use Oracle Data Integrator to perform transformation of data among various platforms. Design ODI Mappings, Procedures, and Packages

More information

10426: Large Scale Project Accounting Data Migration in E-Business Suite

10426: Large Scale Project Accounting Data Migration in E-Business Suite 10426: Large Scale Project Accounting Data Migration in E-Business Suite Objective of this Paper Large engineering, procurement and construction firms leveraging Oracle Project Accounting cannot withstand

More information

Consolidate by Migrating Your Databases to Oracle Database 11g. Fred Louis Enterprise Architect

Consolidate by Migrating Your Databases to Oracle Database 11g. Fred Louis Enterprise Architect Consolidate by Migrating Your Databases to Oracle Database 11g Fred Louis Enterprise Architect Agenda Why migrate to Oracle What is migration? What can you migrate to Oracle? SQL Developer Migration Workbench

More information

COURSE NAME: Database Management. TOPIC: Database Design LECTURE 3. The Database System Life Cycle (DBLC) The database life cycle contains six phases;

COURSE NAME: Database Management. TOPIC: Database Design LECTURE 3. The Database System Life Cycle (DBLC) The database life cycle contains six phases; COURSE NAME: Database Management TOPIC: Database Design LECTURE 3 The Database System Life Cycle (DBLC) The database life cycle contains six phases; 1 Database initial study. Analyze the company situation.

More information

How To Develop An Enterprise Architecture

How To Develop An Enterprise Architecture OSI Solution Architecture Framework Enterprise Service Center April 2008 California Health and Human Services Agency Revision History REVISION HISTORY REVISION/WORKSITE # DATE OF RELEASE OWNER SUMMARY

More information

General Dynamics One Source, LLC Alliant GS00Q09BGD0030 Labor Category Descriptions April 21. 2007

General Dynamics One Source, LLC Alliant GS00Q09BGD0030 Labor Category Descriptions April 21. 2007 General Dynamics One Source, LLC Alliant GS00Q09BGD0030 Labor Category Descriptions April 21. 2007 Knowledge/Skill Levels: Many functional labor categories below (marked with # ) are further subdivided

More information

Montana Department of Transportation Information Services Division. System Development Life Cycle (SDLC) Guide

Montana Department of Transportation Information Services Division. System Development Life Cycle (SDLC) Guide Montana Department of Transportation Information Services Division System Development Life Cycle (SDLC) Guide Version 2 August 2, 2007 \mdt_sdlc_process\mdt_sdlc_v02.doc Table of Contents 1 Business Analysis...3

More information

Louisiana Department of Insurance. Software Development Standards

Louisiana Department of Insurance. Software Development Standards Louisiana Department of Insurance Software Development Standards Table of Contents EXECUTIVE SUMMARY... 3 LDI SOFTWARE DEVELOPMENT STANDARDS GOAL... 4 IMPLEMENTATION OBJECTIVES... 5 LDI SYSTEMS INTEGRATION...

More information

Career Tracks- Information Technology Family

Career Tracks- Information Technology Family Career Tracks- Information Technology Family FUNCTIONAL AREA Applications Programming AV IT AV IT Engineering Bioinformatics Involved in the development of server/os/desktop/mobile applications and services

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added? DBMS Questions 1.) Which type of file is part of the Oracle database? A.) B.) C.) D.) Control file Password file Parameter files Archived log files 2.) Which statements are use to UNLOCK the user? A.)

More information

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features 1 Oracle SQL Developer 3.0: Overview and New Features Sue Harper Senior Principal Product Manager The following is intended to outline our general product direction. It is intended

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +33 15 7602 081 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

December 21, 2012. The services being procured through the proposed amendment are Hosting Services, and Application Development and Support for CITSS.

December 21, 2012. The services being procured through the proposed amendment are Hosting Services, and Application Development and Support for CITSS. Justification for a Contract Amendment to Contract 2012-01: Interim Hosting and Jurisdiction Functionality for the Compliance Instrument Tracking System Service (CITSS) December 21, 2012 Introduction WCI,

More information

Oracle Data Integrator 11g: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I COURCE TITLE DURATION DBA 11g Oracle Database 11g: Administration Workshop I 40 H. What you will learn: This course is designed to give students a firm foundation in basic administration of Oracle Database

More information

EMP Attachment 2 DOE-SC PNNL Site Data Management Plan

EMP Attachment 2 DOE-SC PNNL Site Data Management Plan PNNL-20919-2 Prepared for the U.S. Department of Energy under Contract DE-AC05-76RL01830 EMP Attachment 2 DOE-SC PNNL Site Data Management Plan LE Bisping December 2011 PNNL-20919-2 EMP Attachment 2 DOE-SC

More information

CHAN Health Information Exchange (MPI/HIE) RFP

CHAN Health Information Exchange (MPI/HIE) RFP RESPONSE TO QUESTIONS CHAN Health Information Exchange (MPI/HIE) RFP Question 1 Does CHAN have an interest in Secure Messaging? Yes Answer 2 It appears that you want an on premise solution (hosted) or

More information

Best Practices Statement Project Management. Best Practices for Managing State Information Technology Projects

Best Practices Statement Project Management. Best Practices for Managing State Information Technology Projects State of Arkansas Office of Information Technology 124 W. Capitol Ave. Suite 990 Little Rock, AR 72201 501.682.4300 Voice 501.682.4020 Fax http://www.cio.arkansas.gov/techarch Best Practices Statement

More information

Attachment 2 Project Management Plan Template PROJECT MANAGEMENT PLAN WORK PERFORMED UNDER AGREEMENT SUBMITTED BY PRINCIPAL INVESTIGATOR SUBMITTED TO

Attachment 2 Project Management Plan Template PROJECT MANAGEMENT PLAN WORK PERFORMED UNDER AGREEMENT SUBMITTED BY PRINCIPAL INVESTIGATOR SUBMITTED TO Attachment Project Management Plan Template PROJECT MANAGEMENT PLAN {Agreement Title} Revision {Revision Letter} {Date Prepared} WORK PERFORMED UNDER AGREEMENT DE-FE000{xxxx} SUBMITTED BY {Organization

More information

Internal Control Deliverables. For. System Development Projects

Internal Control Deliverables. For. System Development Projects DIVISION OF AUDIT SERVICES Internal Control Deliverables For System Development Projects Table of Contents Introduction... 3 Process Flow... 3 Controls Objectives... 4 Environmental and General IT Controls...

More information

Audit of the Data Center Consolidation Initiative at NARA. OIG Draft Audit Report No. 12-09. May 10, 2012

Audit of the Data Center Consolidation Initiative at NARA. OIG Draft Audit Report No. 12-09. May 10, 2012 Audit of the Data Center Consolidation Initiative at NARA OIG Draft Audit Report No. 12-09 May 10, 2012 Table of Contents Executive Summary... 3 Background... 4 Objectives, Scope, Methodology... 7 Audit

More information

California Department of Mental Health Information Technology Attention: MHSA-IT 1600 9 th Street, Room 141 Sacramento, CA 95814

California Department of Mental Health Information Technology Attention: MHSA-IT 1600 9 th Street, Room 141 Sacramento, CA 95814 IT Project Status Report For an MHSA-Funded IT Project Please send the Signed Original to the following address: California Department of Mental Health Information Technology Attention: MHSA-IT 1600 9

More information

Development Best Practices

Development Best Practices Development Best Practices 0 Toad Toad for Oracle v.9.6 Configurations for Oracle Standard Basic Toad Features + Team Coding + PL/SQL Profiler + PL/SQL Debugging + Knowledge Xpert PL/SQL and DBA Toad for

More information

Software Configuration Management Plan

Software Configuration Management Plan For Database Applications Document ID: Version: 2.0c Planning Installation & Acceptance Integration & Test Requirements Definition Design Development 1 / 22 Copyright 2000-2005 Digital Publications LLC.

More information

Annexure-A (Qualifications & Job Description with Roles & Responsibilities) Job Description

Annexure-A (Qualifications & Job Description with Roles & Responsibilities) Job Description Annexure-A (Qualifications & Job Description with Roles & Responsibilities) Job Description Position / Designation Program Manager Level / Rank Principal Consultant Educational Qualifications Experience

More information

Oracle Database Security and Audit

Oracle Database Security and Audit Copyright 2014, Oracle Database Security and Beyond Checklists Learning objectives Understand data flow through an Oracle database instance Copyright 2014, Why is data flow important? Data is not static

More information

B.Com(Computers) II Year RELATIONAL DATABASE MANAGEMENT SYSTEM Unit- I

B.Com(Computers) II Year RELATIONAL DATABASE MANAGEMENT SYSTEM Unit- I B.Com(Computers) II Year RELATIONAL DATABASE MANAGEMENT SYSTEM Unit- I 1 1. What is Data? A. Data is a collection of raw information. 2. What is Information? A. Information is a collection of processed

More information

Data Discovery & Documentation PROCEDURE

Data Discovery & Documentation PROCEDURE Data Discovery & Documentation PROCEDURE Document Version: 1.0 Date of Issue: June 28, 2013 Table of Contents 1. Introduction... 3 1.1 Purpose... 3 1.2 Scope... 3 2. Option 1: Current Process No metadata

More information

POLAR IT SERVICES. Business Intelligence Project Methodology

POLAR IT SERVICES. Business Intelligence Project Methodology POLAR IT SERVICES Business Intelligence Project Methodology Table of Contents 1. Overview... 2 2. Visualize... 3 3. Planning and Architecture... 4 3.1 Define Requirements... 4 3.1.1 Define Attributes...

More information

Core Syllabus. Version 2.6 B BUILD KNOWLEDGE AREA: DEVELOPMENT AND IMPLEMENTATION OF INFORMATION SYSTEMS. June 2006

Core Syllabus. Version 2.6 B BUILD KNOWLEDGE AREA: DEVELOPMENT AND IMPLEMENTATION OF INFORMATION SYSTEMS. June 2006 Core Syllabus B BUILD KNOWLEDGE AREA: DEVELOPMENT AND IMPLEMENTATION OF INFORMATION SYSTEMS Version 2.6 June 2006 EUCIP CORE Version 2.6 Syllabus. The following is the Syllabus for EUCIP CORE Version 2.6,

More information

estatistik.core: COLLECTING RAW DATA FROM ERP SYSTEMS

estatistik.core: COLLECTING RAW DATA FROM ERP SYSTEMS WP. 2 ENGLISH ONLY UNITED NATIONS STATISTICAL COMMISSION and ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS Work Session on Statistical Data Editing (Bonn, Germany, 25-27 September

More information

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills

More information

EXHIBIT A STATEMENT OF WORK

EXHIBIT A STATEMENT OF WORK EXHIBIT A STATEMENT OF WORK Contractor Name Awarded Categories Askin Software Development Consulting, Inc. I. A. OVERVIEW This Statement of Work (SOW) provides an overview of the IT Consulting Services

More information

ProLibis Solutions for Libraries in the Digital Age. Automation of Core Library Business Processes

ProLibis Solutions for Libraries in the Digital Age. Automation of Core Library Business Processes ProLibis Solutions for Libraries in the Digital Age Automation of Core Library Business Processes We see a modern library not only as a book repository, but also and most importantly as a state-of-the-art,

More information

Agile Business Suite: a 4GL environment for.net developers DEVELOPMENT, MAINTENANCE AND DEPLOYMENT OF LARGE, COMPLEX BACK-OFFICE APPLICATIONS

Agile Business Suite: a 4GL environment for.net developers DEVELOPMENT, MAINTENANCE AND DEPLOYMENT OF LARGE, COMPLEX BACK-OFFICE APPLICATIONS Agile Business Suite: a 4GL environment for.net developers DEVELOPMENT, MAINTENANCE AND DEPLOYMENT OF LARGE, COMPLEX BACK-OFFICE APPLICATIONS In order to ease the burden of application lifecycle management,

More information

Chapter 6 Basics of Data Integration. Fundamentals of Business Analytics RN Prasad and Seema Acharya

Chapter 6 Basics of Data Integration. Fundamentals of Business Analytics RN Prasad and Seema Acharya Chapter 6 Basics of Data Integration Fundamentals of Business Analytics Learning Objectives and Learning Outcomes Learning Objectives 1. Concepts of data integration 2. Needs and advantages of using data

More information

SAS System and SAS Program Validation Techniques Sy Truong, Meta-Xceed, Inc., San Jose, CA

SAS System and SAS Program Validation Techniques Sy Truong, Meta-Xceed, Inc., San Jose, CA SAS System and SAS Program Validation Techniques Sy Truong, Meta-Xceed, Inc., San Jose, CA ABSTRACT This course will teach methodologies of performing SAS system and SAS program validation including new

More information

ORACLE DATABASE: ADMINISTRATION WORKSHOP I

ORACLE DATABASE: ADMINISTRATION WORKSHOP I ORACLE DATABASE: ADMINISTRATION WORKSHOP I CORPORATE COLLEGE SEMINAR SERIES Date: March 18 April 25 Presented by: Lone Star Corporate College in partnership with Oracle Workforce Development Program Format:

More information

Data Management Implementation Plan

Data Management Implementation Plan Appendix 8.H Data Management Implementation Plan Prepared by Vikram Vyas CRESP-Amchitka Data Management Component 1. INTRODUCTION... 2 1.1. OBJECTIVES AND SCOPE... 2 2. DATA REPORTING CONVENTIONS... 2

More information

SAP Data Services 4.X. An Enterprise Information management Solution

SAP Data Services 4.X. An Enterprise Information management Solution SAP Data Services 4.X An Enterprise Information management Solution Table of Contents I. SAP Data Services 4.X... 3 Highlights Training Objectives Audience Pre Requisites Keys to Success Certification

More information

Process Guide. Release Management. Service Improvement Program (SIP)

Process Guide. Release Management. Service Improvement Program (SIP) Process Guide Release Service Improvement Program (SIP) i Table of Contents Process Guide Release Document Information... 3 Approval... 4 Section 1: Process Vision... 6 Overview... 6 Process Mission and

More information

Data Integration with Talend Open Studio Robert A. Nisbet, Ph.D.

Data Integration with Talend Open Studio Robert A. Nisbet, Ph.D. Data Integration with Talend Open Studio Robert A. Nisbet, Ph.D. Most college courses in statistical analysis and data mining are focus on the mathematical techniques for analyzing data structures, rather

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for

More information

JOB TITLE: CURRENT CLASSIFICATION/GRID POSITION # IT Tech III AD Grid Level 5(e) #121 Database Administrator

JOB TITLE: CURRENT CLASSIFICATION/GRID POSITION # IT Tech III AD Grid Level 5(e) #121 Database Administrator COUNTY OF GRANDE PRAIRIE JOB DESCRIPTION JOB TITLE: CURRENT CLASSIFICATION/GRID POSITION # IT Tech III AD Grid Level 5(e) #121 Database Administrator NOC CODE: 2172 STANDARD HOURS: 35 hours/week (non-management)

More information

Managing Third Party Databases and Building Your Data Warehouse

Managing Third Party Databases and Building Your Data Warehouse Managing Third Party Databases and Building Your Data Warehouse By Gary Smith Software Consultant Embarcadero Technologies Tech Note INTRODUCTION It s a recurring theme. Companies are continually faced

More information

Migrating Workloads to Cloud Best Practices

Migrating Workloads to Cloud Best Practices CONTENTS 3 3 3 4 4 6 6 6 6 8 8 8 ASSESSMENT AND MIGRATION CANDIDATES Criticality Criteria Network Criteria and Impacts Storage Criteria Server inter-dependencies SYSTEM STABILITY APPLICATION AND DATA MAINTENANCE

More information

1. Dimensional Data Design - Data Mart Life Cycle

1. Dimensional Data Design - Data Mart Life Cycle 1. Dimensional Data Design - Data Mart Life Cycle 1.1. Introduction A data mart is a persistent physical store of operational and aggregated data statistically processed data that supports businesspeople

More information

Embarcadero DB Change Manager

Embarcadero DB Change Manager Product Documentation Embarcadero DB Change Manager Quick Start Guide Version 6.3.1/XE5 Published May, 2014 2014 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all

More information

LABOR CATEGORY DESCRIPTIONS & QUALIFICATIONS

LABOR CATEGORY DESCRIPTIONS & QUALIFICATIONS KEY LABOR CATEGORY DESCRIPTIONS PROGRAM MANAGER Description: The Program Manager is responsible for coordinating the management of all work performed under the overall contract and shall be capable of

More information

EMBL-EBI. Database Replication - Distribution

EMBL-EBI. Database Replication - Distribution Database Replication - Distribution Relational public databases EBI s mission to provide freely accessible information on the public domain Data formats and technologies, should not contradict to this

More information

Migrating from iseries to SQL Server Platform for J.D. Edwards

Migrating from iseries to SQL Server Platform for J.D. Edwards Migrating from iseries to SQL Server Platform for J.D. Edwards White Paper Authors: Paul C. Shearer, Affiliated Computer Services Chee Keong Wong, Affiliated Computer Services Loh Yik Wai, Affiliated Computer

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop I Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop I Release 2. 5 Jours [35 Heures] Plan de cours disponible à l adresse http://www.adhara.fr/.aspx Objectif Monitor performance Describe Oracle Database Architecture Install Oracle Grid Infrastructure Install and configure Oracle Database

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Database System Concepts, 5th Ed. See www.db book.com for conditions on re use Chapter 1: Introduction Purpose of Database Systems View of Data Database Languages Relational Databases

More information

Oracle Database Development Standards For DNR Staff and Contractors. Table of Contents

Oracle Database Development Standards For DNR Staff and Contractors. Table of Contents Oracle Database Development Standards For DNR Staff and Contractors Table of Contents INTRODUCTION...2 DATABASE ORGANIZATION...2 DATABASE PROCEDURES...3 Development...3 Testing...3 Production Release...4

More information

FROM THE INTERAGENCY DISPATCH OPTIMIZATION PILOT PROJECT (IDOPP)

FROM THE INTERAGENCY DISPATCH OPTIMIZATION PILOT PROJECT (IDOPP) NATIONAL TOOLBOX FROM THE INTERAGENCY DISPATCH OPTIMIZATION PILOT PROJECT (IDOPP) January 31, 2013 TABLE OF CONTENTS 1 Introduction... 1 2 Project Start-Up... 1 3 Data Requests... 2 3.1 Information Needs

More information

Project Control System Manual. Jefferson Science Associates, LLC. 200 Organization. Project Control System Manual Revision 7 - 7 -

Project Control System Manual. Jefferson Science Associates, LLC. 200 Organization. Project Control System Manual Revision 7 - 7 - Jefferson Science Associates, LLC 200 Organization Project Control System Manual Revision 7-7 - 200 Organization This section of the JSA Project Control System Manual describes the organizational elements

More information

Solution Architecture Framework Toolkit

Solution Architecture Framework Toolkit Solution Architecture Framework Toolkit Health and Human Services Agency, Revision History REVISION HISTORY REVISION/WORKSITE # DATE OF RELEASE OWNER SUMMARY OF CHANGES Initial Release (v1.0) December

More information

Release Automation for Siebel

Release Automation for Siebel June 30 th 2015 Release Automation for Siebel Stefan Kures Agenda + Common Challenges + Automic s solution + Positive Outcomes + Customer Example 3 Property of Automic Software. All rights reserved Siebel

More information

Systems Development Life Cycle (SDLC)

Systems Development Life Cycle (SDLC) DEPARTMENT OF BUDGET & MANAGEMENT (SDLC) Volume 1 Introduction to the SDLC August 2006 Table of Contents Introduction... 3 Overview... 4 Page 2 of 17 INTRODUCTION 1.0 STRUCTURE The SDLC Manual consists

More information

VA ICJIS. Program Management Plan

VA ICJIS. Program Management Plan VA ICJIS Program Management Plan 1 08/29/01 Program Management Plan VA Integrated Criminal Justice Information System (ICJIS) Program 1. Introduction. The Commonwealth of Virginia Integrated Criminal Justice

More information

Fight fire with fire when protecting sensitive data

Fight fire with fire when protecting sensitive data Fight fire with fire when protecting sensitive data White paper by Yaniv Avidan published: January 2016 In an era when both routine and non-routine tasks are automated such as having a diagnostic capsule

More information

Frequently Asked Questions. Secure Log Manager. Last Update: 6/25/01. 6303 Barfield Road Atlanta, GA 30328 Tel: 404.236.2600 Fax: 404.236.

Frequently Asked Questions. Secure Log Manager. Last Update: 6/25/01. 6303 Barfield Road Atlanta, GA 30328 Tel: 404.236.2600 Fax: 404.236. Frequently Asked Questions Secure Log Manager Last Update: 6/25/01 6303 Barfield Road Atlanta, GA 30328 Tel: 404.236.2600 Fax: 404.236.2626 1. What is Secure Log Manager? Secure Log Manager (SLM) is designed

More information

Designing Database Solutions for Microsoft SQL Server 2012 MOC 20465

Designing Database Solutions for Microsoft SQL Server 2012 MOC 20465 Designing Database Solutions for Microsoft SQL Server 2012 MOC 20465 Course Outline Module 1: Designing a Database Server Infrastructure This module explains how to design an appropriate database server

More information

How To Be A Database Administrator

How To Be A Database Administrator Office of Human Resources Database Administrator III Page 1 of 6 GENERAL STATEMENT OF CLASS DUTIES Performs advanced level professional information technology work installing, configuring, and upgrading

More information

10. System Evaluation

10. System Evaluation 200 Chapter 10. System Evaluation 10. System Evaluation 10.1. Introduction Evaluation of software and databases is a practice established for so long as that of developing software itself. (Martyn & Unwin

More information

Software. PowerExplorer. Information Management and Platform DATA SHEET

Software. PowerExplorer. Information Management and Platform DATA SHEET DATA SHEET PowerExplorer Software Information Management and Platform KEY FEATURES Web-enabled Advanced, ad-hoc query capabilities Spatial E&P data presentation ZGF file import/export Spatializer Tabular

More information

Chapter 10 Practical Database Design Methodology and Use of UML Diagrams

Chapter 10 Practical Database Design Methodology and Use of UML Diagrams Chapter 10 Practical Database Design Methodology and Use of UML Diagrams Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10 Outline The Role of Information Systems in

More information

AnalytiX MappingManager Big Data Edition

AnalytiX MappingManager Big Data Edition AnalytiX MappingManager Big Data Edition The Complete Mapping Lifecycle Management Solution w w w. a n a l y t i x d s. c o m Copyright 2014 AnalytiX Data Services AnalytiX Mapping Manager Overview AnalytiX

More information

Arbortext Content Manager 9.0/9.1 Curriculum Guide

Arbortext Content Manager 9.0/9.1 Curriculum Guide Arbortext Content Manager 9.0/9.1 Curriculum Guide NOTE: For a graphical depiction of the curriculum based on job role, please visit this page: http://www.ptc.com/services/edserv/learning/paths/ptc/atcm_90.htm

More information

RARITAN VALLEY COMMUNITY COLLEGE COMPUTER SCIENCE (CS) DEPARTMENT. CISY-294, Oracle: Database Administration Fundamentals Part I

RARITAN VALLEY COMMUNITY COLLEGE COMPUTER SCIENCE (CS) DEPARTMENT. CISY-294, Oracle: Database Administration Fundamentals Part I RARITAN VALLEY COMMUNITY COLLEGE COMPUTER SCIENCE (CS) DEPARTMENT CISY-294, Oracle: Database Administration Fundamentals Part I I. Basic Course Information A. Course Number and Title: CISY-294, ORACLE:

More information

High-Volume Data Warehousing in Centerprise. Product Datasheet

High-Volume Data Warehousing in Centerprise. Product Datasheet High-Volume Data Warehousing in Centerprise Product Datasheet Table of Contents Overview 3 Data Complexity 3 Data Quality 3 Speed and Scalability 3 Centerprise Data Warehouse Features 4 ETL in a Unified

More information

ITRM Guideline CPM 110-01 Date: January 23, 2006 SECTION 5 PROJECT CLOSEOUT PHASE

ITRM Guideline CPM 110-01 Date: January 23, 2006 SECTION 5 PROJECT CLOSEOUT PHASE PROJECT MANAGEMENT GUIDELINE SECTION 5 PROJECT CLOSEOUT PHASE Table of Contents Introduction... 3 Project Closeout Phase... 3 Activities and Documents in the Closeout Phase... 4 Project Closeout Task...

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

More information

Basic Concepts of Database Systems

Basic Concepts of Database Systems CS2501 Topic 1: Basic Concepts 1.1 Basic Concepts of Database Systems Example Uses of Database Systems - account maintenance & access in banking - lending library systems - airline reservation systems

More information

Summary of GAO Cost Estimate Development Best Practices and GAO Cost Estimate Audit Criteria

Summary of GAO Cost Estimate Development Best Practices and GAO Cost Estimate Audit Criteria Characteristic Best Practice Estimate Package Component / GAO Audit Criteria Comprehensive Step 2: Develop the estimating plan Documented in BOE or Separate Appendix to BOE. An analytic approach to cost

More information

MASTER DATA MANAGEMENT TEST ENABLER

MASTER DATA MANAGEMENT TEST ENABLER MASTER DATA MANAGEMENT TEST ENABLER Sagar Porov 1, Arupratan Santra 2, Sundaresvaran J 3 Infosys, (India) ABSTRACT All Organization needs to handle important data (customer, employee, product, stores,

More information

<Insert Picture Here> Application Change Management and Data Masking

<Insert Picture Here> Application Change Management and Data Masking Application Change Management and Data Masking Jagan R. Athreya (jagan.athreya@oracle.com) Director of Database Manageability Oracle Corporation 1 The following is intended to outline

More information

IT General Controls Domain COBIT Domain Control Objective Control Activity Test Plan Test of Controls Results

IT General Controls Domain COBIT Domain Control Objective Control Activity Test Plan Test of Controls Results Acquire or develop application systems software Controls provide reasonable assurance that application and system software is acquired or developed that effectively supports financial reporting requirements.

More information

THOMAS G. DAY SENIOR VICE PRESIDENT, INTELLIGENT MAIL AND ADDRESS QUALITY PRITHA N. MEHRA VICE PRESIDENT, BUSINESS MAIL ENTRY AND PAYMENT TECHNOLOGIES

THOMAS G. DAY SENIOR VICE PRESIDENT, INTELLIGENT MAIL AND ADDRESS QUALITY PRITHA N. MEHRA VICE PRESIDENT, BUSINESS MAIL ENTRY AND PAYMENT TECHNOLOGIES March 31, 2009 THOMAS G. DAY SENIOR VICE PRESIDENT, INTELLIGENT MAIL AND ADDRESS QUALITY PRITHA N. MEHRA VICE PRESIDENT, BUSINESS MAIL ENTRY AND PAYMENT TECHNOLOGIES GEORGE W. WRIGHT VICE PRESIDENT, INFORMATION

More information

RFP Q & A for BUDGET DEVELOPMENT SOFTWARE 1. Cover page (page 1): Would SCBE considers a 3 week extension to the July 1st deadline?

RFP Q & A for BUDGET DEVELOPMENT SOFTWARE 1. Cover page (page 1): Would SCBE considers a 3 week extension to the July 1st deadline? 1. Cover page (page 1): Would SCBE considers a 3 week extension to the July 1st deadline? A. Yes, Monday, July 22, 2015. Please see Addendum I. 2. Cover page (page 1): What is TIME REQUIRED FOR DELIVERY

More information

ELECTRONIC RECORDS MANAGEMENT SYSTEM COMPLIANCE TEST AND EVALUATION PROCESS AND PROCEDURES

ELECTRONIC RECORDS MANAGEMENT SYSTEM COMPLIANCE TEST AND EVALUATION PROCESS AND PROCEDURES ELECTRONIC RECORDS MANAGEMENT SYSTEM COMPLIANCE TEST AND EVALUATION PROCESS AND PROCEDURES NATIONAL ARCHIVES OF MALAYSIA 2009 VERSION 1 1 TABLE OF CONTENTS 1. INTRODUCTION 1.1.PURPOSE... 3 1.2.APPLICABILITY...

More information

Plan for model and data quality assurance for the SR-Site project

Plan for model and data quality assurance for the SR-Site project Public Plan Document ID 1082128 Author Fredrik Vahlund Reviewed by Version 1.0 Christian Nyström (QA) Approved by Allan Hedin Status Approved Reg no Date 2007-08-29 Reviewed date 2009-04-21 Approved date

More information

Introduction to Database Systems

Introduction to Database Systems Introduction to Database Systems A database is a collection of related data. It is a collection of information that exists over a long period of time, often many years. The common use of the term database

More information

Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: Administration Workshop I Duração: 5 Dias Objetivos do Curso This course is designed to give students a firm foundation in basic administration

More information

A Framework for Data Migration between Various Types of Relational Database Management Systems

A Framework for Data Migration between Various Types of Relational Database Management Systems A Framework for Data Migration between Various Types of Relational Database Management Systems Ahlam Mohammad Al Balushi Sultanate of Oman, International Maritime College Oman ABSTRACT Data Migration is

More information

For each requirement, the Bidder should indicate which level of support pertains to the requirement by entering 1, 2, or 3 in the appropriate box.

For each requirement, the Bidder should indicate which level of support pertains to the requirement by entering 1, 2, or 3 in the appropriate box. Annex Functional Requirements for: The integrated reconciliation system of Back-Office and Cash Accounts operations: Instructions: The Required or Desired column represents whether a feature is a business

More information

TERMS OF REFERENCE FOR THE CONSULTANCY SERVICES FOR THE FOR THE POST-IMPLEMENTATION PHASE OF THE PPA MIS COMPUTERIZATION PROJECT

TERMS OF REFERENCE FOR THE CONSULTANCY SERVICES FOR THE FOR THE POST-IMPLEMENTATION PHASE OF THE PPA MIS COMPUTERIZATION PROJECT TERMS OF REFERENCE FOR THE CONSULTANCY SERVICES FOR THE FOR THE POST-IMPLEMENTATION PHASE OF THE PPA MIS COMPUTERIZATION PROJECT 1. PROJECT BACKGROUND 1.1 The Contract for the PPA MIS Computerization Project

More information

Software Architecture

Software Architecture Cairo University Faculty of Computers and Information Computer Science Department Premasters Studies Software Architecture Report on Software Product Line Submitted to: Dr. Hany Ammar Submitted by: Hadeel

More information