Data Conversion Issues

In a production environment, it is likely that you will need to migrate data from your existing system(s) to your Cúram database.

The specification of such a migration exercise is outside the scope of this document since it requires in-depth knowledge of the following:

Notwithstanding the above, the following suggestions are worth making here:

1 Often in a relational database a "parent" entity is associated with zero, one or more "child" entities; each of these child entities bears the key of its parent, and as such, the parent must be created first so that its key is available (in order to set the parent's key on the child) when the child is subsequently stored.
2 It is recommended that you create foreign key constraints to identify integrity problems in your converted data, and then (once any problems have been resolved) drop these constraints as they are not supported for production databases.