Target DB Utilities
- Last Updated: August 8, 2023
- 2 minute read
- OpenEdge Pro2
- Version 6.5
- Documentation
The target database utilities are:
- Target Schema: The Target Schema menu item generates
the necessary database script to build a copy of the Progress schema within the
target database server. You are prompted for an output file name and then asked
for the source database from which you wish to prepare a database Schema. The
resulting DB file can then be executed within an empty database container to
build a target database with the same schema as the source OpenEdge database.

- Target Differential: The Target Differential menu item
generates the necessary queries to upgrade the current target schema to match to
current source schema. Typically, this utility is used after a schema change to
the source database. The resulting database file can then be used to upgrade the
target schema to match the source schema.
Note: When any change is made to the schema of the target database you must rebuild the schema holder database before Pro2 will see the changes to the target schema.Oracle specialization: Use the following properties to generate Oracle specific output:ORACLE_USE_LOGICAL: To convert logical field to number (1)ORACLE_USE_SCALE: To add precision and scale for decimal fields.
- Check CRC Source vs Target: This option is used to validate that there are no differences between your two databases by generating a CRC report.