Migrating from Oracle Business Intelligence 11g
Install Oracle Analytics Server in a new server and migrate your metadata and configuration from Oracle Business Intelligence 11g environment to Oracle Analytics Server.
You can use Oracle Analytics Server Console or command line to migrate the metadata and configuration from the Oracle Business Intelligence 11.1.1.9 system to the Oracle Analytics Server system.
- Migrating using the Console
Use Oracle Analytics Server Console to migrate the content you created in Oracle BI EE 11g to Oracle Analytics Server. Before you start, download the migration utility. - Migrating using the Command Line
You can migrate the content you created in Oracle BI Enterprise Edition 11g to Oracle Analytics Server using the command line.
Parent topic: Migrating to Oracle Analytics Server
Migrating using the Console
Use Oracle Analytics Server Console to migrate the content you created in Oracle BI EE 11g to Oracle Analytics Server. Before you start, download the migration utility.
Parent topic: Migrating from Oracle Business Intelligence 11g
Migrating using the Command Line
You can migrate the content you created in Oracle BI Enterprise Edition 11g to Oracle Analytics Server using the command line.
- Generating the BI Migration Tool (bi-migration-tool.jar)
The BI Migration Tool (bi-migration-tool.jar) is self-executing and self-contained. You must generate the BI Migration Tool jar file by using the BI Migration Script (migration-tool.sh|cmd). The BI Migration Script is made available after you configure the Oracle Analytics Server domain. This step packages the components of the BI Migration Tool into a single, self-executing jar file, so that it can be easily transported on to an 11g system. To do this, you must have access to a Oracle Analytics Server with a configured domain. You must set up the Oracle Analytics Server domain to provide sufficient infrastructure to run the BI Migration Tool and allow it to repackage itself. The Oracle Analytics Server domain can be empty at this stage. - Creating the Export Bundle
The export bundle is a ".jar " file and consists of the metadata information from the 11g Oracle home. - Importing with the BI Migration Script (migration-tool.sh|cmd)
You must import the export bundle using the BI Migration Script (migration-tool.sh|cmd). The BI Migration Script automatically determines the Oracle home and the Domain home directories.
Parent topic: Migrating from Oracle Business Intelligence 11g
Generating the BI Migration Tool (bi-migration-tool.jar)
The BI Migration Tool (bi-migration-tool.jar) is self-executing and self-contained. You must generate the BI Migration Tool jar file by using the BI Migration Script (migration-tool.sh|cmd). The BI Migration Script is made available after you configure the Oracle Analytics Server domain. This step packages the components of the BI Migration Tool into a single, self-executing jar file, so that it can be easily transported on to an 11g system. To do this, you must have access to a Oracle Analytics Server with a configured domain. You must set up the Oracle Analytics Server domain to provide sufficient infrastructure to run the BI Migration Tool and allow it to repackage itself. The Oracle Analytics Server domain can be empty at this stage.
Parent topic: Migrating using the Command Line
Creating the Export Bundle
The export bundle is a ".jar " file and consists of the metadata information from the 11g Oracle home.
Parent topic: Migrating using the Command Line
Importing with the BI Migration Script (migration-tool.sh|cmd)
You must import the export bundle using the BI Migration Script (migration-tool.sh|cmd). The BI Migration Script automatically determines the Oracle home and the Domain home directories.
Table 3-9 Parameter Description: Importing the export bundle
Parameter | Description |
---|---|
in | Indicates the BI Migration Script to import the bundle. |
config | Indicates the BI Migration Script to overwrite the configuration files during the import process. This allows you to also migrate the configuration along with the data. |
<export bundle> | The path where the export bundle is located. |
<service instance name> | Specifies the name of the service instance, which is ssi. |
Note:
The default service instance name is "ssi". However, if you install Oracle BI in a silent mode using a response file, you can specify a service instance name during the product installation. In that case, you must specify the service instance name you have specified in the response file.Note:
It takes about 10 more minutes for the application roles and policies to migrate after the migration process is complete.After completing the import process, you must start OBIS1 and OBIPS1 which you stopped before beginning the migration process.
Parent topic: Migrating using the Command Line