Home |
Previous Page | Next Page Migration of Data Between Database Servers > Migrating Between Database Servers and Operating Systems > Moving Data to a Database Server on a Different Operating System >
If you intend to move an entire databaseOkayYes on Dynamic Server 10.0, 9.40, 9.30, 9.2x, 7.3x, or 7.24 between
different environments, the dbexport and dbimport combination
is the easiest migration method.
You can also choose one of the following migration utilities:
- If you want to move selected tables or columns, instead of an
entire database, use the UNLOAD and LOAD statements
with the dbschema utility.
- If you need to manipulate the data in the specified UNLOAD file
before you load it into a new table, use a combination of the UNLOAD statement
and the dbschema and dbload utilities.
For information on dbexport, dbimport,
UNLOAD, LOAD, dbload, and dbschema,
see Data Migration Utilities.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]