Generation
First we need to generate that export bundle. The BI Migration Script is used to create a single, self-executing jar file that we can use to create the 11g export bundle. You can find the script at ORACLE_HOME/user_projects/domains/bi/bitools/bin/migrationtool.sh
.
Note
This will be on your new 12c system, so ORACLE_HOME
should be replaced with the path to Oracle 12c that your installation set.
Now we can generate the .jar
file by running the following:
ORACLE_HOME/user_projects/domains/bi/bitools/bin/migrationtool.sh package bi-migration-tool.jar
Or we can do this by instigating the command from the directory where the script is:
migrationtool.sh package bi-migration-tool.jar
This command will create the bi-migration-tool.jar
. This jar file now needs to be moved to the old 11g system.