2.5 Performing an Import Using the BI Migration Script

Use the BI Migration Script (migration-tool.sh) to import the 11g data in to the 12c system, if you have already configured the 12c system. The BI Migration Script automatically determines the Oracle home and the Domain home directories.

You can include the following parameters while running the BI Migration Script to import the export bundle in to the 12c system:
Parameter Description
in Indicates the BI Migration Script to import the bundle.
<export bundle> The path where the export bundle is located.
<service instance name> Specifies the name of the service instance, which is service1.
To import the metadata in to the 12c system:
  1. Run the BI Migration Script with the following parameters:
    user_projects/domains/bi/bitools/bin/migration-tool.sh in <export bundle> <service instance name>
    For example,
    user_projects/domains/bi/bitools/bin/migration-tool.sh in /tmp/migration-tool-test/test_export.jar service1
    Where,
    Parameter Description
    in Indicates the BI Migration Script to import the bundle.
    /tmp/migration-tool-test/test_export.jar The path where the export bundle is located.
    service1 Specifies the name of the service instance.
  2. If the migration is successful, you see the output such as the following:
    Import succeeded
    About to close down logging to: /scratch/mwport/work/mw/user_projects/domains/bidomain/bilogs/migration/migration-2015-10-05-06-13-05.log
    This is so that the log file can be archived into the diagnostics zip
    Any remaining log entries will go to '/tmp/migration.log', and will not appear in the diagnostics zip
    Migration action succeeded
    
You can now start the 12c system. For more information about starting the 12c system, see About Managing Oracle Business Intelligence Processes in System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.