Database Migration System Training Courses

When a business information system is completed, and is either released to a single large community or is allowed to be used by multiple smaller communities, the need for increased functionality always arises. Efforts are then undertaken to make changes in the business information systems.

But what then happens to the "old" database that too needs to be upgraded so that it can be used with the newly revised business information system.
 
That is handled through the use of a general purpose software system that first reads the old database's data structures, then reads the new database's data structure, and once a mapping between the Old and the New is created, the database migraion system dynamically creates read-transform-and-write scripts to migrate the old datagbase to the new database.

This Database Migraion system is currently an integrated component of the Whitemarsh Enterprise Management System, Metabase. It is being exported from the Metabase System and will become a standalone system. Currently also, the Database Migration System's old and new database must be defined through Clarion. The new release will be able to read and old SQL dataase and be able to write to a new SQL database.

ProductUseSupportTrainingCourseDatabaseMigrationSystemItems

 
No files to show\n"; } else { sort($files_to_show); foreach ($files_to_show as $file) { $file_date = date('F d Y, H:i:s', filemtime($dir.$file)); $bytes = filesize($dir.$file); $size = array('B', 'kB', 'MB', 'GB', 'TB'); $factor = floor((strlen($bytes) - 1) / 3); $file_size = sprintf("%.2f", $bytes / pow(1024, $factor)) . @$size[$factor]; echo " \n"; } } ?>
Filename Date Size
$file$file_date$file_size

Copyright 2024, Whitemarsh Information Systems Corporation
All Rights Reserved