Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.8K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Integration possibilities with ESSBASE

Hi,
I want to create reports using essbase but my data is in dataware house.
How can i take data from datawarehouse and store it in essbase? which tools i need? which approaches should i use?
Can anyone guide me in the right direction,
Regards
Best Answer
-
Hi,
You can load data in Essbase via ETL/ELT, flat files, SQL, custom written code using Essbase API (java for example).
I'm just curious: why do you want to create a report using Essbase as it looks like you doesn't often use Essbase? Any real need that Essbase can do and your DB can't?
Essbase is a completely different way of doing things, so it's not just about loading data inside (ASO vs BSO vs hybrid, formulas, calc script, MDX instead of SQL ...).
Answers
-
Hi,
You can load data in Essbase via ETL/ELT, flat files, SQL, custom written code using Essbase API (java for example).
I'm just curious: why do you want to create a report using Essbase as it looks like you doesn't often use Essbase? Any real need that Essbase can do and your DB can't?
Essbase is a completely different way of doing things, so it's not just about loading data inside (ASO vs BSO vs hybrid, formulas, calc script, MDX instead of SQL ...).
-
Hi,
Try to look into this tutorial
https://blogs.oracle.com/proactivesupportEPM/entry/otn_obiee_essbase_integrate
I hope it help you
Thanks
-
Thanks for help.
OBIEE is implemented. I have been told that what if analysis and slicing and dicing is not available in OBIEE; for that essbase is available. So i have to move some data from obiee dataware house into essbase. (i hope i answered you curiosity
Plus ETL/ELT ( by this you mean some specific tools for this purpose right? can you mention those tools?)
Regards -
Ok, basic what-if can be achieved in OBIEE itself but it's true that Essbase can do complex what-if scenarios.
By ETL/ELT I mean almost any (serious) tool, ODI can do it, I'm almost sure Informatica can as well. All you need to check is if the current ETL/ELT you have in place support Essbase or if you need to maybe add a connector or something like that.
If your tool doesn't support it maybe the easiest solution is to generate flat files with your tool and load these files in Essbase (can be automated by script as well).
Just keep in mind that the complexity of the load can be impacted by the design of the outline.
-
Thanks for comprenshive reply.
I forget to ask about SQL? by SQL you mean sql being used in ETL or in some other way?
Regards -
In Essbase, when you create a load rule you can source data from a file or connect to a DB (not sure of what DB is supported, for sure Oracle and I guess SQL Server as well) to get the data.
The SQL just provide the data but you still need a load rule in Essbase to do something with it.
-
What part does essbase integration services plays?
Regards
-
Can't remember a lot about that, but I guess it can be similar to Essbase Studio: modelling and loading a cube.
-
Thanks for your help.
Regards