Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Querying OLAP cubes Oracle from ASP.NET MVC
Hi,
we have an asp.net mvc web site with sql server database.
We need to query some OLAP cubes Oracle with millions of records for create ad-hoc reports.
What is the best way for make report at runtime without stress the web server?
Is it possible do OLAP queries via Oracle Developer Tools for Visual Studio and Oracle Data Provider for .NET?
What performance recommendations you suggest to me?
Thanks in advance
Answers
-
Hi,
There is an MDX driver that you might use to query OLAP cubes.
This is some additional information on how to query OLAP cubes using SQL.
https://www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/olap/olap_cube/querycubes.htm
Hope it helps,
Ken Chin