Oracle BI admin tool (.rpd file ) to MSBI - business-intelligence

I want to convert .RPD file generated from Oracle BI admin tool to MSBI.

There is no way to simply convert an .RPD file to a Microsoft BI solution. An RPD file is somewhat analogous to Microsofts BI Semantic Model which you can design using SQL Server Data Tools. In other words, you would have to rebuild your Oracle BI solution using the proper Microsoft tools.

Related

Upgrading Oracle forms and reports from 6i to 12c

We are planning a migration of an Oracle Forms and report 6i application to 12c, and at the same time we will upgrade to the latest version of Oracle (from 10g to 12c).
I would like to know the steps that we can follow, or from where to start?
Is there anything that we must consider before doing this? Any problems that we might encounter?
Any information whatsoever would be helpful !
I just recently did this exact thing.
You'll want to use the Forms migration assistant to do the heavy lifting. Copy your FMB files somewhere and run the assistant against them. Then open the FMB's in 12c and convert the 2 tier commands to 3 tier (like HOST to CLIENT_HOST (using webutil), etc) and you also may want to look for other enhancements that can be made using 12c specific code over 6i (file operation handling, reports, external link handling, etc)

Querying Oracle 11g multidimensional cube from sqldeveloper

Im new to oracle multidimensional models...
I have followed the "Creating a Multidimensional Model" 15 min Oracle tutorial. Tutorial Link
Note: This tutorial use sql developer data modeler.
I would like to know how to query the created data cube using SQL Developer (I.E. using regular SQL DML statements). Every time I look for information online I end up getting links on how to use the Oracle Analytic Workspace Manager. Why? I would like to just build the cube and query it without having to make use of the Oracle Analytic Workspace Manager.
I would appreciate if somone could let me know if I am missing some steps. (a short simple example would be nice)
Thanks in advance.
I realize you asked this in August 2013, but in case it still helps you or others, as of Feb 2014, SQL Developer has an OLAP extension which seems to be what you were looking for...
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-releasenotes-v4-1925251.html
The OLAP extension enables you to use the familiar environment of SQL
Developer to create and manage dimensional objects in Oracle Database
12c Release 1 (12.1.0.1.0) or higher. Oracle OLAP provides advanced
multidimensional analytic capabilities and storage within the
database, including excellent query performance, fast incremental data
updates, efficient management of summary data, and rich analytic
content, such as time series calculations and both additive and
nonadditive aggregations.

Data Migration from oracle to db2 in Talend Open Studio

I have to migrate all the database tables from oracle to db2 in Talend Open Studio tool.
Can anyone please tell me each and every basic steps from starting to end, to migrate the database tables from oracle to db2 in Talend Open Studio.
Every single migration is different, there could be many procedures, however you should adapt them to your environement. Remember that DB2 has many Oracle compatibilities, and IBM continue to increase it. However, you should care about what DB2 version you are using, and what Oracle compatibilities it has. Probably you would like to use the latest version 10.5.
Probably you should use IBM Data Movement Too for the whole process.
You can get a lot of clues to design your migration strategie from the following articles:
DB2 10: Run Oracle applications on DB2 10 for Linux, UNIX, and Windows - http://www.ibm.com/developerworks/data/library/techarticle/dm-0907oracleappsondb2/ This article is written by Serge Rielau, an IBM DB2 expert. There is an overview of the IBM Data Movement Tool.
DB2 Meet - https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/DB2%20for%20LUW%20Application%20Enablement/page/Meet%20DB2 This is a tool that shows you how much do you have to modify your stored procedures in order to be compatible with DB2.
IBM Data movement tools - http://www.ibm.com/developerworks/data/library/techarticle/dm-0906datamovement/

New to Oracle BI

I used some reporting platforms ( SAP Business Objects and some other third party applications). I have pl-sql experience but I am new to Oracle BI.
At this point, I have some questions which confuses my mind.
First one is there are lots of terminology in Oracle BI but I do not know which products should I know, or in which order I can learn and experience these platforms.
For example you can create dashboards, analysis by Oracle BI. Terms/products like Essbase, Hyperion, Warehouse Builder, ODI etc.
My second question is :
I want to install Oracle 11g and Oracle BI 11 in the same pc. But I hearded and read on some forums that they are not working on the same computer. But I want to setup BI tool to my personal computer for practicing in my home. How can I install these two products in my pc? ( My pc is 64 bit)
Thanks&Regards
Just dot it ;-)
http://gerardnico.com/wiki/dat/obiee/installation_11.1
You can have a database and obiee on the same machine.
Cheers
Nico
You need to install Oracle DB 11g followed by the latest OBIEE 11g installation. (note that you need to install RCU before you proceed with the OBIEE 11g install). You can get both of them from otn.oracle.com. The Install documentation can guide you in the entire setup; and hopefully there should be no surprises.
After that, install the Sample App and follow the instructions to create new analysis, dashboards etc. After this, am sure you will be upto speed with the terminologies and the workflows.
Check this post on wiki - should give you basic understanding on OBIEE stack
http://en.wikipedia.org/wiki/Oracle_Business_Intelligence_Suite_Enterprise_Edition
you mentioned Warehouse Builder - Oracle steering away from it, so ODI will be a choice of ETL tool.
You have a long journey ahead of you for OBIEE so, sit back, relax and enjoy the ride. You want to start with the BI Foundation which includes BI Server and Answers, before moving on to products like Essbase, Hyperion, Warehouse Builder, ODI etc.
I would start by
Doing a simple install of OBIEE. I prefer Linux but you can use Windows as well. 8GB would be nice. Each of the following has a graphical install wizard which guides you through the choices.
a. Install the DB
b. Run the RCU
c. Install OBIEE
d. Install BI Admin tool for creating or modifying the repository
Do some tutorials provided by Oracle. I would start with the following and in this order.
a. Creating a Repository Using the Oracle BI 11g Administration Tool - MANDATORY if you are a serious OBIEE professional
b. Creating Analyses and Building Dashboards - For Adhoc Analysis - Important
c. Getting Started with Oracle BI Publisher - OPTIONAL - If you care for published or printed reports or for some quick and dirty reporting, without having to create a model in the repository.
You want to avoid these common mistakes if you are installing on Windows.
You can install Oracle 11g ad Oracle BI in the same machine without any issue.
As far as the second question is concerned, you can create your reports with the knowledge of only Oracle BI , pl/sql and 11g. Pl/Sql is required to writhe pre and post procesors for the report. ESS will only be required to schedule the report and as such you won't require it in the learning phase. You can learn it later

Oracle 11 g table diagrams

I have created a database in oracle 11g. and now i want to see table relationship diagrams like we can see in mssql server 2005.
Can anyone suggest ?
Oracle is still catching up on the need to make things easier for developers. However, they took one step in the right direction in 2010, by making SQL Developer Data Modeler free to use. This product includes a reverse engineering capability, which allows us to generate table relationship diagrams. Find out more.

Resources