Information & Technology Management Standards


Conversion Modules

The Conversion Modules only differ from the application source modules in their lifespan. Conversion Modules are used only during the transition to populate the new system with data.

The conversion modules perform the following functions:

  • download the data from the legacy system and create an ASCII flat file which can be uploaded to Oracle tables
  • create temporary tables which can store the legacy data before the data is moved to the production tables of the Oracle application
  • upload the legacy data ASCII flat file to the temporary tables
  • perform any data required translation, transformation, or manipulation before moving the data to the production tables
  • interface, that is, move and validate the data to the Oracle production tables

Template

Contact

  Conversion Modules have no template. Senior Database Administrator

Deliverable Reviewers

IMG Reviewers

Other Typical Reviewers

    ITMB Application Support

Related Deliverables

Prerequisite Deliverable

Successor Deliverable

  Data Conversion Strategy   Converted and Verified Data
  Logical Database Design    

Companion Deliverables

  Application Source Code    
  Runtime Meta Data