Skip to main content

Oracle

Oracle Business Intelligence Out of Place Upgrade – 11g to 12c

In this post, I deliver an in-depth look at the steps to upgrade OBIEE 11g to OBIEE 12c in a separate environment. So that means it is an out-of-place upgrade of OBIEE from 11g to 12c. I did this upgrade for an American worldwide financial services client. Following are the details for the upgrade process starting from System Specifications, Pre-requisites, Upgrade Checks and finally the upgrade steps. What is upgraded and what is not are mentioned as well.

System Specifications/Pre-requisites

  • OBIEE from: 11.1.1.9.0 (Windows 2012R2)
  • OBIEE to: 12.2.1.2.0 (already installed and verified with test data) (Oracle RHEL 6.7)
  • Data Source (RCU and Warehouse): Oracle 11.2.0.4.0
  • Need file permissions for both 11g and 12c environments

Upgrade Checks

The upgrade from obiee 11g to 12c is out of place. This requires an active instance of OBIEE 11g and 12c running on two different machines.

Check 1: Analyze the Existing OBIEE 11g system

  1. Run the Consistency Checker to check the validity of the 11g repository, and to identify and fix the errors and warnings that can cause the queries to fail on the Oracle BI 12c Administration Tool.
  2. Disable/Delete the initialization blocks that are no longer being used.
  3. Identify and remove users and groups in repository that are no longer required so that they do not get migrated.
  4. Identify and remove objects in the repository and the OBI Presentation Catalog that are no longer required so that they are not a part of the upgrade.
  5. Review the usage tracking data to identify unused objects.

Check 2: – Define a Test Plan to validate the Migration

  1. A test plan is very much needed when we upgrade OBIEE 11g to 12c so as to validate the migration.
  2. To ensure the successful migration from OBIEE 11g to 12c it is recommended to test the 12c environment with sample data before moving the complete data. This reduces the effort to validate and fix issues.

Upgrade Steps

Step 1: – Locate the Migration tool and create an export bundle

  1. Install Oracle BI 12c software in a standalone environment – already done.
  2. The first thing that needs to be done is to generate the BI migration tool. This generation is done in the 12c environment.The BI migration script is available after the installation of the 12c environment is complete. The tool will copy the rpd and the catalog and all the necessary files from 11g environment so that they can be copied over to the 12c environment.
  3. To generate the migration tool jar file navigate to the following location in the OBIEE 12c environment through putty.exe.

         [username@servername ~]$ cd /OBIEE_HOME/user_projects/domains/bi/bitools/bin

  1. Then run the migration tool command to setup the jar file: ./migration-tool.sh package bi-migration-tool.jar

         [username@servername bin]$ ./migration-tool.sh package bi-migration-tool.jar

The following message would be displayed in putty.exe:

         Logging to: /OBIEE_HOME/user_projects/domains/bi/bilogs/migration/migration-yyyy-mm-dd-hh-mi-ss.log with level INFO             

         Packaging migration tool

         Created migration tool JAR: bi-migration-tool.jar

         Migration action succeded

         [username@servername bin]$

  1. In the same bin directory the JAR file named bi-migration-tool.jar will be created. Copy the JAR file into the local system using any FTP tool such as WinSCP.
  2. Copy the BI Migration Tool (bi-migration-tool.jar) from the local system to the 11g system using the same WinSCP. Here the 11g system is in Windows Platform. The JAR file should be placed under the Oracle_BI1 directory.
  3. Stop all the 11g BI Services (BI Presentation, BI Servers, BI Schedulers, BI Cluster Controllers and BI JavaHosts) from Enterprise Manager.
  4. Create a new directory in the BI11g server in the following location for the tool to put the new file (migration-tool is the new directory):
Oracle - Guide to Oracle Cloud: 5 Steps to Ensure a Successful Move to the Cloud
Guide to Oracle Cloud: 5 Steps to Ensure a Successful Move to the Cloud

Explore key considerations, integrating the cloud with legacy applications and challenges of current cloud implementations.

Get the Guide

         \OBIEE11G_Main_Directory\user_projects\domains\bifoundation_domain\tmp\migration-tool

  1. Run the BI migration tool placed at: Oracle_BI1 folder to create the export bundle to be created at this temporary directory created above in the windows command prompt in the OBIEE 11g server. The command format is:

         java -jar \OBIEE11G_Main_Directory\Oracle_BI1\bi-migration-tool.jar out  \OBIEE11G_Main_Directory\Oracle_BI1

        \OBIEE11G_Main_Directory\user_projects\domains\bifoundation_domain

        \OBIEE11G_Main_Directory\user_projects\domains\bifoundation_domain\tmp\migration-tool-test\Export.jar

  1. Running the above commands creates the export bundle in the tmp directory created earlier.

    11. Now, copy the Export.Jar file to the local system through WinSCP and start the BI 11g services stopped earlier. That means this Export.jar file has all the upgraded files from 11g environment to 12c version. Now we have to go to the 12c BI server and deploy this jar file.

Step 2: – Importing the bundle using OBIEE 12c Migration Tool

  1. The final step is to import this Export.jar file in the BI 12c environment for the upgrade to complete properly.
  2. Copy the Export.jar file to the following location using WinSCP: /OBIEE_HOME/user_projects/migration-tool
  3. Stop all the services in the 12c environment from Enterprise Manager.
  4. Run the BI migration tool on OBIEE 12c to import the export bundle

         /OBIEE_HOME/user_projects/domains/bi/bitools/bin/migration-tool.sh in /OBIEE_HOME//user_projects/migration-tool/Export.jar ssi

  1. It would ask for 11g RPD password. Enter the same.
  2. If the migration is successful, you will see that following message:

         

  1. Now restart the OBIEE services in the 12c environment from the Enterprise Manager.
  2. Connect to OBIEE analytics using weblogic credentials and check if the reports are running properly. If the upgrade is successful the reports and RPD would behave properly.

 

What is Upgraded

The Catalog, RPD, and Security Model are all included in the BAR export that we can create using the exportServiceInstance() function in the WLST. One can then import these to a 12C environment using the importServiceInstance() function.

Users

If the users are maintained in the embedded Weblogic LDAP, one must export them and then re-import them. This process can be done manually or through the WLST using the Current Management Object. If users are maintained through an external Active Directory source, then the configurations will be pulled in with the Security Model in the BAR file.

What is not included in the Upgrade

We need additional contents like a custom style/skin or deployments on the Weblogic Server, configurations, etc. to be deployed/separately than the upgrade process. It is not included in this post as they are not mandatory steps for the upgrade to take place.

Testing the Upgrade

Finally, to make sure the upgrade was successful we use the Oracle’s new Baseline Validation Tool. This is included in OBIEE 12C, and is used to  test migrations between environments. The basic steps are:

  • Configure and run the Baseline Validation Tool against the 11g code- before upgrade.
  • Keep the test results.
  • Perform the upgrade.
  • Run the Baseline Validation Tool again to gather the new output, and display the compared results.

The output will be an HTML file that will let you know what has changed since the last time. Proper upgrade will ensure no major differences.

Advantage of Out of Place Upgrade

1. Existing working 11g environment won’t be messed up with old or deprecated scripts/directories. It will remain the same.
2. For in place upgrade process multiple upgraded over the years will unnecessary increase the number of unused/deprecated scripts and files. Out of place Upgrade eliminates this risk.
3. New bugs may appear or old ones may reappear in upgraded environments due to patching of old environments. OOP upgrade is usually free from these kind of issues.

Tags

Thoughts on “Oracle Business Intelligence Out of Place Upgrade – 11g to 12c”

  1. Hi,
    thanks for your blog,

    How can we migrate obiee 11g to 12c , source in Windows target on Linux

    Thanks,
    Aydin

  2. Avik Dutta Post author

    Hi Aydin,

    Apologies for responding late. The process is identical to that mentioned here.

    1. OBIEE 11g (source – Windows) and 12c (target – Linux) should already be installed – pre-requisites.
    2. Running the migration tool as mentioned in the target environment with commands.
    3. Take the generated bi-migration-tool.jar and place it in the Windows source environment as mentioned in the post.
    4. the Export.jar will be generated after running the migration tool in the source environment.
    5. Take the export, put it in the Linux environment (target) and run it again as mentioned in the post.

    The only difference here is Linux instead of RHEL. So it won’t really change the steps. Just the installation of the target environment will be Linux instead of RHEL. That’s all.

    Regards,
    Avik Dutta.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Avik Dutta

Avik is working as a Solutions Architect in Oracle BI practice in Perficient Inc. in Colorado, United States. His primary role is to lead, design & implement end to end BI projects: starting from estimation, requirement gathering, hardware sizing, design, development, testing phase, go-live, support, user training and finally handover. Avik's experience includes managing and leading small to moderate sized teams focusing primarily into OBIEE/OBIA. Avik has ~ 10.5 years of experience in DWBI domain with industry knowledge in Healthcare, Recruitment, Retail, Pharmaceutical, Education, Telecommunications, Media and Entertainment, Tours and Travels, Shipyard Constructions, Financial Services and Health Insurance. Avik has worked in different modules such as Finance, HR, Supply Chain Management, Projects, Procurement & Spend, Sales and Marketing, Student Analytics etc. In these years Avik has worked extensively in OBIA (7964 and 11g) - OBIEE (12c, OAC, BICS, 11g, 10g), BI Publisher (10g, 11g, 12c), SAP BO 4.0, BO XIR2, CR XI, SSRS 2008R2 and in PL/SQL as well. Other than these Avik has working knowledge of Informatica, ODI 11g and IBM Datastage as well.

More from this Author

Follow Us