Migrating Objects Using OBJECTMIGRATION.xml File

This section explains how to migrate objects using OBJECTMIGRATION.xml file. In this case, you have to populate migration.properties file and OBJECTMIGRATION.xml file. These files are present in the $FIC_HOME/utility/Migration/conf folder. You do not have to make any entries in the export_input.csv and import_input.csv files, present in the same folder.

To migrate objects using OBJECTMIGRATION.xml file, perform the following steps:

  1. Navigate to the $FIC_HOME/utility/Migration/conf folder.
  2. Populate the migration.properties file with appropriate values as explained in the following table.

    Note:

    The values in the properties file are updated by the installer. If you want to run this utility from another location, the values should be specified accordingly.

    Table 16-1 Names in the Object Migration XML and their Descriptions

    Name Description
    EXPORTIMPORT_BASEPATH

    Absolute path of the directory where the metadata/ archive and metadata/ restore folders are created.

    For example:

    EXPORTIMPORT_BASEPATH= /oracle/rhelapp/ofs73app/utility/Migration

    FIC_HOME

    OFSAAI installation directory.

    For example: FIC_HOME=/oracle/rhelapp/ofs73app

    READ_FROM_CSV Set this as N. Then the utility reads from OBJECTMIGRATION.xml file.

    Note:

    The remaining entries in the migration. Propertiesfile is not required when you migrate objects using OBJECTMIGRATION.xml file.
  3. Update the OBJECTMIGRATION.xml file as explained below based on whether you want to import or export objects:

    Note:

    The OBJECTMIGRATION.xml file is available with the installer. The Tag name, Attribute and the entries to be made in the XML file are case sensitive.

    Note:

    Any updates done are available in the OBJECTMIGRATION_template.xml. Before invoking the command line utility, ensure that the updates available in the OBJECTMIGRATION_template.xml file is available in the OBJECTMIGRATION.xml file that you are using to migrate objects.