BI移行スクリプト(migration-tool.sh|cmd)を使用して、エクスポート・バンドルをインポートする必要があります。BI移行スクリプトは、Oracleホームおよびドメイン・ホームのディレクトリを自動的に決定します。
12
cシステムにエクスポート・バンドルをインポートするには、BI移行スクリプトを実行する際に次のパラメータを含めることができます。
12cシステムにメタデータと構成をインポートするには、次の手順を実行します。
- 次のパラメータを使用してBI移行スクリプトを実行します。
UNIXオペレーティング・システムの場合:
$DOMAIN_HOME/bitools/bin/migration-tool.sh in config <export bundle> <service instance name>
次に例を示します。
$DOMAIN_HOME/bitools/bin/migration-tool.sh in config /tmp/migration-tool-test/test_export.jar service1
Windowsオペレーティング・システムの場合:
%DOMAIN_HOME%\bitools\bin\migration-tool.cmd in config <export bundle> <service instance name>
次に例を示します。
%DOMAIN_HOME%\bitools\bin\migration-tool.cmd in config /tmp/migration-tool-test/test_export.jar service1
- 移行に成功すると、次のような出力が表示されます。
Import succeeded
About to close down logging to: $DOMAIN_HOME/bilogs/migration/migration-2016-05-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
12
cシステムを起動できるようになりました。12
cシステムの起動に関する詳細は、
『Oracle Business Intelligence Enterprise Editionシステム管理者ガイド』のOracle Business Intelligenceプロセスの管理に関する項を参照してください。
注意:
移行プロセスの完了後、アプリケーションのロールおよびポリシーの移行には、10分ほどかかります。
インポート・プロセスの完了後、移行プロセスを開始する前に停止したOBIS1とOBIPS1を起動する必要があります。