Book Image

Oracle Business Intelligence Enterprise Edition 12c - Second Edition

By : Adrian Ward, Christian Screen, Haroun Khan
Book Image

Oracle Business Intelligence Enterprise Edition 12c - Second Edition

By: Adrian Ward, Christian Screen, Haroun Khan

Overview of this book

Oracle Business Intelligence Enterprise Edition (OBIEE) 12c is packed full of features and has a fresh approach to information presentation, system management, and security. OBIEE can help any organization to understand its data, to make useful information from data, and to ensure decision-making is supported by facts. OBIEE can focus on information that needs action, alerting users when conditions are met. OBIEE can be used for data analysis, form production, dashoarding, and workflow processes. We will introduce you to OBIEE features and provide a step-by-step guide to build a complete system from scratch. With this guide, you will be equipped with a good basic understanding of what the product contains, how to install and configure it, and how to create effective Business Intelligence. This book contains the necessary information for a beginner to create a high-performance OBIEE 12c system. This book is also a guide that explains how to use an existing OBIEE 12c system, and shows end users how to create.
Table of Contents (24 chapters)
Oracle Business Intelligence Enterprise Edition 12c - second Edition
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Export bundle


Once we have the .jar file on our 11g system, we can run it to create the export bundle that contains all of our OBIEE and Publisher objects. The command is as follows:

$JDK_HOME/bin/java -jar bi-migration-tool.jar out $ORACLE_HOME $DOMAIN_HOME ./12import.jar

Note

Remember to change the direction of the slash marks for Windows.

The following is a breakdown of this command:

  • The out tells the tool to run in Export mode

  • ORACLE_HOME is the Oracle_BI directory inside Middleware

  • DOMAIN_HOME is normally the user_projects/domains/bi directory inside Middleware

  • ./12import.jar is the name and location of the .jar file that holds our 11g objects. In our example, we have placed the .jar file in our current directory, but we could replace that command with another file location

Once run, you will see output at the command line as the tool logs into the 11g system and performs the export. At the end of this process, you should see the following messages:

  • Export succeeded

  • Migration action succeeded...